.elementor-473 .elementor-element.elementor-element-0adaffc{--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 ELEMENTOR (SACHETS PAGE) --- */

.medcare-sachets-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-sachets-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.medcare-sachets-page p {
    margin-bottom: 1rem;
    color: var(--light-text);
}

.medcare-sachets-page a {
    text-decoration: none;
    color: var(--primary-blue);
    transition: var(--transition);
}

.medcare-sachets-page a:hover {
    color: var(--secondary-blue);
}

.medcare-sachets-page .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.medcare-sachets-page section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.medcare-sachets-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-sachets-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-sachets-page .btn:hover::before { width: 100%; }
.medcare-sachets-page .btn-primary { background: var(--gradient-blue); color: var(--white); box-shadow: 0 4px 15px rgba(0, 119, 190, 0.3); }
.medcare-sachets-page .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.4); color: var(--white); }
.medcare-sachets-page .btn-outline { background: transparent; color: var(--primary-blue); border: 2px solid var(--primary-blue); overflow: visible; }
.medcare-sachets-page .btn-outline::after { content: ''; position: absolute; top: -2px; left: -2px; width: calc(100% + 4px); height: calc(100% + 4px); border-radius: 50px; border: 2px solid var(--primary-blue); opacity: 0; transform: scale(1.15); transition: all 0.4s; z-index: -1; }
.medcare-sachets-page .btn-outline:hover { background: var(--primary-blue); color: var(--white); transform: translateY(-3px); }
.medcare-sachets-page .btn-outline:hover::after { transform: scale(1); opacity: 0.3; }

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

/* Hero Section */
.medcare-sachets-page .hero { min-height: 100vh; background: var(--light-bg); position: relative; overflow: hidden; display: flex; align-items: center; padding: 10rem 0 6rem; }
.medcare-sachets-page .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; }
.medcare-sachets-page .hero-circle { position: absolute; border-radius: 50%; z-index: 0; }
.medcare-sachets-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)); animation: pulse 15s infinite alternate; }
.medcare-sachets-page .hero-circle-2 { width: 300px; height: 300px; bottom: 50px; left: 10%; background: linear-gradient(135deg, rgba(0, 119, 190, 0.08), rgba(123, 193, 66, 0.08)); animation: pulse 12s infinite alternate-reverse; }
.medcare-sachets-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: pulse 10s infinite alternate; }
@keyframes pulse { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
.medcare-sachets-page .hero-content { display: flex; align-items: center; gap: 4rem; position: relative; z-index: 1; }
.medcare-sachets-page .hero-text { flex: 1; max-width: 650px; }
.medcare-sachets-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: 2rem; box-shadow: 0 5px 15px rgba(0, 119, 190, 0.2); }
.medcare-sachets-page .hero-title { font-size: 4.5rem; font-weight: 700; margin-bottom: 2rem; line-height: 1.1; }
.medcare-sachets-page .hero-title span { color: var(--primary-blue); }
.medcare-sachets-page .hero-description { font-size: 1.2rem; margin-bottom: 2.5rem; color: var(--light-text); }
.medcare-sachets-page .hero-buttons { display: flex; gap: 1.5rem; }
.medcare-sachets-page .hero-visual { flex: 1; position: relative; min-height: 500px; z-index: 1; }
.medcare-sachets-page .hero-image { position: absolute; top: 0; right: 0; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow-strong); }
.medcare-sachets-page .hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-sachets-page .hero-image:hover img { transform: scale(1.05); }

/* Product Overview Section */
.medcare-sachets-page .product-overview { background: var(--white); }
.medcare-sachets-page .overview-content { display: flex; flex-wrap: wrap; gap: 4rem; position: relative; z-index: 1; align-items: center; }
.medcare-sachets-page .overview-text { flex: 1; min-width: 300px; }
.medcare-sachets-page .overview-subtitle { font-size: 1.2rem; color: var(--primary-blue); margin-bottom: 1.5rem; font-weight: 500; display: flex; align-items: center; gap: 1rem; }
.medcare-sachets-page .overview-subtitle::before { content: ''; width: 50px; height: 2px; background: var(--gradient-main); }
.medcare-sachets-page .overview-title { font-size: 2.5rem; }
.medcare-sachets-page .overview-title span { color: var(--primary-blue); }
.medcare-sachets-page .overview-description { font-size: 1.1rem; }
.medcare-sachets-page .overview-image { flex: 1; min-width: 300px; position: relative; height: 450px; border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); }
.medcare-sachets-page .overview-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-sachets-page .overview-image:hover img { transform: scale(1.05); }

/* Benefits Section */
.medcare-sachets-page .benefits { background: var(--light-bg); }
.medcare-sachets-page .benefits-grid { display: flex; flex-wrap: wrap; gap: 2.5rem; justify-content: center; }
.medcare-sachets-page .benefit-card { flex: 1 1 calc(33.333% - 2.5rem); min-width: 280px; background: var(--white); border-radius: 20px; padding: 3rem 2rem; box-shadow: var(--box-shadow); transition: var(--transition); display: flex; flex-direction: column; }
.medcare-sachets-page .benefit-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-strong); }
.medcare-sachets-page .benefit-icon { width: 70px; height: 70px; border-radius: 50%; background: var(--light-bg); display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; color: var(--primary-blue); font-size: 2rem; transition: var(--transition); box-shadow: 0 5px 15px rgba(0, 119, 190, 0.1); }
.medcare-sachets-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-sachets-page .benefit-title { font-size: 1.5rem; }
.medcare-sachets-page .benefit-description { font-size: 1rem; flex-grow: 1; }

/* Sachet Showcase Section */
.medcare-sachets-page .sachet-showcase { background: var(--white); }
.medcare-sachets-page .sachet-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.medcare-sachets-page .gallery-item { border-radius: 15px; overflow: hidden; box-shadow: var(--box-shadow); position: relative; transition: var(--transition); }
.medcare-sachets-page .gallery-item:hover { transform: translateY(-10px); box-shadow: var(--box-shadow-strong); }
.medcare-sachets-page .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-sachets-page .gallery-item:hover img { transform: scale(1.05); }
.medcare-sachets-page .gallery-item-1 { grid-column: span 8; grid-row: span 2; height: 500px; }
.medcare-sachets-page .gallery-item-2 { grid-column: span 4; grid-row: span 1; height: 240px; }
.medcare-sachets-page .gallery-item-3 { grid-column: span 4; grid-row: span 1; height: 240px; }
.medcare-sachets-page .sachet-overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 2rem; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); color: var(--white); opacity: 0; transition: var(--transition); }
.medcare-sachets-page .gallery-item:hover .sachet-overlay { opacity: 1; }
.medcare-sachets-page .sachet-overlay h3 { font-size: 1.5rem; margin-bottom: 0.5rem; color: var(--white); }
.medcare-sachets-page .sachet-overlay p { font-size: 0.95rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 0; }

/* Features Section */
.medcare-sachets-page .features { background: var(--light-bg); }
.medcare-sachets-page .features-content { display: flex; flex-wrap: wrap; gap: 4rem; align-items: center; }
.medcare-sachets-page .features-image { flex: 1; min-width: 300px; height: 450px; border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); }
.medcare-sachets-page .features-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-sachets-page .features-image:hover img { transform: scale(1.05); }
.medcare-sachets-page .features-text { flex: 1; min-width: 300px; }
.medcare-sachets-page .features-list { list-style: none; }
.medcare-sachets-page .feature-item { display: flex; align-items: flex-start; margin-bottom: 2rem; }
.medcare-sachets-page .feature-icon { min-width: 60px; height: 60px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; margin-right: 1.5rem; color: var(--primary-blue); font-size: 1.5rem; transition: var(--transition); box-shadow: 0 5px 15px rgba(0, 119, 190, 0.1); }
.medcare-sachets-page .feature-item:hover .feature-icon { background: var(--gradient-main); color: var(--white); transform: rotateY(180deg); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.2); }
.medcare-sachets-page .feature-content h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.medcare-sachets-page .feature-content p { font-size: 1rem; margin-bottom: 0; }

/* Specifications Section */
.medcare-sachets-page .specifications { background: var(--white); }
.medcare-sachets-page .specs-container { display: flex; flex-wrap: wrap; gap: 3rem; justify-content: center; }
.medcare-sachets-page .specs-card { flex: 1; min-width: 300px; max-width: 500px; background: var(--light-bg); border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); transition: var(--transition); }
.medcare-sachets-page .specs-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-strong); }
.medcare-sachets-page .specs-header { background: var(--gradient-main); padding: 2rem; color: var(--white); position: relative; overflow: hidden; }
.medcare-sachets-page .specs-header::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('https://images.unsplash.com/photo-1563986768494-4dee2763ff3f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8cGhhcm1hY2V1dGljYWx8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=800&q=60'); background-size: cover; background-position: center; opacity: 0.1; z-index: 0; }
.medcare-sachets-page .specs-title { font-size: 1.8rem; position: relative; z-index: 1; margin-bottom: 0.5rem; }
.medcare-sachets-page .specs-subtitle { font-size: 1rem; opacity: 0.9; position: relative; z-index: 1; }
.medcare-sachets-page .specs-content { padding: 2rem; }
.medcare-sachets-page .specs-list { list-style: none; }
.medcare-sachets-page .specs-item { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.medcare-sachets-page .specs-item:last-child { border-bottom: none; }
.medcare-sachets-page .specs-item-label { font-weight: 600; color: var(--dark-text); }
.medcare-sachets-page .specs-item-value { color: var(--light-text); text-align: right; }

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

/* Responsive Styles */
@media (max-width: 992px) {
    .medcare-sachets-page .hero { min-height: auto; padding: 8rem 0 4rem; }
    .medcare-sachets-page .hero-content { flex-direction: column; gap: 3rem; text-align: center; }
    .medcare-sachets-page .hero-text { max-width: 100%; }
    .medcare-sachets-page .hero-buttons { justify-content: center; }
    .medcare-sachets-page .hero-visual { min-height: auto; width: 100%; }
    .medcare-sachets-page .hero-image { position: relative; height: 400px; }
    .medcare-sachets-page .overview-content, .medcare-sachets-page .features-content { flex-direction: column; }
    .medcare-sachets-page .benefit-card { flex-basis: calc(50% - 1.25rem); }
    .medcare-sachets-page .gallery-item-1, .medcare-sachets-page .gallery-item-2, .medcare-sachets-page .gallery-item-3 { grid-column: span 12; height: 300px; }
}

@media (max-width: 768px) {
    .medcare-sachets-page section { padding: 4rem 0; }
    .medcare-sachets-page .container { padding: 0 1.5rem; }
    .medcare-sachets-page .hero-title { font-size: 2.5rem; }
    .medcare-sachets-page .section-title h2 { font-size: 2.2rem; }
    .medcare-sachets-page .overview-title { font-size: 2rem; }
    .medcare-sachets-page .hero-buttons { flex-direction: column; align-items: center; }
    .medcare-sachets-page .hero-visual { height: 350px; }
    .medcare-sachets-page .benefit-card { flex-basis: 100%; }
    .medcare-sachets-page .feature-item { flex-direction: column; text-align: center; }
    .medcare-sachets-page .feature-icon { margin: 0 auto 1.5rem; }
}

@media (max-width: 576px) {
    .medcare-sachets-page .hero-title { font-size: 2.2rem; }
    .medcare-sachets-page .overview-title { font-size: 1.8rem; }
    .medcare-sachets-page .cta-title { font-size: 1.8rem; }
}


/* Add this new CSS */
.medcare-sachets-page .specs-header .specs-title,
.medcare-sachets-page .specs-header .specs-subtitle {
    color: var(--white);
}/* End custom CSS */