/* Global Styles */
body {
    font-family: IBM sans, IBM Plex Sans, sans-serif;
    background-color: #FFFFFF;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    flex
}

.p { padding-right: 64px;}

.container {
    max-width: 1584px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
header {
    padding-top: 64px;
    padding-bottom: 32px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.header-text {
    flex: 3;
    padding-right: 32px;
}

h1 {
    font-size: 3.75rem;
    margin-bottom: 0px;
    font-weight: 300;
    margin-block-start: 0.0em;
    margin-block-end: 0.0em;
}

h2 {
    font-size: 1.8rem;

    margin-bottom: 20px;
    font-weight: 300;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

h3 {
    font-size: 3rem;
    margin-bottom: 0px;
    font-weight: 300;
    margin-block-start: 0.5em;
    margin-block-end: 0em;
    
}

.header-images {
    flex: 1;
    flex-direction: row;
    gap: 16px; 
    float: right;  
    height: 340px; 
}

.header-image-placeholder {
    background-color: #E8E7F0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    width: 340px;
    background-image: url(../img/hh-portrait.png);
    background-size: cover;
}

.contact-cards {
    flex: 1;
    display: list-item;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
padding: 0px;
align-items: flex-start;
gap: 32px;
align-self: stretch;
border-color: #e0e0e0;
border-style: solid;
border-width: 1px 1px 0px 1px;
list-style: none;  

}

.card {
    background-color: white;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.);
    padding: 16px;
    text-align: left;
    height: 80px;

    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0px 0px 1px 0px;    
}

.card-label {
    font-size: 0.8rem;
    color: #8D8D8D;
    margin-bottom: 5px;
}

.card-value {
    font-size: 0.9rem;
    
}

/* Company Logos */
.company-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}

.logo {
    font-size: 1.2rem;
    font-weight: 600;
    color: #666;
}


.ibm-logo {
    height: 40px;
    position: relative;
    width: auto;
}


.sp-global-logo {
    height:35px;
    position: relative;
    width: auto;
}


.amex-logo {
    height: 80px;
    position: relative;
    width: auto;
}


.sp-logo {
    height: 65px;
    position: relative;
    width: auto;
}


/* Recent Projects */
.recent-projects {
    scroll-margin-top: 64px ;
    scroll-margin-bottom: 64px ;
    
}

.project-card {
    background-color: white;
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    padding-bottom: 96px;
    padding-top: 64px;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 0px 0px 1px 0px;  
}

.project-content {
    display: flex;
    gap: 40px;
}

.project-text {
    flex: 1;
}

.project-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; 
    float: left;
    width: 80px;
    height: 80px;
    padding-right: 16px; 
}

.image-placeholder1 {
    /* background-color: #E0E0E0; */
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url(../img/ibm-cio-spt.png);
    background-size: cover;
}

.image-placeholder2 {
    /* background-color: #E0E0E0; */
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url(../img/guardium_dt.png);
    background-size: cover;
}

.image-placeholder3 {
    /* background-color: #E0E0E0; */
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url(../img/workflow-blance-access-management.png);
    background-size: cover;
}

.image-placeholder4 {
    /* background-color: #E0E0E0; */
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url(../img/sp-cap-iq-portfolio.png);
    background-size: cover;
}

.image-placeholder5 {
    /* background-color: #E0E0E0; */
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url(../img/amex_search.png);
    background-size: cover;
}

.image-placeholder6 {
   /*  background-color: #E0E0E0; */
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    background-image: url(../img/sp-ratings-gateway.png);
    background-size: cover;
}

.card-image-placeholder {
    background-color: #E0E0E0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
}

.company {
    color: #8D8D8D;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight: 300;
}

.date {
    color: #8D8D8D;
    margin-block-start: 0em;
    margin-block-end: 1em;
    font-weight: 300;
}

.results {
    display: flex;
    gap: 32px;
}

.results-header {
    margin-top: 32px;
}

.result-value {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 5px;
}

.result-description {
    
    color: #8D8D8D;
    font-weight: 300;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

/* Quote Section */
.quote-section {
    margin-top: 0px 0;
    margin-bottom: 64px;
}

.quote-card {
    background-color: white;
    border-radius: 8px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    padding-top: 32px;

}

blockquote {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.attribution {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 5px;
}

.attribution-role {
    font-size: 0.8rem;
    color: #999;
}

/* Features Section */
.features-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   /*  border-color: #e0e0e0;
    border-style: solid; */
    border-width: 1px 0px 1px 1px;
    margin-bottom: 120px
   
}

.feature-card {
    background-color: white;
    border-radius: 0px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
 /*    padding: 16px;
    border-color: #e0e0e0;
    border-style: solid; */
    border-width: 0px 1px 0px 0px;
}

.feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    margin-left: 16px;
}

.feature-link {
    color: #0066CC;
    text-decoration: none;
    font-size: 0.9rem;
}

.feature-link:hover {
    text-decoration: underline;
}

.feature-card-images {
    flex: 1;
    display: flex;
    gap: 24px; 
    width: 80px;
    height: 80px;
    padding-bottom: 16px; 
    flex-direction: column;
}

.ul li {
    padding-inline-start: -40px;
    display: content;
    
}

.li {
    padding: 0px 20px 0px 30px;
}


/* Footer Tabs */
.footer-tabs {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tab-button {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab-button.active {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .project-content {
        flex-direction: column;
    }

    .features-section {
        grid-template-columns: 1fr;
    }

    .tabs {
        flex-wrap: wrap;
    }

    .tab-button {
        flex: 1 0 33.33%;
    }}


@media (max-width: 320px) {
    .results {
        flex-direction: column;
    }}
    
         
    

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Focus styles */
:focus-visible {
    outline: 2px solid #0066CC;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    body {
        background-color: white;
    }

    .container {
        max-width: none;
    }

    .card, .project-card, .quote-card, .feature-card, .tab-card {
        box-shadow: none;
        border: 1px solid #ccc;
    }

    .image-placeholder {
        border: 1px solid #ccc;
    }

    .tab-button {
        display: none;
    }

    .tab-content {
        display: block;
    }
}
