.section-theme,
.section-padding,
.hero-section,
section:nth-child(even),
.header-line,
.company-badge,
.ourworks-category {
    background: linear-gradient(135deg, #126fd6 0%, #063258 50%, #003c74 100%);
}

.section-theme, .section-padding, .hero-section, section:nth-child(2n), .header-line, .company-badge, .ourworks-category {
  /*background: linear-gradient(135deg, #0abf9d 0%, #065458 50%, #000000 100%);*/
  background: linear-gradient(135deg, #00846b 10%, #144084 50%, #308cb9 100%);
    background-color: rgba(0, 0, 0, 0);
}
/*
background: linear-gradient(135deg, #0abf9d 0%, #065458 50%, #004974 100%);
*/

.section-padding,
.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 120px 0;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.section-bg-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: bgAnimation 20s infinite alternate;
    z-index: 1;
}

.section-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

h2, .hero-title {
    font-size: 5rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    animation: titleAnimation 1s ease-out;
}

.section-subtitle, .hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: subtitleAnimation 1s ease-out 0.3s both;
}

.card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    color: #ffffff;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
}

.service-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    color: #ffffff;
    transition: all 0.3s ease;
}

.card:hover .service-icon {
    background: #ffffff;
    color: #126fd6;
    transform: scale(1.1);
}

.client-logo-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.client-logo-card:hover {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stats-card {
    text-align: center;
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
}

.stats-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.counter {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #126fd6;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.8);
}


.section-bg {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.section-bg h2 {
    color: #0f172a;
}

.about-header {
    text-align: center;
    margin-bottom: 60px;
}

.header-line {
    width: 100px;
    height: 4px;
    margin: 0 auto;
    border-radius: 2px;
}

.about-content {
    padding: 30px;
}

.company-badge {
    display: inline-block;
    padding: 8px 16px;
    color: white;
    border-radius: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 20px;
}

.about-highlight {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2d3748;
    padding-left: 20px;
    border-left: 4px solid #126fd6;
    font-weight: 500;
}

.about-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-image-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image-wrap:hover img {
    transform: scale(1.05);
}

.experience-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 15px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.experience-badge .years {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #126fd6;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.9rem;
    color: #4a5568;
}

.position-icon {
    font-size: 2rem;
    margin-right: 20px;
    background: #f8fafc;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.position-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 5px 0;
}

.position-info p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

.ourworks-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.ourworks-slider {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.slider-track {
    display: flex;
    animation: scroll 40s linear infinite;
    width: calc(300px * 10);
}

.slider-track:hover {
    animation-play-state: paused;
}

.ourworks-card {
    flex: 0 0 300px;
    height: 400px;
    background: white;
    margin: 0 15px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.ourworks-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.ourworks-image {
    height: 200px;
    overflow: hidden;
}

.ourworks-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.ourworks-content {
    padding: 25px;
}

.ourworks-category {
    display: inline-block;
    padding: 5px 15px;
    color: white;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.ourworks-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.ourworks-content p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.ourworks-slider::before,
.ourworks-slider::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    z-index: 2;
    pointer-events: none;
}

.ourworks-slider::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fa 0%, transparent 100%);
}

.ourworks-slider::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fa 0%, transparent 100%);
}





@media (max-width: 992px) {
    .about-content {
        padding: 15px;
        margin-bottom: 30px;
    }
    .about-image-wrap img {
        height: 300px;
    }
    h2, .hero-title {
        font-size: 4rem;
    }
    .section-subtitle, .hero-subtitle {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .section-bg {
        padding: 60px 0;
    }

    .team-item {
        margin: 0 15px 20px;
    }
    h2, .hero-title {
        font-size: 3rem;
    }
    .section-subtitle, .hero-subtitle {
        font-size: 1.1rem;
    }
    .section-padding {
        padding: 80px 0;
    }
    .card, .client-logo-card {
        padding: 1.5rem;
    }
    .section-header h2, .about-header h2 {
        font-size: 2.5rem;
    }

    .ourworks-card {
        flex: 0 0 280px;
        height: 380px;
    }

    .ourworks-slider::before,
    .ourworks-slider::after {
        width: 100px;
    }
}

@media (max-width: 576px) {
    h2, .hero-title {
        font-size: 2.5rem;
    }
}



@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-300px * 5));
    }
}

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



