.head-section {
    height: 80vh;
}

.profile-section {
    font-family: 'Roboto', sans-serif;
}

.profile-section h2 {
    font-size: 55px;
    font-weight: 400;
}

.profile-section p {
    font-family: 'Roboto', sans-serif;
    color: #2E2E2E;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
}

.profile-image {
    position: relative;
    flex: 1 1 300px;
    min-width: 300px;
}

.profile-image img {
    width: 80%;
    height: auto;
    display: block;
}

.experience-badge {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-40%);
    background-color: palevioletred;
    color: #fff;
    padding: 15px 18px;
    border-radius: 12px;
    text-align: center;
    width: 180px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.experience-badge img {
    width: 40px;
    height: auto;
}

.experience-badge .years {
    font-size: 52px;
    /* LARGE */
    font-weight: 900;
    /* BOLD */
    line-height: 1;
}

.experience-badge .text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4;
}

.dr-img {
    height: 100%;
}

.sub-text {
    color: #BC2C5C;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.vm-section {
    padding: 60px 20px;
    background: #fffaf9;
}

.vm-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.vm-card {
    flex: 1 1 400px;
    border: 1px solid #bc2c5c;
    border-radius: 12px;
    padding: 20px 30px;
    text-align: justify;
    box-shadow: 0 10px 20px rgba(188, 44, 92, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s ease;
}

.vm-card:hover {
    box-shadow: 0 20px 40px rgba(188, 44, 92, 0.15);
}

.vm-icon {
    font-size: 48px;
    color: #bc2c5c;
    margin-bottom: 20px;
}

.vm-card h3 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 400;
    color: #BC2C5C;
}

.vm-card p {
    color: #5c5c5c;
    font-weight: normal;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    font-family: 'DM sans', sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
    .vm-container {
        flex-direction: column;
        align-items: center;
    }

    .vm-card {
        max-width: 400px;
        margin-bottom: 30px;

    }
}

.Specialities-container {
    width: 80%;
}

.Memberships-container {
    width: 80%;
    padding-top: 20px;
}

.heading {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #BC2C5C;
}

.heading-para {
    color: #5c5c5c;
    font-weight: normal;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
    font-family: 'DM sans', sans-serif;
}

.Memberships ul {
    color: #5c5c5c;
    font-weight: normal;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    font-family: 'DM sans', sans-serif;
    list-style-type: disc;
}

.custom-list li {
    color: #5c5c5c;
    /* change to any color */
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
}

.history-badge {
    background: linear-gradient(90deg, #DB92AC 0%, #BC2C5C 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;
}

.big-number {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.gradient-bg {
    background: linear-gradient(to bottom, #cc6a8e, oklab(53.449000000000005% 0.18234 0.02015));
    color: white;
    text-align: center;
    padding: 0;
    /* height: 30px; */
}

.big-text {
    font-size: 20px;
}

/* Circle image in middle block */
.circle-img {
    width: 80px;
    /* smaller */
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
    margin-bottom: 10px;
    /* less spacing */
}

.right-content p {
    width: 80%;

}

.custom-bg {
    padding: 1rem 2rem;
    /* slightly reduced padding */
    min-height: 100%;
}

/* Check-list styling */
.check-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}

.check-list li svg {
    flex-shrink: 0;
    width: 16px;
    /* smaller icon */
    height: 16px;
    margin-top: 0.1rem;
    fill: green;
}

.gradient-bg h2 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    margin-top: 30px;
}

.col-md-4 img {
    height: 200px;
    object-fit: cover;
}

.col-md-4 img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .right-content p {
        width: 100%;
    }
}

/* Mobile fix */
@media (max-width: 768px) {
    .head-section {
        height: 45vh;
        background-size: contain;
        background-position: center top;
    }
}