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%;
}
}
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.