.elementor-48 .elementor-element.elementor-element-e5901c1{--display:flex;}.elementor-48 .elementor-element.elementor-element-c6c3772{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8e01846 *//* Full Width Hero Header Banner */
.hero-header-banner {
    position: relative;
    /* Full viewport width stretch fix */
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    min-height: 260px;
    background-image: url('https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

/* Dark Overlay */
.hero-header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 42, 46, 0.78);
    z-index: 1;
}

/* Header Content Text */
.hero-header-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

/* Main Title "About Duane" */
.hero-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    letter-spacing: -0.5px;
}

/* Breadcrumbs Section */
.hero-breadcrumbs {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hero-breadcrumbs .breadcrumb-link {
    color: #00bcd4;
    text-decoration: none;
    font-weight: 500;
}

.hero-breadcrumbs .breadcrumb-link:hover {
    text-decoration: underline;
}

.hero-breadcrumbs .breadcrumb-separator {
    color: #ffffff;
    margin: 0 6px;
}

.hero-breadcrumbs .breadcrumb-current {
    color: #ffffff;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa0fd0e *//* Container Box */
.bio-section-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #4a5568;
}

/* Header Styling */
.bio-header {
    text-align: center;
    margin-bottom: 40px;
}

.bio-header .sub-heading {
    display: block;
    color: #00bcd4;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.bio-header .main-heading {
    color: #00bcd4;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

/* 2-Column Layout */
.bio-content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

/* Left Column: Image */
.bio-image-col {
    flex: 1;
    min-width: 300px;
}

.bio-image-col .profile-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Right Column: Text */
.bio-text-col {
    flex: 1.3;
    min-width: 320px;
    font-size: 14px;
    line-height: 1.65;
    color: #4a5568;
}

.bio-text-col p {
    margin-bottom: 18px;
}

.bio-text-col strong {
    color: #2d3748;
}

/* Contact Info Section */
.contact-info-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 30px;
    padding-top: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-icon {
    width: 20px;
    height: 20px;
    fill: #1a202c;
}

.contact-item .label {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-bottom: 2px;
}

.contact-item .value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    text-decoration: none;
}

.contact-item .value:hover {
    color: #00bcd4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bio-header .main-heading {
        font-size: 32px;
    }
    
    .bio-content-grid {
        flex-direction: column;
    }
    
    .contact-info-row {
        gap: 25px;
    }
}/* End custom CSS */