/* Main Wrapper */
.doc-profile-20ff96a3-wrapper {
    font-family: 'Poppins', sans-serif;
    color: #282164;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
}

/* Common Section Styles */
.dp-section-20ff96a3 {
    padding: 40px 40px; /* Reduced vertical padding */
}

.dp-divider-20ff96a3 {
    height: 1px;
    background: linear-gradient(90deg, rgba(40, 33, 100, 0) 0%, rgba(40, 33, 100, 0.1) 50%, rgba(40, 33, 100, 0) 100%);
    margin: 0 40px;
}

/* Top Section (Hero) */
.dp-top-section-20ff96a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    background: #ffffff;
}

.dp-image-col-20ff96a3 {
    flex: 1 1 400px;
    position: relative;
    max-width: 500px;
}

.dp-image-wrapper-20ff96a3 {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(40, 33, 100, 0.1);
}

.dp-image-wrapper-20ff96a3 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.dp-image-accent-20ff96a3 {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 120px;
    height: 120px;
    background: #ff8210;
    border-radius: 20px;
    z-index: -1;
    opacity: 0.15;
}

.dp-badge-20ff96a3 {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: #ffffff;
    color: #282164;
    padding: 16px 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 5px solid #ff8210;
}

.dp-info-col-20ff96a3 {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dp-label-20ff96a3 {
    color: #ff8210;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 10px; /* Reduced */
}

.dp-title-20ff96a3 {
    font-size: 48px;
    font-weight: 700;
    color: #282164;
    margin: 0 0 10px 0;
    line-height: 1.1;
}

.dp-subtitle-20ff96a3 {
    font-size: 18px;
    color: #5e648d;
    margin-bottom: 30px; /* Reduced */
    font-weight: 500;
}

.dp-features-grid-20ff96a3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px; /* Reduced */
}

.dp-feature-card-20ff96a3 {
    background: #ffffff;
    padding: 20px; /* Reduced */
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(40, 33, 100, 0.08);
    box-shadow: 0 5px 15px rgba(40, 33, 100, 0.02);
}

.dp-feature-card-20ff96a3:hover {
    box-shadow: 0 15px 30px rgba(40, 33, 100, 0.08);
    transform: translateY(-3px);
    border-color: rgba(255, 130, 16, 0.3);
}

.dp-feature-icon-20ff96a3 {
    color: #ff8210;
    font-size: 26px;
    display: flex;
    flex-shrink: 0;
}

.dp-feature-text-20ff96a3 {
    font-size: 15px;
    font-weight: 600;
    color: #282164;
    line-height: 1.4;
}

/* Bio Section (Full Width, Tighter) */
.dp-bio-section-20ff96a3 {
    background: #fdfdfd;
    padding: 30px 40px; /* Tighter padding */
}

.dp-bio-title-20ff96a3 {
    font-size: 24px; /* Slightly smaller */
    font-weight: 600;
    color: #282164;
    margin-bottom: 20px; /* Reduced */
    display: flex;
    align-items: center;
    gap: 12px;
}

.dp-bio-content-20ff96a3 {
    width: 100%;
}

.dp-bio-content-20ff96a3 p {
    font-size: 16px;
    line-height: 1.7; /* Reduced line height */
    color: #4a4f73;
    margin-bottom: 15px; /* Reduced spacing between paragraphs */
}

.dp-bio-content-20ff96a3 p:last-child {
    margin-bottom: 0;
}

.dp-quote-card-20ff96a3 {
    margin-top: 25px; /* Reduced */
    padding: 20px 30px; /* Tighter padding */
    background: #ffffff;
    border-left: 5px solid #ff8210;
    border-radius: 8px;
    font-style: italic;
    color: #282164;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: 0 10px 30px rgba(40, 33, 100, 0.05);
}

/* Timeline Section */
.dp-timeline-section-20ff96a3 {
    background: #ffffff;
    padding: 40px 40px;
}

.dp-timeline-wrapper-20ff96a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.dp-timeline-col-20ff96a3 {
    flex: 1 1 400px;
}

.dp-timeline-title-20ff96a3 {
    font-size: 26px;
    color: #282164;
    margin-bottom: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dp-timeline-title-icon-20ff96a3 {
    color: #ff8210;
}

.dp-timeline-20ff96a3 {
    position: relative;
    padding-left: 35px;
}

.dp-timeline-20ff96a3::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    bottom: 0;
    width: 2px;
    background: rgba(40, 33, 100, 0.1);
}

.dp-timeline-item-20ff96a3 {
    position: relative;
    margin-bottom: 25px; /* Reduced */
    background: #fdfdfd;
    padding: 24px; /* Reduced */
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(40, 33, 100, 0.04);
    border: 1px solid rgba(40, 33, 100, 0.05);
    transition: all 0.3s ease;
}

.dp-timeline-item-20ff96a3:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 30px rgba(40, 33, 100, 0.08);
    border-color: rgba(255, 130, 16, 0.2);
}

.dp-timeline-item-20ff96a3::before {
    content: '';
    position: absolute;
    top: 28px;
    left: -32px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    border: 3px solid #ff8210;
    box-shadow: 0 0 0 4px rgba(255, 130, 16, 0.1);
    z-index: 1;
}

.dp-timeline-item-20ff96a3:hover::before {
    background: #ff8210;
}

.dp-timeline-date-20ff96a3 {
    font-size: 14px;
    color: #ff8210;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 130, 16, 0.1);
    border-radius: 20px;
}

.dp-timeline-item-title-20ff96a3 {
    font-size: 18px;
    font-weight: 600;
    color: #282164;
    margin: 0 0 6px 0;
}

.dp-timeline-item-subtitle-20ff96a3 {
    font-size: 15px;
    color: #5e648d;
    margin: 0;
}

/* CTA Section */
.dp-cta-section-20ff96a3 {
    background: #282164;
    padding: 40px 40px; /* Reduced */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.dp-cta-text-20ff96a3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.dp-cta-buttons-20ff96a3 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.dp-btn-20ff96a3 {
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.dp-btn-primary-20ff96a3 {
    background: #ff8210;
    color: #ffffff;
}

.dp-btn-primary-20ff96a3:hover {
    background: #e6750c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 130, 16, 0.3);
}

.dp-btn-secondary-20ff96a3 {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
}

.dp-btn-secondary-20ff96a3:hover {
    background: #ffffff;
    color: #282164;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 991px) {
    .dp-top-section-20ff96a3 {
        flex-direction: column;
    }
    .dp-image-col-20ff96a3 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .dp-image-wrapper-20ff96a3 img {
        aspect-ratio: 16/9;
    }
    .dp-badge-20ff96a3 {
        left: 20px;
    }
    .dp-timeline-wrapper-20ff96a3 {
        flex-direction: column;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .dp-section-20ff96a3,
    .dp-cta-section-20ff96a3,
    .dp-bio-section-20ff96a3,
    .dp-timeline-section-20ff96a3 {
        padding: 30px 20px;
    }
    .dp-divider-20ff96a3 {
        margin: 0 20px;
    }
    .dp-title-20ff96a3 {
        font-size: 32px;
    }
    .dp-cta-section-20ff96a3 {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .dp-cta-buttons-20ff96a3 {
        justify-content: center;
        width: 100%;
    }
    .dp-btn-20ff96a3 {
        width: 100%;
    }
    .dp-bio-title-20ff96a3 {
        font-size: 22px;
    }
}