Look no further

Our goal is to offer broad capabilities.Amwerk

competitive pricing, exceptional quality and outstanding service to each and every customer.
Sanvista Section - Exact Layout :root { --brand-color: #56af89; } body { margin: 0; padding: 20px; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #f5f5f5; display: flex; justify-content: center; align-items: center; min-height: 100vh; } /* Main Container */ .sanvista-section { display: flex; align-items: center; max-width: 1200px; width: 100%; position: relative; padding: 40px 0; } /* Image Side */ .image-container { flex: 1.2; z-index: 1; } .image-container img { width: 100%; height: auto; display: block; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } /* Floating Icon - Positioned exactly between the two */ .middle-icon { position: absolute; left: 47%; /* Aligned to the overlap point */ top: 50%; transform: translate(-50%, -50%); background-color: var(--brand-color); width: 60px; height: 60px; border-radius: 50%; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.2); border: 3px solid white; } .middle-icon svg { width: 28px; height: 28px; fill: white; } /* Content Card */ .text-card { flex: 1; background: white; padding: 60px 50px 60px 80px; /* Extra left padding for the icon overlap */ margin-left: -6%; /* Creates the overlap */ border-radius: 15px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); z-index: 5; } .sub-heading { color: var(--brand-color); font-weight: 700; /* Bold as requested */ font-size: 18px; display: block; margin-bottom: 10px; } .main-title { color: var(--brand-color); font-size: 34px; line-height: 1.2; margin: 0 0 25px 0; font-weight: 600; } .description { color: #333; line-height: 1.6; font-size: 16px; margin: 0; } /* Responsive adjustments */ @media (max-width: 992px) { .sanvista-section { flex-direction: column; padding: 20px; } .text-card { margin-left: 0; margin-top: -30px; padding: 50px 30px 30px 30px; width: 90%; } .image-container { width: 100%; } .middle-icon { left: 50%; top: 40%; width: 50px; height: 50px; } }
Pharmaceutical Industry
Who We Are

Expanding Access to Essential Medicines with Sanvista

Sanvista is a transparent pharmaceutical trade company. Our doors are open for customers to review our entire operation process. We specialize in the export of products manufactured in Spain to other pharma wholesalers worldwide. In the challenging industry of science and research related to medicine.
Sanvista Vision Section :root { --brand-color: #56af89; } body { margin: 0; padding: 40px 20px; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #f8f9fa; display: flex; justify-content: center; align-items: center; min-height: 100vh; } /* Main Container */ .sanvista-section { display: flex; align-items: center; max-width: 1200px; width: 100%; position: relative; } /* Image Container with Animation */ .image-container { flex: 1.2; z-index: 1; border-radius: 15px; overflow: hidden; /* Clips the moving image */ box-shadow: 0 10px 30px rgba(0,0,0,0.1); height: 450px; /* Fixed height for better alignment */ position: relative; } .image-container img { width: 100%; height: 100%; object-fit: cover; display: block; /* The "Move Always" Animation */ animation: slowMove 15s infinite alternate ease-in-out; } @keyframes slowMove { 0% { transform: scale(1); } 100% { transform: scale(1.15) translateX(-10px); } } /* Floating Icon - Centered exactly on the edge */ .middle-icon { position: absolute; left: 50.5%; /* Positioned on the overlap seam */ top: 50%; transform: translate(-50%, -50%); background-color: var(--brand-color); width: 54px; height: 54px; border-radius: 50%; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0,0,0,0.2); border: 4px solid white; } .middle-icon svg { width: 24px; height: 24px; fill: white; } /* Content Card */ .text-card { flex: 1; background: white; padding: 60px 50px 60px 70px; margin-left: -8%; /* Overlap over the image */ border-radius: 15px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); z-index: 5; border: 1px solid #f0f0f0; } .sub-heading { color: var(--brand-color); font-weight: 800; /* Extra Bold for visibility */ font-size: 18px; display: block; margin-bottom: 12px; text-transform: capitalize; } .main-title { color: var(--brand-color); font-size: 32px; line-height: 1.2; margin: 0 0 20px 0; font-weight: 600; } .description { color: #444; line-height: 1.7; font-size: 16px; margin: 0; } /* Responsive */ @media (max-width: 992px) { .sanvista-section { flex-direction: column; } .text-card { margin-left: 0; margin-top: -40px; padding: 60px 30px 40px 30px; width: 90%; } .image-container { width: 100%; height: 300px; } .middle-icon { left: 50%; top: 38%; /* Adjusted for stacked mobile view */ } }
Sanvista Vision - Laboratory
Vision

Expanding Access to Essential Medicines with Sanvista

Our objective is to be a leading pharmaceutical company, to deliver genuine and credible products worldwide. We believe we could accomplish such feats only with the trust that we gain from our loyal customers.

Sanvista Mission Section :root { --brand-color: #56af89; } body { margin: 0; padding: 40px 20px; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #ffffff; display: flex; justify-content: center; align-items: center; min-height: 100vh; } /* Main Container */ .sanvista-section { display: flex; align-items: center; max-width: 1200px; width: 100%; position: relative; } /* Image Container with Ken Burns Animation */ .image-container { flex: 1.2; z-index: 1; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.1); height: 480px; position: relative; } .image-container img { width: 100%; height: 100%; object-fit: cover; display: block; /* Continuous slow movement */ animation: slowMove 20s infinite alternate ease-in-out; } @keyframes slowMove { 0% { transform: scale(1) translate(0, 0); } 50% { transform: scale(1.1) translate(-2%, 1%); } 100% { transform: scale(1.2) translate(1%, -1%); } } /* Star Icon - Centered on the seam */ .middle-icon { position: absolute; left: 51%; /* Perfect center between image and card */ top: 50%; transform: translate(-50%, -50%); background-color: var(--brand-color); width: 58px; height: 58px; border-radius: 50%; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(86, 175, 137, 0.4); border: 4px solid white; } .middle-icon svg { width: 26px; height: 26px; fill: white; } /* Content Card */ .text-card { flex: 1; background: white; padding: 60px 50px 60px 80px; margin-left: -10%; /* Creates the premium overlap */ border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.06); z-index: 5; border: 1px solid #f2f2f2; } .sub-heading { color: var(--brand-color); font-weight: 700; font-size: 18px; display: block; margin-bottom: 12px; letter-spacing: 0.5px; } .main-title { color: var(--brand-color); font-size: 34px; line-height: 1.25; margin: 0 0 24px 0; font-weight: 600; } .description { color: #555; line-height: 1.8; font-size: 16.5px; margin: 0; } /* Mobile Optimization */ @media (max-width: 992px) { .sanvista-section { flex-direction: column; } .text-card { margin-left: 0; margin-top: -50px; padding: 60px 30px 40px 30px; width: 92%; } .image-container { width: 100%; height: 350px; } .middle-icon { left: 50%; top: 40%; } }
Sanvista Mission - Physician with patient
Mission

Expanding Access to Essential Medicines with Sanvista

The aim is to provide a wide range of pharmaceutical products and supplements, while maintaining strict quality assurance standards. To branch out further in the foreseeable future.

Sanvista Values Section :root { --brand-color: #56af89; } body { margin: 0; padding: 40px 20px; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #ffffff; display: flex; justify-content: center; align-items: center; min-height: 100vh; } /* Main Container */ .sanvista-section { display: flex; align-items: center; max-width: 1200px; width: 100%; position: relative; } /* Image Container with Continuous Movement */ .image-container { flex: 1.2; z-index: 1; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.1); height: 480px; position: relative; } .image-container img { width: 100%; height: 100%; object-fit: cover; display: block; /* Ken Burns Animation */ animation: moveSlowly 25s infinite alternate ease-in-out; } @keyframes moveSlowly { 0% { transform: scale(1.0) translate(0, 0); } 50% { transform: scale(1.15) translate(-2%, 1%); } 100% { transform: scale(1.2) translate(1%, -2%); } } /* Award/Medal Icon - Centered on the seam */ .middle-icon { position: absolute; left: 51%; top: 50%; transform: translate(-50%, -50%); background-color: var(--brand-color); width: 60px; height: 60px; border-radius: 50%; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(86, 175, 137, 0.4); border: 4px solid white; } .middle-icon svg { width: 28px; height: 28px; fill: white; } /* Content Card */ .text-card { flex: 1; background: white; padding: 60px 50px 60px 80px; margin-left: -10%; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.06); z-index: 5; border: 1px solid #f2f2f2; } .sub-heading { color: var(--brand-color); font-weight: 700; font-size: 18px; display: block; margin-bottom: 12px; letter-spacing: 0.5px; } .main-title { color: var(--brand-color); font-size: 34px; line-height: 1.25; margin: 0 0 24px 0; font-weight: 600; } .description { color: #555; line-height: 1.8; font-size: 16px; margin: 0; } /* Responsive */ @media (max-width: 992px) { .sanvista-section { flex-direction: column; } .text-card { margin-left: 0; margin-top: -50px; padding: 60px 30px 40px 30px; width: 92%; } .image-container { width: 100%; height: 350px; } .middle-icon { left: 50%; top: 40%; } }
Sanvista Values - Researchers in pharmacology
Values

Expanding Access to Essential Medicines with Sanvista

We appreciate integrity and dedication to our job, to innovate and come up with new creative ideas in the field of medicine. We also cherish the great community who provide us with honest feedback.