/*!
* DCS - Dynamic Consulting Solutions
* Customized from Start Bootstrap - Agency v7.0.12
* Professional consulting firm theme
*/

/* ============================================
   CSS Custom Properties (Variables)
   ============================================ */
:root {
    --dcs-primary: #00338D;
    --dcs-primary-dark: #002366;
    --dcs-primary-light: #1E4D9B;
    --dcs-accent: #0d9488;
    --dcs-accent-light: #14b8a6;
    --dcs-accent-dark: #0a7269;
    --dcs-dark: #1a1a2e;
    --dcs-gray-dark: #2d3748;
    --dcs-gray: #4a5568;
    --dcs-gray-light: #718096;
    --dcs-gray-lighter: #e2e8f0;
    --dcs-white: #ffffff;
    --dcs-bg-light: #f7fafc;
}

/* ============================================
   Base Bootstrap Overrides
   ============================================ */
:root {
    --bs-primary: #1a365d;
    --bs-primary-rgb: 26, 54, 93;
    --bs-link-color: #1a365d;
    --bs-link-hover-color: #0f2240;
}

.text-primary {
    color: var(--dcs-primary) !important;
}

.bg-primary {
    background-color: var(--dcs-primary) !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a365d;
    --bs-btn-border-color: #1a365d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0f2240;
    --bs-btn-hover-border-color: #0f2240;
    --bs-btn-focus-shadow-rgb: 26, 54, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0f2240;
    --bs-btn-active-border-color: #0f2240;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1a365d;
    --bs-btn-disabled-border-color: #1a365d;
}

.btn-outline-primary {
    --bs-btn-color: #1a365d;
    --bs-btn-border-color: #1a365d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a365d;
    --bs-btn-hover-border-color: #1a365d;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a365d;
    --bs-btn-active-border-color: #1a365d;
}

/* ============================================
   Typography
   ============================================ */
html {
    scroll-padding-top: 4.5rem;
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--dcs-gray-dark);
}

p {
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

/* ============================================
   Page Sections
   ============================================ */
.page-section {
    padding: 6rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--dcs-dark);
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 4rem;
    color: var(--dcs-gray);
}

@media (min-width: 768px) {
    section {
        padding: 9rem 0;
    }
}

/* ============================================
   Buttons
   ============================================ */
.btn-xl {
    padding: 1.25rem 2.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}

/* ============================================
   Navigation
   ============================================ */
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: var(--dcs-primary-dark);
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#mainNav .navbar-brand {
    color: var(--dcs-white);
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#mainNav .navbar-brand .brand-text {
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    background-clip: text;
}

#mainNav .navbar-brand img {
    height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.05em;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: var(--dcs-accent-light);
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    
    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: font-size 0.3s ease-in-out;
    }
    
    #mainNav .navbar-brand img {
        height: 2rem;
        transition: height 0.3s ease-in-out;
    }
    
    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: var(--dcs-primary-dark);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    }
    
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    
    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        height: 1.5rem;
    }
    
    #mainNav .navbar-nav .nav-item {
        margin-right: 0.5rem;
    }
    
    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

/* ============================================
   Masthead / Hero
   ============================================ */
header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: var(--dcs-white);
    background-image: url("../assets/img/hero-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}


header.masthead .container {
    position: relative;
    z-index: 1;
}

header.masthead .masthead-subheading {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--dcs-accent-light);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

header.masthead .masthead-heading {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

header.masthead .masthead-description {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 17rem;
        padding-bottom: 12.5rem;
    }
    
    header.masthead .masthead-subheading {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-bottom: 2rem;
    }
    
    header.masthead .masthead-heading {
        font-size: 4rem;
        line-height: 1.1;
        margin-bottom: 2rem;
    }
    
    header.masthead .masthead-description {
        font-size: 1.35rem;
        margin-bottom: 3rem;
    }
}

/* ============================================
   Services Section
   ============================================ */
#services {
    background-color: var(--dcs-white);
}

#services .fa-stack {
    margin-bottom: 1rem;
}

#services .fa-stack .fa-circle {
    color: var(--dcs-primary);
}

#services h4 {
    font-size: 1.25rem;
    color: var(--dcs-dark);
    margin-bottom: 1rem;
}

#services p {
    color: var(--dcs-gray);
    line-height: 1.7;
}

/* ============================================
   Results Section
   ============================================ */
#results {
    background-color: var(--dcs-bg-light);
}

.result-item {
    background: var(--dcs-white);
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid var(--dcs-gray-lighter);
}

.result-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.result-icon {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.result-icon i {
    font-size: 1.5rem;
    color: var(--dcs-white);
}

.result-heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--dcs-dark);
}

.result-description {
    color: var(--dcs-gray);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.result-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background-color: var(--dcs-bg-light);
    color: var(--dcs-primary);
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 20px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ============================================
   Timeline / About
   ============================================ */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: var(--dcs-gray-lighter);
}

.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline > li:after,
.timeline > li:before {
    display: table;
    content: " ";
}

.timeline > li:after {
    clear: both;
}

.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid var(--dcs-gray-lighter);
    border-radius: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline > li .timeline-image h4,
.timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin-top: 0;
    color: var(--dcs-primary);
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
    color: var(--dcs-dark);
    font-size: 1.25rem;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    
    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }
    
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    
    .timeline > li .timeline-image h4,
    .timeline > li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
    }
    
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }
    
    .timeline > li .timeline-panel {
        padding: 0 20px 20px;
    }
    
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    
    .timeline > li .timeline-image h4,
    .timeline > li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }
    
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px;
    }
    
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }
    
    .timeline > li .timeline-image h4,
    .timeline > li .timeline-image .h4 {
        margin-top: 0;
    }
    
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

/* ============================================
   Team Section
   ============================================ */
#team {
    background-color: var(--dcs-bg-light);
}

.team-member {
    margin-bottom: 3rem;
    text-align: center;
}

.team-member .team-member-photo {
    width: 14rem;
    height: 14rem;
    margin: 0 auto;
    border: 0.5rem solid rgba(26, 54, 93, 0.1);
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member .team-member-photo i {
    font-size: 5rem;
    color: white;
}

.team-member h4,
.team-member .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
    color: var(--dcs-dark);
}

.team-member .text-primary {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
}

.team-bio {
    color: var(--dcs-gray);
    line-height: 1.7;
    margin-top: 1rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   Contact Section
   ============================================ */
section#contact {
    background: none;
    position: relative;
}

section#contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

section#contact .container {
    position: relative;
    z-index: 1;
}

section#contact .section-heading {
    color: var(--dcs-white);
}

section#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
}

section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
    padding: 1.25rem;
    border: none;
    border-radius: 6px;
}

section#contact form#contactForm .form-group input.form-control {
    height: auto;
}

section#contact form#contactForm .form-group-textarea {
    height: 100%;
}

section#contact form#contactForm .form-group-textarea textarea {
    height: 100%;
    min-height: 10rem;
}

section#contact form#contactForm p.help-block {
    margin: 0;
}

section#contact form#contactForm .form-control:focus {
    border-color: var(--dcs-accent);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
}

section#contact form#contactForm ::-webkit-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #a0aec0;
}

section#contact form#contactForm :-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #a0aec0;
}

section#contact form#contactForm ::-moz-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #a0aec0;
}

section#contact form#contactForm :-ms-input-placeholder {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #a0aec0;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* ============================================
   Newsletter Section
   ============================================ */
#newsletter {
    background: none;
    padding: 4rem 0;
}

#newsletter .form-control {
    border: none;
    border-radius: 6px;
    padding: 0.75rem 1.25rem;
}

#newsletter .form-control:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

#newsletter .btn-dark {
    background-color: var(--dcs-primary-dark);
    border-color: var(--dcs-primary-dark);
}

#newsletter .btn-dark:hover {
    background-color: var(--dcs-dark);
    border-color: var(--dcs-dark);
}

/* ============================================
   Footer
   ============================================ */
.footer {
    background-color: var(--dcs-dark);
    text-align: center;
    font-size: 0.9rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.6);
}

.footer a {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

.footer a:hover {
    color: var(--dcs-white);
}

.footer .btn-social {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--dcs-white);
    border: none;
}

.footer .btn-social:hover {
    background-color: var(--dcs-accent);
}

/* ============================================
   Utility Classes
   ============================================ */
.bg-light {
    background-color: var(--dcs-bg-light) !important;
}

.img-brand {
    height: 2.75rem;
}

/* Form Validation States */
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: var(--dcs-accent);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-item {
    animation: fadeInUp 0.5s ease-out;
}

/* ============================================
   Responsive Adjustments
   ============================================ */
@media (max-width: 767.98px) {
    .page-section {
        padding: 4rem 0;
    }
    
    .page-section h2.section-heading {
        font-size: 2rem;
    }
    
    .result-item {
        margin-bottom: 1.5rem;
    }
    
    #newsletter .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    #newsletter .col-auto {
        width: 100%;
    }
    
    #newsletter .form-control,
    #newsletter .btn {
        width: 100%;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .navbar,
    #newsletter,
    .btn {
        display: none !important;
    }
    
    .page-section {
        padding: 2rem 0;
    }
}

/* Override any remaining template colors */
.result-item {
    background: var(--dcs-white) !important;
    border: 1px solid var(--dcs-gray-lighter) !important;
}

.timeline-image {
    background-color: var(--dcs-primary) !important;
}

.team-member img {
    border: 7px solid var(--dcs-gray-lighter) !important;
}

/* Ensure no orange anywhere */
.btn-primary, .btn-xl {
    background-color: var(--dcs-primary) !important;
    border-color: var(--dcs-primary) !important;
}

.btn-primary:hover, .btn-xl:hover {
    background-color: var(--dcs-primary-dark) !important;
    border-color: var(--dcs-primary-dark) !important;
}

.team-member img {
}


/* Make KPMG-like clean look - more white space, simpler */
section.page-section {
    padding: 6rem 0;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.section-subheading {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

/* Clean up the results/portfolio section - no images */
.result-item {
    padding: 2rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.result-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.result-icon {
    font-size: 2.5rem;
    color: var(--dcs-primary);
    margin-bottom: 1rem;
}

/* Use professional hero background */

/* Navbar - ensure logo visible at top */
#mainNav {
    background-color: rgba(0, 51, 141, 0.95) !important;
}

/* Hero - very subtle blue overlay (barely there) */
header.masthead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 51, 141, 0.15);
    z-index: 0;
}

/* Contact section - dark background with image */
section#contact {
    background-color: #212529;
    background-image: url("../assets/img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
}

/* Team photo - ensure circular with proper styling */
.team-member-photo {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid rgba(0, 51, 141, 0.2);
}

.team-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Contact section - solid professional dark blue */
section#contact {
    background-color: #1a365d !important;
    background-image: none !important;
}

section#contact::before {
    display: none !important;
}

section#contact .section-heading,
section#contact h2 {
    color: #fff;
}

/* Timeline icons */
.timeline > li .timeline-image i {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
}

@media (min-width: 768px) {
    .timeline > li .timeline-image i {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .timeline > li .timeline-image i {
        font-size: 3.5rem;
    }
}

/* Ensure logo text is visible */
#mainNav .navbar-brand {
    color: #fff !important;
    font-size: 1.75rem;
    font-weight: 700;
}

/* Make sure team photo is circular */
.team-member-photo {
    border-radius: 50% !important;
    overflow: hidden !important;
}

.team-member-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

/* Fix logo visibility */
#mainNav .navbar-brand .brand-text {
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

/* Timeline images */
.timeline > li .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Hero tagline */
.masthead-tagline {
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .masthead-tagline {
        font-size: 1.5rem;
    }
}
