 
.new-why-chooses-area {
    position: relative;
    padding: 40px 0;
    overflow: hidden; 
    display: flex;
    align-items: center;
}

.new-why-chooses-area .section-title {
    text-align: left; 
    position: relative;
    z-index: 10;
}

.new-why-chooses-area .section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #9dc33b; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.new-why-chooses-area .section-title p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.horizontal-accordion-container {
    display: flex;
    height: 720px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 10; 
    backdrop-filter: blur(10px);
}

.accordion-panel {
    flex: 1;
    position: relative;
    transition: flex 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    min-width: 60px;
    height: 90%;
}

.accordion-panel.active {
    flex: 22;
}
.accordion-panel.active .tab-title{
    color: #9dc33b;
    font-weight: 800;
}

.accordion-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.accordion-panel:not(.active) .accordion-tab {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.accordion-panel.active .accordion-tab {
    opacity: 1;
    pointer-events: none;
    justify-content: flex-end;
    left: -20px;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.tab-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.accordion-panel:not(.active) .tab-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.tab-icon i {
    font-size: 24px;
    color: white;
}

.accordion-panel:not(.active) .tab-icon i {
    font-size: 18px;
}

.tab-content {
    color: white;
}

.tab-number {
    font-size: 3rem;
    font-weight: 700;
    opacity: 0.4;
    display: block;
    margin-bottom: 10px;
}

.accordion-panel:not(.active) .tab-number {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.tab-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-transform: uppercase;
    transform: rotate(180deg);
}

.accordion-panel:not(.active) .tab-title {
       font-size: 28px;
    margin-bottom: 5px;
    transform: rotate(180deg);
}

.tab-subtitle {
    font-size: 1rem;
    opacity: 0.8;
    margin: 0;
}

.accordion-panel:not(.active) .tab-subtitle {
    font-size: 0.8rem;
}

.accordion-details {
    position: absolute;
    top: 0;
    left: 30px;
    width: 97%;
    height: 100%; 
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    display: flex;
    align-items: center;
    border-radius: 36px;
    background: linear-gradient(0deg, #0000003d 0%, rgb(0 0 0 / 72%) 100%);
}

.accordion-panel.active .accordion-details {
    opacity: 1;
    transform: translateX(0);
}

.details-content {
    padding: 40px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
}

.details-content a 
{
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details-content p
{
   color: #d1d1d1;
}

.content-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.header-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
}

.header-icon i {
    font-size: 32px;
    color: white;
}

.header-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.experience-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.main-description {
 font-size: 1.2rem;
    line-height: 28px;
    color: #bcbcbc;
    margin-bottom: 15px;
    font-weight: 700;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 10px;
    width: 80%;
}
.features-grid.expert-sales-team {
    grid-template-columns:  1fr 1fr 1fr 1fr;
    gap: 5px;
}
 
.features-grid {
    grid-template-columns: 1fr;
    gap: 5px;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 5px;
    background: rgba(0, 123, 255, 0.05); 
    transition: all 0.3s ease;
}
.feature-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0 0 10px 0; 
}

.feature-item:hover {
    background: rgba(0, 123, 255, 0.1);
    transform: translateX(5px);
}

.feature-item i {
    color: #28a745;
    margin-right: 10px;
    font-size: 16px;
}

.feature-item span {
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
}

.details-btn {
    align-self: flex-start;
    padding: 15px 30px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    border: none;
    cursor: pointer;
}

.details-btn:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: white;
    text-decoration: none;
}

.accordion-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.7), rgba(0, 86, 179, 0.8));
    z-index: 2;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.bg-image.active {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1400px)
{
    .accordion-details { 
    width: 96%; 
}
}
@media (max-width: 1200px)

{

    .accordion-panel:not(.active) .tab-title {
    font-size: 20px; 
}

    .accordion-panel { 
    min-width: auto;
}


    .horizontal-accordion-container {
        height: 500px;
    }
    
    .header-text h2 {
        font-size: 2rem;
    }
    
    .details-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {

    .features-grid.expert-sales-team {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
    padding: 0 10px;
}


    .new-why-chooses-area {
        padding: 60px 0;
    }
    
    .new-why-chooses-area .section-title h2 {
        font-size: 2rem;
    }
    
    .horizontal-accordion-container {
        flex-direction: column;
        height: auto; 
    }
    
    .accordion-panel {
        flex: none;
        height: 80px;
        min-width: auto;
        margin: 0 0 7px 0;
    }

    .accordion-tab { 
    background: linear-gradient(90deg, #222f00 0%, rgba(0, 0, 0, 0.00) 100%); 
}
    
    .accordion-panel.active {
       min-height: 590px;
        flex: none;
        border-radius: 30px;
    }
    .accordion-panel.active .tab-title  {
        transform: rotate(270deg);
        opacity: 0;
    }
    
    .accordion-tab {
        flex-direction: row;
        justify-content: center;
        padding: 20px;
        writing-mode: initial;
        text-orientation: initial;
    }
    .accordion-panel:not(.active) .tab-title {
    font-size: 18px; 
    transform: rotate(0deg);
        width: 100%;
}

.accordion-panel:not(.active) .accordion-tab {
    writing-mode: inherit; 
}
    
    .tab-icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .tab-content {
        display: flex;
        align-items: center;
        flex: 1;
    }
    
    .tab-number {
        font-size: 1.5rem;
        margin-right: 15px;
        margin-bottom: 0;
    }
    
    .tab-title {
        font-size: 1.2rem;
        margin: 0 10px 0 0;
    }
    
    .tab-subtitle {
        font-size: 0.9rem;
    }
    
    .accordion-details {
        transform: translateY(100%);
        background: none;
    }
    
    .accordion-panel.active .accordion-details {
        transform: translateY(0);
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        left: 0px;
        top: 10px;
        border-radius: 0;
    }
    
    .content-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
                align-items: flex-start;
    }
    
    .header-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .header-text h2 {
        font-size: 1.8rem;
    }
    
    .features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }
    
    .details-content {
        padding: 20px;
        width: 100%;
    }
}

@media (max-width: 480px) {

    .accordion-panel:not(.active) .tab-title {
        font-size: 14px; 
    }

    .accordion-panel { 
        height: 50px; 
    }

    .details-content
    {
        width: 100%;
    }
    .accordion-panel.active {
        height: 350px;
    }
    
    .header-text h2 {
        font-size: 1.5rem;
    }
    
    .main-description {
        font-size: 1rem;
    }
    
    .feature-item {
        padding: 5px;
    }
    
    .details-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

      .accordion-panel.active {
        min-height: 690px;
        flex: none; 
        border-radius: 20px;
    }

   .accordion-panel.active .accordion-details {
        transform: translateY(0);
        height: auto;
    }
        .features-grid {
        grid-template-columns: 1fr; 
        width: 100%;
        margin: 0;
        gap: 0;
    }

    .features-grid.expert-sales-team {
    grid-template-columns: 1fr 1fr 1fr 1fr; 
}
.features-grid.strong-service {
    grid-template-columns: 1fr; 
}

} 