.elementor-377 .elementor-element.elementor-element-fd632d2{--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 Shot Page --- */

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

.medcare-shot-page h1, .medcare-shot-page h2, .medcare-shot-page h3, .medcare-shot-page h4, .medcare-shot-page h5, .medcare-shot-page h6 {
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.medcare-shot-page p { margin-bottom: 1rem; color: var(--light-text); }
.medcare-shot-page a { text-decoration: none; color: var(--primary-blue); transition: var(--transition); }
.medcare-shot-page a:hover { color: var(--secondary-blue); }
.medcare-shot-page .container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }
.medcare-shot-page section { padding: 6rem 0; position: relative; overflow: hidden; }

.medcare-shot-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-shot-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-shot-page .btn:hover::before { width: 100%; }
.medcare-shot-page .btn-primary { background: var(--gradient-blue); color: var(--white); box-shadow: 0 4px 15px rgba(0, 119, 190, 0.3); }
.medcare-shot-page .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 119, 190, 0.4); color: var(--white); }
.medcare-shot-page .btn-secondary { background: var(--gradient-green); color: var(--white); box-shadow: 0 4px 15px rgba(57, 181, 74, 0.3); }
.medcare-shot-page .btn-secondary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(57, 181, 74, 0.4); color: var(--white); }
.medcare-shot-page .btn-outline { background: transparent; color: var(--primary-blue); border: 2px solid var(--primary-blue); }
.medcare-shot-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-shot-page .section-title { text-align: center; margin-bottom: 4rem; position: relative; }
.medcare-shot-page .section-title h2 { font-size: 2.8rem; position: relative; display: inline-block; margin-bottom: 1.5rem; font-weight: 700; }
.medcare-shot-page .section-title h2 span { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.medcare-shot-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-shot-page .section-title p { max-width: 800px; margin: 1.5rem auto 0; font-size: 1.2rem; color: var(--light-text); }

/* --- UPDATED HERO SECTION --- */
.medcare-shot-page .hero {
    min-height: 90vh;
    background: var(--light-bg);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 8rem 0 4rem;
}
.medcare-shot-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-shot-page .hero-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}
.medcare-shot-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: medcare-shot-pulse 15s infinite alternate;
}
.medcare-shot-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: medcare-shot-pulse 12s infinite alternate-reverse;
}
.medcare-shot-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: medcare-shot-pulse 10s infinite alternate;
}
@keyframes medcare-shot-pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

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

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

.medcare-shot-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-shot-page .hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}
.medcare-shot-page .hero-title span {
    position: relative;
    display: inline-block;
    color: var(--primary-blue);
}
.medcare-shot-page .hero-title span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--gradient-blue);
    opacity: 0.2;
    border-radius: 4px;
}
.medcare-shot-page .hero-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--light-text);
}
.medcare-shot-page .hero-buttons {
    display: flex;
    gap: 1.5rem;
}

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

.medcare-shot-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-shot-float 8s ease-in-out infinite;
    transform-style: preserve-3d;
}

@keyframes medcare-shot-float {
    0% { transform: translateY(0px) rotateY(-10deg); }
    50% { transform: translateY(-25px) rotateY(10deg); }
    100% { transform: translateY(0px) rotateY(-10deg); }
}

/* Product Overview Section */
.medcare-shot-page .product-overview { background: var(--white); }
.medcare-shot-page .overview-grid { display: flex; flex-wrap: wrap; gap: 3rem; align-items: center; }
.medcare-shot-page .overview-image { flex: 1; min-width: 320px; max-width: 450px; border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow-strong); display: flex; flex-direction: column; align-self: stretch; }
.medcare-shot-page .overview-image-top { flex-grow: 1; position: relative; }
.medcare-shot-page .overview-image-top img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-shot-page .overview-image:hover .overview-image-top img { transform: scale(1.05); }
.medcare-shot-page .overview-image-bottom { background: var(--gradient-blue); padding: 2rem; color: var(--white); text-align: center; }
.medcare-shot-page .overview-image-bottom h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--white); }
.medcare-shot-page .overview-image-specs { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1rem; }
.medcare-shot-page .overview-image-spec { flex: 1; min-width: 100px; }
.medcare-shot-page .overview-image-spec h4 { font-size: 1rem; margin-bottom: 0.5rem; opacity: 0.9; color: var(--white); }
.medcare-shot-page .overview-image-spec p { font-size: 1.2rem; font-weight: 600; color: var(--white); margin-bottom: 0; }
.medcare-shot-page .overview-text { flex: 1; min-width: 320px; }
.medcare-shot-page .overview-subtitle { font-size: 1.2rem; font-weight: 500; color: var(--primary-blue); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; }
.medcare-shot-page .overview-subtitle::before { content: ''; width: 50px; height: 2px; background: var(--gradient-main); }
.medcare-shot-page .overview-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 2rem; line-height: 1.2; color: var(--dark-text); }
.medcare-shot-page .overview-title span { color: var(--primary-blue); position: relative; }
.medcare-shot-page .overview-title span::after { content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 8px; background: var(--gradient-main); opacity: 0.2; border-radius: 4px; }
.medcare-shot-page .overview-description { font-size: 1.1rem; margin-bottom: 2.5rem; color: var(--light-text); }
.medcare-shot-page .overview-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
.medcare-shot-page .overview-feature { background: var(--light-bg); border-radius: 15px; padding: 1.5rem; transition: var(--transition); border: 1px solid transparent; }
.medcare-shot-page .overview-feature:hover { transform: translateY(-10px); box-shadow: var(--box-shadow); border-color: rgba(0,119,190,0.1); }
.medcare-shot-page .overview-feature-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; color: var(--primary-blue); font-size: 1.5rem; transition: var(--transition); box-shadow: 0 5px 15px rgba(0, 119, 190, 0.1); }
.medcare-shot-page .overview-feature:hover .overview-feature-icon { background: var(--gradient-main); color: var(--white); transform: scale(1.1); }
.medcare-shot-page .overview-feature-title { font-size: 1.2rem; margin-bottom: 0.8rem; }
.medcare-shot-page .overview-feature-text { font-size: 0.95rem; color: var(--light-text); margin-bottom: 0; }

/* Benefits Section */
.medcare-shot-page .benefits { background: var(--light-bg); }
.medcare-shot-page .benefits-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem; }
.medcare-shot-page .benefit-card { flex: 1 1 320px; max-width: 400px; background: var(--white); border-radius: 20px; padding: 2.5rem 2rem; transition: var(--transition); position: relative; overflow: hidden; z-index: 1; text-align: center; box-shadow: var(--box-shadow); }
.medcare-shot-page .benefit-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--gradient-main); transition: var(--transition); }
.medcare-shot-page .benefit-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-strong); }
.medcare-shot-page .benefit-icon { width: 80px; height: 80px; border-radius: 50%; background: var(--light-bg); 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-shot-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-shot-page .benefit-title { font-size: 1.5rem; margin-bottom: 1rem; color: var(--dark-text); position: relative; display: inline-block; }
.medcare-shot-page .benefit-title::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 50px; height: 2px; background: var(--gradient-main); transition: var(--transition); }
.medcare-shot-page .benefit-card:hover .benefit-title::after { width: 80%; }
.medcare-shot-page .benefit-description { font-size: 1rem; color: var(--light-text); }

/* Applications Section */
.medcare-shot-page .applications { background: var(--white); }
.medcare-shot-page .applications-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem; }
.medcare-shot-page .application-card { flex: 1 1 320px; max-width: 400px; background: var(--light-bg); border-radius: 20px; overflow: hidden; box-shadow: var(--box-shadow); transition: var(--transition); display: flex; flex-direction: column; }
.medcare-shot-page .application-card:hover { transform: translateY(-15px); box-shadow: var(--box-shadow-strong); }
.medcare-shot-page .application-image { height: 200px; overflow: hidden; }
.medcare-shot-page .application-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.medcare-shot-page .application-card:hover .application-image img { transform: scale(1.1); }
.medcare-shot-page .application-content { padding: 2rem; flex-grow: 1; display: flex; flex-direction: column; }
.medcare-shot-page .application-title { font-size: 1.5rem; }
.medcare-shot-page .application-description { font-size: 1rem; color: var(--light-text); flex-grow: 1; }

/* Comparison Section */
.medcare-shot-page .comparison { background: var(--light-bg); }
.medcare-shot-page .comparison-table-container { overflow-x: auto; border-radius: 20px; box-shadow: var(--box-shadow); }
.medcare-shot-page .comparison-table { width: 100%; border-collapse: collapse; background: var(--white); }
.medcare-shot-page .comparison-table th, .medcare-shot-page .comparison-table td { padding: 1.5rem; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.medcare-shot-page .comparison-table th { background: var(--gradient-main); color: var(--white); font-weight: 600; font-size: 1.1rem; }
.medcare-shot-page .comparison-table tr:hover td { background: rgba(0, 119, 190, 0.03); }
.medcare-shot-page .comparison-feature { font-weight: 600; color: var(--dark-text); }
.medcare-shot-page .comparison-check { color: var(--primary-green); font-size: 1.2rem; }
.medcare-shot-page .comparison-cross { color: #e74c3c; font-size: 1.2rem; }

/* Other Technologies Section */
.other-technologies-section { background-color: var(--white); 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-shot-page .cta { background: var(--gradient-main); color: var(--white); }
.medcare-shot-page .cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; }
.medcare-shot-page .cta-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.2; color: var(--white); }
.medcare-shot-page .cta-description { font-size: 1.2rem; margin-bottom: 3rem; color: rgba(255, 255, 255, 0.9); }
.medcare-shot-page .btn-white { background: var(--white); color: var(--primary-blue); box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2); }
.medcare-shot-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-shot-page .hero-title { font-size: 3.5rem; }
    .medcare-shot-page .overview-title { font-size: 2.2rem; }
}

@media (max-width: 992px) {
    .medcare-shot-page section { padding: 5rem 0; }
    .medcare-shot-page .hero { min-height: auto; }
    .medcare-shot-page .hero-content { flex-direction: column; text-align: center; }
    .medcare-shot-page .hero-buttons { justify-content: center; }
    .medcare-shot-page .overview-grid { flex-direction: column; }
    .medcare-shot-page .cta-title { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    .medcare-shot-page section { padding: 4rem 0; }
    .medcare-shot-page .container { padding: 0 1.5rem; }
    .medcare-shot-page .section-title h2 { font-size: 2.2rem; }
    .medcare-shot-page .hero-title { font-size: 2.5rem; }
    .medcare-shot-page .hero-description { font-size: 1.1rem; }
    .medcare-shot-page .hero-buttons { flex-direction: column; gap: 1rem; align-items: center; }
    .medcare-shot-page .overview-title { font-size: 2rem; }
    .medcare-shot-page .overview-description { font-size: 1rem; }
    .medcare-shot-page .benefit-title, .medcare-shot-page .application-title { font-size: 1.3rem; }

    /* Responsive Comparison Table */
    .medcare-shot-page .comparison-table thead { display: none; }
    .medcare-shot-page .comparison-table tr { display: block; margin-bottom: 1rem; border-radius: 10px; overflow: hidden; border: 1px solid rgba(0,0,0,0.07); box-shadow: var(--box-shadow); }
    .medcare-shot-page .comparison-table td { display: block; text-align: right; padding-left: 50%; position: relative; }
    .medcare-shot-page .comparison-table td:last-child { border-bottom: none; }
    .medcare-shot-page .comparison-table td::before { content: attr(data-label); position: absolute; left: 1.5rem; width: calc(50% - 2rem); text-align: left; font-weight: 600; color: var(--dark-text); }
}

@media (max-width: 576px) {
    .medcare-shot-page .hero-title { font-size: 2.2rem; }
    .medcare-shot-page .overview-title { font-size: 1.8rem; }
    .medcare-shot-page .overview-features { grid-template-columns: 1fr; }
    .medcare-shot-page .cta-title { font-size: 1.8rem; }
    .medcare-shot-page .cta-description { font-size: 1rem; }
}/* End custom CSS */