.elementor-365 .elementor-element.elementor-element-40ff6e7{--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-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- START: Wrapped CSS for Medcare Liquid Sachet Page (v2) --- */

.medcare-sachet-page {
    --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));
    --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);
    font-family: 'Poppins', sans-serif;
    color: var(--dark-text);
    line-height: 1.6;
    background-color: var(--light-bg);
}

.medcare-sachet-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.medcare-sachet-page h1, .medcare-sachet-page h2, .medcare-sachet-page h3, .medcare-sachet-page h4, .medcare-sachet-page h5, .medcare-sachet-page h6 {
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.medcare-sachet-page p { margin-bottom: 1rem; color: var(--light-text); }
.medcare-sachet-page a { text-decoration: none; color: var(--primary-blue); transition: var(--transition); }
.medcare-sachet-page a:hover { color: var(--secondary-blue); }
.medcare-sachet-page .container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.medcare-sachet-page section { padding: 6rem 0; position: relative; overflow: hidden; }

.medcare-sachet-page .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; }
.medcare-sachet-page .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; }
.medcare-sachet-page .btn:hover::before { width: 100%; }
.medcare-sachet-page .btn-primary { background: var(--gradient-blue); color: var(--white); box-shadow: 0 4px 15px rgba(0, 119, 190, 0.3); }
.medcare-sachet-page .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.4); color: var(--white); }
.medcare-sachet-page .btn-outline { background: transparent; color: var(--primary-blue); border: 2px solid var(--primary-blue); }
.medcare-sachet-page .btn-outline:hover { background: var(--primary-blue); color: var(--white); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.2); }

.medcare-sachet-page .section-title { text-align: center; margin-bottom: 4rem; position: relative; }
.medcare-sachet-page .section-title h2 { font-size: 2.8rem; position: relative; display: inline-block; margin-bottom: 1.5rem; font-weight: 700; }
.medcare-sachet-page .section-title h2 span { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.medcare-sachet-page .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; }
.medcare-sachet-page .section-title p { max-width: 800px; margin: 1.5rem auto 0; font-size: 1.2rem; color: var(--light-text); }

/* --- UPDATED HERO SECTION --- */
.medcare-sachet-page .hero {
    min-height: 90vh;
    background: var(--light-bg);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 8rem 0 4rem;
}

.medcare-sachet-page .hero-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    animation: medcare-sachet-pulse 15s infinite alternate;
}
.medcare-sachet-page .hero-circle-1 {
    width: 500px;
    height: 500px;
    top: -150px;
    right: -150px;
    background: linear-gradient(135deg, rgba(0, 119, 190, 0.1), rgba(123, 193, 66, 0.1));
}
.medcare-sachet-page .hero-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: 10%;
    background: linear-gradient(135deg, rgba(0, 119, 190, 0.08), rgba(123, 193, 66, 0.08));
    animation-direction: alternate-reverse;
    animation-duration: 12s;
}
.medcare-sachet-page .hero-circle-3 {
    width: 200px;
    height: 200px;
    top: 30%;
    left: 5%;
    background: linear-gradient(135deg, rgba(0, 119, 190, 0.05), rgba(123, 193, 66, 0.05));
    animation-duration: 10s;
}
@keyframes medcare-sachet-pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.medcare-sachet-page .hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.medcare-sachet-page .hero-text {
    flex: 1;
    max-width: 650px;
}

.medcare-sachet-page .hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: var(--gradient-main);
    color: var(--white);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 119, 190, 0.2);
}

.medcare-sachet-page .hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.medcare-sachet-page .hero-title span {
    color: var(--primary-blue);
}

.medcare-sachet-page .hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--light-text);
}
.medcare-sachet-page .hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.medcare-sachet-page .hero-visual {
    flex: 1;
    min-width: 400px;
    position: relative;
    perspective: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medcare-sachet-page .hero-visual img {
    max-width: 450px;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 119, 190, 0.2);
    animation: medcare-sachet-float 8s ease-in-out infinite;
    transform-style: preserve-3d;
}

@keyframes medcare-sachet-float {
    0% { transform: translateY(0px) rotateY(-10deg); }
    50% { transform: translateY(-25px) rotateY(10deg); }
    100% { transform: translateY(0px) rotateY(-10deg); }
}
/* --- END OF UPDATED HERO SECTION --- */

/* Product Overview Section */
.medcare-sachet-page .product-overview { background: var(--white); }
.medcare-sachet-page .overview-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3rem; align-items: center; }
.medcare-sachet-page .overview-media { grid-column: span 5; }
.medcare-sachet-page .overview-image { border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); }
.medcare-sachet-page .overview-image img { width: 100%; height: auto; display: block; transition: transform 0.8s; }
.medcare-sachet-page .overview-image:hover img { transform: scale(1.05); }
.medcare-sachet-page .overview-content { grid-column: span 7; }
.medcare-sachet-page .overview-subtitle { font-size: 1.2rem; font-weight: 500; color: var(--primary-blue); margin-bottom: 1rem; }
.medcare-sachet-page .overview-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; }
.medcare-sachet-page .overview-title span { color: var(--primary-blue); }
.medcare-sachet-page .overview-description { font-size: 1.1rem; margin-bottom: 2rem; }
.medcare-sachet-page .overview-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-bottom: 2.5rem; }
.medcare-sachet-page .overview-spec { background: var(--light-bg); border-radius: 15px; padding: 1.5rem; text-align: center; transition: var(--transition); }
.medcare-sachet-page .overview-spec:hover { transform: translateY(-10px); box-shadow: var(--box-shadow); }
.medcare-sachet-page .overview-spec-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: var(--primary-blue); font-size: 1.5rem; box-shadow: 0 5px 15px rgba(0, 119, 190, 0.1); }
.medcare-sachet-page .overview-spec-title { font-size: 1.1rem; margin-bottom: 0.5rem; }
.medcare-sachet-page .overview-spec-value { font-size: 1.3rem; font-weight: 600; color: var(--primary-blue); }
.medcare-sachet-page .overview-features { border-top: 1px solid #e0e0e0; padding-top: 2rem; }
.medcare-sachet-page .overview-feature { display: flex; align-items: flex-start; margin-bottom: 1.5rem; }
.medcare-sachet-page .overview-feature:last-child { margin-bottom: 0; }
.medcare-sachet-page .overview-feature-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--light-bg); display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; color: var(--primary-blue); font-size: 1.2rem; flex-shrink: 0; }
.medcare-sachet-page .overview-feature-content h4 { font-size: 1.2rem; margin-bottom: 0.25rem; }
.medcare-sachet-page .overview-feature-content p { font-size: 1rem; margin-bottom: 0; }

/* Materials Section */
.medcare-sachet-page .materials { background: var(--light-bg); }
.medcare-sachet-page .materials-content { max-width: 900px; margin: 0 auto; }
.medcare-sachet-page .materials-tabs { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; justify-content: center; }
.medcare-sachet-page .materials-tab { padding: 0.8rem 2rem; background: var(--white); border-radius: 50px; font-weight: 500; cursor: pointer; transition: var(--transition); box-shadow: var(--box-shadow); border: none; color: var(--dark-text); }
.medcare-sachet-page .materials-tab.active { background: var(--gradient-main); color: var(--white); transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.2); }
.medcare-sachet-page .materials-panel { display: none; animation: medcare-sachet-fadeIn 0.5s ease forwards; }
.medcare-sachet-page .materials-panel.active { display: block; }
@keyframes medcare-sachet-fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.medcare-sachet-page .material-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); display: flex; flex-wrap: wrap; align-items: center; }
.medcare-sachet-page .material-image { flex: 1 1 40%; min-width: 250px; }
.medcare-sachet-page .material-image img { width: 100%; height: 100%; object-fit: cover; max-height: 300px; }
.medcare-sachet-page .material-content { padding: 2.5rem; flex: 1 1 60%; }
.medcare-sachet-page .material-title { font-size: 1.8rem; }

/* Benefits & Applications Section */
.medcare-sachet-page .benefits, .medcare-sachet-page .applications { background: var(--white); }
.medcare-sachet-page .applications { background: var(--light-bg); }
.medcare-sachet-page .benefits-grid, .medcare-sachet-page .applications-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem; }
.medcare-sachet-page .benefit-card, .medcare-sachet-page .application-card { flex: 1 1 320px; max-width: 400px; transition: var(--transition); }
.medcare-sachet-page .benefit-card { background: var(--light-bg); border-radius: 20px; padding: 2.5rem 2rem; position: relative; overflow: hidden; text-align: center; }
.medcare-sachet-page .benefit-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow); }
.medcare-sachet-page .benefit-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 2rem; color: var(--primary-blue); font-size: 2rem; transition: var(--transition); box-shadow: 0 5px 15px rgba(0, 119, 190, 0.1); }
.medcare-sachet-page .benefit-card:hover .benefit-icon { background: var(--gradient-main); color: var(--white); transform: rotateY(180deg); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.2); }
.medcare-sachet-page .benefit-title { font-size: 1.5rem; margin-bottom: 1rem; color: var(--dark-text); }
.medcare-sachet-page .benefit-description { font-size: 1rem; color: var(--light-text); }

.medcare-sachet-page .application-card { background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); display: flex; flex-direction: column; }
.medcare-sachet-page .application-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-strong); }
.medcare-sachet-page .application-image { height: 200px; overflow: hidden; }
.medcare-sachet-page .application-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-sachet-page .application-card:hover .application-image img { transform: scale(1.1); }
.medcare-sachet-page .application-content { padding: 2rem; flex-grow: 1; }
.medcare-sachet-page .application-title { font-size: 1.5rem; }
.medcare-sachet-page .application-description { font-size: 1rem; }

/* Manufacturing Process Section */
.medcare-sachet-page .process { background: var(--white); }
.medcare-sachet-page .process-timeline { max-width: 800px; margin: 0 auto; position: relative; }
.medcare-sachet-page .timeline-line { position: absolute; top: 0; bottom: 0; left: 25px; width: 4px; background: #e0e0e0; z-index: 0; }
.medcare-sachet-page .timeline-step { position: relative; padding-left: 80px; margin-bottom: 3rem; }
.medcare-sachet-page .timeline-step:last-child { margin-bottom: 0; }
.medcare-sachet-page .timeline-number { position: absolute; left: 0; top: 0; width: 50px; height: 50px; border-radius: 50%; background: var(--white); border: 2px solid var(--primary-blue); color: var(--primary-blue); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; transition: var(--transition); z-index: 1; }
.medcare-sachet-page .timeline-content { background: var(--light-bg); padding: 1.5rem 2rem; border-radius: 15px; transition: var(--transition); }
.medcare-sachet-page .timeline-step:hover .timeline-content { transform: translateX(10px); box-shadow: var(--box-shadow); }
.medcare-sachet-page .timeline-step:hover .timeline-number { background: var(--gradient-main); color: var(--white); border-color: var(--gradient-main); }
.medcare-sachet-page .timeline-title { font-size: 1.5rem; }
.medcare-sachet-page .timeline-description { font-size: 1rem; margin-bottom: 0; }

/* Other Technologies Section */
.other-technologies-section { background-color: var(--light-bg); border-top: 1px solid rgba(0,0,0,0.07); }
.tech-cards-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem; }
.tech-card { flex: 1 1 320px; max-width: 400px; background: var(--white); border: 1px solid rgba(0,0,0,0.1); border-radius: 20px; box-shadow: var(--box-shadow); padding: 2.5rem 2rem; text-align: center; display: flex; flex-direction: column; align-items: center; transition: var(--transition); }
.tech-card:not(.active):hover { transform: translateY(-10px); box-shadow: var(--box-shadow-strong); }
.tech-card-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--light-bg); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; color: var(--primary-blue); font-size: 2.2rem; transition: var(--transition); }
.tech-card-title { font-size: 1.5rem; color: var(--dark-text); margin-bottom: 1rem; transition: color 0.3s; }
.tech-card-description { font-size: 1rem; color: var(--light-text); margin-bottom: 2rem; flex-grow: 1; transition: color 0.3s; }
.tech-card.active { background: var(--gradient-main); box-shadow: var(--box-shadow-strong); border-color: transparent; transform: translateY(-10px); }
.tech-card.active .tech-card-icon { background: rgba(255, 255, 255, 0.2); color: var(--white); }
.tech-card.active .tech-card-title, .tech-card.active .tech-card-description { color: var(--white); }
.tech-card-cta-current { display: inline-block; padding: 1rem 2.5rem; border-radius: 50px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem; color: var(--white); background: transparent; border: 2px solid rgba(255, 255, 255, 0.8); }

/* CTA Section */
.medcare-sachet-page .cta { background: var(--gradient-main); color: var(--white); }
.medcare-sachet-page .cta-pattern { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px); background-size: 30px 30px; z-index: 1; }
.medcare-sachet-page .cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.medcare-sachet-page .cta-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; color: var(--white); }
.medcare-sachet-page .cta-description { font-size: 1.2rem; margin-bottom: 3rem; color: rgba(255, 255, 255, 0.9); }
.medcare-sachet-page .cta-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.medcare-sachet-page .btn-white { background: var(--white); color: var(--primary-blue); box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2); }
.medcare-sachet-page .btn-white:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3); }

/* Responsive Styles */
@media (max-width: 1200px) {
    .medcare-sachet-page .hero-title { font-size: 3.5rem; }
    .medcare-sachet-page .overview-title { font-size: 2.2rem; }
}

@media (max-width: 992px) {
    .medcare-sachet-page section { padding: 5rem 0; }
    .medcare-sachet-page .hero { min-height: auto; }
    .medcare-sachet-page .hero-content { flex-direction: column; text-align: center; gap: 3rem; }
    .medcare-sachet-page .hero-text { order: 2; }
    .medcare-sachet-page .hero-visual { order: 1; min-width: 100%; }
    .medcare-sachet-page .hero-buttons { justify-content: center; }
    .medcare-sachet-page .overview-grid { grid-template-columns: 1fr; }
    .medcare-sachet-page .overview-content { text-align: center; margin-top: 2rem; }
    .medcare-sachet-page .overview-subtitle { justify-content: center; }
    .medcare-sachet-page .overview-feature { flex-direction: column; text-align: center; align-items: center; }
    .medcare-sachet-page .overview-feature-icon { margin: 0 auto 1rem; }
    .medcare-sachet-page .cta-title { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    .medcare-sachet-page section { padding: 4rem 0; }
    .medcare-sachet-page .container { padding: 0 1.5rem; }
    .medcare-sachet-page .section-title h2 { font-size: 2.2rem; }
    .medcare-sachet-page .hero-title { font-size: 2.5rem; }
    .medcare-sachet-page .overview-title { font-size: 2rem; }
    .medcare-sachet-page .materials-tab { flex-grow: 1; text-align: center; }
    .medcare-sachet-page .material-card { flex-direction: column; }
    .medcare-sachet-page .material-image img { max-height: 250px; }
    .medcare-sachet-page .process-timeline { padding-left: 0; }
    .medcare-sachet-page .timeline-line { left: 20px; }
    .medcare-sachet-page .timeline-step { padding-left: 60px; }
    .medcare-sachet-page .timeline-number { width: 40px; height: 40px; font-size: 1.2rem; }
}

@media (max-width: 576px) {
    .medcare-sachet-page .hero-title { font-size: 2.2rem; }
    .medcare-sachet-page .hero-buttons { flex-direction: column; align-items: center; }
    .medcare-sachet-page .overview-title { font-size: 1.8rem; }
    .medcare-sachet-page .overview-specs { grid-template-columns: 1fr; }
    .medcare-sachet-page .cta-title { font-size: 1.8rem; }
    .medcare-sachet-page .cta-buttons { flex-direction: column; align-items: stretch; }
}/* End custom CSS */