@charset "UTF-8";


 .why-pharma-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 445px;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 22%, rgb(255 255 255 / 20%) 100%), url(https://testing.dynamicssquare.co.in/includes/images/pharma-ds-4888.jpg) center center / cover no-repeat;
    opacity: .9;
    z-index: 0;
}

        .pharma-container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

        /* ==========================================
           HEADER
        ========================================== */

        .section-header {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 25px;
        }

.section-header h1 {
    margin: 0;
    color: #000;
    font-size: 45px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif !important;
}

        .section-header h1 span {
    color: #ef3443;
}

        .header-line {
            width: 63px;
            height: 3px;
            background: #e3292d;
            margin: 14px auto 14px;
        }

        .section-header p {
    margin: 0;
    color: #000;
    font-size: 19px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif !important;
}

        /* ==========================================
           CARDS GRID
        ========================================== */

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 13px 18px;
        }

        /* ==========================================
           STAT CARD
        ========================================== */

        .stat-card {
    min-height: 252px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #e2e5e9;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 15px 20px 18px;
    box-shadow: 0 2px 8px rgba(16, 40, 76, .05);
    transition: transform .25s ease, box-shadow .25s ease;
}

        .stat-card:hover {
            transform: translateY(-3px);

            box-shadow:
                0 8px 20px rgba(16,40,76,.10);
        }

        /* ==========================================
           ICON CIRCLE
        ========================================== */

       .stat-icon2 {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: radial-gradient(circle, #f4edf1 35%, #f4edf1 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef3443;
    font-size: 35px;
    margin-bottom: 10px;
}

        /* ==========================================
           BIG NUMBER
        ========================================== */

        .stat-number {
    color: #000;
    font-size: 47px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif !important;
}

        .number-line {
            width: 27px;
            height: 2px;
            background: #e2262b;
            margin-bottom: 10px;
        }

        /* ==========================================
           CARD TITLE
        ========================================== */

       .stat-title {
    margin: 0 0 5px;
    color: #000;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
}

        p.stat-descriptionn {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.35;
    color: #171717;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* ==========================================
           BOTTOM TRUST BAR
        ========================================== */

       .trust-bar {
    min-height: 66px;
    margin-top: 13px;
    padding: 8px 28px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #37393d, #37393dd1);
    border-radius: 10px;
    border: 1px solid #383a3d;
    color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
}

.trust-icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .25);
    color: #ef3443;
    font-size: 34px;
}

        .trust-text {
            padding-left: 25px;

            font-size: 16px;
            line-height: 1.4;
            font-weight: 700;
        }

        /* ==========================================
           BACKGROUND DECORATION
        ========================================== */

        .hex-decoration {
            position: absolute;
            left: 15px;
            top: 22px;

            width: 170px;
            height: 190px;

            opacity: .15;

            background-image:
                radial-gradient(
                    circle at 50% 50%,
                    #2c668d 2px,
                    transparent 3px
                );

            background-size: 44px 38px;

            z-index: 1;
        }











.top-linee {
    width: 62px;
    height: 3px;
    background: #ef3443;
    border-radius: 10px;
    margin-bottom: 15px;
}

        

        .cta-container {
            position: relative;
            z-index: 2;
           
            min-height: 695px;
            margin: auto;
            padding: 65px 30px 25px;
            display: flex;
            flex-direction: column;
        }

        /* ==========================================
           CONTENT
        ========================================== */

      .cta-content {
    max-width: 590px;
}

        .cta-title {
    margin: 0;
    font-size: 45px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #fff;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
 
}

        .cta-title .red {
    color: #ef3443;
}

       .cta-line {
    width: 72px;
    height: 2px;
    background: #ef3443;
    margin: 28px 0 23px;
}

       .cta-description {
    max-width: 530px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
}

        /* ==========================================
           CTA BUTTON
        ========================================== */

       .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 23px;
    min-width: 358px;
    min-height: 62px;
    padding: 12px 28px;
    background: #f03443;
    border: 1px solid #f03443;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    transition: all .25s ease;
    font-family: 'Open Sans', sans-serif !important;
}
        .cta-button:hover {
            background: #d9272b;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
        }

        .cta-button i {
            font-size: 25px;
        }

        /* ==========================================
           DIVIDER
        ========================================== */

       .features-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .22);
    margin-bottom: 28px;
    margin-top: 28px;
}

        /* ==========================================
           FEATURES
        ========================================== */

        .features-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }

        .feature {
            display: flex;
            align-items: center;
            min-height: 100px;
            padding: 0 27px;
            border-right: 1px solid rgba(255,255,255,.13);
        }

        .feature:first-child {
            padding-left: 0;
        }

        .feature:last-child {
            border-right: none;
        }

        /* ==========================================
           FEATURE ICON
        ========================================== */

        .feature-iconn {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #494b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed3033;
    font-size: 36px;
    margin-right: 18px;
    background: rgb(24 26 28 / 70%);
}

        /* ==========================================
           FEATURE TEXT
        ========================================== */

       .feature-content h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
}

        .feature-content p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif !important;
}








    

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

        /* =========================================
           HEADER
        ========================================== */

        .faq-header {
    text-align: center;
    margin: 0 auto 34px;
    position: relative;
    z-index: 3;
}

        .faq-header h1 {
    margin: 0;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .faq-header h1 span {
    color: #ef3443;
}

        .header-line {
    width: 57px;
    height: 3px;
    background: #ef3443;
    margin: 15px auto 13px;
}

       .faq-header p {
    margin: 0 auto;
    max-width: 650px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* Question bubble decoration */

       .question-decoration {
    position: absolute;
    left: 130px;
    top: 30px;
    width: 135px;
    height: 115px;
    z-index: 3;
}

        .bubble-blue {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 5px;
    top: 0;
    background: #37393d;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 800;
}

        .bubble-blue::after {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 10px;
            border-width: 22px 15px 0 0;
            border-style: solid;
            border-color: #102b53 transparent transparent transparent;
            transform: rotate(15deg);
        }

       .bubble-red {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 5px;
    bottom: 0;
    background: #ef3443;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    letter-spacing: 4px;
}
        .bubble-red::after {
    content: "";
    position: absolute;
    right: 9px;
    bottom: -5px;
    border-width: 18px 0 0 14px;
    border-style: solid;
    border-color: #df2b31 transparent transparent transparent;
}

        /* =========================================
           MAIN GRID
        ========================================== */

        .faq-layout {
            display: grid;
            grid-template-columns: minmax(0, 3.3fr) minmax(270px, 1.1fr);
            gap: 18px;
            align-items: stretch;
        }

        /* =========================================
           FAQ ITEMS
        ========================================== */

        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .faq-item {
    background: #fff;
    border: 1px solid #e1e4e9;
    border-radius: 10px;
    min-height: 106px;
    padding: 13px 20px 13px 28px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    align-items: center;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .06);
    margin-bottom: 12px;
}

       .faq-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #f1f5f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f03443;
    font-size: 29px;
}

        .faq-content {
            padding: 0 12px;
        }

        .faq-question {
    margin: 0 0 6px;
    color: #000;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
}

        .faq-answer {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.45;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .faq-arrow {
            color: #10284c;
            font-size: 20px;
            text-align: center;
			display: none;
        }

        /* =========================================
           SIDE CARD
        ========================================== */

        .expert-card {
            background: #f4f7fa;
            border: 1px solid #dce3eb;
            border-radius: 10px;
            padding: 18px 20px 20px;
            box-shadow: 0 2px 7px rgba(0,0,0,.05);
            display: flex;
            flex-direction: column;
        }

        .expert-illustration {
            height: 92px;
            display: flex;
            align-items: center;
            color: #102b53;
            margin-bottom: 7px;
        }

        .expert-person {
            font-size: 68px;
        }

        .expert-message {
            width: 65px;
            height: 48px;
            border: 2px solid #102b53;
            border-radius: 7px;
            margin-left: -2px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #df292d;
            font-size: 21px;
        }

        .expert-message::after {
            content: "";
            position: absolute;
            left: 9px;
            bottom: -9px;
            border-width: 9px 9px 0 0;
            border-style: solid;
            border-color: #102b53 transparent transparent transparent;
        }

        .expert-card h2 {
    margin: 0 0 3px;
    color: #000;
    font-size: 19px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
}

        .expert-intro {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.45;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .expert-divider {
            height: 1px;
            background: #d4dce5;
            margin-bottom: 8px;
        }

        /* =========================================
           BENEFITS
        ========================================== */

        .benefit {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 10px;
}

        .benefit-icon {
            width: 40px;
            min-width: 40px;
            height: 40px;
            color: #df292d;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .benefit-textt {
    font-size: 15px;
    line-height: 1.25;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================================
           BUTTON
        ========================================== */

        .consultation-btn {
            width: 100%;
            margin-top: auto;
            min-height: 50px;
            border: none;
            border-radius: 6px;
            background: #e22c30;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            text-decoration: none;
            transition: all .2s ease;
        }

        .consultation-btn:hover {
            background: #bd2025;
            color: #fff;
            transform: translateY(-1px);
        }

        .consultation-btn i {
            font-size: 20px;
        }

        /* =========================================
           BOOTSTRAP COLLAPSE VERSION
        ========================================== */

        .faq-collapse {
            display: block;
        }




.roadmap-section {
    display: block;
    height: inherit;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 100px;
    margin-bottom: 100px;
}

        /* =====================================
           TOP AREA
        ====================================== */

        .top-content {
            display: flex;
            align-items: flex-start;
            gap: 35px;
        }

        .intro-column {
            width: 47%;
            padding-top: 2px;
        }

        .image-column {
            width: 53%;
        }

        /* =====================================
           TITLE
        ====================================== */

        .roadmap-title {
    font-size: 45px;
    line-height: 1.15;
    font-weight: 800;
    color: #000;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left;
}

       .roadmap-title .red {
    color: #ef3443;
}

        .title-line {
            width: 58px;
            height: 3px;
            background: #ef3443;
            margin: 12px 0 12px;
        }

        /* =====================================
           CHECKLIST
        ====================================== */

        .check-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

       .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e4e8;
    font-size: 16px;
    line-height: 1.5;
    color: #202020;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .check-list li:last-child {
            border-bottom: none;
        }

.check-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ef3443;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 1px;
}

        /* =====================================
           HERO IMAGE
        ====================================== */

        .hero-image {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

        /* =====================================
           ROADMAP AREA
        ====================================== */

        .roadmap-wrapper {
            position: relative;
            margin-top: 15px;
            padding-top: 70px;
            padding-bottom: 5px;
        }

        /*
        Horizontal/curved roadmap line
        */

       .road-line {
    position: absolute;
    left: 0;
    right: 20px;
    top: 93px;
    height: 160px;
    border-top: 3px solid #37393d;
    border-right: 3px solid #37393d;
    border-radius: 0 45px 45px 0;
    pointer-events: none;
}

.road-line-bottom {
    position: absolute;
    left: 75px;
    right: 300px;
    top: 355px;
    height: 125px;
    border-top: 3px solid #37393d;
    border-left: 3px solid #37393d;
    border-radius: 25px 0 0 25px;
    pointer-events: none;
    border-bottom: 3px solid #37393d;
}

        /* =====================================
           ROADMAP ROW
        ====================================== */

        .roadmap-row {
            position: relative;
            z-index: 3;
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 18px;
        }

.roadmap-row.bottom {
    grid-template-columns: repeat(3, 1fr);
    width: 72%;
    margin-left: 7%;
    margin-top: 78px;
    gap: 45px;
    background: linear-gradient(360deg, rgb(242 242 245) 0%, rgb(242 242 245) 0%, rgb(242 242 245) 33%, rgb(242 242 245 / 0%) 20%);
}

        /* =====================================
           ROADMAP ITEM
        ====================================== */

        .roadmap-item {
    position: relative;
    text-align: center;
    padding-top: 60px;
}

       .roadmap-icon {
    width: 88px;
    height: 88px;
    background: #f8f8fb;
    border: 2px solid #dce1e8;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #37393d;
    font-size: 38px;
}

        .roadmap-icon .red-icon {
            color: #e1262b;
        }

        /* =====================================
           NUMBER
        ====================================== */

      .roadmap-number {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e32127;
    border: 3px solid #e42227;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
    font-family: 'Open Sans', sans-serif !important;
}

        /* =====================================
           CARD
        ====================================== */

       .roadmap-card {
    min-height: 129px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
    padding: 34px 12px 12px;
    position: relative;
    z-index: 4;
}

        .roadmap-card h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .roadmap-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #1d1d1d;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =====================================
           DOTS ON ROAD
        ====================================== */

       .road-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e32127;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e32127;
    border-radius: 50%;
    top: 89px;
    z-index: 10;
}

        .dot-1 {
            left: 20%;
        }

        .dot-2 {
            left: 40%;
        }

        .dot-3 {
            left: 60%;
        }

        .dot-4 {
            left: 80%;
        }

.dot-5 {
    left: 30%;
    top: 351px;
}

.dot-6 {
    left: 55%;
    top: 351px;
}

        /* =====================================
           ARROW AT END
        ====================================== */

.road-arrow {
    position: absolute;
    right: 278px;
    top: 338.8px;
    z-index: 8;
    color: #37393d;
    font-size: 24px;
}





section.avet-section {
    display: block;
    height: inherit;
}


.avet-row {
            min-height: 780px;
        }

        /* =========================================
           LEFT CONTENT
        ========================================== */

        .avet-content {
            padding: 30px 30px 25px 30px;
            height: 100%;
        }

        .eyebrow {
    display: inline-block;
    color: #f03443;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    padding-bottom: 11px;
    border-bottom: 2px solid #f03443;
    margin-bottom: 17px;
}

       .avet-title {
    font-size: 45px;
    line-height: 1.12;
    font-weight: 800;
    margin: 0;
    color: #000000;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
}

        .avet-title span {
    color: #f03443;
}

        .title-red-line {
    width: 57px;
    height: 3px;
    background: #f03443;
    margin: 18px 0 18px;
}

        .intro-text {
    max-width: 790px;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0;
    font-weight: 500;
}

        /* =========================================
           HIGHLIGHT BOX
        ========================================== */

       .highlight-box {
    width: 780px;
    max-width: 100%;
    background: rgb(228 229 230 / 94%);
    border-left: 4px solid #f13443;
    border-radius: 5px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

   .highlight-icon {
    width: 55px;
    flex: 0 0 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    color: #000;
    font-size: 26px;
}

        .highlight-text {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .highlight-text .red {
    color: #f13443;
}

        /* =========================================
           STATISTIC ROWS
        ========================================== */

        .stat-list {
            width: 100%;
        }

        .stat-row {
            display: grid;
            grid-template-columns: 50px minmax(0, 1.35fr) 1px minmax(130px, .65fr);
            align-items: center;
            min-height: 52px;
            border-bottom: 1px dotted #c9ced6;
        }

        .stat-row:first-child {
            border-top: 1px dotted #c9ced6;
        }

       .stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: #d7d7db;
    color: #df2529;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

       .stat-description {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.35;
    color: #171717;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .stat-divider {
            height: 32px;
            width: 1px;
            background: #cbd0d8;
        }

        .stat-result {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    color: #f13443;
    font-family: 'Open Sans', sans-serif !important;
}

        /* =========================================
           READ MORE
        ========================================== */

       .read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    text-decoration: none;
    color: #f13443;
    font-size: 15px;
    font-weight: 700;
}

        .read-more i {
            font-size: 22px;
            transition: transform .2s ease;
        }

        .read-more:hover {
            color: #b51e22;
        }

        .read-more:hover i {
            transform: translateX(5px);
        }

        /* =========================================
           RIGHT IMAGE
        ========================================== */

        .image-side {
            position: relative;
            min-height: 780px;
            padding: 0;
        }

        .image-side > img {
            width: 100%;
            height: 100%;
            min-height: 780px;
            object-fit: cover;
            display: block;
        }

        /* =========================================
           DARK METRICS PANEL
        ========================================== */

       .metrics-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #37393d;
    border-radius: 12px 12px 0 0;
    min-height: 205px;
    padding: 25px 20px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #fff;
}

        .metric {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 0 12px;
            border-right: 1px solid rgba(255,255,255,.35);
        }

        .metric:last-child {
            border-right: none;
        }

        .metric-icon {
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f13443;
    font-size: 27px;
    margin-bottom: 9px;
}

        .metric-number {
    color: #f13443;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif !important;
}

        .metric-text {
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}









.title-linee1 {
    width: 70px;
    height: 3px;
    background: #f03443;
    margin: 0 auto;
    margin-top: 30px;
}



.solution-section {
    width: 100%;
    margin: 0 auto;
    padding: 100px 28px 100px;
    display: block;
    height: inherit;
}

        /* =========================
           MAIN HEADING
        ========================== */

       .section-title {
    text-align: center;
    margin-bottom: 26px;
}

       .section-title h1 {
    margin: 0;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .section-title h1 .red {
    color: #ef3443;
}

       .title-line {
    width: 70px;
    height: 3px;
    background: #f03443;
}

        /* =========================
           COLUMN HEADINGS
        ========================== */

        .column-heading {
            display: flex;
            justify-content: center;
            margin-bottom: 0;
        }

       .column-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 22px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .3px;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 25px;
    margin-top: 30px;
}

        .problem-heading span {
    width: 195px;
    background: #37393d;
}

        .fix-heading span {
    width: 225px;
    background: #f03443;
}

        /* =========================
           ROW
        ========================== */

        .comparison-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 90px minmax(0, 0.95fr);
            align-items: center;
            margin-bottom: 12px;
        }

        /* =========================
           PROBLEM CARD
        ========================== */

        .problem-card {
            min-height: 130px;
            border: 1px solid #b9c4d7;
            border-radius: 11px;
            padding: 14px;
            display: flex;
            align-items: center;
            background: #fff;
        }

       .problem-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #37393d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 27px;
    color: #fff;
    font-size: 47px;
    position: relative;
    overflow: hidden;
}

        .problem-icon i {
            font-size: 44px;
        }

       .problem-content h3 {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 8px;
    font-weight: 700;
    color: #37393d;
    font-family: 'Open Sans', sans-serif !important;
}

        .problem-content p {
    font-size: 15px;
    line-height: 1.42;
    margin: 0;
    color: #000;
    max-width: 470px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================
           ARROW
        ========================== */

        .arrow-box {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .arrow-line {
    width: 100%;
    height: 2px;
    background: #37393d;
    position: relative;
}

       .arrow-line::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #37393d;
    border-radius: 50%;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}

        .arrow-line::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 13px;
    height: 13px;
    border-top: 2px solid #37393d;
    border-right: 2px solid #37393d;
    transform: translateY(-50%) rotate(45deg);
}

        /* =========================
           FIX CARD
        ========================== */

        .fix-card {
            min-height: 130px;
            border: 1px solid #ef6a6a;
            border-radius: 11px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            background: #fff;
        }

       .fix-icon {
    width: 92px;
    min-width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #f13443;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    margin-right: 20px;
}

        .fix-divider {
            height: 85px;
            width: 1px;
            background: #ed4a4a;
            margin-right: 22px;
        }

        .fix-content h3 {
    margin: 0 0 6px;
    color: #f13443;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif !important;
}

        .fix-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================
           BOTTOM MESSAGE
        ========================== */

        .bottom-message {
            margin-top: 16px;
            min-height: 88px;
            border: 1px solid #c4cfdf;
            border-radius: 11px;
            background: #f5f7fb;
            display: flex;
            align-items: center;
            padding: 10px 18px;
        }

       .bottom-icon-break {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #10284c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-right: 25px;
}

        .bottom-divider {
            width: 1px;
            height: 60px;
            background: #aeb9cc;
            margin-right: 30px;
        }

        .bottom-text-b {
    font-size: 18px;
    line-height: 1.45;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .bottom-text strong {
            font-weight: 800;
        }




.content-column .main-title {
    text-align: left;
    margin-bottom: 25px;
}


.main-section {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}

        /* LEFT IMAGE */
        .image-column {
    position: relative;
   
}

       

       .image-overlay {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #37393d;
    border-radius: 10px;
    padding: 20px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 18px;
}

        .warning-icon {
            width: 60px;
            height: 60px;
            min-width: 60px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e52e2e;
            font-size: 25px;
        }

        .image-overlay h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
}

        /* RIGHT CONTENT */
        .content-column {
    padding: 48px 55px 35px;
    background: #f2f2f5;
}

        .top-line {
    width: 62px;
    height: 3px;
    background: #ef3443;
    border-radius: 10px;
}

        .main-title {
    margin: 0;
    text-align: center;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.2px;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .main-title span {
            color: #f13443;
            
        }

        .divider {
    height: 1px;
    background: #e4e4e4;
    margin-bottom: 20px;
}

        /* TIMELINE */
        .timeline1 {
            position: relative;
        }

        .timeline-item1 {
            display: flex;
            position: relative;
            margin-bottom: 24px;
        }

        .timeline-item1:last-child {
            margin-bottom: 0;
        }

        .icon-area {
            width: 90px;
            min-width: 90px;
            position: relative;
            display: flex;
            justify-content: center;
        }

        .timeline-icon1 {
            width: 72px;
            height: 72px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 4px 16px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e52e2e;
            font-size: 28px;
            position: relative;
            z-index: 2;
        }

        .timeline-item1:not(:last-child) .icon-area::after {
            content: "";
            position: absolute;
            top: 72px;
            bottom: -25px;
            left: 50%;
            border-left: 1px dashed #e52e2e;
        }

       .timeline-text {
    padding: 10px 0 0 18px;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .timeline-text strong {
            font-weight: 800;
        }

        /* BOTTOM CALLOUT */
        .bottom-callout {
    margin-top: 35px;
    background: #37393d;
    border-radius: 10px;
    padding: 25px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

        .bottom-callout::after {
            content: "";
            position: absolute;
            right: -40px;
            top: -30px;
            width: 160px;
            height: 160px;
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 50%;
        }

        .target-icon {
            width: 55px;
            min-width: 55px;
            height: 55px;
            color: #e52e2e;
            font-size: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

       .bottom-callout-text {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-family: 'Open Sans', sans-serif !important;
}








       .patterns-section {
    padding: 18px 13px 90px;
    overflow: hidden;
    display: block;
    height: inherit;
}
        .patterns-container {
    max-width: 1200px;
    margin: auto;
}

        /* =========================================
           TOP TIER
        ========================================= */

        .tier-row {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 35px;
        }

.main-title span {
    color: #f13443;
}

        .tier-line {
            height: 1px;
            background: #e52b35;
            width: 280px;
            position: relative;
        }

        .tier-line::before,
        .tier-line::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #e52b35;
            transform: translateY(-50%);
        }

        .tier-line::before {
            left: 0;
        }

        .tier-line::after {
            right: 0;
        }

        .tier-badge {
            margin: 0 14px;
            min-width: 148px;
            height: 43px;
            padding: 0 25px;

            display: flex;
            align-items: center;
            justify-content: center;

            border-radius: 25px;
            background: linear-gradient(
                180deg,
                #f42c39,
                #df222e
            );

            color: #ffffff;
            font-size: 22px;
            font-weight: 700;

            box-shadow: 0 3px 8px rgba(224, 34, 46, .20);
        }


.patterns-section .cards-row {
    margin-top: 70px;
}

       

       .title-underline {
    width: 105px;
    height: 4px;
    background: #e12a33;
    margin: 11px auto 45px;
}

        /* =========================================
           CARDS AREA
        ========================================= */

        .cards-row {
            position: relative;
        }

        .pattern-card {
    position: relative;
    height: 355px;
    padding: 48px 10px 20px;
    background: #ffffff;
    border-radius: 11px;
    border: 1px solid #eeeeee;
    box-shadow: 0 5px 20px rgba(20, 43, 68, .10);
    text-align: center;
}

.main-title span {
    color: #f13443;
}



        /* =========================================
           NUMBER CIRCLE
        ========================================= */

       .number-circlee {
    position: absolute;
    top: -28px;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #37393d;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 1px #f23543, 0 4px 8px rgba(0, 0, 0, .12);
}

        /* small red curved accent */
        .number-circlee::after {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    border: 1.5px solid transparent;
    border-bottom-color: #ed2734;
    border-radius: 50%;
    transform: rotate(35deg);
}

        /* =========================================
           PATTERN ICON
        ========================================= */

        .pattern-icon {
            width: 138px;
            height: 138px;

            margin: 0 auto 20px;

            border-radius: 50%;

            background: #f7f7f8;

            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pattern-icon svg {
            width: 100px;
            height: 100px;
        }

        /* =========================================
           CARD TEXT
        ========================================= */

        .pattern-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.18;
    color: #000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
}

       .pattern-line {
    width: 34px;
    height: 3px;
    margin: 0 auto 14px;
    background: #f13443;
}

       .pattern-description {
    margin: 0 auto;
    max-width: 180px;
    font-size: 16px;
    line-height: 1.35;
    color: #151515;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}
        /* =========================================
           CONNECTING ARROWS
        ========================================= */

        
        /* =========================================
           BOTTOM DARK BANNER
        ========================================= */

.bottom-banner {
    position: relative;
    min-height: 195px;
    margin-top: 40px;
    padding: 25px 42px;
    border-radius: 12px;
    overflow: hidden;
    background: radial-gradient(circle at 80% 40%, rgb(26 27 27 / 29%), transparent 30%), linear-gradient(110deg, #1b1b1b, #191c1f);
    display: flex;
    align-items: center;
}

        /* subtle background dots */
 .bottom-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 15px 15px;
}

        /* Shield */
        .banner-icon {
    position: relative;
    z-index: 2;
    width: 105px;
    height: 105px;
    flex: 0 0 105px;
    border-radius: 50%;
    background: #ef3443;
    border: 2px solid #f03443;
    box-shadow: 0 0 0 5px rgba(239, 41, 55, .08), 0 0 0 7px #f03443;
    display: flex;
    align-items: center;
    justify-content: center;
}

        .banner-icon svg {
            width: 70px;
            height: 70px;
        }

        /* Divider */
        .banner-divider {
            position: relative;
            z-index: 2;

            width: 1px;
            height: 112px;

            margin: 0 38px;

            background: rgba(255,255,255,.65);
        }

        /* Banner text */
       .banner-text {
    position: relative;
    z-index: 2;
    max-width: 510px;
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;
}

        /* =========================================
           BANNER PHARMA IMAGE
        ========================================= */

     .banner-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 100%;
    background: linear-gradient(90deg, #191b1d 0%, rgba(9, 42, 73, .25) 45%, rgba(9, 42, 73, 0) 100%), url(https://www.apikospharma.com/wp-content/uploads/2025/01/360_F_577842756_DWiS65lNLDG5DPaozrJk3c9TgkGGBwCb.jpg);
    background-size: cover;
    background-position: center;
    opacity: .9;
}



















section.domino-section {
    display: block !important;
    height: inherit;
    padding-top: 58px;
    padding-bottom: 20px;
}


 

.domino-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 42px 30px 50px !important;
}

      

        .subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
    margin-top: 22px;
}

        /* ======================================
           RED VERTICAL TAB
        ====================================== */

       .problem-tab {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ed2635, #d7192a);
    color: #fff;
    border-radius: 0 0 0 13px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 10;
}

        /* ======================================
           TIER BADGE
        ====================================== */

        .tier-wrapper {
            text-align: center;
            margin-top: 23px;
        }

      .tier-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 365px;
    height: 40px;
    padding: 0 30px;
    border-radius: 25px;
    background: linear-gradient(90deg, #f13443, #f13443);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(226, 30, 47, .15);
    font-family: 'Open Sans', sans-serif !important;
}

        /* ======================================
           DOMINO AREA
        ====================================== */

        .domino-flow {
            position: relative;
            margin-top: 20px;
        }

        .domino-row {
            position: relative;
            z-index: 3;
        }


.domino-row {
    margin-top: 40px;
}

        /* ======================================
           NUMBER
        ====================================== */

        .number-wrapper {
            height: 76px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .number-circle {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f13443;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #f3b5bb, 0 5px 12px rgba(0, 0, 0, .08);
    z-index: 4;
}
        /* Vertical dotted line */
        .number-wrapper::after {
    content: "";
    position: absolute;
    top: 61px;
    left: 50%;
    width: 2px;
    height: 62px;
    transform: translateX(-50%);
    border-left: 2px dotted #f13443;
    z-index: 1;
}

       .number-wrapper::before {
    content: "";
    position: absolute;
    top: 121px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    background: #f13443;
    border-radius: 50%;
    z-index: 4;
}

        /* ======================================
           ARROWS BETWEEN NUMBERS
        ====================================== */

       .flow-arrow {
    position: absolute;
    top: 42px;
    height: 2px;
    border-top: 2px dashed #f13443;
    z-index: 2;
}

        .flow-arrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #f23543;
    border-right: 2px solid #f23443;
    transform: rotate(45deg);
}

        .arrow-one {
    left: 15%;
    width: 18%;
}

        .arrow-two {
    left: 41%;
    width: 18%;
}

      .arrow-three {
    left: 66%;
    width: 19%;
}
        /* ======================================
           DOMINO IMAGE
        ====================================== */

       .domino-visual {
    position: relative;
    height: 260px;
    margin-top: 43px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 90px;
}

       .domino-visual img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}

        /* Since image contains the domino artwork */
        .domino-image {
            display: block;
        }

        /* ======================================
           BOTTOM INFORMATION
        ====================================== */

        .info-row {
            position: relative;
            z-index: 4;
            margin-top: -1px;
        }

        .info-box {
            text-align: center;
            
        }

        .info-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #f13443;
    font-size: 34px;
    box-shadow: 0 4px 15px rgba(20, 40, 70, .13);
    border: 1px solid #eef0f4;
}

        .info-title {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif !important;
}

       .info-line {
    width: 38px;
    height: 2px;
    margin: 11px auto 12px;
    background: #f13443;
}

      .info-description {
    margin: auto;
    color: #000;
    font-size: 16px;
    line-height: 1.45;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}









 .main-titlee {
    text-align: center;
    line-height: 1.1;
    font-weight: 800;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    color: #000;
    font-size: 45px;
    margin-bottom: 28px;
}

        .main-titlee .red {
    color: #ef3443;
}

.title-linee {
    width: 70px;
    height: 3px;
    background: #f03443;
    margin: 0 auto;
}


.intro-texte {
    max-width: 790px;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    margin-top: 22px;
}

.intro-texte strong {
    display: block;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
}

        /* ----------------------------------
           PROCESS TIMELINE
        ---------------------------------- */

       .timeline-wrapper {
    position: relative;
    margin-top: 50px;
    padding-bottom: 15px;
    display: block;
    height: inherit;
}

        .timeline-line {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 96px;
    height: 1px;
    background: #c0c3c7;
    z-index: 0;
}

        .timeline {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 8px;
}

        .timeline-item {
            text-align: center;
            min-width: 0;
        }

        .timeline-icon {
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 4px;
        }

        .timeline-icon i {
            font-size: 43px;
            color: #263f5b;
        }

        .timeline-item:nth-child(1) .timeline-icon i {
            color: #000000;
        }

        .step-number {
    width: 38px;
    height: 38px;
    background: #f03443;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto 6px;
    box-shadow: 0 0 0 3px #f7f8fa;
    font-family: 'Open Sans', sans-serif !important;
}

        .step-title {
    color: #000;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    min-height: 25px;
    font-family: 'Open Sans', sans-serif !important;
}

        /* ----------------------------------
           CARDS
        ---------------------------------- */

       .cards-grid {
    margin-top: 35px;
    display: block;
    height: inherit;
}


.cards-grid .col {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 18px;
}

        .info-card {
    height: 100%;
    min-height: 142px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px 14px 12px;
    box-shadow: 0 2px 7px rgba(20, 43, 70, 0.035);
    transition: all 0.2s ease;
}

        .info-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(20, 43, 70, 0.08);
        }

        .card-header-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
       .card-icon1 {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f13443;
    font-size: 28px;
}

       .card-title {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
}

.question {
    color: #f13443;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    font-family: 'Open Sans', sans-serif !important;
	letter-spacing: 0;
}

        .answer {
    color: #000;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 7px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
			letter-spacing: 0;
}

        .answer:last-child {
            margin-bottom: 0;
        }











.container.supply {
    margin-top: 100px;
    margin-bottom: 100px;
}



.pharma-banner {
    position: relative;
    width: 100%;
    min-height: 460px;
    overflow: hidden;
    border-radius: 14px;
    background: #1b1b1b;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    display: block;
    align-items: inherit;
    height: inherit;
}

.pharma-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
    z-index: 0;
}

.left-red-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 110px;
    background: #ef3443;
    border-radius: 0 0 8px 0;
    z-index: 5;
}

.dot-pattern {
    position: absolute;
    left: 30px;
    bottom: 12px;
    width: 175px;
    height: 80px;
    opacity: .45;
    background-image: radial-gradient(circle, #ffffff 1.6px, transparent 1.8px);
    background-size: 13px 13px;
    z-index: 2;
}

.pharma-content {
    position: relative;
    z-index: 3;
    width: 53%;
    min-height: 460px;
    padding: 47px 0 45px 60px;
    color: #fff;
}

.pharma-title {
    max-width: 600px;
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
}


.download-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    font-size: 28px;
}

.title-line {
    width: 70px;
    height: 3px;
    background: #f03443;
    margin: 25px 0 26px;
}

.pharma-description {
    max-width: 590px;
    margin: 0;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;
    color: #fff;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 32px;
    padding: 7px 28px 7px 7px;
    background: linear-gradient(90deg, #f03443, #f03443);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
    transition: all .25s ease;
}



.download-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    font-size: 28px;
}




.reasons-section {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
    height: inherit !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

        /* Background image */
       .reasons-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://testing.dynamicssquare.co.in/includes/images/pharmaceutical89.jpg);
    background-size: cover;
    background-position: bottom;
    z-index: 0;
}

       
        .reasons-section::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    to bottom,
                    rgba(255,255,255,.97) 0%,
                    rgba(255,255,255,.91) 38%,
                    rgba(255,255,255,.78) 72%,
                    rgba(255,255,255,.58) 100%
                );
            z-index: 1;
        }

.reasons-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 50px 30px 70px !important;
}
      

       .top-line {
    width: 62px;
    height: 3px;
    background: #ef3443;
    margin: 0 auto 25px;
    border-radius: 10px;
}

        .main-title {
    margin: 0;
    text-align: center;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.2px;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .main-title .red-text {
    color: #ef3443;
}

        /* =========================
           CARDS AREA
        ========================== */

        .cards-wrapper {
            margin-top: 82px;
            position: relative;
        }

        .reason-card {
            position: relative;
            height: 400px;
            background: rgba(255,255,255,.92);
            border: 1px solid #dfe4eb;
            border-radius: 13px;
            padding: 76px 25px 25px;
            box-shadow:
                0 8px 25px rgba(11, 39, 70, .08);
        }

        /* Number badge */
       .number-badge {
    position: absolute;
    top: -20px;
    left: 0;
    width: 126px;
    height: 58px;
    background: linear-gradient(105deg, #37393d 0%, #37393d 72%, #ef3443 72%, #ef3443 100%);
    color: #fff;
    font-size: 42px;
    line-height: 58px;
    font-weight: 500;
    padding-left: 22px;
    border-radius: 13px 5px 5px 0;
    z-index: 5;
	font-family: 'Open Sans', sans-serif !important;
}

        /* Angled red end */
       

        /* =========================
           CARD TOP CONTENT
        ========================== */

        .card-top {
            display: flex;
            align-items: center;
            gap: 18px;
            min-height: 112px;
        }

        .reason-icon {
            width: 96px;
            height: 96px;
            flex: 0 0 96px;
            border-radius: 50%;
            background: #f4f6f9;

            display: flex;
            align-items: center;
            justify-content: center;

            color: var(--navy);
            font-size: 48px;

            box-shadow:
                inset 0 0 0 1px rgba(5, 36, 75, .02);
        }

       .reason-title {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #000;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}
        .small-red-line {
    width: 42px;
    height: 2px;
    background: #ef3443;
    margin-top: 14px;
}

        /* =========================
           CARD DESCRIPTION
        ========================== */

        .reason-description {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================
           CONNECTING LINE
        ========================== */

        

        

        /* =========================
           BOTTOM DECORATION
        ========================== */

        .bottom-glow {
            position: absolute;
            bottom: -180px;
            left: 50%;
            transform: translateX(-50%);
            width: 700px;
            height: 300px;
            background: radial-gradient(
                ellipse,
                rgba(220,230,240,.55),
                transparent 70%
            );
            z-index: 1;
        }









.factory-image {
    position: absolute;
    right: 0;
    width: 53%;
    height: 670px;
    object-fit: inherit;
    object-position: right center;
    z-index: 0;
}

       

       .main-content {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 105px 0px 102px !important;
}

        /* Heading */
        .hero-title-ver {
    max-width: 840px;
    font-size: 45px;
    line-height: 1.12;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px;
}

        span.red {
    color: #ef3443;
}

       .red-line {
    width: 46px;
    height: 3px;
    background: #f03442;
    margin: 22px 0 13px;
}

        .intro-text {
    max-width: 790px;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0;
    font-weight: 500;
}

        /* Highlight box */
        .highlight-box {
    width: 780px;
    max-width: 100%;
    background: rgb(228 229 230 / 94%);
    border-left: 4px solid #f03443;
    border-radius: 5px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

        .highlight-icon {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    color: var(--red);
    font-size: 26px;
}

       .highlight-text {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        /* Cards */
        .capability-row {
    position: relative;
    max-width: 1060px;
}

       .capability-card {
    background: rgb(255 255 255);
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 13px 18px 14px;
    height: 100%;
    box-shadow: 0 3px 12px rgb(185 182 182 / 64%);
}

       .card-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e3262e;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .card-heading.red-heading {
            color: var(--red);
        }

        .card-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #161b22;
    font-size: 20px;
}

        .red-heading .card-icon {
    background: #ef3443;
}

        .feature-list {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .feature-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px !important;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        .feature-list li::before {
            content: "\F26A";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--red);
            font-size: 12px;
        }

        /* Plus connector */
      

        /* Right benefit box */
        .benefit-box {
    position: absolute;
    right: 0;
    top: 213px;
    width: 285px;
    background: rgb(22 28 34);
    border-radius: 14px;
    padding: 17px 16px;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.benefit-item {
    display: flex;
    align-items: normal;
    gap: 14px;
    padding: 3px 0 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

        .benefit-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .benefit-icon {
    width: 57px;
    height: 57px;
    min-width: 57px;
    background: #fff;
    color: #f03443;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
}

       .benefit-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Open Sans', sans-serif !important;
}

       .benefit-text {
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* Bottom strip */
       .bottom-strip {
    max-width: 970px;
    margin-top: 22px;
    background: #161c22;
    border-radius: 11px;
    padding: 13px 18px;
    color: #fff;
}

        .bottom-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 55px;
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, .35) !important;
}

        .bottom-item:last-child {
            border-right: none;
        }

        .bottom-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border: 1px solid #ef3443;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

        .bottom-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: 'Open Sans', sans-serif !important;
}

       .bottom-text {
    font-size: 14px;
    line-height: 1.35;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}








.pharma-section {
    position: relative;
    min-height: inherit;
    padding: 75px 38px 95px;
    overflow: hidden;
    background: radial-gradient(circle at 88% 25%, rgb(22 28 34 / 39%), transparent 30%), radial-gradient(circle at 15% 80%, rgb(22 28 34 / 32%), transparent 35%), linear-gradient(110deg, #161b22 0%, #161b22 48%, #161b21 100%);
    display: block;
    height: inherit;
}

        /* subtle pharmaceutical background */
.pharma-section::before {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    width: 608px;
    height: 500px;
    background: linear-gradient(90deg, transparent 20%, rgba(255, 255, 255, .12) 21%, transparent 22%);
    filter: blur(2px);
    pointer-events: none;
    background-image: url(https://testing.dynamicssquare.co.in/includes/images/Pharma-ayu.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

        /* =========================
           TOP SHIELD
        ========================= */

        .top-icon {
            position: relative;
            z-index: 2;
               width: 78px;
    height: 78px;
            margin: 0 auto 4px;
        }

        .top-icon svg {
            width: 100%;
            height: 100%;
        }

        /* =========================
           HEADING
        ========================= */

.main-heading {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 1px;
}

        .main-heading .red {
    color: #f03442;
}

        .heading-line {
            width: 102px;
            height: 3px;
            background: #f13442;
            margin: 28px auto 40px;
        }

        /* =========================
           FACT CARDS
        ========================= */

        .facts-row {
            position: relative;
            z-index: 2;
        }

        .fact-card {
    position: relative;
    height: 410px;
    padding: 28px 25px 25px;
    border: 1px solid rgb(79 85 93);
    border-radius: 15px;
    background: linear-gradient(145deg, rgb(22 26 33 / 75%), rgb(22 27 33 / 70%));
    box-shadow: inset 0 0 35px rgb(22 27 34 / 13%), 0 10px 35px rgba(0, 0, 0, .15);
    overflow: hidden;
}

        /* bottom red line */
       

.fact-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 40px;
    padding: 0 15px;
    border-radius: 6px;
    background: #f13442;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(242, 41, 63, .22);
    font-family: 'Open Sans', sans-serif !important;
}

        .fact-content {
            display: flex;
            align-items: flex-start;
            gap: 25px;
            margin-top: 30px;
        }

        /* =========================
           ICON CIRCLE
        ========================= */

        
.fact-icon {
    flex: 0 0 108px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, #161b21 0%, #161a21 50%, #353535 100%);
    box-shadow: inset 0 0 18px rgb(81 99 121 / 65%), 0 5px 20px rgba(0, 0, 0, .2);
}







            box-shadow:
                inset 0 0 18px rgba(73, 136, 205, .18),
                0 5px 20px rgba(0, 0, 0, .2);
        }

        .fact-icon svg {
            width: 75px;
            height: 75px;
        }

        /* =========================
           FACT TEXT
        ========================= */

       .fact-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.72;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
}

        /* =========================
           DEMO BUTTON
        ========================= */

        .demo-button {
            position: fixed;
            z-index: 20;
            right: 0;
            top: 11%;
            width: 55px;
            height: 250px;
            border-radius: 18px 0 0 18px;
            background: #f2293f;
            color: #ffffff;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
        }

        .demo-content {
            transform: rotate(-90deg);
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            font-weight: 600;
        }

        .demo-arrow {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #ffffff;
            color: #f2293f;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            transform: rotate(90deg);
        }

        /* =========================
           DOT PATTERN
        ========================= */

      .dot-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 270px;
    opacity: .75;
    background-image: radial-gradient(#ffffff 1.7px, transparent 1.7px);
    background-size: 18px 18px;
    mask-image: linear-gradient(to top right, black 0%, transparent 80%);
    -webkit-mask-image: linear-gradient(to top right, black 0%, transparent 80%);
}













span.highlighte {
    color: #f2293f;
    font-weight: 700;
}


.knowledge-section {
    height: inherit !important;
    margin-top: 120px;
    margin-bottom: 120px;
}

   .knowledge-card {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 40px;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.12);
    display: flex;
    align-items: center;
}

        /* Left Icon */
        .icon-wrapper {
            flex: 0 0 125px;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            height: 100%;
        }

        .bulb-circle {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #ffffff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .bulb-inner {
    width: 82px;
    height: 82px;
    background: #f03442;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .bulb-inner svg {
            width: 48px;
            height: 48px;
        }

        /* Content */
        .content-area {
    padding-left: 35px;
    padding-right: 40px;
    flex: 1;
}

        .content-area h2 {
    margin: 0 0 18px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
}

        .content-area h2 span {
            color: #f2293f;
        }

.content-area p {
    margin: 0;
    font-size: 19px;
    line-height: 35px;
    color: #000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: 0;
}

        .highlight {
            color: #f2293f;
            font-weight: 700;
        }

        /* Right Illustration */
        .illustration-area {
            flex: 0 0 255px;
            min-height: 255px;
            border-left: 2px solid #e1e4e9;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 25px;
        }

        .chart-svg {
            width: 220px;
            height: 220px;
        }






.pharma-hero {
    min-height: 790px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    height: inherit;
}

        /* Background image on right */
        .pharma-hero::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 62%;
            height: 100%;
            background-image: url("pharma-bg.png");
            background-size: auto 100%;
            background-position: right center;
            background-repeat: no-repeat;
            z-index: 0;
        }

        /* Dark gradient over image */
.pharma-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #161b22 0%, #161b22 25%, rgb(22 27 33) 39%, rgb(22 27 34 / 61%) 57%, rgb(22 27 34 / 0%) 78%);
    z-index: 2;
}

.hero-content {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: flex-start;
    background-image: url(https://testing.dynamicssquare.co.in/includes/images/medicine.jpg);
    background-size: 100%;
    background-position: bottom;
}

.hero-inner {
    padding-top: 48px;
    padding-bottom: 230px !important;
    z-index: 3;
}
        /* =========================
           TYPOGRAPHY
        ========================== */

.hero-title {
    font-size: clamp(48px, 5vw, 65px);
    line-height: .98;
    font-weight: 700;
    margin: 0;
    letter-spacing: -2px;
    color: #fff !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
}

        .hero-title .red {
            color: #ef3442;
        }

        .red-line {
            width: 46px;
            height: 3px;
            background: #f03442;
            margin: 22px 0 13px;
        }

       .hero-subtitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
}

       .hero-description {
    max-width: 560px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 34px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================
           RESULT BOX
        ========================== */

.result-box {
    max-width: 560px;
    min-height: 136px;
    padding: 22px 25px;
    border-radius: 18px;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 21px;
    border: 1px solid rgb(78 85 93);
    background: rgb(22 27 33 / 74%);
}

        .result-icon {
            width: 88px;
            height: 88px;
            min-width: 88px;
            border-radius: 50%;
            background: #ed2929;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
        }

.result-title {
    color: #ef3442;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif !important;
}

        .result-text {
    font-size: 16px;
    line-height: 1.45;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================
           CTA
        ========================== */

.main-cta {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 15px 10px 22px;
    border-radius: 13px;
    background: #ef3442;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    transition: .3s ease;
    font-family: 'Open Sans', sans-serif !important;
}

        .main-cta:hover {
            background: #c91f1f;
            color: #fff;
            transform: translateY(-2px);
        }

        .cta-arrow {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #fff;
            color: #ed2929;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
        }

        /* =========================
           FEATURES
        ========================== */

.features-wrapper {
    position: absolute;
    z-index: 4;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: min(92%, 1420px);
}

.featuress {
    backdrop-filter: blur(10px);
    padding: 20px 28px;
    border: 1px solid rgb(78 85 93);
    border-radius: 18px;
    background: rgb(22 27 33 / 74%);
}


.features-wrapper .col-lg-3.col-md-6 {
    border-right: solid 1px #ffffff29;
}


.feature-item {
    min-height: 105px;
    display: flex;
    align-items: normal;
    gap: 18px;
    padding: 0 25px;
    border-right: 1px solid rgba(160, 190, 220, .25);
}

        .feature-item:last-child {
            border-right: 0;
        }

        .feature-icon {
            width: 60px;
            min-width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .feature-icon svg {
            width: 55px;
            height: 55px;
        }

        .feature-title {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 9px;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
}

        .feature-text {
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500;
}

        /* =========================
           FLOATING CTA
        ========================== */

        .floating-cta {
            position: fixed;
            right: 0;
            top: 112px;
            z-index: 20;
            width: 76px;
            min-height: 325px;
            border-radius: 16px 0 0 16px;
            background: #ed2929;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            box-shadow: 0 8px 30px rgba(0,0,0,.3);
        }

        .floating-content {
            transform: rotate(-90deg);
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            font-weight: 600;
        }

        .floating-content strong {
            font-size: 16px;
        }

        .floating-arrow {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #fff;
            color: #ed2929;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
        }

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

        @media (max-width: 1199px) {
			
			
        

            .reason-card {
                height: 420px;
                padding-left: 20px;
                padding-right: 20px;
            }

            .reason-title {
                font-size: 16px;
            }

            .reason-description {
                font-size: 14px;
            }

            .reason-icon {
                width: 82px;
                height: 82px;
                flex-basis: 82px;
                font-size: 40px;
            }
			
			
			
			 .factory-image {
                width: 48%;
            }

            .benefit-box {
                width: 255px;
                right: 15px;
            }

            .main-content {
                padding-left: 25px;
                padding-right: 25px;
            }
			
			
			
			
			  .main-heading {
                font-size: 44px;
            }

            .fact-card {
                height: auto;
                min-height: 470px;
            }

            .fact-content {
                gap: 18px;
            }

            .fact-icon {
                flex: 0 0 90px;
                width: 90px;
                height: 90px;
            }

            .fact-icon svg {
                width: 65px;
                height: 65px;
            }

            .fact-text {
                font-size: 16px;
                line-height: 1.65;
            }
			
			
			

            .pharma-hero,
            .hero-content {
                min-height: 760px;
            }

            .pharma-hero::after {
                width: 65%;
            }

            .hero-inner {
                padding-top: 55px;
            }

            .feature-item {
                padding: 0 14px;
                gap: 10px;
            }

            .feature-title {
                font-size: 15px;
            }

            .feature-text {
                font-size: 12px;
            }

            .feature-icon {
                width: 48px;
                min-width: 48px;
            }
        }

        @media (max-width: 991px) {
			
			
			 .reasons-section {
                min-height: auto;
            }

            .reasons-container {
                padding: 45px 25px 60px;
            }

           
            .cards-wrapper {
                margin-top: 65px;
            }

           

            .reason-card {
                height: auto;
                min-height: 390px;
                margin-bottom: 25px;
            }
			
			
			
			 .factory-image,
            .factory-overlay {
                display: none;
            }

            .main-content {
                max-width: 900px;
            }

            .hero-title,
            .intro-text {
                max-width: 100%;
            }

            .capability-row {
                max-width: 100%;
            }

            .benefit-box {
                position: static;
                width: 100%;
                margin-top: 25px;
            }

            .plus-circle {
                display: none;
            }

            .bottom-strip {
                max-width: 100%;
            }
			
			
			
			
			.knowledge-card {
                padding: 35px;
            }

            .icon-wrapper {
                flex: 0 0 95px;
            }

            .bulb-circle {
                width: 90px;
                height: 90px;
            }

            .bulb-inner {
                width: 64px;
                height: 64px;
            }

            .bulb-inner svg {
                width: 38px;
                height: 38px;
            }

            .content-area {
                padding-left: 20px;
                padding-right: 20px;
            }

            .content-area h2 {
                font-size: 38px;
            }

            .content-area p {
                font-size: 18px;
                line-height: 1.7;
            }

            .illustration-area {
                flex: 0 0 190px;
                padding-left: 15px;
            }

            .chart-svg {
                width: 175px;
                height: 175px;
            }

            .pharma-hero {
                min-height: auto;
            }

            .pharma-hero::after {
                width: 100%;
                opacity: .3;
                background-size: cover;
            }

            .pharma-hero::before {
                background:
                    linear-gradient(
                        90deg,
                        #061529 0%,
                        rgba(6,21,41,.93) 50%,
                        rgba(6,21,41,.70) 100%
                    );
            }

            .hero-content {
                min-height: auto;
            }

            .hero-inner {
                padding: 65px 20px 220px;
            }

            .features-wrapper {
                position: relative;
                left: auto;
                bottom: auto;
                transform: none;
                width: 100%;
                padding: 0 20px 25px;
            }

            .features {
                padding: 15px;
            }

            .feature-item {
                border-right: 0;
                border-bottom: 1px solid rgba(160,190,220,.2);
                padding: 15px;
            }

            .feature-item:last-child {
                border-bottom: 0;
            }

            .floating-cta {
                display: none;
            }
        }


@media (max-width: 767px) {
	

	
	
	
	
	
	
	
	
	
	
	
	
 .reasons-container {
                padding: 35px 15px 45px;
            }

           

            .main-title {
                font-size: 28px;
                line-height: 1.25;
                letter-spacing: -.5px;
            }

            .cards-wrapper {
                margin-top: 55px;
            }

            .reason-card {
                padding: 65px 20px 25px;
                min-height: auto;
            }

            .number-badge {
                width: 110px;
                height: 53px;
                line-height: 53px;
                font-size: 36px;
            }

            .number-badge::after {
                height: 53px;
            }

            .card-top {
                align-items: flex-start;
            }

            .reason-icon {
                width: 76px;
                height: 76px;
                flex-basis: 76px;
                font-size: 36px;
            }

            .reason-title {
                font-size: 16px;
                line-height: 1.45;
            }

            .reason-description {
                margin-top: 28px;
                font-size: 14px;
                line-height: 1.65;
            }
	
	
	
	
	
.main-content {
                padding: 25px 15px;
            }

          

            .intro-text {
                font-size: 12px;
            }

            .highlight-box {
                padding: 10px;
            }

            .capability-card {
                margin-bottom: 15px;
            }

            .bottom-item {
                border-right: none;
                border-bottom: 1px solid rgba(255,255,255,.25);
                padding: 12px 5px;
            }

            .bottom-item:last-child {
                border-bottom: none;
            }

            .bottom-strip {
                padding: 8px 12px;
            }
	
	
	
.pharma-section {
                padding: 25px 18px 60px;
            }

            .top-icon {
                width: 50px;
                height: 50px;
            }

            .main-heading {
                font-size: 34px;
                line-height: 1.15;
                letter-spacing: -.5px;
            }

            .heading-line {
                margin: 22px auto 30px;
            }

            .fact-card {
                min-height: auto;
                padding: 22px 20px 30px;
                margin-bottom: 20px;
            }

            .fact-content {
                gap: 18px;
                margin-top: 25px;
            }

            .fact-icon {
                flex: 0 0 75px;
                width: 75px;
                height: 75px;
            }

            .fact-icon svg {
                width: 52px;
                height: 52px;
            }

            .fact-text {
                font-size: 15px;
                line-height: 1.65;
            }

            .fact-number {
                height: 38px;
                font-size: 16px;
            }

            .demo-button {
                width: 48px;
                height: 190px;
            }

            .demo-content {
                font-size: 13px;
            }

            .dot-pattern {
                width: 160px;
                height: 180px;
                background-size: 14px 14px;
            }
	
	
	
            .knowledge-section {
                padding: 15px;
            }

            .knowledge-card {
                flex-direction: column;
                padding: 30px 25px;
                text-align: center;
                min-height: auto;
            }

            .icon-wrapper {
                flex: auto;
                height: auto;
                margin-bottom: 25px;
            }

            .bulb-circle {
                width: 90px;
                height: 90px;
            }

            .content-area {
                padding: 0;
            }

            .content-area h2 {
                font-size: 34px;
                margin-bottom: 18px;
            }

            .content-area p {
                font-size: 17px;
                line-height: 1.7;
            }

            .illustration-area {
                width: 100%;
                min-height: auto;
                margin-top: 30px;
                padding: 25px 0 0;
                border-left: 0;
                border-top: 2px solid #e1e4e9;
            }

            .chart-svg {
                width: 180px;
                height: 180px;
            }
        }




        @media (max-width: 575px) {
			
			
			
			 .intro-text {
                font-size: 12px;
            }

            .timeline {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px 8px;
            }

            .timeline-icon {
                height: 55px;
            }

            .timeline-icon i {
                font-size: 34px;
            }

            .step-title {
                font-size: 8px;
            }

            .cards-grid .col {
                flex: 0 0 100%;
            }

            .info-card {
                min-height: auto;
            }
			
			
			
			
			
			
			
			
			
			 .main-heading {
                font-size: 29px;
            }

            .fact-content {
                align-items: flex-start;
            }

            .fact-icon {
                flex: 0 0 65px;
                width: 65px;
                height: 65px;
            }

            .fact-icon svg {
                width: 46px;
                height: 46px;
            }

            .fact-text {
                font-size: 14px;
            }
			
			
			

            .hero-inner {
                padding-top: 45px;
                padding-bottom: 40px;
            }

            .hero-title {
                font-size: 50px;
            }

            .hero-subtitle {
                font-size: 17px;
            }

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

            .result-box {
                padding: 18px;
                gap: 13px;
            }

            .result-icon {
                width: 65px;
                min-width: 65px;
                height: 65px;
                font-size: 30px;
            }

            .result-title {
                font-size: 16px;
            }

            .result-text {
                font-size: 13px;
            }

            .main-cta {
                font-size: 16px;
                padding-left: 22px;
            }

            .features-wrapper {
                padding: 0 15px 20px;
            }

            .feature-item {
                align-items: flex-start;
            }
        }
        

section.faq-section {
    display: block;
    height: inherit !important;;
    overflow: hidden;
    background: #fff;
    margin-bottom: 100px;
}


section.pharma-cta {
    position: relative;
    min-height: 645px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(27 27 27) 0%, rgb(27 27 27 / 97%) 34%, rgb(27 27 27 / 89%) 48%, rgb(27 27 27 / 48%) 72%, rgba(3, 17, 35, .20) 100%), url(https://testing.dynamicssquare.co.in/includes/images/pharma-ds-43.jpg) center bottom / cover no-repeat;
    color: #fff;
    display: block !important;
    height: inherit !important;
}


.why-pharma-section {
    position: relative;
    margin: 0 auto;
    padding: 65px 35px 100px;
    overflow: hidden;
    background: #fff;
    display: block;
    height: inherit !important;
}




