/* TAM YAPI - Hakkımızda Sayfası Stilleri */

/* Genel Stiller */
.section-gap {
    padding: 100px 0;
}

.section-gap-bottom {
    padding-bottom: 100px;
}

.bg-light {
    background-color: #f8f9fa;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h4 {
    color: #F18A3A;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #263a4e;
}

.section-title p {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Overview Section */
.tam-overview-image {
    position: relative;
    padding: 15px;
}

.tam-overview-image .main-img {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.tam-overview-image .overlay-img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    border: 5px solid #fff;
}

.tam-overview-content p {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.8;
}

.experience-badge {
    position: absolute;
    top: 30px;
    left: -15px;
    background: #F18A3A;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.experience-badge .number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.experience-badge .text {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
}

/* VMV Section */
.tam-vmv-tabs .nav-tabs {
    border: none;
    margin-bottom: 40px;
}

.tam-vmv-tabs .nav-tabs .nav-item {
    margin: 0 15px;
}

.tam-vmv-tabs .nav-tabs .nav-link {
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    color: #263a4e;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    background: #fff;
}

.tam-vmv-tabs .nav-tabs .nav-link i {
    margin-right: 10px;
}

.tam-vmv-tabs .nav-tabs .nav-link.active,
.tam-vmv-tabs .nav-tabs .nav-link:hover {
    background: #F18A3A;
    color: #fff;
    box-shadow: 0 5px 20px rgba(241, 138, 58, 0.3);
}

.tam-vmv-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.vmv-image img {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.vmv-text h3 {
    color: #263a4e;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.vmv-text h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #F18A3A;
}

.vmv-text p {
    color: #6c757d;
    margin-bottom: 25px;
    line-height: 1.8;
}

.vmv-list li {
    display: flex;
    margin-bottom: 20px;
}

.vmv-list li i {
    color: #F18A3A;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
}

.vmv-list li div h5 {
    color: #263a4e;
    font-size: 18px;
    margin-bottom: 5px;
}

.vmv-list li div p {
    color: #6c757d;
    margin-bottom: 0;
}

.values-grid {
    margin-top: 30px;
}

.value-item {
    text-align: center;
    margin-bottom: 25px;
}

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(241, 138, 58, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #F18A3A;
    font-size: 24px;
    transition: all 0.3s ease;
}

.value-item:hover .value-icon {
    background: #F18A3A;
    color: #fff;
}

.value-item h5 {
    color: #263a4e;
    font-size: 18px;
    margin-bottom: 10px;
}

.value-item p {
    color: #6c757d;
    margin-bottom: 0;
}



/* Stats Section */
.stat-item {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.stat-icon {
    font-size: 40px;
    color: #F18A3A;
    margin-bottom: 20px;
}

.stat-counter {
    font-size: 48px;
    font-weight: 700;
    color: #263a4e;
    line-height: 1;
    margin-bottom: 15px;
}

.stat-item h4 {
    color: #6c757d;
    font-size: 18px;
    margin-bottom: 0;
}



/* CTA Section */
.cta-wrapper {
    background: linear-gradient(45deg, #263a4e, #1e2e3d);
    padding: 60px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    color: #fff;
}

.cta-wrapper h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-wrapper p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.secondary-btn {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 12px 35px;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 500;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.secondary-btn:hover {
    background: #fff;
    color: #263a4e;
}

/* Responsive */
@media (max-width: 991px) {
    .section-gap {
        padding: 70px 0;
    }
    
    .section-gap-bottom {
        padding-bottom: 70px;
    }
    
    .tam-vmv-content {
        padding: 30px;
    }
    
    .tam-overview-image .overlay-img {
        width: 40%;
        bottom: -20px;
    }
}
