/* Why Teams Choose Exsited Styles */
.why-teams-choose-exsited {
    padding: 154px 0 208px;
}

.why-teams-choose-exsited .container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

/* Header Styles */
.why-teams-choose-exsited .header {
    text-align: center;
    margin-bottom: 40px;
}

.why-teams-choose-exsited .header h2 {
    font-family: 'Biotif';
    font-weight: 600;
    font-size: 50px;
    line-height: 63px;
    letter-spacing: -0.02em;
    color: #0A1B2B;
    margin: 0 0 9px;
}

.why-teams-choose-exsited .header p {
    font-family: 'Biotif';
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.9);
    margin: 0;
}

/* Main Content Layout */
.why-teams-choose-exsited .main-content {
    display: flex;
    gap: 33px;
}

/* Image Section */
.why-teams-choose-exsited .image-section {
    max-width: 638px;
    flex: 1 1 46%;
}

.why-teams-choose-exsited .image-section img {
    width: 100%;
}

/* Features Section */
.why-teams-choose-exsited .features-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

/* Feature Card Wrapper */
.why-teams-choose-exsited .feature-card-wrap {
    padding: 1px;
    border-radius: 17px;
    transition: all 0.3s ease;
    background: linear-gradient(10deg, rgba(248, 114, 82, 1) 0%, rgba(255, 255, 255, 1) 30%);
    min-height: 126px;
}

/* Feature Cards */
.why-teams-choose-exsited .feature-card {
    padding: 25px 25px 25px 50px;
    display: flex;
    align-items: center;
    gap: 28px;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 100%;
}

/* Feature Icon */
.why-teams-choose-exsited .feature-icon {
    width: 40px;
    background: #f8fafc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #475569;
}

.why-teams-choose-exsited .feature-icon img {
    width: auto;
    max-width: 40px;
    min-width: 34px;
}

.why-teams-choose-exsited .feature-icon svg {
    width: 40px;
}

/* Feature Content */
.why-teams-choose-exsited .feature-content h3 {
    font-family: 'Biotif';
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: -0.01em;
    color: #243647;
    margin: 0 0 5px;
}

.why-teams-choose-exsited .feature-content p {
    font-family: 'Biotif';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.76);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .why-teams-choose-exsited .container {    }
}

@media (max-width: 1366px) {
    .why-teams-choose-exsited .container {
        padding: 0 40px;
    }
    
    .why-teams-choose-exsited .header h2 {
        font-size: 42px;
        line-height: 1.4;
    }
}

@media (max-width: 1280px) {
    .why-teams-choose-exsited {
        padding: 100px 0;
    }
    .why-teams-choose-exsited .container {
        padding: 0 30px;
    }
    .why-teams-choose-exsited .image-section {
        max-width: 50%;
    }
    .why-teams-choose-exsited .main-content {
        gap: 25px;
    }
    .why-teams-choose-exsited .feature-card {
        padding: 25px;
    }
}

@media (max-width: 1024px) {
    .why-teams-choose-exsited .container {
        padding: 0 20px;
    }

    .why-teams-choose-exsited .main-content {}

    
    .why-teams-choose-exsited .header h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .why-teams-choose-exsited .header {
        margin-bottom: 20px;
    }
    .why-teams-choose-exsited .header h2 {
        font-size: 32px;
    }
    .why-teams-choose-exsited .main-content {
        flex-wrap: wrap;
    }
    .why-teams-choose-exsited .image-section {
        max-width: unset;
        width: 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .why-teams-choose-exsited {
        padding: 60px 0;
    }
    
    .why-teams-choose-exsited .container {
        padding: 0 15px;
    }
    
    .why-teams-choose-exsited .header h2 {
        font-size: 28px;
        margin: 0;
    }
    
    .why-teams-choose-exsited .header p {
        font-size: 15px;
        line-height: 28px;
    }
    
    .why-teams-choose-exsited .main-content {
        gap: 30px;
    }

    .why-teams-choose-exsited .features-section {
        gap: 15px;
    }
    
    .why-teams-choose-exsited .image-section img {}
    
    .why-teams-choose-exsited .feature-card-wrap {
        padding: 1px;
    }
    
    .why-teams-choose-exsited .feature-card {
        padding: 15px;
        gap: 15px;
    }
    
    .why-teams-choose-exsited .feature-content h3 {
        font-size: 20px;
        line-height: 38px;
    }
    
    .why-teams-choose-exsited .feature-content p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .why-teams-choose-exsited .feature-icon {
        width: 35px;
        height: 35px;
    }
    
    .why-teams-choose-exsited .feature-icon img {
        width: auto;
        max-width: 35px;
    }
    
    .why-teams-choose-exsited .feature-icon svg {
        width: 35px;
    }
}