:root {
    --primary-color: #076983; 
    --primary-color-low: rgba(7, 105, 131, 0.5);
    --primary-color-dark: #054e60;

    --secondary-color: #3494ba; 
    --secondary-color-low: rgba(52, 148, 186, 0.5);
    --secondary-color-dark: #2683c6;

    --tertiary-color: #75bda7;
    --tertiary-color-low: rgba(117, 189, 167, 0.5);
    --tertiary-color-dark: #5ea98f;

    --fourth-color: #545454 ; /* Koyu Gri */
    --fourth-color-low: rgba(84, 84, 84, 0.5);
    --fourth-color-dark: #343a40;
    --fifth-color: #343a40; /* Koyu Gri */


    --bg-color: #e7e7e7;
    --bg-color-low: rgba(248, 249, 250, 0.5);
    --bg-color-dark: #e4e7eb;

    --text-dark: #373545;
    --text-dark-low: rgba(55, 53, 69, 0.7);
    --text-dark-dark: #292738;

    --text-light: #f8f9fa;
    --text-light-low: rgba(248, 249, 250, 0.7);
    --text-light-dark: #e1e4e6;

    --button-color: #076983; 
    --button-color-low: rgba(7, 105, 131, 0.5);
    --button-color-dark: #054e60;

    --card-bg: #fcfcfc;
    --card-bg-low: #f3f2f2;
    --smoothline-color: var(--bg-color);
}

.about-sec {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: var(--bg-color);
}

/* mission area */

.mission-vision {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    height: auto;
}

.mission-vision .box-area {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.mission-vision .box-area .box {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    position: relative;
    overflow: visible;
    width: calc(50% - 40px);
}

.mission-vision .box-area .box:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    
    position: absolute;
    left: 0;
    height: calc(100% - 40px);
    width: calc(51% - 40px);
}

.mission-vision .box-area .box:last-child {
    background: var(--card-bg);
    justify-content: end;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    z-index: 100;

}

.mission-vision .box-area .box .content {
    width: 90%;
}

.mission-vision .box-area .box .content h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 10px;
}

.mission-vision .box-area .box .content h2 span {
    color: var(--primary-color);
    background: var(--text-light);
    padding: 5px 10px;
    border-radius: 5px;
}

.mission-vision .box-area .box:last-child .content h2 {
    color: var(--primary-color);
}

.mission-vision .box-area .box:last-child .content h2 span {
    color: var(--text-light);
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 5px;
}

.mission-vision .box-area .box .content p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.5;
}

.mission-vision .box-area .box:last-child .content p {
    color: var(--text-dark);
}

/* mission area responsive */

@media (max-width: 1200px) {
    .mission-vision .box-area .box {
        width: calc(100% - 40px);
    }

    .mission-vision .box-area .box:first-child {
        position: static;
        clip-path: none;
        height: auto;
        width: 100%;
    }

    .mission-vision .box-area .box:last-child {
        clip-path: none;
        z-index: 1;
    }
}

@media (max-width: 992px) {
    .mission-vision .box-area {
        flex-direction: column;
        align-items: center;
    }

    .mission-vision .box-area .box {
        width: calc(95% - 20px)!important;
        justify-content: start!important;
    }

    .mission-vision .box-area .box:first-child {
        position: static;
        clip-path: none;
        height: auto;
        width: 100%;
    }

    .mission-vision .box-area .box:last-child {
        clip-path: none;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .mission-vision .box-area .box {
        width: calc(100% - 10px);
    }

    .mission-vision .box-area .box:first-child {
        position: static;
        clip-path: none;
        height: auto;
        width: 100%;
    }

    .mission-vision .box-area .box:last-child {
        clip-path: none;
        z-index: 1;
    }
}

@media (max-width: 576px) {
    .mission-vision .box-area .box {
        width: calc(100% - 5px);
    }

    .mission-vision .box-area .box:first-child {
        position: static;
        clip-path: none;
        height: auto;
        width: 100%;
    }

    .mission-vision .box-area .box:last-child {
        clip-path: none;
        z-index: 1;
    }
}






/* Timeline area */

.timeline-area {
    position: relative;
    padding: 50px 0;
    background-color: var(--bg-color);
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    overflow-x: clip;
}


.timeline-area .container {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.timeline-area .globeBox {
    width: 40vw;
    height: 40vw;
    position: absolute;
    right: -90px;
}


.timeline-area .timeline {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.timeline-area .timeline .line {
    position: absolute;
    top: -10%;
    right: 0;
    width: 2px;
    height: 115vh;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}

.timeline-area .timeline .cards {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 30px;
    margin-top: 70%;
}

.timeline-area .timeline .cards .card-item {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    padding-top: 40px;
}

.timeline-area .timeline .cards .card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.timeline-area .timeline .cards .card-item h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    padding: 5px 10px;
    padding-left: 0;
    border-radius: 5px;
}

.timeline-area .timeline .cards .card-item h3 span {
    font-size: 1.2rem;
    font-weight: 400;
    background-color: var(--primary-color);
    color: var(--text-light);
    padding: 5px 10px;
    border-radius: 5px;
}



.timeline-area .timeline .cards .card-item p {
    font-size: 1rem;
    color: var(--text-dark);
    line-height: 1.5;
    margin-top: 10px;
}


/* Timeline Responsive */

@media (max-width: 1500px) {

    .timeline-area .globeBox {
        right: 50px;
        top: 45vh;
        transform: translateY(-50%);
    }
}

@media (max-width: 950px) {

    .timeline-area .timeline .line {
        top: -5%;
        
    }

    .timeline-area .timeline .cards .card-item {
        padding: 15px;
    }

    .timeline-area .timeline .cards .card-item h3 {
        font-size: 1.3rem;
    }

    .timeline-area .timeline .cards .card-item h3 span {
        font-size: 1rem;
    }

    .timeline-area .timeline .cards .card-item p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

@media (max-width: 850px) {
    .timeline-area .container {
        grid-template-columns: 1fr;
    }

    .timeline-area .globeBox {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-area .timeline .line {
        top: -5%;
        
    }

    .timeline-area .timeline .cards {
        margin-top: 0%;
    }
}

@media (max-width: 768px) {
    .timeline-area .globeBox {
        display: none;
    }

    .timeline-area {
        min-height: auto;
        height: auto;
    }
    
    .timeline-area .timeline .cards .card-item {
        padding: 12px;
    }

    .timeline-area .timeline .cards .card-item h3 {
        font-size: 1.2rem;
    }

    .timeline-area .timeline .cards .card-item h3 span {
        font-size: 0.9rem;
    }

    .timeline-area .timeline .cards .card-item p {
        font-size: 0.8rem;
        line-height: 1.3;
    }

}

@media (max-width: 576px) {

    .timeline-area .container {
        padding: 0 10px;
        width: calc(100% - 22px);
        margin-top: -10px;
    }

    .timeline-area .timeline .line {
        background: var(--card-bg);
    }

    .timeline-area .timeline .cards .card-item {
        padding: 10px;
        width: 90%;
    }

    .timeline-area .timeline .cards .card-item h3 {
        font-size: 1.1rem;
    }

    .timeline-area .timeline .cards .card-item h3 span {
        font-size: 0.8rem;
    }

    .timeline-area .timeline .cards .card-item p {
        font-size: 0.7rem;
        line-height: 1.2;
    }
}







.about-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -250px;
    height: 50vh;
}

.about-cta .slogan-text {
    font-size: 2.3rem;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
}

.about-cta .slogan-text span {
    background: var(--card-bg);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--primary-color);
}

.about-cta .slogan-text strong {
    color: var(--primary-color);
    font-weight: 600;
}

.about-cta .cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* About CTA Responsive */

@media (max-width: 1200px) {
    .about-cta .slogan-text {
        font-size: 2rem;
    }

    .about-cta .slogan-text span {
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    .about-cta .slogan-text {
        font-size: 1.8rem;
    }

    .about-cta .slogan-text span {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .about-cta {
        margin-top: 0px;
    }

    .about-cta .slogan-text {
        font-size: 1rem;
    }

    .about-cta .slogan-text span {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .about-cta .slogan-text {
        font-size: 1.3rem;
    }

    .about-cta .slogan-text span {
        font-size: 1rem;
    }
}



/* Team Section */
.team-sec {
    width: 100%;
    position: relative;
    padding: 120px 0;
    overflow-x: clip;
    background-color: var(--bg-color);
    height: auto;
}

.team-sec .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-sec .intro {
    text-align: start;
    margin-bottom: 100px;
}

.team-sec .intro h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.team-sec .intro h2 span {
    color: var(--primary-color);
}

.team-sec .intro p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    line-height: 1.6;
    max-width: 600px;
}

.team-sec .certifications {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 120px;
    position: relative;
}

.team-sec .certifications::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, var(--primary-color-low) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
}

.team-sec .certifications .cert-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.team-sec .certifications h3 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-weight: 600;
}

.team-sec .certifications p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
}

.team-sec .cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.team-sec .cert-badge {
    background: var(--card-bg);
    padding: 12px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.team-sec .cert-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(7, 105, 131, 0.15);
    background: var(--primary-color);
}

.team-sec .cert-badge:hover i,
.team-sec .cert-badge:hover span {
    color: var(--text-light);
}

.team-sec .cert-badge i {
    font-size: 1.2rem;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.team-sec .cert-badge span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.team-sec .cert-image {
    width: 50%;
    height: 500px;
    display: flex;
    justify-content: center;
    position: relative;
}

.team-sec .cert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(7, 105, 131, 0.1);
}

/* Standartlar Bölümü */
.team-sec .standards {
    position: relative;
    padding: 80px 0;
    margin-bottom: 120px;
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
}

.team-sec .standards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color-low) 0%, transparent 70%);
    opacity: 0.1;
    z-index: 1;
}

.team-sec .standards-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
}

.team-sec .standards h3 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 40px;
    font-weight: 600;
}

.team-sec .standards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.team-sec .standard-item {
    padding: 30px;
    background: var(--bg-color);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.team-sec .standard-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(7, 105, 131, 0.1);
}

.team-sec .standard-item h4 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-sec .standard-item h4 i {
    font-size: 1.1rem;
}

.team-sec .standard-item p {
    font-size: 1rem;
    color: var(--text-dark-low);
    line-height: 1.5;
}

/* Muayene Yetkinlikleri Bölümü */
.team-sec .inspection {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 120px;
}

.team-sec .inspection-content {
    flex: 1;
}

.team-sec .inspection h3 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 30px;
    font-weight: 600;
}

.team-sec .inspection p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    line-height: 1.6;
    margin-bottom: 40px;
}

.team-sec .inspection-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.team-sec .inspection-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: var(--card-bg);
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.team-sec .inspection-item:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(7, 105, 131, 0.1);
}

.team-sec .inspection-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.team-sec .inspection-item span {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
}

/* Teknik Ekip Bölümü */
.team-sec .technical-team {
    position: relative;
    padding: 80px 0;
    background: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
}

.team-sec .technical-team::before {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-color-low) 0%, transparent 70%);
    opacity: 0.1;
    border-radius: 50%;
    z-index: 1;
}

.team-sec .team-content {
    position: relative;
    z-index: 2;
    padding: 0 60px;
    text-align: center;
}

.team-sec .team-content h3 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-weight: 600;
}

.team-sec .team-content p {
    font-size: 1.1rem;
    color: var(--text-dark-low);
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.team-sec .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.team-sec .team-member {
    padding: 30px;
    background: var(--bg-color);
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
}

.team-sec .team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(7, 105, 131, 0.1);
}

.team-sec .team-member h4 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-sec .team-member h4 i {
    font-size: 1.2rem;
    color: var(--primary-color);
}

.team-sec .team-member p {
    font-size: 1rem;
    color: var(--text-dark-low);
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .team-sec .standards-grid,
    .team-sec .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .team-sec .certifications,
    .team-sec .inspection {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .team-sec .cert-image {
        width: 100%;
        height: 300px!important;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .team-sec .cert-image img {
        max-width: 100%;
        object-position: 50% 30%;
    }

    .team-sec .standards-content,
    .team-sec .team-content {
        padding: 0 30px;
    }

    .team-sec .inspection-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .team-sec {
        padding: 50px 0;
    }

    .team-sec .intro h2 {
        font-size: 2.5rem;
    }

    .team-sec .standards-grid,
    .team-sec .team-grid {
        grid-template-columns: 1fr;
    }

    .team-sec .standards,
    .team-sec .technical-team {
        padding: 50px 0;
    }

    .team-sec .standards-content,
    .team-sec .team-content {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .team-sec .intro h2 {
        font-size: 2rem;
    }
    
    .team-sec .intro p {
        font-size: 0.9rem;
    }
    
    .team-sec .certifications h3,
    .team-sec .standards h3,
    .team-sec .inspection h3,
    .team-sec .team-content h3 {
        font-size: 1.8rem;
    }
    
    .team-sec .certifications p,
    .team-sec .inspection p,
    .team-sec .team-content p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    
    .team-sec .cert-badge {
        padding: 8px 15px;
    }
    
    .team-sec .cert-badge i {
        font-size: 1rem;
    }
    
    .team-sec .cert-badge span {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .team-sec {
        padding: 40px 0;
    }
    
    .team-sec .intro {
        margin-bottom: 50px;
    }
    
    .team-sec .intro h2 {
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    
    .team-sec .intro p {
        font-size: 0.85rem;
    }
    
    .team-sec .certifications h3,
    .team-sec .standards h3,
    .team-sec .inspection h3,
    .team-sec .team-content h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .team-sec .cert-image {
        height: 200px !important;
    }
    
    .team-sec .standards,
    .team-sec .technical-team {
        padding: 30px 0;
        margin-bottom: 50px;
    }
    
    .team-sec .standards-content,
    .team-sec .team-content {
        padding: 0 15px;
    }
    
    .team-sec .standard-item,
    .team-sec .team-member {
        padding: 20px;
    }
    
    .team-sec .standard-item h4,
    .team-sec .team-member h4 {
        font-size: 1.1rem;
    }
    
    .team-sec .standard-item p,
    .team-sec .team-member p,
    .team-sec .inspection-item span {
        font-size: 0.85rem;
    }
    
    .team-sec .inspection-item {
        padding: 10px 15px;
    }
    
    .team-sec .inspection-item i {
        font-size: 1.2rem;
    }
}

@media (max-width: 400px) {
    .team-sec .intro h2 {
        font-size: 1.5rem;
    }
    
    .team-sec .certifications h3,
    .team-sec .standards h3,
    .team-sec .inspection h3,
    .team-sec .team-content h3 {
        font-size: 1.3rem;
    }
    
    .team-sec .cert-badges {
        gap: 10px;
    }
    
    .team-sec .cert-badge {
        padding: 6px 12px;
    }
    
    .team-sec .standard-item,
    .team-sec .team-member {
        padding: 15px;
    }
    
    .team-sec .cert-image {
        height: 180px !important;
    }
}