/* ===================================
   Uniq Türkiye - İK Politikamız CSS (ik.css)
   =================================== */

/*** 
====================================================================
Page Title
====================================================================
***/

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: cover;
    padding: 150px 0 150px;
    min-height: 250px;
}

@media only screen and (max-width: 767px) {
.page-title {
    padding: 70px 0 60px;
}
}
/*
.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    opacity: 0.7;
    content: "";
}
*/
.page-title .title-outer {
    text-align: center;
}

.page-title .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 64px;
    color: #ffffff;
    margin-bottom: 17px;
    opacity: 0;
    transform: translateY(30px);
    animation: titleFadeInUp 1s ease 0.3s forwards;
}

@keyframes titleFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 767px) {
.page-title .title {
    font-size: 54px;
    margin-bottom: 10px;
}
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    max-width: 520px;
}

/* ===================================
   İK Policy Section Styles
   =================================== */

.ik-policy-section {
    background: #fff;
    padding: 80px 0;
}

.ik-policy-content {
    max-width: 100%;
}

.policy-intro {
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 3rem;
}

.policy-intro p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    color: #9e9e9e;
    margin: 0;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.policy-item {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.policy-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border-color: #4A7BC0;
}

.policy-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4A7BC0, #6B8FCC);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.policy-item:hover .policy-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.policy-icon i {
    font-size: 2rem;
    color: #fff;
    transition: all 0.3s ease;
}

.policy-item:hover .policy-icon i {
    transform: rotate(5deg);
}

.policy-content h3 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.policy-item:hover .policy-content h3 {
    color: #4A7BC0;
}

.policy-content p {
    font-family: 'Montserrat', sans-serif;
    color: #9e9e9e;
    font-size: 1rem;
    font-weight: 100;
    margin: 0;
}

.policy-details {
    margin-bottom: 3rem;
}

.policy-details h3 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.policy-details h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #4A7BC0, #6B8FCC);
    border-radius: 2px;
}

.detail-section {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.detail-section:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-color: #e9ecef;
}

.detail-section h4 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-section h4 i {
    color: #4A7BC0;
    font-size: 1.1rem;
}

.detail-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-section ul li {
    font-family: 'Montserrat', sans-serif;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #9e9e9e;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.6;
    border-bottom: 1px solid #f8f9fa;
}

.detail-section ul li:last-child {
    border-bottom: none;
}

.detail-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: #4A7BC0;
    font-weight: bold;
    font-size: 1.2rem;
}

.policy-commitment {
    margin-top: 3rem;
}

.commitment-box {
    background: linear-gradient(135deg, #4A7BC0, #6B8FCC);
    color: #fff;
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.3);
}

.commitment-box h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.commitment-box p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
}

.sec-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: contentFadeInUp 0.8s ease 0.5s forwards;
}

.policy-intro {
    opacity: 0;
    transform: translateY(20px);
    animation: contentFadeInUp 0.8s ease 0.7s forwards;
}

.policy-item {
    opacity: 0;
    transform: translateY(30px);
}

.policy-item:nth-child(1) {
    animation: contentFadeInUp 0.8s ease 0.9s forwards;
}

.policy-item:nth-child(2) {
    animation: contentFadeInUp 0.8s ease 1.1s forwards;
}

.policy-item:nth-child(3) {
    animation: contentFadeInUp 0.8s ease 1.3s forwards;
}

.policy-item:nth-child(4) {
    animation: contentFadeInUp 0.8s ease 1.5s forwards;
}

.policy-details h3 {
    opacity: 0;
    transform: translateY(20px);
    animation: contentFadeInUp 0.8s ease 1.7s forwards;
}

.detail-section {
    opacity: 0;
    transform: translateY(20px);
}

.detail-section:nth-of-type(1) {
    animation: contentFadeInUp 0.8s ease 1.9s forwards;
}

.detail-section:nth-of-type(2) {
    animation: contentFadeInUp 0.8s ease 2.1s forwards;
}

.detail-section:nth-of-type(3) {
    animation: contentFadeInUp 0.8s ease 2.3s forwards;
}

.detail-section:nth-of-type(4) {
    animation: contentFadeInUp 0.8s ease 2.5s forwards;
}

@keyframes contentFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   Responsive Design
   =================================== */

@media (max-width: 768px) {
    .ik-policy-section {
        padding: 60px 0;
    }
    
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .policy-item {
        padding: 1.5rem;
    }
    
    .policy-icon {
        width: 70px;
        height: 70px;
    }
    
    .policy-icon i {
        font-size: 1.8rem;
    }
    
    .policy-content h3 {
        font-size: 1.2rem;
    }
    
    .detail-section {
        padding: 1.5rem;
    }
    
    .commitment-box {
        padding: 2rem;
    }
    
    .commitment-box h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .ik-policy-section {
        padding: 40px 0;
    }
    
    .policy-intro {
        padding: 1.5rem;
    }
    
    .policy-item {
        padding: 1.25rem;
    }
    
    .policy-icon {
        width: 60px;
        height: 60px;
    }
    
    .policy-icon i {
        font-size: 1.5rem;
    }
    
    .policy-content h3 {
        font-size: 1.1rem;
    }
    
    .policy-content p {
        font-size: 0.9rem;
    }
    
    .detail-section {
        padding: 1.25rem;
    }
    
    .detail-section h4 {
        font-size: 1.1rem;
    }
    
    .commitment-box {
        padding: 1.5rem;
    }
    
    .commitment-box h3 {
        font-size: 1.3rem;
    }
    
    .commitment-box p {
        font-size: 1rem;
    }
}
