/* ==========================================================================
   Dietrich Schäfer Profile Page Styles
   Prefix: .ds- | Scoped IDs: #ds-*
   ========================================================================== */

:root {
    --ds-dark: #001A33;
    --ds-blue: #0E7326;
    --ds-light-bg: #F0F8FF;
    --ds-text-main: #111111;
    --ds-text-muted: #555555;
}

/* =========================================
   1. Hero Section (#ds-hero)
   ========================================= */
#ds-hero {
	background: linear-gradient(90deg, #00280a -21.79%, #063b12 100.22%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#ds-hero .eyebrow {
    display: block;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}


#ds-hero .hero-title {
    font-size: 3.2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#ds-hero .hero-desc {
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    max-width: 550px;
    margin-bottom: 0;
    font-weight: 400;
}

#ds-hero .hero-img-wrapper {
    display: inline-block;
}

#ds-hero .portrait-wrapper{
	text-align: center;
}

#ds-hero .hero-img {
    border-radius: 0; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    max-height: 420px;
    object-fit: cover;
}

/* =========================================
   2. Profile Section (#ds-profile)
   ========================================= */
#ds-profile {
    padding:50px 0px 100px 0;
    background-color: #fff;
}

#ds-profile h3 {
    color: #001A33;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

#ds-profile .intro-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

#ds-profile h5 {
    color: #111;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

#ds-profile .profile-list {
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
}

#ds-profile .profile-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    font-size: 0.95rem; 
    line-height: 1.6;
    color: #555;
}

#ds-profile .profile-list li::before {
    content: '•';
    color: #000;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1rem;
}

#ds-profile .profile-list li .label {
    font-weight: 800;
    color: #111;
    margin-right: 5px;
}

/* =========================================
   3. Education Section (#ds-education)
   ========================================= */
#ds-education {
    padding: 100px 0 100px 0px;
    background-color: #073e14;
}

#ds-education .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3rem;
}

#ds-education .edu-card {
    background: #fff;
    height: 100%;
    border-radius: 2px;
    padding: 3rem;
	padding-bottom:4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#ds-education .card-body { 
	flex: 1;
	position: relative;
	padding-bottom: 80px;
 }

#ds-education .school-name {
    color: #063F93;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

#ds-education .degree {
    color: #111;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 2rem;
}

#ds-education .list-intro {
    font-size: 1rem;
    font-weight: 600;
    color: #222;
	max-width:90%;
    margin-bottom: 1rem;
}

#ds-education .check-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

#ds-education .check-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

#ds-education .check-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    color: #999;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 0.9rem;
}

#ds-education .quote-text {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.5;
    margin-bottom: 2rem;
}

#ds-education .card-footer-logo { 
	position: absolute;
	    bottom: 0px;
}
#ds-education .inner-logo {
}

#ds-education .spacer { height: 1rem; }

/* =========================================
   4. Experience (#ds-experience)
   ========================================= */
#ds-experience {
    padding: 100px 0 100px 0px;
    background-color: #F8FAFC;
}

#ds-experience .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 3rem;
}

#ds-experience .job-card {
    background: #fff;
    padding: 2.5rem 2rem;
    height: 100%;
    border-radius: 2px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}



#ds-experience .logo-wrapper { margin-bottom: 2rem; height: 50px; display: flex; align-items: center; color: #111; }
#ds-experience .logo-wrapper img{
	max-height:70px;
	max-width: 240px;
}
#ds-experience .company-name { font-size: 1.25rem; font-weight: 800; margin-bottom: 0.5rem; color: #000; }
#ds-experience .role { font-size: 0.9rem; color: #666; margin-bottom: 1.5rem; font-weight: 500; }
#ds-experience .desc { font-size: 0.85rem; color: #444; line-height: 1.6; margin-bottom: 0; }
#ds-experience .card-bottom ul{
	padding-left:15px;
}

#ds-experience ul.client-list { list-style: none; padding-left: 0; margin-top: 0.5rem; }
#ds-experience .client-list li { font-size: 0.85rem; color: #555; position: relative; padding-left: 20px; margin-bottom: 6px; }
#ds-experience .client-list li::before {
    content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: #888;
    position: absolute; left: 0; font-size: 0.8rem; top: 3px;
}

/* =========================================
   5. Expertise (#ds-expertise)
   ========================================= */
#ds-expertise {
    padding: 100px 0 130px 0px;
    background-color: #fff;
}

#ds-expertise .section-title { font-size: 2.2rem; font-weight: 700; color: #111; }
#ds-expertise .subtitle { font-size: 1.2rem; color: #666; margin-bottom: 4rem; max-width: 70%; }

#ds-expertise .expert-card {
    background: #fff;
    padding:1.5rem 2rem 3rem 2rem;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.3s;
    display: flex; flex-direction: column; align-items: flex-start; text-align: left;
}
#ds-expertise .expert-card img{
	width:60px;
	height:60px;
}
#ds-expertise .expert-card i { color: var(--ds-blue); margin-bottom: 1.5rem; }
#ds-expertise .expert-card h6 { font-size: 1.1rem; margin-top:20px;font-weight: 700; line-height: 1.5; color: #111; margin-bottom: 0; }

/* =========================================
   6. Style (#ds-style) & Role (#ds-role)
   ========================================= */
#ds-style { padding: 100px 0 130px 0px; background-color: #02380e; }
#ds-style h3 { font-size: 2rem; font-weight: 700; margin-bottom: 2rem; color: #fff; line-height: 1.3; }
#ds-style .style-list { list-style: none; padding: 0; margin: 0; }
#ds-style .style-list li { position: relative; padding-left: 20px; margin-bottom: 1.5rem; color: rgba(255, 255, 255, 0.8); font-size: 1rem; line-height: 1.6; }
#ds-style .style-list li::before { content: '•'; color: #fff; position: absolute; left: 0; top: 0; font-size: 1.5rem; line-height: 1.2rem; }

#ds-role { padding: 100px 0; background-color: #f6fff8; }
#ds-role .section-title { font-size: 2.2rem; font-weight: 700; color: #111; }
#ds-role .subtitle { font-size: 1rem; color: #555; max-width: 70%; margin-bottom: 3rem; }
#ds-role .role-card { background: #fff; border: none; height: 100%;padding-bottom:40px; border-radius: 2px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
#ds-role .img-wrapper { height: 200px; overflow: hidden; }
#ds-role .img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
#ds-role .role-card h6 { font-size: 1.4rem; font-weight: 800; margin-bottom: 1rem; line-height: 1.4; color: #111; }
#ds-role .role-card .desc { font-size: 0.95rem; color: #555; line-height: 1.5; margin-bottom: 0; }

/* =========================================
   8. Rhein Project (#ds-rhein)
   ========================================= */
#ds-rhein {
    padding: 100px 0 60px 0px;
    background-color: #fff;
}

#ds-rhein .main-title {
    font-size:2.2rem;
    font-weight: 800;
    margin-bottom: 4rem;
    color: #111;
    line-height: 1.3;
}

#ds-rhein .phase-spacer { height: 100px; }

#ds-rhein .phase-header { display: flex; align-items: center; margin-bottom: 2rem; }
#ds-rhein .blue-bar { width: 5px; height: 24px; background-color: var(--ds-blue); margin-right: 15px; }
#ds-rhein .phase-header h6 { font-weight: 800; text-transform: uppercase; font-size: 1.6rem; margin: 0; color: #111; letter-spacing: 0.5px; }

#ds-rhein .img-container { overflow: hidden; border-radius: 2px; }
#ds-rhein .data-label { font-size: 1.2rem; font-weight: 700; color: #111; margin-bottom: 0.5rem; }
#ds-rhein .data-divider { border: 0; border-top: 1px solid #ccc; margin: 0 0 1rem 0; opacity: 1; }
#ds-rhein .data-value { font-size: 0.95rem; color: #555; line-height: 1.5; margin-bottom: 0; }
#ds-rhein .big-number { font-size: 2rem; font-weight: 800; color: #000; line-height: 1; }
#ds-rhein .small-note { font-size: 0.7rem; color: #888; }
#ds-rhein .highlight-label { font-size:1.3rem; font-weight: 800; color: #111; margin-bottom: 0.5rem; }
#ds-rhein .highlight-text { font-size: 1rem; color: #444; line-height: 1.6; margin-bottom: 0; }

/* =========================================
   9. Strategy & Phase 4 & Recognition
   ========================================= */
#ds-strategy {
    min-height: 330px; 
	margin:0px 0 100px 0px; 
	display: flex; align-items: center;
}
#ds-strategy .container{
	background: linear-gradient(to right, rgba(0, 10, 30, 0.9), rgba(0, 30, 60, 0.6)),url(../images/strategywrapbg.jpg) center center no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 330px;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 4rem;
}
#ds-strategy h4 { color: #fff; font-size: 1.6rem; line-height: 1.5; text-align: left; margin: 0; margin-top:-20px;font-weight: 700; }

#ds-phase4 { padding: 80px 0; background-color: #F0F9FF; }
#ds-phase4 .section-headline { font-size: 1.6rem; font-weight: 700; color: #111; margin-bottom: 3rem; line-height: 1.4; text-align: left; }
#ds-phase4 .prep-card { background: #fff; padding: 2.5rem; height: 100%; border-radius: 2px; box-shadow: none; display: flex; flex-direction: column; align-items: flex-start; }
#ds-phase4 .icon-wrap { margin-bottom: 2rem; }
#ds-phase4 .icon-wrap img { height:70px;}
#ds-phase4 .card-text { font-size: 1rem; color: #333; line-height: 1.6; margin: 0; font-weight: 500; text-align: left; }

#ds-recognition { padding: 80px 0 130px 0px; background-color: #fff; }
#ds-recognition h3 { font-size: 1.8rem; color: #111; }
#ds-recognition .rec-text { font-size: 0.95rem; color: #555; line-height: 1.6; margin-bottom: 0; text-align: left; }
#ds-recognition .final-banner {
    background: linear-gradient(to right, rgb(7 62 20), rgba(0, 30, 60, 0.6)), url(../images/recognitionkvbg.jpg);
    background-size: cover; background-position: center right;
    min-height: 350px; border-radius: 2px; overflow: hidden; display: flex; align-items: center; padding: 0 4rem;
}
#ds-recognition .final-banner .quote { font-size: 1.8rem; font-weight: 600; margin-bottom: 1.5rem; line-height: 1.4; color: #fff; text-align: left; }
#ds-recognition .final-banner .author { font-size: 0.8rem; text-transform: uppercase; font-weight: 400; color: rgba(255, 255, 255, 0.8); letter-spacing: 1px; margin: 0; text-align: left; }

@media (max-width: 1480px) {
	#ds-hero {
	    padding: 60px 0;
	}
	#ds-hero .hero-img {
	    max-height: 360px;
	}
	#ds-hero .display-4 {
	    font-size: 3rem;
	}
	#ds-profile {
	    padding: 40px 0px 80px 0;
	    background-color: #fff;
	}
	#ds-profile .intro-text {
	    font-size: 1rem;
	    line-height: 1.5;
	    color: #444;
	}
	#ds-education .check-list li {
	    font-size: 0.85rem;
		margin-bottom: 4px;
	}
	#ds-experience .desc {
	    line-height: 1.4;
	}
	#ds-education .edu-card {
	    padding: 2rem;
	    padding-bottom: 3rem;
	}
	#ds-expertise .section-title {
	    font-size: 2rem;
	}
	#ds-expertise .subtitle {
	    font-size: 1rem;
	    margin-bottom: 3rem 
	}
	#ds-expertise .expert-card h6 {
	    font-size: 1rem;
	    margin-top: 16px;
	    line-height: 1.4;
	}
	#ds-education .section-title {
	    font-size: 2rem;
	    margin-bottom: 2rem;
	}
	#ds-experience .section-title {
	    font-size: 2rem;
	    margin-bottom: 1.5rem;
	}
	#ds-style h3 {
	    font-size: 2rem;
	    margin-bottom: 1.5rem;
	    line-height: 1.3;
	}
	
	#ds-role {
	    padding: 60px 0 80px 0px;
	    background-color: #F0F9FF;
	}
	#ds-role .role-card {
	    padding-bottom: 20px;
	}
	#ds-role .role-card h6 {
	    font-size: 1.2rem;
	}
	#ds-style .style-list li {
	    font-size: 0.95rem;
	    line-height: 1.4;
	}
	#ds-role .role-card .desc {
	    font-size: 0.85rem;
	    line-height: 1.5;
	}
	#ds-rhein .main-title {
	    font-size: 2rem;
	}
	
	#ds-rhein .data-value {
	    font-size: 0.85rem;
	    line-height: 1.4;
	}
	#ds-phase4 .card-text {
	   font-size: 0.95rem;
	   line-height: 1.4;
	}
	
	#ds-recognition .rec-text {
	    font-size: 0.95rem;
	    line-height: 1.4;
	}
	
}

/* =========================================
   MOBILE OPTIMIZATIONS (Responsive)
   ========================================= */
@media (max-width: 991px) {
    /* Global Adjustments */
    #ds-hero, #ds-profile, #ds-education, #ds-experience, 
    #ds-expertise, #ds-style, #ds-role, #ds-rhein, 
    #ds-phase4, #ds-recognition {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	#ds-hero .display-4 {
	    font-size: 2.4rem;
	}

    /* Hero */
    #ds-hero { text-align: center; }
    #ds-hero .col-lg-6.text-end { text-align: center !important; margin-top: 40px; }
    #ds-hero .hero-title { font-size: 2.5rem; }
    #ds-hero .hero-desc { margin: 0 auto; max-width: 100%; font-size: 1rem; }

    /* Profile */
    #ds-profile h3 { font-size: 1.5rem; }
	#ds-profile .intro-text {
	    font-size: 0.95rem;
	    line-height: 1.4;
	    color: #444;
	}
	#ds-expertise .section-title,
	#ds-role .section-title,
	#ds-style h3{
	    font-size: 1.8rem;
	}
    
	#ds-rhein .phase-header h6 {
	    font-size: 1.3rem;
	}
	#ds-phase4 .section-headline {
	    font-size: 1.3rem;
	}
	#ds-phase4 .section-headline br{
	   display: none;
	}
	#ds-phase4 .icon-wrap {
	    margin-bottom: 1rem;
	}
	#ds-recognition .final-banner .quote br{
		 display: none;
	}
	
	
    /* Education */
    #ds-education .edu-card { padding: 2rem; margin-bottom: 20px; }
    #ds-expertise .subtitle {
        font-size: 1rem;
        max-width: 90%;
    }
	
	#ds-style .style-list{
		padding-bottom:40px;
	}
	
	
    /* Rhein Project */
    #ds-rhein .main-title { font-size: 1.5rem; margin-bottom: 2rem; }
    #ds-rhein .phase-spacer { height: 40px; }
    #ds-rhein .phase-header { margin-bottom: 1rem; }
    #ds-rhein .col-lg-7 { padding-left: 12px; margin-top: 20px; }
    
    /* Strategy & Banner */
    #ds-strategy h4 { font-size: 1.2rem; }
    #ds-recognition .final-banner { padding: 2rem; min-height: auto; }
    #ds-recognition .final-banner .quote { font-size: 1.3rem; }
}