/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.995
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --ol-purple: #7a288a;
    --ol-purple-dark: #631f73;
    --ol-purple-light: #f1ebf7;
    --ol-text: #16161a;
    --ol-muted: #696d76;
    --ol-dark: #160a23;
    --ol-white: #ffffff;

}

html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ol-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

body.page-template-page-contact #tertiary,
body.page-template-page-contact .sidebar-container,
body.page-template-page-contact .widget-area {
    display: none !important;
}

/* Inner Pages Header Color */
body:not(.home) .site-header {
    background: radial-gradient(ellipse at center, #18001c 0%, #37223a 45%, #37223a 45%);
}

.container {
    max-width: 1320px;
}

.bg-soft {
    background-color: var(--ol-purple-light) !important;
}

.bg-dark {
    background-color: var(--ol-dark) !important;
}

.bg-dark-purple {
    background-color: #2a1340 !important;
}

.text-purple {
    color: var(--ol-purple) !important;
}

.rounded-24 {
    border-radius: 24px !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ol-btn-arrow {
    width: 1.1em;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    margin-left: 0.1rem;
}

.ol-btn-arrow.ol-btn-arrow.slanted {
    transform: rotate(-45deg);
}

.invert {
    filter: brightness(0) invert(1);
}

.rotate-45 {
    transform: rotate(-45deg);
    display: inline-block;
}

/* Alignment Fixes for Buttons with Arrows */
.ol-btn-main,
.ol-btn-purple-pill-arrow,
.ol-nav-cta,
.ol-submit-btn-v2,
.ol-footer-v3 .ol-newsletter-form button,
.ol-view-details,
.ol-read-more {
    display: inline-flex;
    align-items: center;
}

.ol-btn-main .ol-btn-arrow,
.ol-btn-purple-pill-arrow .ol-btn-arrow,
.ol-nav-cta .ol-btn-arrow,
.ol-submit-btn-v2 .ol-btn-arrow,
.ol-footer-v3 .ol-newsletter-form button .ol-btn-arrow,
.ol-view-details .ol-btn-arrow,
.ol-read-more .ol-btn-arrow {
    top: 0;
}

/* UTILS */
.py-6 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}


.ol-section-inset {
    margin-left: 18px;
    margin-right: 18px;
    border-radius: 40px;
    overflow: hidden;
}


.ol-z2 {
    z-index: 2;
}

.site-header {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
}

.ol-main-logo {
    width: 140px;
    height: auto;
}

#masthead .main-navigation,
#masthead .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#masthead .main-navigation a,
#masthead .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
}

#masthead .ol-nav-cta {
    background: #7a288a;
    color: #fff;
    padding: 16px 24px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.ol-nav-cta i {
    transform: rotate(-45deg);
    font-size: 14px;
}

/* MOBILE TOGGLE */
.ol-mobile-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
}

/* MOBILE MENU OVERLAY */
.ol-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(14, 43, 45, 0.98);
    backdrop-filter: blur(15px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.ol-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ol-mobile-close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.ol-mobile-nav {
    text-align: center;
    width: 100%;
}

.mobile-navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-navbar-nav .nav-item {
    margin-bottom: 25px;
}

#masthead .mobile-navbar-nav .nav-link {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
}

.mobile-navbar-nav .nav-link i {
    font-size: 20px;
}

/* Bootstrap 5 Hero - Clean Classes */
.ol-bs-hero-wrap {
    background: #fff;
    padding: 18px 0;
}

.ol-bs-hero {
    position: relative;
    min-height: 860px;
    border-radius: 28px;
    overflow: hidden;
    padding: 180px 70px 60px;
    /* Increased top padding for header offset */
    background: url("https://hivends.org/oyster-labs/site/wp-content/uploads/2026/05/Video-Start-→-pluxes-hero-video-royal.mp4.png") center center / cover no-repeat;
}

.ol-bs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(7, 26, 28, 0.84) 0%,
            rgba(14, 43, 45, 0.58) 45%,
            rgba(8, 25, 27, 0.18) 100%);
    z-index: 1;
}

.ol-bs-content,
.ol-bs-features {
    position: relative;
    z-index: 2;
}

.ol-bs-content {
    margin-top: 50px;
}

.ol-bs-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 28px;
}

.ol-bs-badge span {
    width: 7px;
    height: 7px;
    background: #9d2aa8;
    border-radius: 50%;
}

.ol-bs-content h1 {
    color: #fff;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 32px;
}

.ol-bs-content p {
    color: #fff;
    font-size: 19px;
    line-height: 1.35;
    max-width: 720px;
    margin-bottom: 35px;
}

.btn.ol-bs-main-btn,
.btn.ol-bs-call-btn {
    color: #fff !important;
    border: 0;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.btn.ol-bs-main-btn {
    background: #6b226e !important;
}

.btn.ol-bs-main-btn:hover {
    background: #5a1c5d !important;
    transform: translateY(-2px);
    color: #fff !important;
}

.btn.ol-bs-call-btn {
    background: rgba(30, 35, 40, 0.65) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn.ol-bs-call-btn:hover {
    background: rgba(30, 35, 40, 0.85) !important;
    transform: translateY(-2px);
    color: #fff !important;
}

.ol-btn-purple-pill {
    background: #6b226e !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 12px 35px !important;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    text-decoration: none;
}

.ol-btn-purple-pill:hover {
    background: #5a1c5d !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(107, 34, 110, 0.3);
    color: #fff !important;
}

.ol-bs-features {
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 75px;
}

.ol-bs-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.ol-bs-feature span {
    width: 22px;
    height: 22px;
    background: #7a288a;
    color: #111;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .ol-bs-features .col {
        position: relative;
    }

    .ol-bs-features .col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 24px;
        background-color: rgba(255, 255, 255, 0.15);
    }
}

@media (max-width: 991px) {
    .ol-bs-hero {
        min-height: auto;
        padding: 25px;
        margin: -14px;
    }

    .ol-bs-logo {
        width: 95px;
    }

    .ol-bs-top-btn {
        padding: 13px 16px;
        font-size: 14px;
    }

    .ol-bs-content {
        margin-top: 25%;
    }

    .ol-bs-content h1 {
        font-size: 38px;
    }

    .ol-bs-content p {
        font-size: 16px;
    }

    .ol-bs-features {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 60px;
        padding-top: 35px;
    }

    .ol-bs-feature {
        white-space: normal;
    }

    .ol-about {
        margin: 4% 2%;
    }

    .ol-b-img img {
        width: 100%;
        height: 590px;
    }

    .ol-main-logo {
        width: 90px;
        height: auto;
    }

    .ol-inquiry-section {
        padding: 80px 0;
    }

    .ol-inquiry-heading,
    .ol-inquiry-card h2 {
        font-size: 32px;
    }

    .ol-inquiry-card {
        padding: 2.5rem;
        border-radius: 32px;
    }

    .ol-inquiry-title {
        font-size: 2.8rem;
    }

    .ol-map-box {
        height: 350px;
    }

    .ol-image-wrap-alt {
        position: relative;
        padding: 0;
    }

    .ol-footer-v3 .ol-subscribe-title {
        font-size: 2.5rem;
    }

    .ol-footer-v3 .contact-badges-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .contact-badge-sep {
        display: none;
    }
}

@media (max-width: 575px) {
    .ol-hero-content h1 {
        font-size: 32px;
    }

    .ol-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .ol-feature-item {
        width: 100%;
    }
}

/* FOLLOW CARDS */
.ol-hero-card {
    border-radius: 24px;
    overflow: hidden;
    min-height: 370px;
    padding: 2rem;
    transition: 0.3s;
}

.ol-card-manufacturing {
    background: url('https://hivends.org/oyster-labs/site/wp-content/uploads/2026/05/Background.png') center/cover;
    position: relative;
    height: 420px;
}

.ol-round-arrow-btn {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    transition: 0.3s;
    flex-shrink: 0;
}

.ol-round-arrow-btn:hover {
    background: var(--ol-purple);
    color: #fff;
    transform: scale(1.1);
}

.ol-card-franchise-alt {
    background: #e2daeb;
    position: relative;
    height: 420px;
}

.ol-birds-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/cubes.png');
    /* placeholder for birds */
    opacity: 0.1;
    pointer-events: none;
}

.ol-mini-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--ol-purple);
}

.ol-muted-small {
    font-size: 0.9rem;
    color: var(--ol-muted);
    margin-top: 0.5rem;
}

.ol-hero-card.ol-card-dark {
    background: #111111;
    position: relative;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ol-wave-bg {
    position: absolute;
    inset: 0;
    background: url('https://www.transparenttextures.com/patterns/wavegrid.png');
    opacity: 0.05;
    pointer-events: none;
}

.ol-icon-badge-purple {
    width: 60px;
    height: 60px;
    background: var(--ol-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
}

.ol-big-count-purple {
    font-size: 6rem;
    font-weight: 900;
    color: var(--ol-purple);
    line-height: 1;
    letter-spacing: -2px;
}

.ol-label-caps {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* ABOUT SECTION */
.ol-about-bg-text {
    position: absolute;
    left: -48%;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 93px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    z-index: -1;
    letter-spacing: 6px;
    white-space: nowrap;
    text-transform: uppercase;
}



.ol-image-wrap-alt {
    position: relative;
    padding: 2rem;
}

.ol-image-wrap-alt img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}

.ol-review-badge-glass {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(20px);
    padding: 1.2rem 1.8rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    min-width: 280px;
    z-index: 5;
    display: flex;
    justify-content: center;
}

.ol-about-tag {
    background: var(--ol-purple-light);
    color: var(--ol-purple);
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.ol-dot {
    width: 6px;
    height: 6px;
    background: var(--ol-purple);
    border-radius: 50%;
}

.ol-section-title-large {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ol-dark);
}

.ol-muted-body {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ol-muted);
}

.ol-check-circle {
    width: 24px;
    height: 24px;
    background: var(--ol-purple);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}

.ol-btn-purple-pill-arrow {
    background: var(--ol-purple) !important;
    color: #fff !important;
    padding: 1rem 2rem !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    text-decoration: none;
}

.ol-btn-purple-pill-arrow:hover {
    transition: 0.3s;
}

/* SERVICES SECTION */
.ol-services {
    background-color: #f6f3f9;
    padding: 120px 0;
    margin: 0 18px;
    border-radius: 40px;
    overflow: hidden;
}

.ol-service-card-v3 {
    background: #fff;
    border-radius: 40px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.02);
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.ol-service-card-v3:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.06);
}

.ol-card-tag {
    background: #eeeaf3;
    color: #4a4a4a;
    padding: 0.4rem 1rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.ol-service-card-v3 h4 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--ol-dark);
    margin-bottom: 1.5rem;
}

.ol-service-img-v3 {
    width: 100%;
    height: 200px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.ol-service-img-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ol-service-card-v3 p {
    color: var(--ol-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.ol-view-details {
    color: var(--ol-dark);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
}

.ol-view-details:hover {
    color: var(--ol-purple);
}

.ol-partner-banner-alt {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.5rem;
}

.ol-icon-stack {
    position: relative;
    display: flex;
    align-items: center;
}

.ol-stack-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ol-stack-icon {
    width: 38px;
    height: 38px;
    background: var(--ol-purple);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    margin-left: -18px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.ol-partner-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3a4b;
    letter-spacing: -0.01em;
}

.ol-partner-link {
    color: var(--ol-purple);
    font-weight: 700;
    text-decoration: underline;
    transition: 0.3s;
}

.ol-partner-link:hover {
    color: var(--ol-purple-dark);
}

/* PRODUCTS / CATEGORIES SECTION */
.ol-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.ol-product-card-v3:hover .ol-product-img {
    transform: scale(1.05);
}

.ol-product-overlay-v3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    padding: 2rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ol-product-overlay-v3 h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--ol-dark);
    margin-bottom: 0.8rem;
}

.ol-product-overlay-v3 p {
    font-size: 0.95rem;
    color: var(--ol-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

/* EFFICIENCY SECTION */
.ol-efficiency {
    background-color: #f6f3f9;
    padding: 120px 0;
    margin: 0 18px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.ol-efficiency-bg-line {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    z-index: 1;
}

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

.ol-feature-card-v3 {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    margin-bottom: 50px;
}

.ol-feature-icon-v3 {
    width: 60px;
    height: 60px;
    background: #7a288a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.ol-feature-card-v3 h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.ol-stats-grid-v3 {
    display: flex;
    gap: 20px;
}

.ol-stats-box-light {
    background: #d1c1d9;
    padding: 35px;
    border-radius: 40px;
    flex: 1.2;
}

.ol-stats-box-dark {
    background: #460453;
    padding: 28px;
    border-radius: 40px;
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.ol-stat-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    font-weight: 700;
    color: #2d3a4b;
    font-size: 0.95rem;
}

.ol-progress-v3 {
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    margin-bottom: 2.2rem;
    overflow: visible;
    position: relative;
}

.ol-progress-bar-v3 {
    background: var(--ol-purple);
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.ol-circle-chart-v3 {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 2rem;
}

.ol-circle-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.ol-circle-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.08);
    stroke-width: 10;
}

.ol-circle-val {
    fill: none;
    stroke: #00e5ff;
    stroke-width: 10;
    stroke-linecap: round;
    transition: stroke-dasharray 0.3s;
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.5));
}

.ol-circle-inner {
    fill: none;
    stroke: rgba(0, 229, 255, 0.2);
    stroke-width: 18;
    stroke-linecap: round;
}

.ol-circle-dot {
    fill: #fff;
    filter: drop-shadow(0 0 5px #fff);
}

.ol-circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
}

.ol-image-stack-v3 {
    position: relative;
    height: 750px;
}

.ol-img-top-right {
    position: absolute;
    top: 50px;
    right: -40px;
    width: 80%;
    height: 550px;
    object-fit: cover;
    border-radius: 40px;
    border: 7px solid #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.ol-img-bottom-left {
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 70%;
    height: 578px;
    object-fit: cover;
    border-radius: 40px;
    border: 7px solid #fff;
    z-index: 2;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.ol-review-avatars {
    display: flex;
    align-items: center;
}

.ol-review-avatars img {
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: -15px;
    object-fit: cover;
    background: #fff;
}

.ol-rating-text {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ol-review-count {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
}

/* CAPABILITIES SECTION */
.ol-capabilities {
    padding: 110px 0 130px;
}

.ol-capability-header-row {
    display: flex;
    align-items: flex-start;
    gap: 4.5rem;
    margin-bottom: 90px;
}

.ol-capability-card {
    background: #f4f1f7;
    padding: 3.5rem 2.8rem;
    border-radius: 45px;
    height: 100%;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    display: flex;
    flex-direction: column;
}

.ol-capability-card:hover {
    transform: translateY(-12px);
    background: #fff;
    box-shadow: 0 45px 90px rgba(94, 29, 109, 0.12);
}

.ol-capability-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b3d3d;
    margin-bottom: 0;
    letter-spacing: -0.01em;
}

.ol-capability-divider {
    height: 1px;
    background: rgb(0 0 0 / 12%);
    margin: 73px 0 20px 0;
    width: 100%;
}

.ol-capability-desc {
    font-size: 1rem;
    line-height: 1.85;
    color: #667085;
    flex-grow: 1;
}

.ol-capability-footer-row {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    margin-top: auto;
}

.ol-capability-icon {
    width: 72px;
    height: 72px;
    background: #5e1d6d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    flex-shrink: 0;
}

.ol-capability-stat-val {
    font-size: 44px;
    font-weight: 600;
    color: #0b3d3d;
    line-height: 0.9;
    letter-spacing: -0.03em;
}

.ol-capability-stat-label {
    font-size: 0.98rem;
    font-weight: 500;
    color: #98a2b3;
    margin-top: 10px;
}

.ol-capability-final-footer {
    padding-top: 6rem;
}

.ol-final-footer-text {
    font-size: 1.15rem;
    font-weight: 400;
    color: #1a3c3c;
    margin-bottom: 1.2rem;
}

.ol-rating-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-weight: 500;
    color: #1a3c3c;
}

.ol-rating-divider {
    width: 1.5px;
    height: 24px;
    background: rgba(0, 0, 0, 0.08);
}

.ol-rating-stars {
    color: #7a288a;
    font-size: 1.2rem;
    display: flex;
    gap: 6px;
}

/* PRODUCTS */
.ol-pill {
    padding: 0.6rem 1.5rem;
    background: #fff;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #eee;
}

.ol-pill.active,
.ol-pill:hover {
    background: var(--ol-purple);
    color: #fff;
    border-color: var(--ol-purple);
}

.ol-product-card-v2 {
    background: #fff;
    border-radius: 24px;
    padding: 1.2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.ol-p-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 1rem;
}

/* PRODUCTS SECTION REFINEMENT */
.ol-products-list {
    background: #f4f1f7;
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    margin: 0 18px;
    border-radius: 40px;
}

.ol-product-header-row {
    display: flex;
    align-items: flex-end;
    gap: 6rem;
    margin-bottom: 90px;
}

.ol-product-header-right {
    flex: 0 0 480px;
    padding-bottom: 10px;
}

.ol-product-contact-btn {
    background: #7a288a;
    color: #fff;
    padding: 0.9rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 2.5rem;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.95rem;
}

.ol-product-contact-btn:hover {
    background: #5e1d6d;
    color: #fff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(122, 40, 138, 0.2);
}

.ol-product-card-v3 {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 520px;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.ol-product-card-v3:hover {
    transform: translateY(-15px);
    box-shadow: 0 40px 80px rgba(122, 40, 138, 0.15);
}

.ol-product-card-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ol-product-overlay-tag {
    position: absolute;
    top: 25px;
    left: 25px;
    background: rgba(180, 180, 180, 0.4);
    backdrop-filter: blur(8px);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.02em;
}

.ol-product-title-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    padding: 2.2rem 1.8rem;
    border-radius: 24px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ol-product-title-box h4 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b3d3d;
    letter-spacing: -0.01em;
}

.ol-product-footer-row {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ol-footer-doctor-icon {
    display: flex;
    align-items: center;
}

.ol-footer-doctor-icon img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2.5px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.ol-footer-phone-icon {
    width: 48px;
    height: 48px;
    background: #7a288a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-left: -18px;
    position: relative;
    z-index: 2;
    border: 2.5px solid #fff;
}

.ol-footer-quote-text {
    font-size: 1.15rem;
    font-weight: 500;
    color: #0b3d3d;
    letter-spacing: -0.01em;
}

.ol-footer-quote-text a {
    color: #7a288a;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 5px;
}

.ol-bg-watermark {
    position: absolute;
    bottom: -100px;
    right: -50px;
    opacity: 0.05;
    pointer-events: none;
    width: 500px;
}

.ol-p-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ol-purple);
    background: var(--ol-purple-light);
    padding: 0.3rem 0.8rem;
    border-radius: 10px;
}

.ol-p-content h5 {
    margin-top: 0.8rem;
    font-weight: 700;
}

/* MARQUEE */
.ol-marquee {
    background: transparent;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

.ol-marquee-content {
    display: inline-block;
    animation: marquee 30s linear infinite;
    display: flex;
    align-items: center;
}

.ol-marquee-content span {
    font-size: 7rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4rem;
    margin: 18px 0;
    padding-right: 4rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.ol-marquee-outline {
    -webkit-text-stroke: 1px #8a8a8a;
    color: transparent;
}

.ol-marquee-sep {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* INQUIRY SECTION */
.ol-inquiry-section {
    background: #210025;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin: 0 18px;
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

.ol-small-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #e8dfeb;
    color: #111;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

.ol-small-badge span {
    width: 7px;
    height: 7px;
    background: #b791c0;
    border-radius: 50%;
}

.ol-inquiry-heading {
    font-size: 40px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
}

.ol-map-box {
    width: 100%;
    height: 407px;
    border-radius: 24px;
    overflow: hidden;
}

.ol-map-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ol-inquiry-card {
    background: rgba(88, 48, 89, 0.72);
    border-radius: 28px;
    padding: 55px 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ol-inquiry-card h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 45px;
}

.ol-inquiry-card input,
.ol-inquiry-card select,
.ol-inquiry-card textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #573459;
    color: #fff;
    border-radius: 9px;
    padding: 19px 20px;
    font-size: 16px;
}

.ol-inquiry-card input::placeholder,
.ol-inquiry-card textarea::placeholder {
    color: #fff;
    opacity: 0.9;
}

.ol-inquiry-card select {
    color: #fff;
    appearance: auto;
}

.ol-inquiry-card textarea {
    height: 140px;
    resize: none;
}

.ol-inquiry-card button {
    margin-top: 24px;
    background: #fff;
    color: #111;
    border: none;
    border-radius: 5px;
    padding: 16px 21px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.ol-inquiry-card button i {
    transform: rotate(-45deg);
}

/* BLOG SECTION REDESIGN */

.ol-blog-alt {
    background: #f6f3f9;
    padding: 120px 0;
    margin: 0 18px;
    border-radius: 40px;
    overflow: hidden;
}

.ol-section-title-alt {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a3331;
    /* Deep Pharma Teal/Dark */
    line-height: 1.2;
}

.ol-blog-card-v2 {
    background: #f4eff6;
    /* Soft Lavender */
    border-radius: 40px;
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.ol-blog-card-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(122, 58, 140, 0.1);
}

.ol-b-img {
    padding: 15px 15px 0 15px;
}

.ol-b-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 35px;
}

.ol-blog-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #7a3a8c;
    color: #ffffff;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ol-b-content {
    padding: 2.5rem;
}

.ol-b-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3331;
    line-height: 1.4;
    margin-bottom: 0;
}

.ol-read-more {
    color: #1a3331;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: 0.3s;
}

.ol-read-more:hover {
    color: #7a3a8c;
    gap: 0.8rem;
}

/* FOOTER */
/* FOOTER V3 - PIXEL PERFECT REDESIGN */
.ol-footer-v3 {
    font-family: 'Outfit', sans-serif;
    background: radial-gradient(ellipse at center, #18001c 0%, #37223a 45%, #37223a 45%);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
}

.ol-footer-v3 .ol-footer-logo {
    height: 140px;
    width: auto;
    /* margin-bottom: 2.5rem; */
    filter: brightness(0) invert(1);
    object-fit: contain;
}

.ol-footer-v3 .ol-footer-desc {
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 620px;
    margin-bottom: 2rem;
}

.ol-footer-v3 .footer-section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.2rem;
    margin-top: 0;
    letter-spacing: -0.01em;
}

/* .ol-footer-v3 .footer-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom: 3rem;
} */

.ol-footer-v3 .footer-nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	list-style: none;
	padding: 6px 14px;
	margin-bottom: 2rem;
	background: #47324A;
	border-radius: 4px;
}
.d-inline-block2026 {
	font-size: 3em;
	color: #fff;
	background: #453048;
	
	border-radius: 4px;
	padding: 15px;
	float: left;
  width: 100%;
  text-decoration: none;
}

.ol-footer-v3 .footer-nav-links li {
    display: flex;
    align-items: center;
}

.ol-footer-v3 .footer-nav-links li:not(:last-child)::after {
    content: "•";
    margin: 0 16px;
    color: rgb(255 255 255);
    font-size: 1.5rem;
}

.ol-footer-v3 .footer-nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.ol-footer-v3 .footer-nav-links a:hover {
   /*  color: #7a288a; */
    transform: translateY(-2px);
	text-decoration: underline;
}

/* Newsletter Box */
.ol-footer-v3 .ol-subscribe-title {
    font-size: clamp(2.2rem, 4.5vw, 50px);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2.2rem;
    letter-spacing: -0.04em;
}

.ol-footer-hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin: 1rem 0;
    opacity: 1;
}

/* CF7 Newsletter Form */
.ol-footer-v3 .ol-newsletter-form {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 2rem;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7,
.ol-footer-v3 .ol-newsletter-form .wpcf7-form {
    width: 100%;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7-form {
    display: flex;
    align-items: center;
    margin: 0;
}

.ol-footer-v3 .ol-newsletter-form p {
    margin: 0;
    display: contents;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7-form-control-wrap {
    flex: 1;
}

.ol-footer-v3 .ol-newsletter-form input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0 35px;
    font-size: 1rem;
    outline: none;
}

.ol-footer-v3 .ol-newsletter-form input[type="submit"] {
    background: #f0eaf2;
    color: #1a0b1c;
    border-radius: 100px;
    padding: 16px 48px;
    font-weight: 800;
    border: none;
    white-space: nowrap;
}

/* Mobile */
@media (max-width: 575px) {
    .ol-footer-v3 .ol-newsletter-form {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .ol-footer-v3 .ol-newsletter-form .wpcf7-form {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .ol-footer-v3 .ol-newsletter-form .wpcf7-form-control-wrap {
        width: 100%;
    }

    .ol-footer-v3 .ol-newsletter-form input[type="email"],
    .ol-footer-v3 .ol-newsletter-form input[type="submit"] {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 100px;
        min-height: 66px;
    }

    .ol-footer-v3 .ol-newsletter-form input[type="submit"] {
        background: rgba(255, 255, 255, 0.05);
        color: #fff;
    }
}
.ol-footer-v3 .ol-newsletter-note {
    font-size: 0.88rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 4rem;
    max-width: 480px;
}

/* Contact Badges */
.ol-footer-v3 .contact-badges-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
}

.ol-footer-v3 .contact-badge-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ol-footer-v3 .contact-badge-item.mt-4 {
    margin-top: 1.5rem !important;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

.ol-footer-v3 .contact-badge-item:first-child {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ol-footer-v3 .badge-circle {
    width: 58px;
    height: 58px;
    background: #f0eaf2;
    color: #1a0b1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.ol-footer-v3 .badge-content span {
    display: block;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
    letter-spacing: 0.01em;
}

.ol-footer-v3 .badge-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

/* Bottom Bar */
.ol-footer-v3 .footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: #ffffff;
}

.ol-footer-v3 .footer-social-links {
    display: flex;
    gap: 15px;
}

.ol-footer-v3 .social-circle {
    width: 40px;
    height: 40px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.ol-footer-v3 .social-circle:hover {
    background: #ffffff;
    color: #1a0b1c;
    border-color: #ffffff;
    transform: translateY(-5px);
}

/* Responsive Breakpoints (Ordered Largest to Smallest) */

@media (max-width: 359px) {
    .ol-image-wrap-alt {
        position: relative;
        padding: 0;
    }

    .ol-services {
        padding: 30px 0;
    }

    .ol-partner-text {
        font-size: 1rem;
    }

    .ol-marquee-content span {
        font-size: 1rem;
        gap: 0rem;
        margin: 18px 0;
        padding-right: 1rem;
        letter-spacing: -0.05em;
    }

    .ol-inquiry-card {
        padding: 1.5rem;
    }

    .ol-inquiry-section {
        padding: 40px 0;
        margin: 23px 18px;
    }

    .ol-efficiency {
        padding: 25px 25px;
        margin: 0 18px;
    }

    .ol-section-title-large {
        font-size: 27px;
    }

    .ol-section-title-alt {
        font-size: 25px;
    }

    .ol-blog-alt {
        padding: 20px 0;
    }

    /* Header & Hero Fixes */
    .ol-main-logo {
        width: 100px;
    }

    .ol-bs-badge {
        padding: 6px 14px;
        font-size: 12px;
        margin-bottom: 1rem;
        gap: 6px;
    }

    .ol-badge-text {
        font-size: 11px;
    }

    .ol-bs-hero .d-flex.flex-wrap {
        gap: 15px !important;
    }

    .ol-bs-hero {
        padding: 100px 15px 25px;
    }

    .ol-bs-content h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .ol-bs-content p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .site-header .container,
    .site-header .container-fluid {
        padding: 0px 22px;
    }

    /* Newsletter Fix */
    .ol-footer-v3 .ol-newsletter-form {
        padding: 4px;
    }

    .ol-footer-v3 .ol-newsletter-form input {
        padding: 0 10px;
        font-size: 0.85rem;
    }

    .ol-footer-v3 .ol-newsletter-form button {
        padding: 8px 14px;
        font-size: 0.8rem;
        gap: 6px;
        margin-left: -19%;
    }

    .ol-footer-v3 .ol-newsletter-form button img {
        width: 12px;
    }

    .ol-card-manufacturing .ol-card-body {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        padding: 30px 20px !important;
    }

    .ol-card-body h3 {
        font-size: 30px !important;
        margin-top: 0 !important;
        margin-bottom: auto !important;
    }

    .ol-round-arrow-btn {
        margin-top: 20px !important;
        align-self: flex-end !important;
    }

    .ol-service-img-v3 {
        height: 221px;
        border-radius: 19px;
    }

    .ol-product-card-v3 {
        height: 377px;
    }

    .ol-product-overlay-v3 p {
        font-size: 11px;
    }

    .ol-b-img img {
        height: 186px;
        border-radius: 15px;
        object-fit: cover;
    }

    .btn.ol-bs-main-btn,
    .btn.ol-bs-call-btn {
        padding: 12px 20px !important;
        font-size: 15px !important;
        width: 100% !important;
        justify-content: center !important;
        margin: 0 !important;
        display: inline-flex !important;
    }

    .btn.ol-bs-main-btn {
        background: #6b226e !important;
        color: #fff !important;
    }

    .btn.ol-bs-call-btn {
        background: rgba(30, 35, 40, 0.65) !important;
        color: #fff !important;
    }

    .ol-bs-main-btn span {
        color: #fff !important;
    }

    .ol-image-stack-v3 {
        height: 380px;
    }

    .ol-img-top-right {
        top: 50px;
        right: -61px;
        height: 316px;
    }

    .ol-img-bottom-left {
        bottom: 127px;
        width: 75%;
        height: 276px;
    }

    .ol-btn-purple-pill {
        width: 100% !important;
        text-align: center !important;
        padding: 12px 20px !important;
    }

    .ol-bs-badge {
        margin: 10px 0;
    }
}

/* Proudct Page css */
.products-range-section {
    background: #fff;
    padding: 80px 0 40px;
}

.products-range-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.products-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.product-tabs {
    display: flex;
    align-items: center;
    gap: 34px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-tabs a {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 14px;
    display: inline-block;
}

.product-tabs a.active {
    color: #7b168f;
    border-bottom: 2px solid #7b168f;
}

.product-search {
    width: 410px;
    height: 52px;
    border: 1px solid #cfc5d3;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    background: #fff;
}

.product-search i {
    font-size: 22px;
    color: #222;
}

.product-search input {
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 15px;
    color: #333;
}

.products-divider {
    height: 1px;
    background: #eee9f0;
    margin-top: 22px;
}

.product-grid-row {
    margin-top: 55px;
}

.featured-product-card {
    background: #fff;
    border: 1px solid #eee8f0;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.04);
}

.featured-product-img {
    background: #faeaff;
    padding: 24px;
    height: 560px;
    display: flex;
}

.featured-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 6px;
}

.featured-product-content {
    padding: 42px 42px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-tags {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.product-tags span,
.product-tag {
    background: #efccf7;
    color: #3d064c;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.product-tags span.outline {
    background: #fff;
    border: 1px solid #d12cff;
}

.featured-product-content h2 {
    color: #2f0647;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 400;
    margin-bottom: 28px;
}

.featured-product-content p {
    color: #55515a;
    font-size: 17px;
    line-height: 1.75;
    max-width: 330px;
    margin-bottom: 0;
}

.featured-bottom {
    margin-top: auto;
    padding-top: 34px;
    border-top: 1px solid #eee8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-bottom span {
    color: #7b168f;
    font-size: 13px;
    font-weight: 700;
}

.featured-bottom a {
    width: 48px;
    height: 48px;
    border: 1px solid #e2d7e7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2f0647;
    font-size: 22px;
    text-decoration: none;
}

.featured-product-card,
.small-product-card {
    height: 560px;
    min-height: 560px;
}

.small-product-card {
    background: #fff;
    border: 1px solid #eee8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.04);
}

.small-product-img {
    height: 240px;
}

.small-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-product-content {
    padding: 34px 36px;
    height: calc(100% - 240px);
    display: flex;
    flex-direction: column;
}

.small-product-content h3 {
    color: #2f0647;
    font-size: 30px;
    font-weight: 400;
    margin: 26px 0 20px;
}

.small-product-content p {
    color: #55515a;
    font-size: 16px;
    line-height: 1.75;
}

.small-product-bottom {
    border-top: 1px solid #eee8f0;
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-product-bottom a {
    color: #7b168f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.small-product-bottom i {
    color: #c7b6cd;
}

/* Product Range Page Safe Fix */
.products-range-page,
.products-range-section {
    font-family: 'Inter', sans-serif;
    background: #fff;
}

.products-range-page .entry-header,
.products-range-page .entry-content,
.products-range-page .entry-summary,
.products-range-page .entry-meta,
.products-range-page .widget-area,
.products-range-page .sidebar-container,
.products-range-page .site-main .widget-area {
    display: none !important;
}

.products-range-section img {
    display: block;
    max-width: 100%;
}

.products-range-section h1,
.products-range-section h2,
.products-range-section h3,
.products-range-section h4,
.products-range-section p,
.products-range-section ul {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .products-filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-search {
        width: 100%;
    }

    .featured-product-card {
        grid-template-columns: 1fr 1fr;
        height: 560px;
        min-height: 560px;
    }

    .featured-product-img {
        height: 100%;
        padding: 24px;
    }

    .featured-product-content {
        height: 100%;
    }

    .small-product-card {
        height: 560px;
        min-height: 560px;
    }

    .small-product-img {
        height: 240px;
    }
}

@media (max-width: 575.98px) {
    .products-range-container {
        width: calc(100% - 24px);
    }

    .product-tabs {
        gap: 22px;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 6px;
    }

    .product-tabs a {
        font-size: 12px;
    }

    .product-search {
        height: 48px;
    }

    .product-grid-row {
        margin-top: 30px;
    }

    .featured-product-card {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
    }

    .featured-product-img {
        height: 300px;
        padding: 18px;
    }

    .featured-product-content {
        padding: 28px 24px;
        height: auto;
    }

    .featured-product-content h2 {
        font-size: 34px;
    }

    .small-product-img {
        height: 280px;
    }

    .small-product-content {
        padding: 28px 24px;
    }

    .small-product-content h3 {
        font-size: 26px;
    }
}

.sanitizer-card {
    height: 600px;
}

.sanitizer-img {
    height: 230px;
    background: #f7f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sanitizer-img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.custom-formulation-card {
    min-height: 600px;
    background: radial-gradient(circle at 70% 25%, #5b1c72 0%, #3d0754 45%, #23002f 100%);
    border-radius: 30px;
    padding: 95px 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.custom-formulation-card h2 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 28px;
}

.custom-formulation-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
    max-width: 420px;
    margin-bottom: 42px;
}

.custom-formulation-card a {
    width: 180px;
    height: 54px;
    background: #fff;
    color: #76158e;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.custom-stat-box {
    width: 210px;
    height: 210px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-stat-box h3 {
    font-size: 62px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 12px;
}

.custom-stat-box span {
    font-size: 13px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.72);
}

.catalogue-link-wrap {
    text-align: center;
    margin-top: 70px;
}

.catalogue-link-wrap a {
    color: #2f0647;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #2f0647;
    padding-bottom: 8px;
}

@media (max-width: 991.98px) {
    .custom-formulation-card {
        min-height: auto;
        padding: 70px 45px;
    }
}

@media (max-width: 575.98px) {
    .sanitizer-card {
        height: auto;
    }

    .custom-formulation-card {
        padding: 45px 28px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 22px;
    }

    .custom-formulation-card h2 {
        font-size: 32px;
    }

    .custom-stat-box {
        width: 160px;
        height: 160px;
    }

    .custom-stat-box h3 {
        font-size: 48px;
    }

    .catalogue-link-wrap {
        margin-top: 45px;
    }
}

.contact-page-main {
    font-family: inherit;
    /* Inherit theme font or define if needed */
}

.contact-page-main .text-purple-dark {
    color: #2a0f4c;
}

.contact-page-main .bg-light-gray {
    background-color: #f6f6f6;
}

/* Contact Info Icons */
.contact-page-main .contact-icon-box {
    width: 48px;
    height: 48px;
    background-color: #f3e8f8;
    color: #2a0f4c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-page-main .contact-info-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.contact-page-main .contact-info-text {
    color: #5f6c70;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Map Card */
.contact-page-main .map-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-color: #2b778d;
    /* Blue border effect */
    padding: 12px;
    /* For the border effect */
}

.contact-page-main .map-card-inner {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    height: 250px;
}

.contact-page-main .map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page-main .btn-directions {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #ffffff;
    color: #2a0f4c;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-page-main .btn-directions:hover {
    background-color: #f3e8f8;
    color: #2a0f4c;
}

/* Form Card */
.contact-page-main .form-card {
    background-color: #373340;
    border-radius: 20px;
    padding: 3rem;
    color: #ffffff;
}

.contact-page-main .form-card-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.contact-page-main .form-card-desc {
    color: #a09fa4;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.contact-page-main .form-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.contact-page-main .form-control,
.contact-page-main .form-select {
    background-color: #484451;
    border: 1px solid #5a5663;
    border-radius: 8px;
    color: #ffffff;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.contact-page-main .form-control:focus,
.contact-page-main .form-select:focus {
    background-color: #484451;
    border-color: #8bf4e2;
    box-shadow: 0 0 0 0.25rem rgba(139, 244, 226, 0.25);
    color: #ffffff;
}

.contact-page-main .form-control::placeholder {
    color: #898691;
}

.contact-page-main .btn-submit {
    background-color: #8bf4e2;
    color: #1a4042;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}

.contact-page-main .btn-submit:hover {
    background-color: #72e0cd;
    color: #1a4042;
}

/* Trust Badges Bottom */
.contact-page-main .trust-badges-section {
    border-top: 1px solid #eaeaea;
}

.contact-page-main .trust-badge {
    text-align: center;
}

.contact-page-main .trust-badge i {
    font-size: 2.5rem;
    color: #855b93;
    margin-bottom: 1rem;
}

.contact-page-main .trust-badge h5 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

@media (max-width: 768px) {
    .contact-page-main .form-card {
        padding: 2rem;
    }
}


.blog-page-main {
    font-family: inherit;
    background-color: #faf9f9;
    /* Very light gray/off-white background matching the mockup */
}

.blog-page-main .text-purple-dark {
    color: #300047;
}

/* Featured Article Card */
.blog-page-main .featured-article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.blog-page-main .featured-image-wrapper {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.blog-page-main .featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-main .featured-content {
    padding: 2rem;
}

.blog-page-main .category-pill {
    background-color: #300047;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
}

.blog-page-main .date-text {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.blog-page-main .featured-title {
    font-size: 2rem;
    font-weight: 700;
    color: #300047;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.blog-page-main .featured-excerpt {
    color: #5f6c70;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-page-main .read-more-link {
    color: #300047;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.blog-page-main .read-more-link:hover {
    opacity: 0.8;
    color: #300047;
}

/* Side Cards */
.blog-page-main .stat-card-dark {
    background-color: #3a3545;
    color: #fff;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-page-main .stat-subtitle {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a09fa4;
    margin-bottom: 0.5rem;
}

.blog-page-main .stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.blog-page-main .stat-desc {
    color: #a09fa4;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-page-main .info-card-teal {
    background-color: #a8f8e8;
    color: #1a4042;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-page-main .info-card-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-page-main .info-card-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #245a5c;
}

/* Filter Pills */
.blog-page-main .filter-pill {
    background-color: #fff;
    color: #300047;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.blog-page-main .filter-pill:hover,
.blog-page-main .filter-pill.active {
    background-color: #300047;
    color: #fff;
    border-color: #300047;
}

/* Recent Article Cards */
.blog-page-main .recent-article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-page-main .recent-image-wrapper {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.blog-page-main .recent-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-main .recent-image-wrapper .category-pill-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #300047;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.blog-page-main .recent-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-page-main .recent-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.blog-page-main .recent-excerpt {
    color: #5f6c70;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.blog-page-main .recent-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.blog-page-main .read-time {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

/* Load More Button */
.blog-page-main .btn-load-more {
    background: #fff;
    border: 1px solid #300047;
    color: #300047;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.blog-page-main .btn-load-more:hover {
    background: #300047;
    color: #fff;
}

/* CTA Section */
.blog-page-main .subscribe-cta {
    background-color: #300047;
    border-radius: 24px;
    padding: 3rem 4rem;
    color: #fff;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.blog-page-main .subscribe-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.blog-page-main .subscribe-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-page-main .subscribe-form-group {
    display: flex;
    gap: 12px;
    margin-bottom: 0.75rem;
}

.blog-page-main .subscribe-input {
    flex-grow: 1;
    background-color: #451a5c;
    border: 1px solid #5a2e73;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95rem;
}

.blog-page-main .subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.blog-page-main .subscribe-input:focus {
    outline: none;
    border-color: #0b8b78;
}

.blog-page-main .btn-subscribe {
    background-color: #0b8b78;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-page-main .btn-subscribe:hover {
    background-color: #097363;
}

.blog-page-main .subscribe-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .blog-page-main .subscribe-cta {
        padding: 2.5rem;
    }

    .blog-page-main .subscribe-form-group {
        flex-direction: column;
    }
}

.bulk-production-page-main {
    font-family: inherit;
    background-color: #faf9f9;
}

.bulk-production-page-main .text-purple-dark {
    color: #300047;
}

/* Infrastructure Cards */
.bulk-production-page-main .infra-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bulk-production-page-main .infra-card.large {
    min-height: 400px;
}

.bulk-production-page-main .infra-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.bulk-production-page-main .infra-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.9) 0%, rgba(48, 0, 71, 0.4) 50%, rgba(48, 0, 71, 0.1) 100%);
    z-index: 2;
}

.bulk-production-page-main .infra-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    color: #fff;
}

.bulk-production-page-main .infra-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bulk-production-page-main .infra-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* Dark Card */
.bulk-production-page-main .dark-card {
    background-color: #373340;
    color: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.bulk-production-page-main .dark-card-icon {
    font-size: 2.5rem;
    color: #8bf4e2;
    margin-bottom: 1.5rem;
}

.bulk-production-page-main .dark-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bulk-production-page-main .dark-card-desc {
    color: #a09fa4;
    font-size: 1rem;
    line-height: 1.6;
}

/* Inquiry Section */
.bulk-production-page-main .inquiry-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bulk-production-page-main .contact-info-block {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.bulk-production-page-main .contact-icon {
    width: 48px;
    height: 48px;
    background-color: #f3e8f8;
    color: #300047;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.bulk-production-page-main .contact-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.bulk-production-page-main .contact-text {
    color: #5f6c70;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.bulk-production-page-main .certification-badges {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
}

.bulk-production-page-main .cert-badge {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #300047;
}

/* Form Card */
.bulk-production-page-main .form-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.bulk-production-page-main .form-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #300047;
}

.bulk-production-page-main .form-card-desc {
    color: #5f6c70;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.bulk-production-page-main .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.bulk-production-page-main .form-control,
.bulk-production-page-main .form-select {
    background-color: #faf9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.bulk-production-page-main .form-control:focus,
.bulk-production-page-main .form-select:focus {
    background-color: #fff;
    border-color: #300047;
    box-shadow: 0 0 0 0.25rem rgba(48, 0, 71, 0.1);
}

.bulk-production-page-main .btn-submit {
    background-color: #300047;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}

.bulk-production-page-main .btn-submit:hover {
    background-color: #230035;
    color: #fff;
}

@media (max-width: 992px) {
    .bulk-production-page-main .form-card {
        padding: 2rem;
    }
}

.pharma-franchise-page-main {
    font-family: inherit;
    background-color: #faf9f9;
}

.pharma-franchise-page-main .text-purple-dark {
    color: #300047;
}

.pharma-franchise-page-main .text-teal {
    color: #0b8b78;
}

/* Feature Cards Grid */
.pharma-franchise-page-main .feature-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.pharma-franchise-page-main .feature-card.image-card {
    justify-content: flex-end;
}

.pharma-franchise-page-main .feature-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pharma-franchise-page-main .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.9) 0%, rgba(48, 0, 71, 0.4) 50%, rgba(48, 0, 71, 0.1) 100%);
    z-index: 2;
}

.pharma-franchise-page-main .feature-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    color: #fff;
}

.pharma-franchise-page-main .feature-card-white {
    background-color: #fff;
    padding: 2.5rem 2rem;
    justify-content: center;
}

.pharma-franchise-page-main .feature-card-dark {
    background-color: #373340;
    padding: 2.5rem 2rem;
    justify-content: center;
    color: #fff;
}

.pharma-franchise-page-main .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.pharma-franchise-page-main .feature-card-white .feature-title {
    color: #300047;
}

.pharma-franchise-page-main .feature-desc {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.pharma-franchise-page-main .feature-card-white .feature-desc {
    color: #5f6c70;
}

.pharma-franchise-page-main .feature-card-dark .feature-desc {
    color: #a09fa4;
}

/* About Section */
.pharma-franchise-page-main .about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pharma-franchise-page-main .about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.pharma-franchise-page-main .about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pharma-franchise-page-main .rating-card {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.pharma-franchise-page-main .rating-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #300047;
    line-height: 1;
}

.pharma-franchise-page-main .rating-stars {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.pharma-franchise-page-main .rating-text {
    font-size: 0.85rem;
    color: #5f6c70;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Services Section */
.pharma-franchise-page-main .services-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

.pharma-franchise-page-main .service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pharma-franchise-page-main .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pharma-franchise-page-main .service-img-wrapper {
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.pharma-franchise-page-main .service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pharma-franchise-page-main .service-card:hover .service-img-wrapper img {
    transform: scale(1.05);
}

.pharma-franchise-page-main .service-content {
    padding: 2rem;
}

.pharma-franchise-page-main .service-icon {
    width: 48px;
    height: 48px;
    background-color: #f3e8f8;
    color: #300047;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.pharma-franchise-page-main .service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.75rem;
}

.pharma-franchise-page-main .service-desc {
    color: #5f6c70;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.pharma-franchise-page-main .btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b8b78;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: gap 0.2s;
}

.pharma-franchise-page-main .btn-read-more:hover {
    gap: 12px;
    color: #097363;
}

@media (max-width: 992px) {
    .pharma-franchise-page-main .rating-card {
        right: 20px;
        bottom: 20px;
    }
}

.services-page-main {
    font-family: inherit;
    background-color: #faf9f9;
    color: #5f6c70;
}

.services-page-main .text-purple-dark {
    color: #300047;
}

.services-page-main .text-teal {
    color: #0b8b78;
}

.services-page-main .bg-purple-dark {
    background-color: #300047;
}

.services-page-main .bg-teal {
    background-color: #0b8b78;
}

/* Core Capabilities */
.services-page-main .core-capabilities-section {
    padding: 5rem 0;
}

.services-page-main .main-capability-card {
    background: linear-gradient(135deg, #f0e6f6 0%, #e6d3f0 100%);
    border-radius: 20px;
    padding: 3rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.services-page-main .main-capability-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('https://hivends.org/oyster-labs/site/wp-content/up…dvanced-pharmaceutical-manufacturing-facility.png') no-repeat bottom right;
    background-size: cover;
    z-index: 1;
}

.services-page-main .main-capability-card>* {
    position: relative;
    z-index: 2;
}

.services-page-main .icon-box-dark {
    width: 48px;
    height: 48px;
    background-color: #300047;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.services-page-main .main-capability-title {
    font-size: 2rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.services-page-main .main-capability-desc {
    font-size: 1rem;
    color: #5f6c70;
    margin-bottom: 3rem;
    max-width: 90%;
}

.services-page-main .capability-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.services-page-main .cap-tag {
    background-color: rgba(11, 139, 120, 0.1);
    color: #0b8b78;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.services-page-main .btn-link-dark {
    color: #300047;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.services-page-main .side-capability-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    position: relative;
}

.services-page-main .icon-box-light {
    width: 40px;
    height: 40px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.services-page-main .icon-box-light.purple {
    background-color: #f0e6f6;
    color: #300047;
}

.services-page-main .arrow-top-right {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    color: #a09fa4;
    font-size: 1.2rem;
}

.services-page-main .side-capability-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.services-page-main .side-capability-desc {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Purple CTA Strip */
.services-page-main .purple-cta-strip {
    background-color: #300047;
    border-radius: 20px;
    padding: 3rem;
    margin-top: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    overflow: hidden;
}

.services-page-main .purple-cta-strip::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}

.services-page-main .btn-white {
    background-color: #fff;
    color: #300047;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.services-page-main .btn-white:hover {
    background-color: #f0f0f0;
    color: #300047;
}

/* Manufactured Categories */
.services-page-main .categories-section {
    background-color: #fff;
    padding: 5rem 0;
}

.services-page-main .category-image-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-end;
}

.services-page-main .category-image-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.services-page-main .category-image-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.95) 0%, rgba(48, 0, 71, 0) 100%);
    z-index: 2;
}

.services-page-main .category-card-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-page-main .category-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.services-page-main .category-card-content h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

/* White CTA Strip */
.services-page-main .white-cta-strip {
    background-color: #faf9f9;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.services-page-main .btn-dark-purple {
    background-color: #300047;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Built for Scale Section */
.services-page-main .scale-section {
    padding: 5rem 0;
    background-color: #faf9f9;
}

.services-page-main .stat-box {
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.services-page-main .stat-box.dark {
    background-color: #300047;
    color: #fff;
}

.services-page-main .stat-box.white {
    background-color: #fff;
}

.services-page-main .stat-box.teal {
    background-color: #0b8b78;
    color: #fff;
}

.services-page-main .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.services-page-main .stat-label {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.services-page-main .stat-box.white .stat-label {
    color: #5f6c70;
}

.services-page-main .stat-box.dark .stat-label,
.services-page-main .stat-box.teal .stat-label {
    color: rgba(255, 255, 255, 0.8);
}

.services-page-main .stat-icon {
    width: 32px;
    height: 32px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.services-page-main .stat-box.dark .stat-icon {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-page-main .checklist-item {
    display: flex;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.services-page-main .check-icon {
    width: 24px;
    height: 24px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.services-page-main .checklist-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.services-page-main .checklist-content p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Inquiry Section */
.services-page-main .inquiry-section {
    padding: 0 0 5rem 0;
    background-color: #faf9f9;
}

.services-page-main .inquiry-wrapper {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
}

.services-page-main .inquiry-left {
    background-color: #300047;
    color: #fff;
    padding: 4rem 3rem;
    flex: 1;
    min-width: 300px;
}

.services-page-main .inquiry-right {
    padding: 4rem 3rem;
    flex: 1.5;
    min-width: 300px;
}

.services-page-main .contact-detail {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.services-page-main .contact-detail-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.services-page-main .contact-detail h5 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.services-page-main .contact-detail p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.services-page-main .form-control {
    background-color: #faf9f9;
    border: 1px solid #eaeaea;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.services-page-main .form-control:focus {
    border-color: #300047;
    box-shadow: none;
    background-color: #fff;
}

.services-page-main .btn-submit {
    background-color: #e0e0e0;
    color: #1a1a1a;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.services-page-main .btn-submit:hover {
    background-color: #300047;
    color: #fff;
}

@media (max-width: 768px) {

    .services-page-main .inquiry-left,
    .services-page-main .inquiry-right {
        padding: 2.5rem 1.5rem;
    }
}

.third-party-manufacturing-main {
    font-family: inherit;
    background-color: #faf9f9;
    color: #5f6c70;
}

.third-party-manufacturing-main .text-purple-dark {
    color: #300047;
}

.third-party-manufacturing-main .text-teal {
    color: #0b8b78;
}

.third-party-manufacturing-main .bg-purple-dark {
    background-color: #300047;
}

/* Our Manufacturing Ecosystem */
.third-party-manufacturing-main .ecosystem-section {
    padding: 5rem 0;
}

.third-party-manufacturing-main .eco-card-large {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: stretch;
}

.third-party-manufacturing-main .eco-card-large .card-text-side {
    padding: 3rem;
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.third-party-manufacturing-main .eco-card-large .card-img-side {
    flex: 1;
    min-height: 250px;
}

.third-party-manufacturing-main .eco-card-large .card-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.third-party-manufacturing-main .eco-card-purple {
    background-color: #f0e6f6;
    border-radius: 20px;
    padding: 3rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.third-party-manufacturing-main .icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.third-party-manufacturing-main .icon-circle.teal-light {
    background-color: #e6f6f4;
    color: #0b8b78;
}

.third-party-manufacturing-main .icon-circle.purple-dark {
    background-color: #300047;
    color: #fff;
}

.third-party-manufacturing-main .eco-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.third-party-manufacturing-main .eco-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

.third-party-manufacturing-main .btn-link-teal {
    color: #0b8b78;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 1.5rem;
}

/* Ecosystem Bottom Cards */
.third-party-manufacturing-main .eco-card-small {
    background-color: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.third-party-manufacturing-main .eco-card-small.teal-bg {
    background-color: #8bf4e2;
    color: #300047;
}

.third-party-manufacturing-main .eco-card-small.teal-bg .eco-title {
    color: #300047;
}

.third-party-manufacturing-main .eco-card-small .icon-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.third-party-manufacturing-main .eco-card-small .icon-inline i {
    font-size: 1.25rem;
    color: #0b8b78;
}

.third-party-manufacturing-main .eco-card-small.teal-bg .icon-inline i {
    color: #300047;
}

.third-party-manufacturing-main .eco-card-small .small-title {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

/* Quality Compliance */
.third-party-manufacturing-main .quality-section {
    background-color: #f6f5f8;
    padding: 5rem 0;
}

.third-party-manufacturing-main .checklist-item {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.third-party-manufacturing-main .check-icon {
    width: 24px;
    height: 24px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.third-party-manufacturing-main .checklist-content h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.25rem;
}

.third-party-manufacturing-main .checklist-content p {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.third-party-manufacturing-main .quality-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.third-party-manufacturing-main .quality-img-wrapper {
    height: 300px;
}

.third-party-manufacturing-main .quality-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.third-party-manufacturing-main .quality-stats {
    display: flex;
    padding: 2rem;
    border-top: 1px solid #f0f0f0;
}

.third-party-manufacturing-main .stat-col {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}

.third-party-manufacturing-main .stat-col:last-child {
    border-right: none;
}

.third-party-manufacturing-main .stat-num {
    font-size: 2rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.25rem;
}

.third-party-manufacturing-main .stat-lbl {
    font-size: 0.75rem;
    font-weight: 600;
    color: #a09fa4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

/* Inquiry Section */
.third-party-manufacturing-main .inquiry-section {
    padding: 5rem 0;
}

.third-party-manufacturing-main .inquiry-card {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
}

.third-party-manufacturing-main .inquiry-left {
    background-color: #300047;
    color: #fff;
    padding: 4.5rem;
    flex: 1;
    min-width: 320px;
}

.third-party-manufacturing-main .inquiry-right {
    padding: 4.5rem;
    flex: 1.5;
    min-width: 320px;
}

.third-party-manufacturing-main .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
}

.third-party-manufacturing-main .contact-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.third-party-manufacturing-main .contact-info-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.third-party-manufacturing-main .contact-info-text {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.third-party-manufacturing-main .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.third-party-manufacturing-main .form-control,
.third-party-manufacturing-main .form-select {
    background-color: #faf9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.third-party-manufacturing-main .form-control:focus,
.third-party-manufacturing-main .form-select:focus {
    background-color: #fff;
    border-color: #300047;
    box-shadow: 0 0 0 0.25rem rgba(48, 0, 71, 0.1);
}

.third-party-manufacturing-main .btn-submit {
    background-color: #300047;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.third-party-manufacturing-main .btn-submit:hover {
    background-color: #230035;
    color: #fff;
}

@media (max-width: 992px) {
    .third-party-manufacturing-main .eco-card-large {
        flex-direction: column;
    }

    .third-party-manufacturing-main .inquiry-left,
    .third-party-manufacturing-main .inquiry-right {
        padding: 3rem 2rem;
    }
}


/* ==========================================================================
   CUSTOM REDESIGN STYLES APPENDED
   ========================================================================== */


/* --- style.css --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

/* Colors */
:root {
    --purple: #81209e;
    --purple-hover: #67197f;
}

.text-purple {
    color: var(--purple) !important;
}

.btn-primary {
    background-color: var(--purple);
    border-color: var(--purple);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--purple-hover);
    border-color: var(--purple-hover);
}

/* Hero Section Base */
.hero-section {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}

.hero-video-wrap {
  width: 100%;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .hero-section {
    padding: 14px;
  }

  .hero-video-wrap {
/*     height: 620px; */
    border-radius: 24px;
  }
}

@media (max-width: 575px) {
  .hero-section {
    padding: 10px;
  }

  .hero-video-wrap {
  width: 100%;
/*   aspect-ratio: 16 / 9; */
  height: auto;
  border-radius: 0px;
  overflow: hidden;
  }
}

/* Header */
.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: radial-gradient(ellipse at center, #18001c 0%, #37223a 45%, #37223a 45%);
    border: 0;
}

.brand-logo {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.btn-get-in-touch {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
}

/* Hero Content */
/* .hero-bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 780px;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: radial-gradient(ellipse at center, #18001c 0%, #37223a 45%, #37223a 45%);
} */

/* .hero-overlay {
    display: none;
} */

/* .hero-content-container {
    z-index: 2;
    padding-top: 220px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
} */

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 7px 16px;
    border-radius: 50px;
}

/* .badge-pill .dot {
    width: 6px;
    height: 6px;
    background-color: var(--purple);
    border-radius: 50%;
    display: inline-block;
} */

/* .hero-title {
    color: #ffffff;
    max-width: 620px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
} */

/* .hero-text {
    color: rgba(255, 255, 255, 0.85);
    max-width: 580px;
    font-size: 15px;
    line-height: 1.65;
} */

/* .btn-explore {
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 600;
} */

.btn-dark-phone {
    background-color: rgba(30, 40, 45, 0.8);
    color: #ffffff;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    backdrop-filter: blur(4px);
    transition: background-color 0.3s ease;
}

.btn-dark-phone:hover {
    background-color: rgba(30, 40, 45, 0.95);
    color: #ffffff;
}

/* Features Row */
/* .hero-features-row {
    margin-top: auto;
    padding-top: 10px;
} */

/* .feature-item {
    font-size: 13px;
    font-weight: 500;
}

.feature-item i {
    font-size: 14px;
} */

/* Dropdown Styles */
.service-dropdown {
    background: rgba(8, 17, 24, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 10px;
    min-width: 240px;
    margin-top: 14px;
}

.service-dropdown .dropdown-item {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 10px;
}

.service-dropdown .dropdown-item:hover {
    background: var(--purple);
    color: #fff;
}

.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
}

/* Desktop First Responsive approach */
@media (max-width: 1199.98px) {
/*     .hero-title {
        font-size: 42px;
    } */
}

@media (max-width: 991.98px) {
    .site-header {
        width: 100%;
        padding: 22px 28px 0;
    }

/*     .hero-bg {
        min-height: 720px;
        background-position: 62% center;
        border-radius: 0;
    } */

/*     .hero-content-container {
        padding: 150px 28px 30px !important;
    }
 */
/*     .hero-title {
        font-size: 56px;
        line-height: 1.08;
        max-width: 620px;
    } */

/*     .hero-text {
        max-width: 700px;
        font-size: 17px;
        line-height: 1.7;
    } */

/*     .hero-buttons {
        gap: 16px !important;
        flex-wrap: wrap;
    } */

/*     .btn-explore,
    .btn-learn {
        padding: 14px 26px;
        font-size: 15px;
    } */

/*     .hero-features-row {
        margin-top: 35px;
    } */
/* 
    .hero-features-row .row {
        row-gap: 22px;
    } */

/*     .feature-item {
        font-size: 15px;
        line-height: 1.45;
    }

    .feature-item br {
        display: none;
    } */

    .brand-logo {
        width: 95px;
        height: 95px;
    }

    .navbar-collapse {
        background: rgba(8, 17, 24, 0.95);
        padding: 20px;
        border-radius: 12px;
        margin-top: 15px;
        text-align: center;
    }
}


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

@media (max-width: 767.98px) {

/*     .hero-bg {
        min-height: 980px;
        background-position: 70% center;
        border-radius: 0;
    } */

/*     .hero-content-container {
        padding: 170px 24px 40px !important;
    } */

/*     .hero-title {
        font-size: 34px !important;
        line-height: 1.12;
        max-width: 100%;
    } */

/*     .hero-text {
        font-size: 16px;
        line-height: 1.65;
        max-width: 100%;
    } */

/*     .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 14px !important;
    } */

/*     .btn-explore,
    .btn-learn {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
    } */

/*     .hero-features-row .row {
        row-gap: 18px;
    } */

/*     .feature-item {
        font-size: 15px;
    }

    .feature-item br {
        display: none;
    } */

    .brand-logo {
        width: 110px;
        height: 110px;
    }
}

/* =========================
   FEATURE CARDS SECTION
========================= */

.feature-cards-section {
    padding: 36px 0 45px;
    margin-bottom: 0;
    background: #fff;
}

.feature-cards-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.feature-card {
    height: 290px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.feature-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 22, 28, 0.28);
}

.feature-img-card h3 {
    position: absolute;
    left: 32px;
    bottom: 28px;
    color: #fff;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 300;
    max-width: 240px;
    margin: 0;
}

.feature-arrow {
    position: absolute;
    right: 28px;
    bottom: 58px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.franchise-card {
    background: url('../img/pcd-pharma-franchise-opportunities-bg.png') center center / cover no-repeat, #e7d7ea;
    padding: 42px 42px;
}

.franchise-card span {
    display: block;
    color: #111;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 18px;
}

.franchise-card h3 {
    color: #000;
    font-size: 26px;
    line-height: 1.12;
    font-weight: 400;
    max-width: 330px;
    margin-bottom: 44px;
}

.franchise-btn {
    display: inline-block;
    background: var(--purple);
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.stats-card {
    background: url('../img/300+quality-healthcare-products-bg.png') center center / cover no-repeat, #151515;
    color: #fff;
    padding: 40px 42px;
}

.stats-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.stats-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 auto;
}

.stats-card h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.stats-card h2 {
    color: var(--purple);
    font-size: 72px;
    line-height: 1;
    font-weight: 400;
    margin: 32px 0 12px;
}

.stats-card p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .feature-cards-section {
        padding: 28px 0 65px;
    }

    .feature-card {
        height: 300px;
    }

    .feature-img-card h3 {
        font-size: 30px;
        left: 28px;
        bottom: 28px;
    }

    .feature-arrow {
        width: 48px;
        height: 48px;
        right: 28px;
        bottom: 55px;
    }

    .franchise-card {
        padding: 42px 46px;
    }

    .franchise-card h3 {
        font-size: 32px;
        max-width: 330px;
        margin-bottom: 45px;
    }

    .stats-card {
        height: 280px;
        padding: 38px 46px;
    }

    .stats-card h2 {
        font-size: 72px;
        margin: 55px 0 12px;
    }
}

@media (max-width: 575.98px) {
    .feature-cards-container {
        width: calc(100% - 24px);
    }

    .feature-cards-section {
        padding: 22px 0 55px;
    }

    .feature-card {
        height: 260px;
        border-radius: 18px;
    }

    .feature-img-card h3 {
        font-size: 26px;
        left: 24px;
        bottom: 24px;
    }

    .feature-arrow {
        width: 44px;
        height: 44px;
        right: 24px;
        bottom: 45px;
        font-size: 22px;
    }

    .franchise-card {
        padding: 34px 34px;
    }

    .franchise-card span {
        font-size: 10px;
    }

    .franchise-card h3 {
        font-size: 28px;
        max-width: 260px;
        margin-bottom: 38px;
    }

    .franchise-btn {
        padding: 12px 22px;
        font-size: 13px;
    }

    .stats-card {
        height: 295px;
        padding: 34px;
    }

    .stats-card h4 {
        font-size: 18px;
    }

    .stats-card h2 {
        font-size: 66px;
        margin: 58px 0 12px;
    }

    .stats-card p {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    body {
        background: #f5f6f7;
    }

/*     .hero-bg {
        width: calc(100% - 0px);
        margin: 0px;
        min-height: 760px !important;
        border-radius: 0;
        background-position: 63% center;
        background-size: cover;
    } */

    .site-header {
        width: 100%;
        padding: 0px 28px 0;
    }

    .brand-logo {
	width: 80px;
    height: 80px;
    }

    .navbar-toggler {
        display: flex;
        width: 54px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

/*     .hero-content-container {
        padding: 185px 24px 28px !important;
    } */

/*     .badge-pill {
        font-size: 11px;
        padding: 9px 16px;
        max-width: 100%;
        letter-spacing: 0;
        white-space: nowrap;
    } */

/*     .hero-title {
        font-size: 35px !important;
        line-height: 1.13;
        max-width: 100%;
        margin-top: 32px;
    } */

/*     .hero-text {
        font-size: 16px;
        line-height: 1.55;
        max-width: 100%;
        margin-top: 28px;
    }
 */
/*     .hero-buttons {
        flex-direction: column;
        align-items: stretch !important;
        gap: 14px !important;
        margin-top: 36px;
    } */

/*     .btn-explore,
    .btn-learn {
        width: 100%;
        border-radius: 50px;
        padding: 15px 22px;
        font-size: 16px;
        justify-content: center;
    } */

/*     .hero-features-row {
        margin-top: 24px;
        padding-top: 0;
    } */

/*     .hero-features-row .border-top {
        border-top: 0 !important;
    }
 */
/*     .hero-features-row .row {
        row-gap: 22px;
    }
 */
/*     .feature-item {
        font-size: 15px;
        line-height: 1.4;
    }

    .feature-item i {
        font-size: 16px;
    } */
}

/* =========================
   ABOUT OYSTER SECTION
========================= */

.about-oyster-section {
    padding: 45px 0 90px;
    margin-top: 0;
    background: #ffffff;
}

.about-oyster-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.about-image-wrap {
    position: relative;
    padding-left: 72px;
}

.vertical-text {
    position: absolute;
    left: 0;
    top: 35px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 74px;
    font-weight: 700;
    letter-spacing: 4px;
    color: rgba(6, 36, 42, 0.05);
    line-height: 1;
}

.about-main-img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    border-radius: 28px;
}

.review-card {
    position: absolute;
    left: 115px;
    bottom: 35px;
    width: 420px;
    min-height: 105px;
    padding: 22px 28px;
    background: rgba(32, 55, 64, 0.58);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 26px;
}

.review-avatars {
    display: flex;
}

.review-avatars img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -16px;
}

.review-avatars img:first-child {
    margin-left: 0;
}

.review-card h4 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
}

.review-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
}

.section-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f1e4f2;
    color: #09383d;
    padding: 10px 24px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-pill span {
    width: 7px;
    height: 7px;
    background: var(--purple);
    border-radius: 50%;
}

.about-content {
    padding-top: 28px;
}

.about-content h2 {
    color: #06383b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 760px;
    margin-bottom: 24px;
}

.about-desc {
    color: #6d7c80;
    font-size: 17px;
    line-height: 1.8;
    max-width: 760px;
    margin-bottom: 36px;
}

.about-points {
    margin-top: 10px;
}

.about-point h4 {
    color: #07363a;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-point h4 i {
    color: var(--purple);
    font-size: 19px;
    margin-top: 3px;
}

.about-point p {
    color: #6d7c80;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.about-divider {
    height: 1px;
    background: #e3e7e8;
    margin: 34px 0;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--purple);
    color: #fff;
    padding: 18px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .about-image-wrap {
        padding-left: 55px;
    }

    .vertical-text {
        font-size: 56px;
    }

/*     .about-main-img {
        height: 520px;
    }
 */
    .about-content h2 {
        font-size: 38px;
    }

    .review-card {
        left: 120px;
        width: 380px;
    }
}

@media (max-width: 575.98px) {
    .about-oyster-section {
        padding: 60px 0;
    }

    .about-oyster-container {
        width: calc(100% - 24px);
    }

    .about-image-wrap {
        padding-left: 0;
    }

    .vertical-text {
        display: none;
    }

    .about-main-img {
        height: 420px;
        border-radius: 20px;
    }

    .review-card {
        left: 20px;
        right: 20px;
        width: auto;
        padding: 20px;
        gap: 18px;
    }

    .review-avatars img {
        width: 42px;
        height: 42px;
    }

    .review-card h4 {
        font-size: 20px;
    }

    .review-card p {
        font-size: 14px;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-desc {
        font-size: 15px;
    }
}

/* =========================
   SERVICES GROWTH SECTION
========================= */

.services-growth-section {
    background: #f1e8f2;
    padding: 95px 0 85px;
    border-radius: 0;
    overflow: hidden;
}

.services-growth-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.white-pill {
    background: #fff;
    margin-bottom: 30px;
}

.services-heading h2 {
    color: #06383b;
    font-size: 36px;
    line-height: 1.28;
    font-weight: 700;
    margin: 0;
}

.services-card-row {
    margin-top: 10px;
}

.service-card {
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    min-height: 420px;
}

.service-tag {
    display: inline-flex;
    background: #f1e8f2;
    color: #06383b;
    padding: 9px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 22px;
}

.service-card h3 {
    color: #06383b;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 24px;
}

.service-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 20px;
}

.service-card p {
    color: #6d7c80;
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 22px;
}

.service-card a {
    color: #06383b;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.services-bottom-text {
    margin-top: 55px;
    text-align: center;
    color: #06383b;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bottom-contact-icon {
    position: relative;
    width: 52px;
    height: 34px;
    display: inline-flex;
    align-items: center;
}

.bottom-contact-icon img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.bottom-contact-icon span {
    position: absolute;
    left: 24px;
    top: 0;
    width: 34px;
    height: 34px;
    background: var(--purple);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.services-bottom-text a {
    color: var(--purple);
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .services-growth-section {
        padding: 80px 0 75px;
    }

    .services-card-row {
        margin-top: 60px;
    }

    .service-card {
        min-height: 390px;
        padding: 20px;
    }

    .service-card img {
        height: 130px;
    }

    .service-card h3 {
        font-size: 17px;
    }

    .service-card p {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .services-growth-section {
        border-radius: 0PX;
        padding: 40px 0;
    }

    .services-growth-container {
        width: calc(100% - 24px);
    }

    .services-heading h2 {
        font-size: 30px;
    }

    .service-card {
        padding: 24px;
    }

    .services-bottom-text {
        margin-top: 38px;
        flex-wrap: wrap;
        gap: 6px;
        font-size: 13px;
        line-height: 1.45;
        padding: 0 12px;
    }

    .bottom-contact-icon {
        width: 46px;
        height: 30px;
        flex: 0 0 46px;
    }

    .bottom-contact-icon img {
        width: 30px;
        height: 30px;
    }

    .bottom-contact-icon span {
        left: 20px;
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .services-bottom-text a {
        display: inline-block;
        width: 100%;
        margin-top: 4px;
        text-align: center;
    }
}

/* =========================
   PRODUCT CATEGORIES SECTION
========================= */

.product-categories-section {
    background: #fff;
    padding: 95px 0 90px;
}

.product-categories-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.product-heading .section-pill {
    margin-bottom: 24px;
}

.product-heading h2 {
    color: #111;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 22px;
}

.product-heading p {
    max-width: 690px;
    margin: 0 auto;
    color: #7a878a;
    font-size: 16px;
    line-height: 1.65;
}

.product-category-row {
    margin-top: 80px;
}

.product-category-row {
    margin-top: 80px;
}

.product-category-card {
    position: relative;
    height: 430px;
    border-radius: 24px;
    overflow: hidden;
}

.product-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-category-content {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 28px 30px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(8px);
}

.product-category-content h3 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.product-category-content p {
    color: #6d7c80;
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.product-bottom-text {
    margin-top: 60px;
    text-align: center;
    color: #06383b;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product-bottom-text a {
    color: var(--purple);
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .product-categories-section {
        padding: 40px 0;
    }

    .product-category-row {
        margin-top: 55px;
    }

    .product-category-card {
        height: 360px;
    }

    .product-category-content {
        padding: 22px;
    }

    .product-category-content h3 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .product-category-content p {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .product-categories-container {
        width: calc(100% - 24px);
    }

    .inner-breadcrumb-box {
        font-size: 1rem;
    }

    .product-heading h2 {
        font-size: 30px;
    }

    .product-heading p {
        font-size: 14px;
    }

    .product-category-card {
        height: 380px;
    }

    .product-bottom-text {
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 1.45;
    }

    .product-bottom-text a {
        width: 100%;
        text-align: center;
    }
}

/* =========================
   WHY CHOOSE SECTION
========================= */

.why-choose-section {
    background: #f1e8f2;
    padding: 105px 0;
    border-radius: 0;
    overflow: hidden;
}

.why-choose-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.why-content h2 {
    color: #06383b;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 650px;
    margin: 28px 0 22px;
}

.why-desc {
    color: #6d7c80;
    font-size: 17px;
    line-height: 1.55;
    max-width: 720px;
    margin-bottom: 24px;
}

.why-point {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.why-icon {
    width: 48px;
    height: 48px;
    background: var(--purple);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: 0 0 auto;
}

.why-point h4 {
    color: #06383b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-point p {
    color: #6d7c80;
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
    max-width: 650px;
}

.why-divider {
    height: 1px;
    background: rgba(6, 56, 59, 0.12);
    margin: 28px 0 34px;
}

.why-stats-wrap {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 28px;
    max-width: 720px;
}

.why-rating-card {
    background: #caa9cf;
    border-radius: 26px;
    padding: 34px;
    min-height: 220px;
}

.progress-item {
    margin-bottom: 28px;
}

.progress-item div:first-child {
    display: flex;
    justify-content: space-between;
    color: #06383b;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.progress-line {
    height: 6px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.progress-line span {
    display: block;
    height: 100%;
    background: var(--purple);
    border-radius: 30px;
}

.rating-bottom {
    border-top: 1px solid rgba(6, 56, 59, 0.12);
    padding-top: 28px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.small-avatars img {
    width: 42px;
    height: 42px;
}

.rating-bottom h4 {
    color: #06383b;
    font-size: 22px;
    margin: 0 0 6px;
}

.rating-bottom p {
    color: #6d7c80;
    margin: 0;
    font-size: 15px;
}

.feedback-card {
    background: #5a0065;
    color: #fff;
    border-radius: 26px;
    padding: 34px 28px;
    text-align: center;
    min-height: 220px;
}

.circle-score {
    width: 120px;
    height: 120px;
    border: 8px solid #18c6cf;
    border-radius: 50%;
    margin: 0 auto 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-score span {
    font-size: 24px;
    font-weight: 700;
}

.feedback-card h4 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.why-images {
    position: relative;
    min-height: 650px;
}

.why-bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 68%;
    height: 540px;
    object-fit: cover;
    border-radius: 24px;
}

.why-team-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 500px;
    object-fit: cover;
    border-radius: 24px;
    border: 6px solid #fff;
}

@media (max-width: 991.98px) {
    .why-content h2 {
        font-size: 36px;
    }

    .why-images {
        min-height: 560px;
    }
}

@media (max-width: 575.98px) {
    .why-choose-section {
        padding: 40px 0;
        border-radius: 0px;
    }

    .why-choose-container {
        width: calc(100% - 24px);
    }

    .why-content h2 {
        font-size: 30px;
    }

    .why-stats-wrap {
        grid-template-columns: 1fr;
    }

    .why-images {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .why-bg-img,
    .why-team-img {
        position: static;
        width: 100%;
        height: 320px;
    }
}

/* =========================
   CAPABILITIES SECTION
========================= */

.capabilities-section {
    background: #fff;
    padding: 95px 0 90px;
}

.capabilities-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.capabilities-top h2 {
    color: #06383b;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 26px;
}

.capabilities-top p {
    color: #6d7c80;
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin-top: 44px;
}

.capabilities-card-row {
    margin-top: 85px;
}

.capability-card {
    background: #f1e8f2;
    border-radius: 24px;
    padding: 42px 38px;
    min-height: 390px;
}

.capability-card h3 {
    color: #06383b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 70px;
}

.capability-line {
    height: 1px;
    background: rgba(6, 56, 59, 0.12);
    margin-bottom: 24px;
}

.capability-card>p {
    color: #7a878a;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 44px;
}

.capability-stat {
    display: flex;
    align-items: center;
    gap: 22px;
}

.capability-stat>span {
    width: 50px;
    height: 50px;
    background: var(--purple);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.capability-stat h4 {
    color: #06383b;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 8px;
}

.capability-stat p {
    color: #7a878a;
    font-size: 14px;
    margin: 0;
}

.capabilities-bottom {
    margin-top: 65px;
    color: #06383b;
}

.capabilities-bottom>p {
    font-size: 15px;
    margin-bottom: 24px;
}

.capability-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    font-size: 15px;
}

.stars {
    color: var(--purple);
    letter-spacing: 4px;
}

@media (max-width: 991.98px) {
    .capabilities-top h2 {
        font-size: 34px;
    }

    .capabilities-top p {
        margin-top: 24px;
    }

    .capabilities-card-row {
        margin-top: 55px;
    }

    .capability-card {
        padding: 32px;
        min-height: 360px;
    }

    .capability-stat h4 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .capabilities-section {
        padding: 65px 0;
    }

    .capabilities-container {
        width: calc(100% - 24px);
    }

    .capabilities-top h2 {
        font-size: 30px;
    }

    .capabilities-card-row {
        margin-top: 40px;
    }

    .capability-card {
        min-height: auto;
    }

    .capability-card h3 {
        margin-bottom: 40px;
    }

    .capability-rating {
        flex-direction: column;
        gap: 8px;
    }
}

/* =========================
   QUALITY PRODUCTS SECTION
========================= */

.quality-products-section {
    background: #f1e8f2;
    padding: 50px 0 95px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.quality-products-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.quality-products-top h2 {
    color: #06383b;
    font-size: 42px;
    line-height: 1.32;
    font-weight: 700;
    margin-top: 28px;
}

.quality-products-top p {
    color: #6d7c80;
    font-size: 16px;
    line-height: 1.7;
    max-width: 620px;
    margin: 70px 0 32px;
}

.quality-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--purple);
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.quality-product-row {
    margin-top: 85px;
}

.quality-product-card {
    position: relative;
    height: 430px;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
}

.quality-product-card>span {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    background: rgba(217, 226, 226, 0.95);
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
    font-size: 13px;
}

.quality-product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quality-product-name {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    background: #fff;
    border-radius: 18px;
    padding: 26px 28px;
}

.quality-product-name h3 {
    color: #06383b;
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}

.quality-bottom-text {
    margin-top: 70px;
    color: #06383b;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.quality-bottom-text a {
    color: var(--purple);
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .quality-products-section {
        padding: 80px 0;
    }

    .quality-products-top h2 {
        font-size: 36px;
    }

    .quality-products-top p {
        margin-top: 25px;
    }

    .quality-product-row {
        margin-top: 55px;
    }

    .quality-product-card {
        height: 360px;
    }
}

@media (max-width: 575.98px) {
    .quality-products-section {
        border-radius: 0px;
        padding: 40px 0;
    }

    .quality-products-container {
        width: calc(100% - 24px);
    }

    .quality-products-top h2 {
        font-size: 30px;
    }

    .quality-product-card {
        height: 380px;
    }

    .quality-bottom-text {
        flex-wrap: wrap;
        font-size: 13px;
        line-height: 1.45;
        text-align: center;
    }

    .quality-bottom-text a {
        width: 100%;
    }
}

/* =========================
   TEXT MARQUEE SECTION
========================= */

.text-marquee-section {
    background: #fff;
    overflow: hidden;
    padding: 36px 0;
    white-space: nowrap;
}

.text-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 55px;
    animation: marqueeMove 22s linear infinite;
}

.text-marquee-track span {
    font-size: 72px;
    line-height: 1;
    font-weight: 400;
    color: #071315;
    font-family: Georgia, serif;
}

.marquee-icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex: 0 0 auto;
}

.outline-text {
    color: transparent !important;
    -webkit-text-stroke: 1px #071315;
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 575.98px) {
    .text-marquee-section {
        padding: 24px 0;
    }

    .text-marquee-track {
        gap: 32px;
    }

    .text-marquee-track span {
        font-size: 42px;
    }

    .marquee-icon {
        width: 34px;
        height: 34px;
    }
}

/* =========================
   INQUIRY SECTION
========================= */

.inquiry-section {
    background-color: #26002f;
    background-image: url('../img/contact-bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.inquiry-section::before {
    display: none;
}

.inquiry-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.inquiry-pill {
    background: #f1e8f2;
    color: #111;
    margin-bottom: 32px;
}

.inquiry-left h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 55px;
}

.map-card {
    border-radius: 24px;
    overflow: hidden;
    max-width: 570px;
    height: 385px;
}

.map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.inquiry-form-card {
    background: rgba(255, 255, 255, 0.11);
    border-radius: 28px;
    padding: 58px 52px;
    backdrop-filter: blur(12px);
}

.inquiry-form-card h3 {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 50px;
}

.inquiry-form-card input,
.inquiry-form-card select,
.inquiry-form-card textarea {
    width: 100%;
    border: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 8px;
    padding: 18px 22px;
    font-size: 15px;
}

.inquiry-form-card input::placeholder,
.inquiry-form-card textarea::placeholder {
    color: rgba(255, 255, 255, 0.82);
}

.inquiry-form-card select {
    color: rgba(255, 255, 255, 0.82);
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.inquiry-form-card select option {
    background: #4b2b50;
    color: #fff;
}

.inquiry-form-card select:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.inquiry-form-card textarea {
    height: 135px;
    resize: none;
}

.inquiry-form-card button {
    border: 0;
    background: #fff;
    color: #111;
    padding: 15px 26px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .inquiry-section {
        padding: 80px 0;
    }

    .inquiry-left h2,
    .inquiry-form-card h3 {
        font-size: 36px;
    }

    .inquiry-form-card {
        padding: 42px;
    }
}

@media (max-width: 575.98px) {
    .inquiry-section {
        padding: 65px 0;
        border-radius: 18px;
    }

    .inquiry-container {
        width: calc(100% - 24px);
    }

    .inquiry-left h2,
    .inquiry-form-card h3 {
        font-size: 30px;
    }

    .map-card {
        height: 280px;
    }

    .inquiry-form-card {
        padding: 28px;
    }
}

/* =========================
   BLOG INSIGHTS SECTION
========================= */

.blog-insights-section {
    background: #fff;
    padding: 40px 0 105px;
}

.blog-insights-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.blog-heading h2 {
    color: #06383b;
    font-size: 38px;
    line-height: 1.28;
    font-weight: 700;
    margin-top: 24px;
}

.blog-card-row {
    margin-top: 80px;
}

.blog-card {
    background: #f1e8f2;
    border-radius: 26px;
    overflow: hidden;
    padding: 14px;
}

.blog-img-wrap {
    position: relative;
    height: 240px;
    border-radius: 18px;
    overflow: hidden;
}

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

.blog-img-wrap span {
    position: absolute;
    top: 30px;
    left: 32px;
    background: var(--purple);
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.blog-card-body {
    padding: 32px 22px 22px;
}

.blog-card-body h3 {
    color: #06383b;
    font-size: 21px;
    line-height: 1.42;
    font-weight: 700;
    min-height: 86px;
    margin: 0;
}

.blog-line {
    height: 1px;
    background: rgba(6, 56, 59, 0.10);
    margin: 28px 0 24px;
}

.blog-card-body a {
    color: #06383b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .blog-card-row {
        margin-top: 55px;
    }

    .blog-img-wrap {
        height: 180px;
    }

    .blog-card-body h3 {
        font-size: 17px;
    }
}

@media (max-width: 575.98px) {
    .blog-insights-container {
        width: calc(100% - 24px);
    }

    .blog-heading h2 {
        font-size: 30px;
    }

    .blog-img-wrap {
        height: 210px;
    }
}

/* =========================
   MAIN FOOTER SECTION
========================= */

.main-footer {
    background-color: #210028;
    background-image: url('../img/contact-bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 90px 0 55px;
    color: #fff;
    overflow: hidden;
}

.footer-container {
    width: calc(100% - 40px);
    max-width: 1320px;
    margin: 0 auto;
}

.footer-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 22px;
}

.footer-about {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 28px;
}

.footer-links-block {
    margin-top: 34px;
}

.footer-links-block h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}

.footer-links-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #fff;
}

.footer-links-block a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-newsletter {
    padding-top: 20px;
    max-width: 590px;
    margin-left: auto;
}

.footer-newsletter h3 {
    font-size: 42px;
    line-height: 1.18;
    font-weight: 700;
    margin-bottom: 28px;
}

.footer-subscribe {
    height: 58px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    padding: 6px;
    margin-bottom: 28px;
}

.footer-subscribe input {
    flex: 1;
    height: 100%;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0 22px;
    color: #fff;
    font-size: 15px;
}

.footer-subscribe input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.footer-subscribe button {
    height: 46px;
    border: 0;
    border-radius: 50px;
    background: #fff;
    color: #111;
    padding: 0 26px;
    font-size: 15px;
    font-weight: 700;
}

.footer-newsletter>p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 42px;
}

.footer-contact-row {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 38px;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 220px;
}

.footer-contact-item>span {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #fff;
    color: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-item>span i {
    font-size: 24px;
    line-height: 1;
}

.footer-contact-item p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}

.footer-contact-item h4 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 10px;
	padding-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
}

.footer-social {
    display: flex;
    gap: 16px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .footer-newsletter {
        margin-left: 0;
    }

    .footer-newsletter h3 {
        font-size: 36px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .main-footer {
        border-radius: 0px;
        padding: 40px 0 40px;
    }

    .footer-container {
        width: calc(100% - 24px);
    }

    .footer-contact-row {
        flex-direction: column;
        gap: 28px;
    }

    .footer-subscribe {
        height: auto;
        flex-direction: column;
        border-radius: 18px;
        padding: 10px;
        gap: 10px;
    }

    .footer-subscribe input {
        height: 46px;
        width: 100%;
    }

    .footer-subscribe button {
        width: 100%;
    }
}

.section-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 575.98px) {

    .container-fluid,
    .container {
        max-width: 100%;
        overflow-x: hidden;
    }

    section,
    footer {
        max-width: 100%;
        overflow-x: hidden;
    }

    .services-growth-section,
    .why-choose-section,
    .quality-products-section,
    .inquiry-section,
    .main-footer {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }

/*     .hero-bg {
        margin: 0 !important;
    } */

    .site-header {
        width: 100%;
    }

    .services-card-row {
        margin-top: 35px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.map-card iframe {
    pointer-events: none;
}

[data-aos] {
    backface-visibility: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

/* =========================
   BREADCRUMB DESIGN
========================= */
.inner-breadcrumb-section {
    background: url("https://hivends.org/oyster-labs/site/wp-content/uploads/2026/05/breadcrumb-bg.png") center / cover no-repeat;
    padding: 2.5rem 3rem;
}

.inner-breadcrumb-box {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    color: #a09fa4;
}

.inner-breadcrumb-box a {
    color: #0b8b78;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.inner-breadcrumb-box a:hover {
    color: #300047;
}

.inner-breadcrumb-box a span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #0b8b78;
    border-radius: 50%;
}

.inner-breadcrumb-box em {
    font-style: normal;
    color: #d1cfd4;
    font-weight: 300;
}

.inner-breadcrumb-box strong {
    color: #300047;
    font-weight: 600;
}

/* Header styling for inner pages (non-homepage) */
body:not(.home) .site-header {
    position: relative;
}

/* --- about-page.css --- */
/* About Page Specific Styles */
body.page-template-page-about #tertiary,
body.page-template-page-about .sidebar-container,
body.page-template-page-about .widget-area,
body.page-template-page-about .entry-header,
body.page-template-page-about .entry-content,
body.page-template-page-about .entry-meta,
body.page-template-page-about .site-main>header.page-header {
    display: none !important;
}

.about-page-main {
    font-family: inherit;
    background-color: #faf9f9;
    color: #5f6c70;
}

.about-page-main .text-purple-dark {
    color: #300047;
}

.about-page-main .text-teal {
    color: #0b8b78;
}

.about-page-main .bg-purple-dark {
    background-color: #300047;
}

/* History Section */
.about-page-main .history-section {
    padding: 5rem 0;
}

.about-page-main .tagline {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0b8b78;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.about-page-main .history-img-card {
    border-radius: 20px;
    overflow: hidden;
    height: 280px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.about-page-main .history-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-main .history-stat-card {
    background-color: #300047;
    color: #fff;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 30px;
    height: calc(100% - 304px);
    margin-top: 24px;
}

.about-page-main .history-stat-num {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
}

.about-page-main .history-stat-lbl {
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.8;
    margin-bottom: 0;
}

/* Pillars Section */
.about-page-main .pillars-section {
    background-color: #f6f5f8;
    padding: 5rem 0;
}

.about-page-main .pillar-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.about-page-main .pillar-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #f0e6f6;
    color: #300047;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.about-page-main .pillar-icon.teal-light {
    background-color: #e6f6f4;
    color: #0b8b78;
}

.about-page-main .pillar-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

/* R&D Section */
.about-page-main .rnd-section {
    background-color: #1a0026;
    color: #fff;
    padding: 5rem 0;
}

.about-page-main .rnd-img-wrapper {
    border-radius: 24px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.about-page-main .rnd-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-main .rnd-checklist {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.about-page-main .rnd-check-item {
    display: flex;
    gap: 15px;
}

.about-page-main .rnd-check-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #8bf4e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.about-page-main .rnd-check-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.about-page-main .rnd-check-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    line-height: 1.5;
}

/* World-Class Facilities */
.about-page-main .facilities-section {
    padding: 5rem 0;
}

.about-page-main .facility-cert-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.about-page-main .cert-icons-wrap {
    display: flex;
    gap: 15px;
    margin-top: 2.5rem;
}

.about-page-main .cert-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #300047;
    font-size: 1rem;
}

.about-page-main .facility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about-page-main .facility-grid-item {
    border-radius: 16px;
    overflow: hidden;
    height: 180px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.about-page-main .facility-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.about-page-main .facility-grid-item:hover img {
    transform: scale(1.05);
}

/* Corporate Responsibility */
.about-page-main .responsibility-section {
    background-color: #f6f5f8;
    padding: 5rem 0;
}

.about-page-main .responsibility-card {
    background-color: #fff;
    border-radius: 28px;
    padding: 4.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.about-page-main .responsibility-center {
    max-width: 750px;
    margin: 0 auto 3.5rem auto;
    text-align: center;
}

.about-page-main .resp-icon {
    width: 56px;
    height: 56px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1.5rem auto;
}

.about-page-main .resp-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.about-page-main .resp-col-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.5rem;
}

/* Guided by Experts */
.about-page-main .experts-section {
    padding: 5rem 0;
}

.about-page-main .btn-outline-purple {
    border: 1px solid #300047;
    color: #300047;
    background: transparent;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-page-main .btn-outline-purple:hover {
    background-color: #300047;
    color: #fff;
}

.about-page-main .expert-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    height: 100%;
}

.about-page-main .expert-img-wrapper {
    height: 380px;
    overflow: hidden;
}

.about-page-main .expert-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page-main .expert-info {
    padding: 2rem;
}

.about-page-main .expert-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.25rem;
}

.about-page-main .expert-role {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0b8b78;
    margin-bottom: 1rem;
}

.about-page-main .expert-bio {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.about-page-main .expert-socials {
    display: flex;
    gap: 15px;
}

.about-page-main .expert-social-link {
    color: #a09fa4;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.about-page-main .expert-social-link:hover {
    color: #300047;
}

@media (max-width: 992px) {
    .about-page-main .responsibility-card {
        padding: 3rem 2rem;
    }
}


/* --- blog-page.css --- */
/* Blog Page Specific Styles */
body.page-template-page-blog .entry-header,
body.page-template-page-blog .entry-title,
body.page-template-page-blog #tertiary,
body.page-template-page-blog .sidebar-container,
body.page-template-page-blog .widget-area,
body.page-template-page-blog .site-main>header.page-header {
    display: none !important;
}

.blog-page-main {
    font-family: inherit;
    background-color: #faf9f9;
    /* Very light gray/off-white background matching the mockup */
}

.blog-page-main .text-purple-dark {
    color: #300047;
}

/* Featured Article Card */
.blog-page-main .featured-article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.blog-page-main .featured-image-wrapper {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.blog-page-main .featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-main .featured-content {
    padding: 2rem;
}

.blog-page-main .category-pill {
    background-color: #300047;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
}

.blog-page-main .date-text {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.blog-page-main .featured-title {
    font-size: 2rem;
    font-weight: 700;
    color: #300047;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.blog-page-main .featured-excerpt {
    color: #5f6c70;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.blog-page-main .read-more-link {
    color: #300047;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.blog-page-main .read-more-link:hover {
    opacity: 0.8;
    color: #300047;
}

/* Side Cards */
.blog-page-main .stat-card-dark {
    background-color: #3a3545;
    color: #fff;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-page-main .stat-subtitle {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a09fa4;
    margin-bottom: 0.5rem;
}

.blog-page-main .stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.blog-page-main .stat-desc {
    color: #a09fa4;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.blog-page-main .info-card-teal {
    background-color: #a8f8e8;
    color: #1a4042;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-page-main .info-card-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-page-main .info-card-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #245a5c;
}

/* Filter Pills */
.blog-page-main .filter-pill {
    background-color: #fff;
    color: #300047;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.blog-page-main .filter-pill:hover,
.blog-page-main .filter-pill.active {
    background-color: #300047;
    color: #fff;
    border-color: #300047;
}

/* Recent Article Cards */
.blog-page-main .recent-article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-page-main .recent-image-wrapper {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.blog-page-main .recent-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-page-main .recent-image-wrapper .category-pill-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #300047;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.blog-page-main .recent-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-page-main .recent-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.blog-page-main .recent-excerpt {
    color: #5f6c70;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.blog-page-main .recent-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.blog-page-main .read-time {
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 500;
}

/* Load More Button */
.blog-page-main .btn-load-more {
    background: #fff;
    border: 1px solid #300047;
    color: #300047;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.blog-page-main .btn-load-more:hover {
    background: #300047;
    color: #fff;
}

/* CTA Section */
.blog-page-main .subscribe-cta {
    background-color: #300047;
    border-radius: 24px;
    padding: 3rem 4rem;
    color: #fff;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.blog-page-main .subscribe-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.blog-page-main .subscribe-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.blog-page-main .subscribe-form-group {
    display: flex;
    gap: 12px;
    margin-bottom: 0.75rem;
}

.blog-page-main .subscribe-input {
    flex-grow: 1;
    background-color: #451a5c;
    border: 1px solid #5a2e73;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 0.95rem;
}

.blog-page-main .subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.blog-page-main .subscribe-input:focus {
    outline: none;
    border-color: #0b8b78;
}

.blog-page-main .btn-subscribe {
    background-color: #0b8b78;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-page-main .btn-subscribe:hover {
    background-color: #097363;
}

.blog-page-main .subscribe-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .blog-page-main .subscribe-cta {
        padding: 2.5rem;
    }

    .blog-page-main .subscribe-form-group {
        flex-direction: column;
    }
}


/* --- bulk-production-page.css --- */
/* Bulk Production Page Specific Styles */
body.page-template-page-bulk-production #tertiary,
body.page-template-page-bulk-production .sidebar-container,
body.page-template-page-bulk-production .widget-area,
body.page-template-page-bulk-production .entry-header,
body.page-template-page-bulk-production .entry-content,
body.page-template-page-bulk-production .entry-meta,
body.page-template-page-bulk-production .site-main>header.page-header {
    display: none !important;
}

.bulk-production-page-main {
    font-family: inherit;
    background-color: #faf9f9;
}

.bulk-production-page-main .text-purple-dark {
    color: #300047;
}

/* Infrastructure Cards */
.bulk-production-page-main .infra-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.bulk-production-page-main .infra-card.large {
    min-height: 400px;
}

.bulk-production-page-main .infra-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.bulk-production-page-main .infra-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.9) 0%, rgba(48, 0, 71, 0.4) 50%, rgba(48, 0, 71, 0.1) 100%);
    z-index: 2;
}

.bulk-production-page-main .infra-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    color: #fff;
}

.bulk-production-page-main .infra-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bulk-production-page-main .infra-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

/* Dark Card */
.bulk-production-page-main .dark-card {
    background-color: #373340;
    color: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.bulk-production-page-main .dark-card-icon {
    font-size: 2.5rem;
    color: #8bf4e2;
    margin-bottom: 1.5rem;
}

.bulk-production-page-main .dark-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bulk-production-page-main .dark-card-desc {
    color: #a09fa4;
    font-size: 1rem;
    line-height: 1.6;
}

/* Inquiry Section */
.bulk-production-page-main .inquiry-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bulk-production-page-main .contact-info-block {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.bulk-production-page-main .contact-icon {
    width: 48px;
    height: 48px;
    background-color: #f3e8f8;
    color: #300047;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.bulk-production-page-main .contact-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.bulk-production-page-main .contact-text {
    color: #5f6c70;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.bulk-production-page-main .certification-badges {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
}

.bulk-production-page-main .cert-badge {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #300047;
}

/* Form Card */
.bulk-production-page-main .form-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.bulk-production-page-main .form-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #300047;
}

.bulk-production-page-main .form-card-desc {
    color: #5f6c70;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.bulk-production-page-main .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.bulk-production-page-main .form-control,
.bulk-production-page-main .form-select {
    background-color: #faf9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.bulk-production-page-main .form-control:focus,
.bulk-production-page-main .form-select:focus {
    background-color: #fff;
    border-color: #300047;
    box-shadow: 0 0 0 0.25rem rgba(48, 0, 71, 0.1);
}

.bulk-production-page-main .btn-submit {
    background-color: #300047;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}

.bulk-production-page-main .btn-submit:hover {
    background-color: #230035;
    color: #fff;
}

@media (max-width: 992px) {
    .bulk-production-page-main .form-card {
        padding: 2rem;
    }
}


/* --- cart-page.css --- */
/* Cart Page Specific Styles */
body.page-template-page-cart #tertiary,
body.page-template-page-cart .sidebar-container,
body.page-template-page-cart .widget-area,
body.page-template-page-cart .entry-header,
body.page-template-page-cart .entry-content,
body.page-template-page-cart .entry-meta,
body.page-template-page-cart .site-main>header.page-header {
    display: none !important;
}

.cart-page-main {
    font-family: inherit;
    background-color: #faf9f9;
}

.cart-page-main .text-purple-dark {
    color: #300047;
}

/* Steps Progress */
.cart-page-main .checkout-steps {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0 2rem 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 2rem;
}

.cart-page-main .step-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a09fa4;
    font-weight: 600;
    font-size: 0.95rem;
}

.cart-page-main .step-item.active {
    color: #300047;
}

.cart-page-main .step-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.cart-page-main .step-item.active .step-icon {
    background-color: #300047;
    color: #fff;
}

.cart-page-main .step-separator {
    color: #dcdcdc;
}

/* Cart Item List */
.cart-page-main .cart-item-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.cart-page-main .cart-item-img {
    width: 100px;
    height: 100px;
    background-color: #f7f7f7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-page-main .cart-item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cart-page-main .cart-item-details {
    flex-grow: 1;
}

.cart-page-main .cart-item-title {
    font-weight: 700;
    font-size: 1.15rem;
    color: #300047;
    margin-bottom: 0.25rem;
}

.cart-page-main .cart-item-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.cart-page-main .cart-item-price {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1a1a1a;
}

/* Quantity Control */
.cart-page-main .qty-control {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 24px;
    padding: 4px 12px;
    border: 1px solid #eaeaea;
}

.cart-page-main .qty-btn {
    background: none;
    border: none;
    color: #300047;
    font-weight: bold;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.2s;
}

.cart-page-main .qty-btn:hover {
    opacity: 0.7;
}

.cart-page-main .qty-input {
    width: 40px;
    text-align: center;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.cart-page-main .btn-remove {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #a09fa4;
    font-size: 1.2rem;
    transition: color 0.2s;
}

.cart-page-main .btn-remove:hover {
    color: #dc3545;
}

/* Quality Assured Box */
.cart-page-main .quality-box {
    background-color: #e6f7f4;
    border: 1px solid #b2e6dc;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cart-page-main .quality-icon {
    font-size: 2rem;
    color: #0b8b78;
}

.cart-page-main .quality-title {
    font-weight: 700;
    font-size: 1rem;
    color: #1a4042;
    margin-bottom: 0.25rem;
}

.cart-page-main .quality-text {
    font-size: 0.9rem;
    color: #245a5c;
    margin-bottom: 0;
}

/* Order Summary */
.cart-page-main .order-summary-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.cart-page-main .summary-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #300047;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
}

.cart-page-main .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: #5f6c70;
    font-size: 0.95rem;
}

.cart-page-main .summary-row.total-row {
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.2rem;
}

/* Buttons */
.cart-page-main .btn-checkout {
    background-color: #300047;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1rem;
    transition: background-color 0.2s ease;
}

.cart-page-main .btn-checkout:hover {
    background-color: #230035;
    color: #fff;
}

.cart-page-main .btn-continue {
    background-color: transparent;
    color: #300047;
    border: 1px solid #300047;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.2s ease;
}

.cart-page-main .btn-continue:hover {
    background-color: #f7eef8;
}

@media (max-width: 768px) {
    .cart-page-main .cart-item-card {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .cart-page-main .qty-control-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
    }

    .cart-page-main .checkout-steps {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 1rem;
    }
}


/* --- contact-page.css --- */
/* Contact Page Specific Styles */
body.page-template-page-contact .entry-header,
body.page-template-page-contact .entry-title,
body.page-template-page-contact #tertiary,
body.page-template-page-contact .sidebar-container,
body.page-template-page-contact .widget-area,
body.page-template-page-contact .site-main>header.page-header {
    display: none !important;
}

.contact-page-main {
    font-family: inherit;
    /* Inherit theme font or define if needed */
}

.contact-page-main .text-purple-dark {
    color: #2a0f4c;
}

.contact-page-main .bg-light-gray {
    background-color: #f6f6f6;
}

/* Contact Info Icons */
.contact-page-main .contact-icon-box {
    width: 48px;
    height: 48px;
    background-color: #f3e8f8;
    color: #2a0f4c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-page-main .contact-info-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.contact-page-main .contact-info-text {
    color: #5f6c70;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Map Card */
.contact-page-main .map-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-color: #2b778d;
    /* Blue border effect */
    padding: 12px;
    /* For the border effect */
}

.contact-page-main .map-card-inner {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    height: 360px;
}

.contact-page-main .map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-page-main .btn-directions {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #ffffff;
    color: #2a0f4c;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-page-main .btn-directions:hover {
    background-color: #f3e8f8;
    color: #2a0f4c;
}

/* Form Card */
.contact-page-main .form-card {
    background-color: #373340;
    border-radius: 20px;
    padding: 3rem;
    color: #ffffff;
}

.contact-page-main .form-card-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.contact-page-main .form-card-desc {
    color: #a09fa4;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.contact-page-main .form-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.contact-page-main .form-control,
.contact-page-main .form-select {
    background-color: #484451;
    border: 1px solid #5a5663;
    border-radius: 8px;
    color: #ffffff;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.contact-page-main .form-control:focus,
.contact-page-main .form-select:focus {
    background-color: #484451;
    border-color: #8bf4e2;
    box-shadow: 0 0 0 0.25rem rgba(139, 244, 226, 0.25);
    color: #ffffff;
}

.contact-page-main .form-control::placeholder {
    color: #898691;
}

.contact-page-main .btn-submit {
    background-color: #8bf4e2;
    color: #1a4042;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
}

.contact-page-main .btn-submit:hover {
    background-color: #72e0cd;
    color: #1a4042;
}

/* Trust Badges Bottom */
.contact-page-main .trust-badges-section {
    border-top: 1px solid #eaeaea;
}

.contact-page-main .trust-badge {
    text-align: center;
}

.contact-page-main .trust-badge i {
    font-size: 2.5rem;
    color: #855b93;
    margin-bottom: 1rem;
}

.contact-page-main .trust-badge h5 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

@media (max-width: 768px) {
    .contact-page-main .form-card {
        padding: 2rem;
    }
}

/* --- pharma-franchise-page.css --- */
/* Pharma Franchise Page Specific Styles */
body.page-template-page-pharma-franchise #tertiary,
body.page-template-page-pharma-franchise .sidebar-container,
body.page-template-page-pharma-franchise .widget-area,
body.page-template-page-pharma-franchise .entry-header,
body.page-template-page-pharma-franchise .entry-content,
body.page-template-page-pharma-franchise .entry-meta,
body.page-template-page-pharma-franchise .site-main>header.page-header {
    display: none !important;
}

.pharma-franchise-page-main {
    font-family: inherit;
    background-color: #faf9f9;
}

.pharma-franchise-page-main .text-purple-dark {
    color: #300047;
}

.pharma-franchise-page-main .text-teal {
    color: #0b8b78;
}

/* Feature Cards Grid */
.pharma-franchise-page-main .feature-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.pharma-franchise-page-main .feature-card.image-card {
    justify-content: flex-end;
}

.pharma-franchise-page-main .feature-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pharma-franchise-page-main .feature-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.9) 0%, rgba(48, 0, 71, 0.4) 50%, rgba(48, 0, 71, 0.1) 100%);
    z-index: 2;
}

.pharma-franchise-page-main .feature-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    color: #fff;
}

.pharma-franchise-page-main .feature-card-white {
    background-color: #fff;
    padding: 2.5rem 2rem;
    justify-content: center;
}

.pharma-franchise-page-main .feature-card-dark {
    background-color: #373340;
    padding: 2.5rem 2rem;
    justify-content: center;
    color: #fff;
}

.pharma-franchise-page-main .feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.pharma-franchise-page-main .feature-card-white .feature-title {
    color: #300047;
}

.pharma-franchise-page-main .feature-desc {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.pharma-franchise-page-main .feature-card-white .feature-desc {
    color: #5f6c70;
}

.pharma-franchise-page-main .feature-card-dark .feature-desc {
    color: #a09fa4;
}

/* About Section */
.pharma-franchise-page-main .about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pharma-franchise-page-main .about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.pharma-franchise-page-main .about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pharma-franchise-page-main .rating-card {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background-color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.pharma-franchise-page-main .rating-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #300047;
    line-height: 1;
}

.pharma-franchise-page-main .rating-stars {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.pharma-franchise-page-main .rating-text {
    font-size: 0.85rem;
    color: #5f6c70;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Services Section */
.pharma-franchise-page-main .services-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #fff;
}

.pharma-franchise-page-main .service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pharma-franchise-page-main .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pharma-franchise-page-main .service-img-wrapper {
    height: 220px;
    width: 100%;
    overflow: hidden;
}

.pharma-franchise-page-main .service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pharma-franchise-page-main .service-card:hover .service-img-wrapper img {
    transform: scale(1.05);
}

.pharma-franchise-page-main .service-content {
    padding: 2rem;
}

.pharma-franchise-page-main .service-icon {
    width: 48px;
    height: 48px;
    background-color: #f3e8f8;
    color: #300047;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.pharma-franchise-page-main .service-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.75rem;
}

.pharma-franchise-page-main .service-desc {
    color: #5f6c70;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.pharma-franchise-page-main .btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b8b78;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: gap 0.2s;
}

.pharma-franchise-page-main .btn-read-more:hover {
    gap: 12px;
    color: #097363;
}

@media (max-width: 992px) {
    .pharma-franchise-page-main .rating-card {
        right: 20px;
        bottom: 20px;
    }
}


/* --- product-shop-page.css --- */
/* Product Shop Page Specific Styles */
body.page-template-page-product-shop #tertiary,
body.page-template-page-product-shop .sidebar-container,
body.page-template-page-product-shop .widget-area,
body.page-template-page-product-shop .entry-header,
body.page-template-page-product-shop .entry-content,
body.page-template-page-product-shop .entry-meta,
body.page-template-page-product-shop .site-main>header.page-header {
    display: none !important;
}

.product-shop-page-main {
    font-family: inherit;
    background-color: #faf9f9;
}

.product-shop-page-main .text-purple-dark {
    color: #300047;
}

.product-shop-page-main .text-teal {
    color: #0b8b78;
}

/* Section Header */
.product-shop-page-main .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.product-shop-page-main .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0;
}

.product-shop-page-main .btn-outline-purple {
    background: transparent;
    color: #300047;
    border: 2px solid #300047;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-shop-page-main .btn-outline-purple:hover {
    background: #300047;
    color: #fff;
}

/* Product Cards */
.product-shop-page-main .shop-product-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.product-shop-page-main .shop-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.product-shop-page-main .product-badge {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    background-color: #0b8b78;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 2;
    text-transform: uppercase;
}

.product-shop-page-main .product-img-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    background-color: #f7f7f7;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-shop-page-main .product-img-wrapper img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-shop-page-main .shop-product-card:hover .product-img-wrapper img {
    transform: scale(1.05);
}

.product-shop-page-main .product-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.5rem;
}

.product-shop-page-main .product-desc {
    color: #5f6c70;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.product-shop-page-main .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
}

.product-shop-page-main .product-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
}

.product-shop-page-main .btn-add-cart {
    background-color: #f3e8f8;
    color: #300047;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.product-shop-page-main .btn-add-cart:hover {
    background-color: #300047;
    color: #fff;
}

/* Trust Strip */
.product-shop-page-main .trust-strip {
    background: linear-gradient(135deg, #300047 0%, #1a0026 100%);
    border-radius: 16px;
    padding: 2rem 3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 4rem 0;
    box-shadow: 0 10px 30px rgba(48, 0, 71, 0.2);
}

.product-shop-page-main .trust-avatars {
    display: flex;
    align-items: center;
}

.product-shop-page-main .trust-avatars img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #300047;
    margin-left: -15px;
    object-fit: cover;
}

.product-shop-page-main .trust-avatars img:first-child {
    margin-left: 0;
}

.product-shop-page-main .trust-strip-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 1rem;
}

.product-shop-page-main .btn-download {
    background-color: #0b8b78;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s;
}

.product-shop-page-main .btn-download:hover {
    background-color: #097363;
    color: #fff;
}

/* Category Cards */
.product-shop-page-main .category-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.product-shop-page-main .category-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease;
}

.product-shop-page-main .category-card:hover img {
    transform: scale(1.05);
}

.product-shop-page-main .category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.85) 0%, rgba(48, 0, 71, 0.4) 40%, rgba(48, 0, 71, 0.1) 100%);
    z-index: 2;
}

.product-shop-page-main .category-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    width: 100%;
}

.product-shop-page-main .category-title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-shop-page-main .category-link {
    color: #8bf4e2;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .product-shop-page-main .trust-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
    }
}


/* --- services-page.css --- */
/* Services Page Specific Styles */
body.page-template-page-services #tertiary,
body.page-template-page-services .sidebar-container,
body.page-template-page-services .widget-area,
body.page-template-page-services .entry-header,
body.page-template-page-services .entry-content,
body.page-template-page-services .entry-meta,
body.page-template-page-services .site-main>header.page-header {
    display: none !important;
}

.services-page-main {
    font-family: inherit;
    background-color: #faf9f9;
    color: #5f6c70;
}

.services-page-main .text-purple-dark {
    color: #300047;
}

.services-page-main .text-teal {
    color: #0b8b78;
}

.services-page-main .bg-purple-dark {
    background-color: #300047;
}

.services-page-main .bg-teal {
    background-color: #0b8b78;
}

/* Core Capabilities */
.services-page-main .core-capabilities-section {
    padding: 5rem 0;
}

.services-page-main .main-capability-card {
    background: linear-gradient(135deg, #f0e6f6 0%, #e6d3f0 100%);
    border-radius: 20px;
    padding: 3rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.services-page-main .main-capability-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('https://hivends.org/oyster-labs/site/wp-content/up…dvanced-pharmaceutical-manufacturing-facility.png') no-repeat bottom right;
    background-size: cover;
    z-index: 1;
}

.services-page-main .main-capability-card>* {
    position: relative;
    z-index: 2;
}

.services-page-main .icon-box-dark {
    width: 48px;
    height: 48px;
    background-color: #300047;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.services-page-main .main-capability-title {
    font-size: 2rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.services-page-main .main-capability-desc {
    font-size: 1rem;
    color: #5f6c70;
    margin-bottom: 3rem;
    max-width: 90%;
}

.services-page-main .capability-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.services-page-main .cap-tag {
    background-color: rgba(11, 139, 120, 0.1);
    color: #0b8b78;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.services-page-main .btn-link-dark {
    color: #300047;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.services-page-main .side-capability-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    position: relative;
}

.services-page-main .icon-box-light {
    width: 40px;
    height: 40px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.services-page-main .icon-box-light.purple {
    background-color: #f0e6f6;
    color: #300047;
}

.services-page-main .arrow-top-right {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    color: #a09fa4;
    font-size: 1.2rem;
}

.services-page-main .side-capability-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.services-page-main .side-capability-desc {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Purple CTA Strip */
.services-page-main .purple-cta-strip {
    background-color: #300047;
    border-radius: 20px;
    padding: 3rem;
    margin-top: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    position: relative;
    overflow: hidden;
}

.services-page-main .purple-cta-strip::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}

.services-page-main .btn-white {
    background-color: #fff;
    color: #300047;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
}

.services-page-main .btn-white:hover {
    background-color: #f0f0f0;
    color: #300047;
}

/* Manufactured Categories */
.services-page-main .categories-section {
    background-color: #fff;
    padding: 5rem 0;
}

.services-page-main .category-image-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-end;
}

.services-page-main .category-image-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.services-page-main .category-image-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(48, 0, 71, 0.95) 0%, rgba(48, 0, 71, 0) 100%);
    z-index: 2;
}

.services-page-main .category-card-content {
    position: relative;
    z-index: 3;
    padding: 2rem;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-page-main .category-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.services-page-main .category-card-content h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

/* White CTA Strip */
.services-page-main .white-cta-strip {
    background-color: #faf9f9;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.services-page-main .btn-dark-purple {
    background-color: #300047;
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Built for Scale Section */
.services-page-main .scale-section {
    padding: 5rem 0;
    background-color: #faf9f9;
}

.services-page-main .stat-box {
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.services-page-main .stat-box.dark {
    background-color: #300047;
    color: #fff;
}

.services-page-main .stat-box.white {
    background-color: #fff;
}

.services-page-main .stat-box.teal {
    background-color: #0b8b78;
    color: #fff;
}

.services-page-main .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.services-page-main .stat-label {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.services-page-main .stat-box.white .stat-label {
    color: #5f6c70;
}

.services-page-main .stat-box.dark .stat-label,
.services-page-main .stat-box.teal .stat-label {
    color: rgba(255, 255, 255, 0.8);
}

.services-page-main .stat-icon {
    width: 32px;
    height: 32px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.services-page-main .stat-box.dark .stat-icon {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.services-page-main .checklist-item {
    display: flex;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.services-page-main .check-icon {
    width: 24px;
    height: 24px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.services-page-main .checklist-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.services-page-main .checklist-content p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Inquiry Section */
.services-page-main .inquiry-section {
    padding: 0 0 5rem 0;
    background-color: #faf9f9;
}

.services-page-main .inquiry-wrapper {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
}

.services-page-main .inquiry-left {
    background-color: #300047;
    color: #fff;
    padding: 4rem 3rem;
    flex: 1;
    min-width: 300px;
}

.services-page-main .inquiry-right {
    padding: 4rem 3rem;
    flex: 1.5;
    min-width: 300px;
}

.services-page-main .contact-detail {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.services-page-main .contact-detail-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.services-page-main .contact-detail h5 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
}

.services-page-main .contact-detail p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.services-page-main .form-control {
    background-color: #faf9f9;
    border: 1px solid #eaeaea;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.services-page-main .form-control:focus {
    border-color: #300047;
    box-shadow: none;
    background-color: #fff;
}

.services-page-main .btn-submit {
    background-color: #e0e0e0;
    color: #1a1a1a;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.services-page-main .btn-submit:hover {
    background-color: #300047;
    color: #fff;
}

@media (max-width: 768px) {

    .services-page-main .inquiry-left,
    .services-page-main .inquiry-right {
        padding: 2.5rem 1.5rem;
    }
}

/* --- third-party-manufacturing.css --- */
/* 3rd Party Manufacturing Page Specific Styles */
body.page-template-page-third-party-manufacturing #tertiary,
body.page-template-page-third-party-manufacturing .sidebar-container,
body.page-template-page-third-party-manufacturing .widget-area,
body.page-template-page-third-party-manufacturing .entry-header,
body.page-template-page-third-party-manufacturing .entry-content,
body.page-template-page-third-party-manufacturing .entry-meta,
body.page-template-page-third-party-manufacturing .site-main>header.page-header {
    display: none !important;
}

.third-party-manufacturing-main {
    font-family: inherit;
    background-color: #faf9f9;
    color: #5f6c70;
}

.third-party-manufacturing-main .text-purple-dark {
    color: #300047;
}

.third-party-manufacturing-main .text-teal {
    color: #0b8b78;
}

.third-party-manufacturing-main .bg-purple-dark {
    background-color: #300047;
}

/* Our Manufacturing Ecosystem */
.third-party-manufacturing-main .ecosystem-section {
    padding: 5rem 0;
}

.third-party-manufacturing-main .eco-card-large {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: stretch;
}

.third-party-manufacturing-main .eco-card-large .card-text-side {
    padding: 3rem;
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.third-party-manufacturing-main .eco-card-large .card-img-side {
    flex: 1;
    min-height: 250px;
}

.third-party-manufacturing-main .eco-card-large .card-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.third-party-manufacturing-main .eco-card-purple {
    background-color: #f0e6f6;
    border-radius: 20px;
    padding: 3rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.third-party-manufacturing-main .icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.third-party-manufacturing-main .icon-circle.teal-light {
    background-color: #e6f6f4;
    color: #0b8b78;
}

.third-party-manufacturing-main .icon-circle.purple-dark {
    background-color: #300047;
    color: #fff;
}

.third-party-manufacturing-main .eco-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 1rem;
}

.third-party-manufacturing-main .eco-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

.third-party-manufacturing-main .btn-link-teal {
    color: #0b8b78;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 1.5rem;
}

/* Ecosystem Bottom Cards */
.third-party-manufacturing-main .eco-card-small {
    background-color: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.third-party-manufacturing-main .eco-card-small.teal-bg {
    background-color: #8bf4e2;
    color: #300047;
}

.third-party-manufacturing-main .eco-card-small.teal-bg .eco-title {
    color: #300047;
}

.third-party-manufacturing-main .eco-card-small .icon-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}

.third-party-manufacturing-main .eco-card-small .icon-inline i {
    font-size: 1.25rem;
    color: #0b8b78;
}

.third-party-manufacturing-main .eco-card-small.teal-bg .icon-inline i {
    color: #300047;
}

.third-party-manufacturing-main .eco-card-small .small-title {
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

/* Quality Compliance */
.third-party-manufacturing-main .quality-section {
    background-color: #f6f5f8;
    padding: 5rem 0;
}

.third-party-manufacturing-main .checklist-item {
    display: flex;
    gap: 15px;
    margin-bottom: 2rem;
}

.third-party-manufacturing-main .check-icon {
    width: 24px;
    height: 24px;
    background-color: #e6f6f4;
    color: #0b8b78;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 4px;
}

.third-party-manufacturing-main .checklist-content h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.25rem;
}

.third-party-manufacturing-main .checklist-content p {
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 1.5;
}

.third-party-manufacturing-main .quality-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.third-party-manufacturing-main .quality-img-wrapper {
    height: 300px;
}

.third-party-manufacturing-main .quality-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.third-party-manufacturing-main .quality-stats {
    display: flex;
    padding: 2rem;
    border-top: 1px solid #f0f0f0;
}

.third-party-manufacturing-main .stat-col {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}

.third-party-manufacturing-main .stat-col:last-child {
    border-right: none;
}

.third-party-manufacturing-main .stat-num {
    font-size: 2rem;
    font-weight: 700;
    color: #300047;
    margin-bottom: 0.25rem;
}

.third-party-manufacturing-main .stat-lbl {
    font-size: 0.75rem;
    font-weight: 600;
    color: #a09fa4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}

/* Inquiry Section */
.third-party-manufacturing-main .inquiry-section {
    padding: 5rem 0;
}

.third-party-manufacturing-main .inquiry-card {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-wrap: wrap;
}

.third-party-manufacturing-main .inquiry-left {
    background-color: #300047;
    color: #fff;
    padding: 4.5rem;
    flex: 1;
    min-width: 320px;
}

.third-party-manufacturing-main .inquiry-right {
    padding: 4.5rem;
    flex: 1.5;
    min-width: 320px;
}

.third-party-manufacturing-main .contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
}

.third-party-manufacturing-main .contact-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.third-party-manufacturing-main .contact-info-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.third-party-manufacturing-main .contact-info-text {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.third-party-manufacturing-main .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.third-party-manufacturing-main .form-control,
.third-party-manufacturing-main .form-select {
    background-color: #faf9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    color: #1a1a1a;
}

.third-party-manufacturing-main .form-control:focus,
.third-party-manufacturing-main .form-select:focus {
    background-color: #fff;
    border-color: #300047;
    box-shadow: 0 0 0 0.25rem rgba(48, 0, 71, 0.1);
}

.third-party-manufacturing-main .btn-submit {
    background-color: #300047;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 1rem;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.third-party-manufacturing-main .btn-submit:hover {
    background-color: #230035;
    color: #fff;
}

@media (max-width: 992px) {
    .third-party-manufacturing-main .eco-card-large {
        flex-direction: column;
    }

    .third-party-manufacturing-main .inquiry-left,
    .third-party-manufacturing-main .inquiry-right {
        padding: 3rem 2rem;
    }
}


/* --- Dropdown Menu & Header Fix --- */
.site-header .navbar-nav .dropdown {
    position: relative;
}

 .navbar-nav .dropdown-menu {
    display: none;
    position: absolute !important;
    top: 100% !important;
    left: 0;
    min-width: 260px;
    background: #fff;
    border: 0;
    border-radius: 14px;
    padding: 12px 0;
    margin-top: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    z-index: 9999;
}

.site-header .navbar-nav .dropdown.show .dropdown-menu {
    display: block !important;
}

.site-header .navbar-nav .dropdown-menu li {
    list-style: none;
}

.site-header .navbar-nav .dropdown-item {
    color: #2d004d !important;
    padding: 10px 22px;
    font-weight: 600;
}

.site-header .navbar-nav .dropdown-item:hover {
    background: #f3e7f8;
    color: #7a288a !important;
}

.site-header {
    min-height: auto !important;
}

.entry-title {
    display: none;
}

.sidebar-inner {
    display: none;
}

.woo-products-page .page-container {
  max-width: 1200px;
}

.woo-products-page .header-titles h1 {
  font-size: 3rem;
  color: #1a1a1a;
  letter-spacing: -1px;
}

.woo-products-page .header-titles p {
  font-size: 1.1rem;
  color: #888;
}

.woocommerce-ordering select {
  border-radius: 30px;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  background-color: #f3eff3;
  border: 1px solid #e0dbe0;
  color: #666;
  font-size: 1rem;
  box-shadow: none;
  cursor: pointer;
  min-width: 250px;
}

.woo-products-page .product-card {
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
}

.woo-products-page .product-card:hover {
  transform: translateY(-5px);
}

.woo-products-page .card-img-wrapper {
  height: 280px;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #f0f0f0;
  display: block;
}

.woo-products-page .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woo-products-page .product-title {
  color: #842997;
  font-size: 1.4rem;
  font-weight: 500;
}

.woo-products-page .btn-read-more {
  background-color: #e5e5e5;
  color: #555;
  border-radius: 30px;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  text-decoration: none;
}

.woo-products-page .btn-read-more:hover {
  background-color: #dcdcdc;
  color: #333;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 15px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #eaeaea;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #8a2a9d;
  color: #fff;
}

@media (max-width: 768px) {
  .woo-products-page .header-titles h1 {
    font-size: 2.5rem;
  }

  .woocommerce-ordering select {
    min-width: 100%;
  }

  .woo-products-page .card-img-wrapper {
    height: 250px;
  }
}


/* Responsive Overrides for Footer V3 */
@media (max-width: 991.98px) {
	.ol-footer-v3 {
		padding: 60px 0 40px !important;
	}
	.ol-footer-v3 .ol-footer-logo {
		height: 90px !important;
		margin-bottom: 1.5rem !important;
	}
	.ol-footer-v3 .ol-footer-desc {
		font-size: 0.95rem !important;
		line-height: 1.6 !important;
		margin-bottom: 1.5rem !important;
	}
	.ol-footer-v3 .ol-subscribe-title {
		font-size: 2.2rem !important;
		margin-bottom: 1.5rem !important;
		margin-top: 2rem !important;
	}
	.ol-footer-v3 .ol-newsletter-note {
		margin-bottom: 2rem !important;
	}
	.ol-footer-v3 .contact-badges-wrap {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 15px !important;
	}
	.ol-footer-v3 .contact-badge-item {
		width: 100% !important;
		padding-bottom: 15px !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	}
	.ol-footer-v3 .contact-badge-item:first-child {
		border-right: none !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	.ol-footer-v3 .contact-badge-item.mt-4 {
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: none !important;
	}
	.ol-footer-v3 .contact-badge-item:last-child {
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.ol-footer-v3 .footer-bottom {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 15px !important;
		margin-top: 40px !important;
		padding-top: 25px !important;
	}
}

@media (max-width: 767.98px) {
	.ol-footer-v3 .ol-newsletter-form {
		flex-direction: column !important;
		border-radius: 16px !important;
		background: transparent !important;
		border: none !important;
		padding: 0 !important;
		gap: 12px !important;
	}
	.ol-footer-v3 .ol-newsletter-form input {
		background: rgba(255, 255, 255, 0.05) !important;
		border: 1px solid rgba(255, 255, 255, 0.12) !important;
		border-radius: 100px !important;
		padding: 16px 25px !important;
		width: 100% !important;
		height: 54px !important;
	}
	.ol-footer-v3 .ol-newsletter-form button {
		width: 100% !important;
		justify-content: center !important;
		padding: 16px 30px !important;
		height: 54px !important;
		margin-left: 0 !important;
	}
	.ol-footer-v3 .footer-nav-links {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
		margin-bottom: 2.5rem !important;
	}
	.ol-footer-v3 .footer-nav-links li:not(:last-child)::after {
		content: none !important;
	}
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: 25%;
    top: 7%;
  }
}
body.home .site-header,
body.home .site-header.navbar-scrolled {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home .site-header .container-fluid {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7-not-valid-tip {
    display: none;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7-spinner {
    display: none;
}

.ol-footer-v3 .ol-newsletter-form .wpcf7-response-output {
    display: none;
}