.video-container {
    display: flex;
    align-content: center;
    justify-content: center;
    min-height: 45rem;
}

.video-container video {
    width: 550px;
    height: auto;
}

.heading-with-video-content {
    display: flex;
    justify-content: space-between; 
    width: 100%;
}

.page-content, .site-header {
    animation: fade-in 1s ease forwards;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.apl-background {
    background: #fff!important;
}

.ar-work-image svg {
    position: absolute;
    left: calc(50% - 48px);
    top: calc(43% - 48px);
}
.video-fullwidth {
    width:100vw; 
    height: auto; 
    object-fit: cover;
}

/* video animation adjustments */
@media only screen and (min-width: 1600px) {
    .media-yetenekler video {
        margin-top:-3rem;
        margin-left:2rem!important;
        width: 75%!important;
    }
    .media-insanlar video {
        margin-top:-5rem;
        width: 90%!important;
    }
    .media-markalar video {
        margin-top:-5rem;
        width: 80%!important;
    }
    .media-solutions video {
        margin-top:-3rem;
        width: 85%!important;
    }
    .media-company video {
        margin-top:-3rem;
        width: 85%!important;
    }
    .media-insights video {
        margin-top:-3rem;
        width: 85%!important;
    }
    .media-cloud video {
        margin-top:-3rem;
        width: 85%!important;
    }
}

/* Insights page styles */
.insights-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    flex-wrap: unset !important;
}

.insight-card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid rgba(25, 27, 29, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

.insight-card:hover {
    border-color: rgba(25, 27, 29, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.insight-card.featured {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.insight-card.featured .insight-image {
    flex: 0 0 40%;
    border-radius: 8px;
    overflow: hidden;
}

.insight-card.featured .insight-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.insight-card.featured .insight-meta {
    flex: 1;
}

.insight-card.featured h2 {
    font-size: 2rem;
    margin: 1rem 0;
    color: #191b1d;
    transition: color 0.3s ease;
}

.insight-card.featured p {
    color: rgba(25, 27, 29, 0.6);
    font-size: 1rem;
    line-height: 1.6;
}

.insight-cat {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--graf-yellow, #fece0c);
    background: rgba(254, 206, 12, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    width: fit-content;
}

.insight-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #191b1d;
    margin: 1rem 0 0 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.insight-card:hover h2,
.insight-card:hover h3 {
    color: var(--graf-yellow, #fece0c);
}

@media only screen and (max-width: 991px) {
    .insights-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .insight-card.featured {
        flex-direction: column;
    }
    .insight-card.featured .insight-image {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .insights-wrapper {
        grid-template-columns: 1fr;
    }
}


.people-wrapper {
    display:flex; 
    flex-wrap: wrap;
}
@media only screen and (max-width: 450px) {
    .people-wrapper {
        flex-direction: column;
    }
    .video-fullwidth {
        width:100vw;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

.c-col-4 video {
    clip-path: inset(2px 2px)!important;
}

.what-we-do {
    border-left:3px solid var(--graf-yellow); 
    padding:0px 20px
}

.tech-stack-logos {
    display:grid; 
    grid-template-columns: repeat(9,  1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items:center;
    margin-bottom:2rem;
}

.tech-stack-logos svg{
    opacity:.7;
    transition: all .3s;
    
}

.tech-stack-logos svg:hover{
    opacity:1;
}

@media only screen and (max-width: 1599px) {
    .tech-stack-logos svg {
        scale:0.8;
    }
}
@media only screen and (max-width: 1199px) {
    .tech-stack-logos {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

.solutions-item {
    padding:2rem;
    transition: all .3s;
    color: rgba(25,27,29,.6)
}
.solutions-item h2 {
    transition: all .3s;
}

.solutions-item:hover h2 {
    color: var(--graf-yellow);
}

.text-wrapper h4 {
    margin-top:4rem;
}

.section-dark {
    background: #131313;
    color: #fff;
}
.section-dark * {
    color: #fff;
}
.footer-doc-links {
    display: flex;
    gap:1rem;
    margin-top: 2rem;
}
.footer-doc-links a {
        font-size: 14px;
        color: #888;
        font-weight: 300;
        line-height: 22px;
        text-decoration: underline;
        letter-spacing: 0;
}

.contact-links a {
    color: #888;
    text-decoration: underline;
    letter-spacing: 0;
}

/* Company page - More About section */
.company-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
    margin: 0;
    padding: 0;
}

.company-links-grid .company-link-box {
    flex: 1 1 calc(25% - 1.5rem);
    min-width: 200px;
    display: block;
    padding: 2rem;
    border: 1px solid rgba(25, 27, 29, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
    text-decoration: none;
    margin: 0;
    box-sizing: border-box;
}

.company-links-grid .company-link-box:hover {
    border-color: rgba(25, 27, 29, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.company-links-grid .company-link-box .serv-icon {
    margin-bottom: 1.25rem;
}

.company-links-grid .company-link-box .serv-icon i {
    font-size: 2.5rem;
    color: var(--graf-yellow, #fece0c);
    transition: all 0.3s ease;
}

.company-links-grid .company-link-box:hover .serv-icon i {
    transform: scale(1.1);
}

.company-links-grid .company-link-box .serv-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.company-links-grid .company-link-box .serv-title span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #191b1d;
    letter-spacing: -0.02em;
}

.company-links-grid .company-link-box .serv-title i {
    font-size: 1.25rem;
    color: rgba(25, 27, 29, 0.4);
    transition: all 0.3s ease;
}

.company-links-grid .company-link-box:hover .serv-title i {
    color: var(--graf-yellow, #fece0c);
    transform: translateX(4px);
}

.company-links-grid .company-link-box:hover .serv-title span {
    color: var(--graf-yellow, #fece0c);
}

.company-links-grid .company-link-box .serv-desc p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(25, 27, 29, 0.6);
    margin: 0;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .company-links-grid .company-link-box {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media only screen and (max-width: 600px) {
    .company-links-grid .company-link-box {
        flex: 1 1 100%;
    }
}

/* Careers page - Job listings */
.alioth-service-box {
    display: block;
    padding: 1.5rem 2rem;
    border: 1px solid rgba(25, 27, 29, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.alioth-service-box:hover {
    border-color: rgba(25, 27, 29, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.alioth-service-box a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.alioth-service-box .serv-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.alioth-service-box .serv-title span {
    font-size: 1.25rem;
    font-weight: 600;
    color: #191b1d;
    letter-spacing: -0.01em;
}

.alioth-service-box .serv-desc p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(25, 27, 29, 0.6);
    margin: 0;
}

.alioth-service-box:hover .serv-title span {
    color: var(--graf-yellow, #fece0c);
}

/* Team member names - white text, no underline */
.alioth-team-member .member-name a {
    color: #fff !important;
    text-decoration: none !important;
}

/* Post tags styling */
.post-tags {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.post-tags strong {
    margin-right: 10px;
    color: #191b1d;
}

.post-tag {
    display: inline-block;
    background: linear-gradient(135deg, #fece0c 0%, #f5c300 100%);
    color: #191b1d;
    padding: 5px 12px;
    margin: 4px 6px 4px 0;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-tag:hover {
    background: linear-gradient(135deg, #f5c300 0%, #e6b800 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 206, 12, 0.4);
}