.tech-icon-section {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0px;
    justify-content: center !important;
    width: 100% !important;
}
.tech-icon-row {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}
.mb-20 { margin-bottom: 20px !important; }
.tech-icon {
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative;
}
.tech-icon:hover {
    transform: translateY(-12px) scale(1.08) !important;
    z-index: 10;
}
.tech-icon:focus, .tech-icon:active {
    outline: none !important;
    border: none !important;
}
.custom-icon {
    border-radius: 50% !important;
    border: 5px solid #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3) !important;
    background: #fff;
    position: relative;
    width: 85px !important;
    height: 85px !important;
}
.custom-icon img {
    width: 60% !important;
    height: 60% !important;
    object-fit: contain !important;
    transition: all 0.3s ease;
}
.icon-white {
    filter: brightness(0) invert(1) !important;
}

/* Premium Gradients matching the user image */
.bg-python { background: linear-gradient(135deg, #3776ab, #1e4b7a) !important; }
.bg-laravel { background: linear-gradient(135deg, #ff2d20, #b12018) !important; }
.bg-codeigniter { background: linear-gradient(135deg, #ee4323, #a12b18) !important; }
.bg-angular { background: linear-gradient(135deg, #dd0031, #a6120d) !important; }
.bg-react { background: linear-gradient(135deg, #61dafb, #0099cc) !important; }
.bg-vue { background: linear-gradient(135deg, #42b883, #35495e) !important; }
.bg-node { background: linear-gradient(135deg, #339933, #1a4d1a) !important; }
.bg-wordpress { background: linear-gradient(135deg, #21759b, #135e82) !important; }
.bg-shopify { background: linear-gradient(135deg, #95bf47, #5e8e3e) !important; }
.bg-flutter { background: linear-gradient(135deg, #02539a, #013b6d) !important; }
.bg-reactnative { background: linear-gradient(135deg, #61dafb, #0099cc) !important; }
.bg-next { background: linear-gradient(135deg, #000000, #333333) !important; }
.bg-android { background: linear-gradient(135deg, #3DDC84, #28a745) !important; }
.bg-ios { background: linear-gradient(135deg, #333333, #000000) !important; }
.bg-uxui { background: linear-gradient(135deg, #FF7262, #A259FF) !important; }

/* Smaller icons for Hire Expert Developers section */
.custom-icon.custom-icon-small {
    width: 80px !important;
    height: 80px !important;
    border-width: 3px !important;
}

/* Hire Dedicated Developers Section Styles */

.hire-dedicated-developers-section {
    padding: 60px 0;
    background-color: #fff;
    /* Match general theme background */
    font-family: 'Poppins', sans-serif;
    /* Consistently use Poppins if available, or fallback */
}

/* .hire-dedicated-developers-section .container uses global styles */

.hire-dedicated-developers-section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hire-dedicated-developers-section .left-content {
    padding-right: 30px;
}

.hire-dedicated-developers-section .sub-heading {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

.hire-dedicated-developers-section .main-heading {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.hire-dedicated-developers-section .highlight-green {
    color: #007a99;
    /* Green from the reference image */
}

.hire-dedicated-developers-section .description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: justify !important;
    font-family: "Open Sans" !important;
    margin-left: 0px !important;
}

.hire-dedicated-developers-section .btn-get-team {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #2a7ea2;
    color: #2a7ea2;
    background-color: #f0fff0;
    /* Very light green background */
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hire-dedicated-developers-section .btn-get-team:hover {
    background-color: #2a7ea2;
    color: #fff;
}

/* Right Content - Collage */
.hire-dedicated-developers-section .right-content {
    position: relative;
    text-align: center;
}

.hire-dedicated-developers-section .collage-img {
    max-width: 100%;
    height: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hire-dedicated-developers-section .row {
        flex-direction: column;
    }

    .hire-dedicated-developers-section .left-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .hire-dedicated-developers-section .description {
        text-align: center;
    }
}

/* Technologies We Work With Section */
.tech-we-work-with {
    padding: 50px 0;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.tech-we-work-with-heading {
    text-align: center;
    margin-bottom: 50px;
}

.tech-we-work-with-heading h2 {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.tech-we-work-with-heading p {
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

/* Tabs Navigation */
.tech-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
    padding: 0;
    list-style: none;
}

.tech-tab-btn {
    background-color: #dae4eb;
    /* Light grey/blue from image */
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
}

.tech-tab-btn:hover {
    background-color: #c0d1de;
}

.tech-tab-btn.active {
    background-color: #1a5b82;
    /* Primary Blue */
    color: #fff;
}

/* Tab Content */
.tech-tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tech-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tech-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.tech-info-side {
    flex: 0 0 40%;
    max-width: 40%;
}

.tech-info-side h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.tech-info-side p {
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

.tech-logos-side {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

.tech-logo-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.tech-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #1a5b82;
}

.tech-logo-card img {
    height: 60px;
    width: auto;
    /* Maintain aspect ratio */
    max-width: 100%;
    margin-bottom: 15px;
    object-fit: contain;
}

.tech-logo-card span {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .tech-content-wrapper {
        flex-direction: column;
    }

    .tech-info-side {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .tech-logos-side {
        width: 100%;
    }
}

/* Engineering Digital Intelligence Section */
.eng-digital-section {
    padding: 50px 0;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #333;
    overflow: hidden;
    /* Ensure arch doesn't overflow if negative positioned */
}

.eng-header {
    margin-bottom: 50px;
}

.eng-header .row {
    display: flex;
    align-items: center;
    /* Center align title and description vertically */
}

.eng-label {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.5px;
}

.eng-header h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #2b2b2b;
    max-width: 100%;
    margin-top: 0;
}

.eng-description {
    font-size: 18px;
    /* Slightly larger text */
    line-height: 1.7;
    color: #555;
    padding-left: 40px;
    /* More space from line */
    border-left: 1px solid #ddd;
    /* Thinner line */
    font-weight: 400;
}

.eng-description p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(43, 43, 43, var(--tw-text-opacity));
    font-weight: 600;
}

/* Stats Grid */
.eng-stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centered main structure */
    gap: 0;
    /* Control gap manually via padding/margin */
    max-width: 1200px;
    margin: 0 auto;
}

.eng-stat-col {
    flex: 1;
    text-align: center;
}

.eng-stat-col.left-stats {
    text-align: right;
    /* Aligned towards image */
    padding-right: 40px;
}

.eng-stat-col.right-stats {
    text-align: left;
    /* Aligned towards image */
    padding-left: 80px;
}

.eng-stat-col.visual-col {
    flex: 0 0 400px;
    /* Fixed width for the central visual */
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.stat-item {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}

/* Specific alignment for left/right columns */
.left-stats .stat-item {
    align-items: flex-end;
}

.right-stats .stat-item {
    align-items: flex-start;
}


.stat-number {
    display: block;
    font-size: 56px;
    /* Bigger stats */
    font-weight: 800;
    /* Gradient closer to reference (Purple/Blue/Pinkish hint) */
    background: linear-gradient(135deg, #2980b9 0%, #3ab1ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.stat-desc {
    font-size: 16px;
    color: #444;
    line-height: 1.4;
    font-weight: 600;
}

/* Visual with Yellow Arch */
.team-visual-container {
    position: relative;
    width: 380px;
    height: 480px;
    /* Taller */
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-arch-bg {
    position: absolute;
    top: 0;
    left: 0px;
    width: 180px;
    height: 260px;
    background-color: #ffc107;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    z-index: 1;
}

.team-img-placeholder {
    position: relative;
    width: 380px;
    height: 350px;
    background-color: #e0e0e0;
    background-image: url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80);
    background-size: cover;
    background-position: center;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    left: 35px;
    top: -25px;
}

/* Responsive */
@media (max-width: 991px) {
    .eng-header .row {
        flex-direction: column;
    }

    .eng-header h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .eng-description {
        margin-top: 20px;
        padding-left: 15px;
        border-left: 3px solid #ddd;
    }

    .eng-stats-grid {
        flex-direction: column;
    }

    .eng-stat-col.left-stats,
    .eng-stat-col.right-stats {
        text-align: center;
        padding: 0;
    }

    .left-stats .stat-item,
    .right-stats .stat-item {
        align-items: center;
    }

    .eng-stat-col.visual-col {
        margin: 40px 0;
        flex: 0 0 auto;
        width: 100%;
    }

    .team-visual-container {
        width: 100%;
        max-width: 350px;
        height: 400px;
    }

    .yellow-arch-bg {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }

    .team-img-placeholder {
        width: 90%;
    }
}

/* Empower Your Business Section */
.empower-business-section {
    padding: 20px 0;
    background-color: #f8fbff;
    font-family: 'Poppins', sans-serif;
}

.empower-heading-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.empower-heading-wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 20px;
}

.empower-separator {
    display: flex;
    justify-content: center;
    align-items: center;
}

.empower-separator-line {
    width: 50px;
    height: 3px;
    background-color: #3ab1ff;
    border-radius: 2px;
}

.empower-separator-dot {
    width: 6px;
    height: 6px;
    background-color: #3ab1ff;
    border-radius: 50%;
    margin: 0 5px;
}

.empower-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.empower-card {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
}

.card-icon-wrapper {
    width: 120px;
    height: 120px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.card-icon-wrapper i,
.card-icon-wrapper img {
    font-size: 48px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    color: #3ab1ff;
    transition: all 0.3s ease;
}

.empower-card:hover .card-icon-wrapper i {
    color: #3ab1ff;
    /* Maintain color on hover for FontAwesome fallback */
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #007a99;
    margin: 0;
    line-height: 1.4;
}

.card-title a{
    color: #007a99 !important;
}

/* Responsive */
@media (max-width: 991px) {
    .empower-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .empower-card {
        padding: 40px 20px;
        min-height: auto;
    }

    .empower-heading-wrapper h3 {
        font-size: 28px;
    }
}

.ey_textdesc {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Our Business Models Section */
.business-models-section {
    padding: 50px 0;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

.business-models-section .section-title-wrapper h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 50px;
}

.business-models-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.model-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2f7;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.model-card:hover {
    transform: translateY(-5px);
}

.model-header {
    background-color: #2980b9;
    padding: 25px 20px;
    text-align: center;
}

.model-header h4 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.model-body {
    padding: 20px 20px;
    flex-grow: 1;
}

.model-info-item {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.model-info-item:last-child {
    border-bottom: none;
}

.info-label {
    display: block;
    font-size: 16px;
    color: #747474;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-value {
    display: block;
    font-size: 18px;
    color: #9d9d9d;
    font-weight: 500;
}

/* Why Hire From India Section */
.why-hire-india-section {
    background-color: #f8fbff;
    border-top: 1px solid lightgray !important;
    margin-bottom: 80px;
}

.why-hire-india-section .section-title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.why-hire-india-section .section-title-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 15px;
    margin-top: 20px;
}

.highlight-india {
    color: #2980b9;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.why-hire-india-section .section-title-wrapper p {
    font-size: 18px;
    color: #666;
    text-align: center;
}

.india-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #edf2f7;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #2980b9;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.benefit-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 15px;
    color: #777;
    margin: 0;
    line-height: 1.5;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 991px) {

    .business-models-grid,
    .india-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .business-models-grid,
    .india-benefits-grid {
        grid-template-columns: 1fr;
    }

    .business-models-section .section-title-wrapper h2,
    .why-hire-india-section .section-title-wrapper h2 {
        font-size: 26px;
    }
}

.custom_service_img{
    width: 45px;
}
.tech-with-name{
    text-align: -webkit-center !important;
    margin-top: 0px !important;
    height:120px !important;
}
.white-area{
    padding-top: 10px !important;
}
.high-tech-area{
    left: 33px !important;
}
.first_hed_section,
.second_hed_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 boxes per row */
    width: 80% !important;
    position: relative !important;
    left: 9% !important;
}
.second-icon-with-time{
    margin-left: auto !important;
    margin-right: auto !important;

}
.second-icon-with-time img{
    width: 60px !important;
}

h1.tech-sec-title {
    font-weight: 500;
}

h1.script-feature-title {
    margin-top: 30px;
}

.card.script-feature-card {
    box-shadow: none;
}

.event-login-detail {
    width: 76% !important;

}

.inventory-login-detail {
    width: 78% !important;
}

.project-section {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: hsl(0, 0%, 100%);
}

.project-section.bg-grey {
    background-color: hsl(0, 0%, 96%);
}

.project-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.project-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    text-align: center;
    flex: 0 0 calc(20% - 20px);
    min-width: 150px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.grid-4-col .project-item {
    flex: 0 0 calc(25% - 20px);
}

.grid-5-col .project-item {
    flex: 0 0 calc(20% - 20px);
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: hsl(198, 63%, 37%);
}

.project-item i {
    font-size: 40px;
    color: hsl(198, 63%, 37%);
    margin-bottom: 20px;
    display: block;
}

.project-item h3 {
    font-size: 16px;
    color: #333;
    font-family: Aileron-Bold;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .project-item {
        flex: 0 0 calc(33.33% - 20px);
    }
}

@media (max-width: 767px) {
    .project-item {
        flex: 0 0 calc(50% - 20px);
    }
}

.box_iconimg{
    width: 60px;
    padding-bottom: 10px;
}

.aboutbg{
    margin-top: 70px !important;
    margin-bottom: 40px !important;
}

.one-partner{
    margin-top: 40px;
    margin-bottom: 20px;
}