/* SOLUTIONS SLIDER SECTION */

.solutions-slider-section {
    background: #ffffff !important;
    padding-top: 120px !important;
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.solutions-slider-section > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.solutions-header {
    max-width: 1600px;
    margin: 0 auto 10px;
    padding: 0 60px;
}

.solutions-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

 .solutions-header h2 { font-size: 52px;
font-weight: 800 !important  
letter-spacing: 0.5px;
}

.solutions-header p {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.view-all-link {
    color: #3cb451;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.view-all-link:hover {
    color: #ffffff;
}

/* Slider Container */
.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    gap: 30px;
    padding: 20px 60px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

/* Solution Card */
.solution-card {
    min-width: 1160px;
    max-width: 1160px;
    background: #111;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-rows: 1fr;
    height: 580px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.solutions-alt-style .solution-card {
    width: 540px !important;
    min-width: 540px !important;
    height: 500px !important;
    background: #000000 !important;
    border: 1px solid #333 !important;
    padding: 45px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 12px;
    box-sizing: border-box;
}

.solutions-alt-style .card-image {
    display: none !important;
}

.solutions-alt-style .card-title {
    color: #ffffff !important;
    font-size: 32px !important;
    margin-bottom: 20px !important;
}

.solutions-alt-style .feature-title {
    color: #ffffff !important;
    font-weight: 600;
}

.solutions-alt-style .feature-desc {
    color: #cccccc !important;
}

.solutions-alt-style .feature-item {
    margin-bottom: 20px !important;
}

.solutions-alt-style .card-footer {
    margin-top: auto !important;
}

.solutions-alt-style .feature-icon {
    width: 20px;
    height: 20px;
    background: none !important;
    border-radius: 0 !important;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-alt-style .feature-icon::before {
    content: '✔';
    color: #3cb451;
    font-size: 18px;
    font-weight: bold;
}
.card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    grid-column: 1;
    grid-row: 1;
}

.card-image img {
   
    object-position: left center;  /* ← sola sabitle */
}

.solution-card:hover .card-image img {
    transform: scale(1.1);
}

/* Card Content */
.card-content-wrapper {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-column: 2;
    grid-row: 1;
}

.card-tag {
    display: inline-block;
    color: #3cb451;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.card-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Card Features */
.card-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.feature-icon {
    width: 8px;
    height: 8px;
    background: #3cb451;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 8px;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}

.feature-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    letter-spacing: 0.2px;
}

/* Card Footer */
.card-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.learn-more-btn {
    color: #3cb451;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease, color 0.3s ease;
}

.learn-more-btn:hover {
    color: #ffffff;
    gap: 12px;
}

.learn-more-btn::after {
    content: '→';
    font-size: 16px;
}

/* Navigation Controls */
.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.slider-nav-btn {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    width: 100%;
    margin-top: 30px;
    padding-right: 80px; 
    box-sizing: border-box;
}
.slider-nav-btn:hover {
    background: #3cb451;
    border-color: #3cb451;
    transform: scale(1.1);
}
@media (max-width: 768px){
.slider-controls {
    margin-top: 20px !important;
    justify-content: flex-end !important;
    padding-right: 24px !important;
}

/* Progress Bar */
.slider-progress {
    max-width: 1400px;
    margin: 30px auto 0 !important;
    padding-bottom: 0 !important;
}

.progress-bar {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #3cb451;
    width: 0%;
    transition: width 0.3s ease;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .solutions-header {
        padding: 0 40px;
    }

   .slider-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

    .solution-card {
        min-width: 900px;
        max-width: 900px;
        grid-template-columns: 350px 1fr;
        height: 520px;
    }

    .card-content-wrapper {
        padding: 30px;
    }

    .card-title {
        font-size: 28px;
    }

  .slider-progress {
    max-width: 1400px;
    margin: 30px auto 0 !important;
    padding: 0 60px 0 60px !important;
}
}

@media (max-width: 768px) {
    .solutions-slider-section {
        padding: 40px 0 !important;
    }
}