.elementor-1730 .elementor-element.elementor-element-3efbb6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1730 .elementor-element.elementor-element-bb8e367 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */:root {
    --primary-green: #7bc142;
    --primary-blue: #0077be;
    --secondary-green: #39b54a;
    --secondary-blue: #00a1e0;
    --accent-teal: #00bcd4;
    --dark-text: #1a1a2e;
    --light-text: #4f5e7b;
    --white: #ffffff;
    --light-bg: #f9f9f9;
    --gradient-blue: linear-gradient(135deg, var(--secondary-blue), var(--primary-blue));
    --gradient-green: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
    --gradient-main: linear-gradient(135deg, var(--primary-green), var(--accent-teal), var(--primary-blue));
    --gradient-dark: linear-gradient(135deg, #16222A, #3A6073);
    --gradient-tech: linear-gradient(135deg, #0F2027, #203A43, #2C5364);
    --liquid-gradient: linear-gradient(135deg, #00a1e0, #00bcd4, #0077be);
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --box-shadow-strong: 0 15px 40px rgba(0, 0, 0, 0.15);
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.liquid-single-dose-med-care-factory * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.liquid-single-dose-med-care-factory {
    font-family: 'Poppins', sans-serif;
    color: var(--dark-text);
    line-height: 1.6;
    overflow-x: hidden;
    background-color: var(--light-bg);
}

.liquid-single-dose-med-care-factory h1, .liquid-single-dose-med-care-factory h2, .liquid-single-dose-med-care-factory h3, .liquid-single-dose-med-care-factory h4, .liquid-single-dose-med-care-factory h5, .liquid-single-dose-med-care-factory h6 {
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.liquid-single-dose-med-care-factory p {
    margin-bottom: 1rem;
    color: var(--light-text);
}

.liquid-single-dose-med-care-factory a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: var(--transition);
}

.liquid-single-dose-med-care-factory a:hover {
    color: var(--secondary-blue);
}

.liquid-single-dose-med-care-factory .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.liquid-single-dose-med-care-factory section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.liquid-single-dose-med-care-factory .btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    cursor: pointer;
    font-size: 0.95rem;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.liquid-single-dose-med-care-factory .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
    z-index: -1;
}

.liquid-single-dose-med-care-factory .btn:hover::before {
    width: 100%;
}

.liquid-single-dose-med-care-factory .btn-primary {
    background: var(--gradient-blue);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(0, 119, 190, 0.3);
}

.liquid-single-dose-med-care-factory .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 119, 190, 0.4);
    color: var(--white);
}

.liquid-single-dose-med-care-factory .btn-outline {
    background: transparent;
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    overflow: visible;
}

.liquid-single-dose-med-care-factory .btn-outline:hover {
    background: var(--primary-blue);
    color: var(--white);
    transform: translateY(-3px);
}

.liquid-single-dose-med-care-factory .section-title {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.liquid-single-dose-med-care-factory .section-title h2 {
    font-size: 2.8rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.liquid-single-dose-med-care-factory .section-title h2 span {
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.liquid-single-dose-med-care-factory .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-main);
    border-radius: 2px;
}

.liquid-single-dose-med-care-factory .section-title p {
    max-width: 800px;
    margin: 1.5rem auto 0;
    font-size: 1.2rem;
    color: var(--light-text);
}

/* Hero Section (NEW) */
.liquid-single-dose-med-care-factory .hero {
    min-height: 100vh;
    background: var(--light-bg);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10rem 0 6rem;
}

.liquid-single-dose-med-care-factory .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 119, 190, 0.05), rgba(123, 193, 66, 0.05));
    z-index: 0;
}

.liquid-single-dose-med-care-factory .hero-wave {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.08;
}

.liquid-single-dose-med-care-factory .hero-wave-1 {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%230077be" fill-opacity="1" d="M0,96L60,112C120,128,240,160,360,186.7C480,213,600,235,720,224C840,213,960,171,1080,160C1200,149,1320,171,1380,181.3L1440,192L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    animation: wave-animation 15s linear infinite alternate;
}

.liquid-single-dose-med-care-factory .hero-wave-2 {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%2300bcd4" fill-opacity="1" d="M0,256L60,261.3C120,267,240,277,360,266.7C480,256,600,224,720,186.7C840,149,960,107,1080,101.3C1200,96,1320,128,1380,144L1440,160L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    animation: wave-animation 18s linear infinite alternate-reverse;
}

.liquid-single-dose-med-care-factory .hero-wave-3 {
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 320" xmlns="http://www.w3.org/2000/svg"><path fill="%237bc142" fill-opacity="1" d="M0,128L60,144C120,160,240,192,360,181.3C480,171,600,117,720,101.3C840,85,960,107,1080,138.7C1200,171,1320,213,1380,234.7L1440,256L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    animation: wave-animation 20s linear infinite alternate;
}

@keyframes wave-animation {
    0% { background-position-x: 0%; }
    100% { background-position-x: 100%; }
}

.liquid-single-dose-med-care-factory .hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.liquid-single-dose-med-care-factory .hero-text {
    flex: 1;
    max-width: 650px;
}

.liquid-single-dose-med-care-factory .hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: var(--liquid-gradient);
    color: var(--white);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 119, 190, 0.2);
    position: relative;
    overflow: hidden;
}

.liquid-single-dose-med-care-factory .hero-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: shine 3s infinite;
}

@keyframes shine {
    100% { transform: translateX(100%); }
}

.liquid-single-dose-med-care-factory .hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.liquid-single-dose-med-care-factory .hero-title span {
    position: relative;
    display: inline-block;
    color: var(--primary-blue);
}

.liquid-single-dose-med-care-factory .hero-title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--liquid-gradient);
    opacity: 0.2;
    border-radius: 4px;
}

.liquid-single-dose-med-care-factory .hero-description {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: var(--light-text);
}

.liquid-single-dose-med-care-factory .hero-buttons {
    display: flex;
    gap: 1.5rem;
}

.liquid-single-dose-med-care-factory .hero-visual {
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.liquid-single-dose-med-care-factory .hero-main-image {
    width: 100%;
    max-width: 500px; /* Adjust as needed */
    height: auto;
    border-radius: 20px;
    box-shadow: var(--box-shadow-strong);
}

/* Technology Overview Section */
.liquid-single-dose-med-care-factory .technology-overview {
    background: var(--white);
}

.liquid-single-dose-med-care-factory .overview-content {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
}

.liquid-single-dose-med-care-factory .overview-text {
    flex: 1;
    min-width: 300px;
}

.liquid-single-dose-med-care-factory .overview-subtitle {
    font-size: 1.2rem;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.liquid-single-dose-med-care-factory .overview-title {
    font-size: 2.5rem;
}

.liquid-single-dose-med-care-factory .overview-title span {
    color: var(--primary-blue);
}

.liquid-single-dose-med-care-factory .overview-description {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.liquid-single-dose-med-care-factory .overview-image {
    flex: 1;
    min-width: 300px;
    height: auto;
    max-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.liquid-single-dose-med-care-factory .overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
}

.liquid-single-dose-med-care-factory .overview-image:hover img {
    transform: scale(1.05);
}

/* Stats Strip Section */
.liquid-single-dose-med-care-factory .stats-strip {
    background: var(--white);
    padding: 3rem 0;
    border-top: 1px solid rgba(0,0,0,0.07);
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.liquid-single-dose-med-care-factory .tech-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.liquid-single-dose-med-care-factory .tech-stat {
    background: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.liquid-single-dose-med-care-factory .tech-stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    background: var(--liquid-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.liquid-single-dose-med-care-factory .tech-stat-text {
    font-size: 0.9rem;
    color: var(--light-text);
    margin: 0 auto;
    max-width: 200px;
}

/* Key Benefits Section */
.liquid-single-dose-med-care-factory .key-benefits { background: var(--light-bg); }
.liquid-single-dose-med-care-factory .benefits-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 3rem; }
.liquid-single-dose-med-care-factory .benefits-list { list-style: none; }
.liquid-single-dose-med-care-factory .benefit-item { display: flex; align-items: flex-start; margin-bottom: 2rem; }
.liquid-single-dose-med-care-factory .benefit-item:last-child { margin-bottom: 0; }
.liquid-single-dose-med-care-factory .benefit-icon { min-width: 60px; width: 60px; height: 60px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; color: var(--primary-blue); font-size: 1.5rem; margin-right: 1.5rem; transition: var(--transition); box-shadow: 0 5px 15px rgba(0, 119, 190, 0.1); }
.liquid-single-dose-med-care-factory .benefit-item:hover .benefit-icon { background: var(--liquid-gradient); color: var(--white); transform: rotate(360deg); }
.liquid-single-dose-med-care-factory .benefit-content h3 { font-size: 1.3rem; }
.liquid-single-dose-med-care-factory .benefit-content p { font-size: 1rem; margin-bottom: 0; }

/* Product Variants Section */
.liquid-single-dose-med-care-factory .product-variants { background: var(--white); }
.liquid-single-dose-med-care-factory .variants-tabs { display: flex; justify-content: center; margin-bottom: 3rem; border-bottom: 1px solid #e0e0e0; }
.liquid-single-dose-med-care-factory .variant-tab { padding: 1rem 2rem; font-size: 1.1rem; color: var(--light-text); cursor: pointer; position: relative; transition: var(--transition); background: transparent; border: none; font-weight: 500; }
.liquid-single-dose-med-care-factory .variant-tab::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 3px; background: var(--liquid-gradient); transition: var(--transition); }
.liquid-single-dose-med-care-factory .variant-tab.active { color: var(--primary-blue); }
.liquid-single-dose-med-care-factory .variant-tab.active::after { width: 100%; }
.liquid-single-dose-med-care-factory .variant-content { display: none; animation: fadeIn 0.5s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.liquid-single-dose-med-care-factory .variant-content.active { display: flex; flex-wrap: wrap; align-items: center; gap: 4rem; }
.liquid-single-dose-med-care-factory .variant-visual { flex: 1; min-width: 300px; border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); aspect-ratio: 4/3; }
.liquid-single-dose-med-care-factory .variant-visual img { width: 100%; height: 100%; object-fit: cover; }
.liquid-single-dose-med-care-factory .variant-info { flex: 1.5; min-width: 300px; }
.liquid-single-dose-med-care-factory .variant-title { font-size: 2rem; margin-bottom: 1rem; }
.liquid-single-dose-med-care-factory .variant-subtitle { font-size: 1.1rem; font-weight: 500; color: var(--primary-blue); margin-bottom: 1.5rem; }
.liquid-single-dose-med-care-factory .variant-specs { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2rem; }
.liquid-single-dose-med-care-factory .variant-spec { flex: 1; min-width: 120px; background: var(--light-bg); border-radius: 10px; padding: 1.2rem; text-align: center; }
.liquid-single-dose-med-care-factory .variant-spec-title { font-size: 0.9rem; margin-bottom: 0.5rem; }
.liquid-single-dose-med-care-factory .variant-spec-value { font-size: 1.2rem; font-weight: 600; color: var(--primary-blue); }

/* Applications Section */
.liquid-single-dose-med-care-factory .applications { background: var(--light-bg); }
.liquid-single-dose-med-care-factory .applications-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; }
.liquid-single-dose-med-care-factory .application-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); display: flex; flex-direction: column; }
.liquid-single-dose-med-care-factory .application-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-strong); }
.liquid-single-dose-med-care-factory .application-image { height: 200px; position: relative; overflow: hidden; }
.liquid-single-dose-med-care-factory .application-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.liquid-single-dose-med-care-factory .application-card:hover .application-image img { transform: scale(1.1); }
.liquid-single-dose-med-care-factory .application-badge { position: absolute; top: 1rem; right: 1rem; background: var(--liquid-gradient); color: var(--white); font-size: 0.8rem; font-weight: 600; padding: 0.5rem 1rem; border-radius: 50px; }
.liquid-single-dose-med-care-factory .application-content { padding: 2rem; flex-grow: 1; display: flex; flex-direction: column; }
.liquid-single-dose-med-care-factory .application-title { font-size: 1.5rem; }
.liquid-single-dose-med-care-factory .application-description { font-size: 1rem; flex-grow: 1; }

/* FAQ Section */
.liquid-single-dose-med-care-factory .faq { background: var(--white); }
.liquid-single-dose-med-care-factory .faq-container { max-width: 900px; margin: 0 auto; }
.liquid-single-dose-med-care-factory .faq-item { background: var(--light-bg); border-radius: 10px; margin-bottom: 1.5rem; overflow: hidden; box-shadow: var(--box-shadow); }
.liquid-single-dose-med-care-factory .faq-question { padding: 1.5rem; font-weight: 600; font-size: 1.1rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: var(--transition); }
.liquid-single-dose-med-care-factory .faq-question:hover { color: var(--primary-blue); }
.liquid-single-dose-med-care-factory .faq-question i { transition: var(--transition); }
.liquid-single-dose-med-care-factory .faq-item.active .faq-question i { transform: rotate(180deg); }
.liquid-single-dose-med-care-factory .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
.liquid-single-dose-med-care-factory .faq-item.active .faq-answer { max-height: 1000px; }
.liquid-single-dose-med-care-factory .faq-answer-content { padding: 0 1.5rem 1.5rem; }

/* CTA Section */
.liquid-single-dose-med-care-factory .cta { background: var(--liquid-gradient); color: var(--white); }
.liquid-single-dose-med-care-factory .cta-content { max-width: 800px; margin: 0 auto; text-align: center; }
.liquid-single-dose-med-care-factory .cta-title { font-size: 2.5rem; color: var(--white); }
.liquid-single-dose-med-care-factory .cta-description { font-size: 1.2rem; margin-bottom: 3rem; color: rgba(255, 255, 255, 0.9); }
.liquid-single-dose-med-care-factory .btn-white { background: var(--white); color: var(--primary-blue); }

/* Responsive Styles */
@media (max-width: 1200px) { .liquid-single-dose-med-care-factory .hero-title, .liquid-single-dose-med-care-factory .overview-title { font-size: 3.5rem; } }

@media (max-width: 992px) {
    .liquid-single-dose-med-care-factory section { padding: 5rem 0; }
    .liquid-single-dose-med-care-factory .hero { min-height: auto; padding: 8rem 0 6rem; }
    .liquid-single-dose-med-care-factory .hero-content, .liquid-single-dose-med-care-factory .overview-content { flex-direction: column; text-align: center; }
    .liquid-single-dose-med-care-factory .hero-text { max-width: 100%; }
    .liquid-single-dose-med-care-factory .hero-buttons { justify-content: center; }
    .liquid-single-dose-med-care-factory .benefits-columns { grid-template-columns: 1fr; }
    .liquid-single-dose-med-care-factory .variant-content.active { flex-direction: column; }
    .liquid-single-dose-med-care-factory .cta-title { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    .liquid-single-dose-med-care-factory section { padding: 4rem 0; }
    .liquid-single-dose-med-care-factory .container { padding: 0 1.5rem; }
    .liquid-single-dose-med-care-factory .section-title h2 { font-size: 2.2rem; }
    .liquid-single-dose-med-care-factory .hero-title, .liquid-single-dose-med-care-factory .overview-title, .liquid-single-dose-med-care-factory .variant-title { font-size: 2.5rem; }
    .liquid-single-dose-med-care-factory .hero-buttons { flex-direction: column; }
    .liquid-single-dose-med-care-factory .hero-visual { animation: none; margin-top: 3rem; }
    .liquid-single-dose-med-care-factory .variant-tab { padding: 0.8rem 1.5rem; font-size: 1rem; }
    .liquid-single-dose-med-care-factory .tech-stats { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
}

@media (max-width: 576px) {
    .liquid-single-dose-med-care-factory .hero-title, .liquid-single-dose-med-care-factory .overview-title, .liquid-single-dose-med-care-factory .variant-title { font-size: 2.2rem; }
    .liquid-single-dose-med-care-factory .stats-strip { padding: 2.5rem 0; }
    .liquid-single-dose-med-care-factory .tech-stats { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .liquid-single-dose-med-care-factory .tech-stat-number { font-size: 1.8rem; }
    .liquid-single-dose-med-care-factory .tech-stat-text { font-size: 0.8rem; }
    .liquid-single-dose-med-care-factory .variant-specs { flex-direction: column; }
    .liquid-single-dose-med-care-factory .benefit-item { flex-direction: column; align-items: center; text-align: center; }
    .liquid-single-dose-med-care-factory .benefit-icon { margin-right: 0; margin-bottom: 1.5rem; }
    .liquid-single-dose-med-care-factory .cta-title { font-size: 1.8rem; }
}
/* Sticky Bar Base CSS (if you are using it) */
.custom-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 16px;
  right: 16px;
  display: flex;
  z-index: 9999;
  background: #0077be;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.sticky-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  color: white;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  background: #0077be;
}

.sticky-icon {
  font-size: 20px;
  margin-bottom: 6px;
  color: white;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.sticky-label {
  font-size: 13px;
  font-weight: 500;
  color: white;
  line-height: 1.3;
}

/* Vertical separator lines */
.sticky-btn::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}

.sticky-btn:last-child::after {
  display: none;
}

/* Hover effects */
.sticky-btn:hover {
  background: #005a94;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 119, 190, 0.3);
}

.sticky-btn:active {
  transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 768px) {
  .custom-sticky-bar {
    left: 8px;
    right: 8px;
  }
  
  .sticky-icon {
    font-size: 18px;
  }
  
  .sticky-label {
    font-size: 12px;
  }
  
  .sticky-btn {
    padding: 12px 8px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .sticky-icon {
    font-size: 16px;
    margin-bottom: 4px;
  }
  
  .sticky-label {
    font-size: 11px;
    line-height: 1.2;
  }
  
  .sticky-btn {
    padding: 10px 6px;
    min-height: 50px;
  }
  
  .custom-sticky-bar {
    left: 4px;
    right: 4px;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .sticky-label {
    font-size: 10px;
  }
  
  .sticky-icon {
    font-size: 14px;
  }
}/* End custom CSS */