    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background: #ffffff;
    color: #222;
    line-height: 1.6;
    width:1024px;
    margin:0 auto;
}

/* HERO */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #fff;
    background: #d9e4ebb5 url(../images/BG-0003.jpeg) right no-repeat;
    background-size: auto;
  background-size: contain;
}

.hero span {
    color: #facc15;
}

.hero-image img {
    width: 300px;
}
.logo{
width:200px;
}
.logo img {
  width: 100%;
}
.hero-content{
margin-left:30px;
padding: 30px 50px;
}
.hero h1{
    color: #3B7C94;
    line-height: 1;
    font-weight: lighter;
    font-size: 40px;
    letter-spacing: 5px;
}
.hero h3{
    color: #3B7C94;
    line-height: 1;
    margin-top: 12px;
    font-weight: lighter;
    font-size: 30px;
}
.tagline{
    margin-top: 12px;
    color: #333;
}
/* PLATFORM */
.platform {
    text-align: center;
    padding: 50px 20px;
    background: #f3f4f6;
}

.platform h2 {
    color: #1e40af;
    margin-bottom: 15px;
}

/* DATA GRID */
.data-sources {
    padding: 50px;
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background: #fafafa;
}

.card img {
    width: 60px;
    margin-bottom: 10px;
}

/* GENOMICS */
.genomics {
    display: flex;
    align-items: center;
    padding: 50px;
    background: #eef2ff;
}

.genomics-image img {
    width: 220px;
    margin-right: 40px;
}

/* FOOTER */
footer {
    text-align: center;
    padding: 20px;
    background: #1e3a8a;
    color: #fff;
}

.doclane-section {
    display: flex;
    font-family: Arial, sans-serif;
}

/* LEFT */
.left-side {
    width: 45%;
    background: #f2f6fa;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.logo {
    padding: 30px;
}

.logo img {
    width: 180px;
}

.bg-image img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 200px;
}

/* RIGHT */
.right-side {
    width: 55%;
    padding: 30px 50px;
    background: #f2f6fa;
}

.right-side h2 {
    color: #1c4fb7;
    font-size: 32px;
    margin-bottom: 20px;
}

.desc {
    color: #555;
    margin-bottom: 30px;
}

/* GRID */
.data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item img {
    width: 32px;
}

/* FOOTER */
.footer-area {
    margin-top: 40px;
    position: relative;
}

.footer-text {
    background: #2b4ea2;
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact span {
    display: inline-block;
    margin-right: 20px;
    color: #1c4fb7;
    font-size: 18px;
}
