:root {
    --custom-text-clr: #0f172a;
    --header-clr: linear-gradient(200deg, var(--primary), transparent);
}

.it-header{
    background: var(--header-clr);
}
.dropdown-menu {
    background-color: var(--bg-white);
}
.it-header-auth-link-btn {
    border-radius: unset;
    -webkit-border-radius: unset;
    background-color: unset;
    border: unset;
    box-shadow: unset;
    /*padding: 0 0 0 5px !important;*/
}

.nav-btn-bg{
    background-color: var(--body-color);
    border-radius: var(--bs-border-radius-pill) !important;
    color: var(--custom-text-clr);
    justify-content: center;
    padding: 0.75rem 1rem;
}

.auth-custom-btn{
    background-color: var(--body-color);
    border-radius: var(--bs-border-radius-pill) !important;
    color: var(--custom-text-clr);
    padding: 10px;
}

.it-header-auth-link-btn a {
    padding: 0.5rem 0.5rem !important;
    margin-right: 5px;
}

.it-header-auth-link-btn a::after {
    background-color: var(--custom-text-clr);
}

.dropdown-menu.language-dropdown-menu .dropdown-item.active {
    color: var(--body-bg);
    background-color: var(--display-color);
}
.dropdown-item {
    color: var(--custom-text-clr);
}

@media (min-width: 1200px) {
        .it-header-nav {
            border-radius: unset;
            background-color: unset;
            box-shadow: unset;
            border: unset;
        }
        
        .it-header {
            padding-block: 1rem;
        }
}

@media (max-width: 321px) {
        .nav-btn-bg{
            padding: 0.5rem 0.5rem;
        }
        .it-header-logo{
            max-height: 2rem;
        }
        .navbar-responsive {
    display: flex;
    flex-wrap: nowrap;
}
}

@media (max-width: 1200px) {
    .custom-gap{
        gap: .5rem !important;
    }
}

.it-banner-title{
    color: white;
}
.it-banner{
    background: linear-gradient(344deg, var(--primary), transparent);
}
.it-brand-item{
    margin: 10px;
    border-radius: 12px;
    background-color: white;
    padding: 10px;
}
.it-brand-item img{
        max-height: 100px;
}
.it-blog-single-title a{
    color: white;
}
.it-testimonial-client .content .name{
    color: white !important;
}
.it-team-single .it-team-single-thumb .name h4{
    color:white;
}
.navbar-responsive{
    display: flex;
    flex-wrap: wrap;
}

.it-how-work-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.it-how-work-step {
    display: flex;
    gap: 2rem;
    animation: fadeInUp 0.6s ease-out backwards;
}

.it-how-work-step:nth-child(1) { animation-delay: 0.1s; }
.it-how-work-step:nth-child(2) { animation-delay: 0.2s; }
.it-how-work-step:nth-child(3) { animation-delay: 0.3s; }
.it-how-work-step:nth-child(4) { animation-delay: 0.4s; }

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

.it-how-work-step-number {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.step-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.it-how-work-step:hover .step-circle {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.4);
}

.step-connector {
    width: 3px;
    flex: 1;
    background: linear-gradient(180deg, rgba(102, 126, 234, 0.3) 0%, transparent 100%);
    margin-top: 0.5rem;
}

.it-how-work-step-body {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 12px;
    background: rgba(102, 126, 234, 0.05);
    border-left: 3px solid #667eea;
    flex: 1;
    transition: all 0.3s ease;
}

.it-how-work-step:hover .it-how-work-step-body {
    background: rgba(102, 126, 234, 0.1);
    transform: translateX(8px);
}

.step-icon-wrapper {
    display: flex;
    align-items: flex-start;
    min-width: 50px;
    font-size: 2rem;
    color: #667eea;
}

.step-content {
    flex: 1;
    padding-top: 0.25rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
}

.step-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
    .it-how-work-step {
        gap: 1rem;
    }

    .step-circle {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }

    .it-how-work-step-body {
        padding: 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .step-title {
        font-size: 1.1rem;
    }

    .step-description {
        font-size: 0.9rem;
    }
}

.it-single-roadmap {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.it-single-roadmap:hover {
    transform: translateX(8px);
}

.it-single-roadmap:hover > div:last-child {
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(30, 41, 59, 0.8);
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.15);
}

@media (max-width: 768px) {
    .it-single-roadmap {
        gap: 20px;
    }

    .it-single-roadmap > div:last-child {
        padding: 20px !important;
    }

    .it-single-roadmap h5 {
        font-size: 18px !important;
    }
}

.it-footer-card,.it-footer-bottom-card{
    background-color: unset;
}
.it-feature-timeline {
        display: grid;
        gap: 4rem;
        position: relative;
    }

    .it-feature-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
        animation: slideInUp 0.8s ease-out backwards;
    }

    .it-feature-item:nth-child(even) {
        direction: rtl;
    }

    .it-feature-item:nth-child(even) > * {
        direction: ltr;
    }

    .it-feature-item:nth-child(1) { animation-delay: 0.1s; }
    .it-feature-item:nth-child(2) { animation-delay: 0.2s; }
    .it-feature-item:nth-child(3) { animation-delay: 0.3s; }
    .it-feature-item:nth-child(4) { animation-delay: 0.4s; }
    .it-feature-item:nth-child(5) { animation-delay: 0.5s; }
    .it-feature-item:nth-child(6) { animation-delay: 0.6s; }

    .it-feature-item-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
    }

    .it-feature-item:hover .it-feature-item-content {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.2);
        transform: translateY(-4px);
    }

    .it-feature-item-icon {
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        height: 60px;
    }

    .it-feature-item-text h5 {
        font-size: 1.5rem;
        margin: 0;
        font-weight: 700;
    }

    .it-feature-item-text p {
        font-size: 1rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
    }

    .it-feature-item-image {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        animation: imageZoom 0.8s ease-out backwards;
    }

    .it-feature-item:nth-child(1) .it-feature-item-image { animation-delay: 0.3s; }
    .it-feature-item:nth-child(2) .it-feature-item-image { animation-delay: 0.4s; }
    .it-feature-item:nth-child(3) .it-feature-item-image { animation-delay: 0.5s; }
    .it-feature-item:nth-child(4) .it-feature-item-image { animation-delay: 0.6s; }
    .it-feature-item:nth-child(5) .it-feature-item-image { animation-delay: 0.7s; }
    .it-feature-item:nth-child(6) .it-feature-item-image { animation-delay: 0.8s; }

    .it-feature-item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .it-feature-item:hover .it-feature-item-image img {
        transform: scale(1.05);
    }

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

    @keyframes imageZoom {
        from {
            opacity: 0;
            transform: scale(0.95);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @media (max-width: 768px) {
        .it-feature-item {
            grid-template-columns: 1fr;
        }

        .it-feature-item:nth-child(even) {
            direction: ltr;
        }

        .it-feature-item-content {
            padding: 1.5rem;
        }

        .it-feature-item-text h5 {
            font-size: 1.25rem;
        }
    }
    
     .it-team-single-thumb img {
    width: 150px; /* adjust as needed */
    height: 150px; 
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto; /* center image */
    }
    .it-team-single-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.it-team-single-thumb::before {
    background: transparent;
}
.it-team-single-content {
    margin-top: 0.75rem;
    padding-inline-start: 1.25rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.it-team-single-thumb .name {
    left:unset;
}
.it-why-choose-wrapper-img {
    background: transparent !important;
}
.it-why-choose-wrapper-img img{
    width: 150px !important;
    height: 150px !important;
}