
/* Hero Section Styling */
.hero-icon-button-box {
    margin-top:120px;
}
.hero-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom:80px;
}
.hero-text {
    font-size: 153px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-text-mobile {
    font-size: 62px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-para {
    font-size: 28px;
    font-family: 'tn-regular';
    line-height: 140%;
}
.hero-para-mobile {
    font-size: 16px;
    font-family: 'tn-regular';
    line-height: 140%;
}
.hero-talk-btn {
    cursor: pointer;
}


/* projects section */
.tab-button{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.projects-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom:80px;
}
.service-btn {
    background: #E6E6E6;
    color: #696A6E;
    margin-left: 0px;
    font-family: 'tn-regular';
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 30px;
    border: none;
}
.service-active {
    background:#241BDC;
    color: #FFFFFF;
}
.service-btn:hover {
    background: #241BDC;
    color: #FFFFFF;
    border: none;
}

.project-arrow-icon{
    width: 56px;
    height: 56px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #404145;
    border-radius: 50%;
    padding: 16px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
.project-arrow-icon:hover{
    border: 1px solid #241BDC;
    background-color: #241BDC;
    fill: #FFFFFF;
    transform: rotate(0deg) !important;
    transition: all 0.3s ease-in-out;
}
.project-box:hover .project-arrow-icon{
    border: 1px solid #241BDC;
    background-color: #241BDC;
    fill: #FFFFFF;

}

.projects-grid-row {
    margin-top: 30px;
}
[id^="projectTexBox"] {
    margin-top: 24px;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-direction: row;
}

#projectImgBox1 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/piaza-superfast-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox2 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/dulhan-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox3 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/aliv-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox4 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/bosch-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox5 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/hi-tech-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox6 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/ranata-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox7 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/bhart-carbon-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox8 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/mp-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox9 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/swachh-bharat-mission-gramin-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox10 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/army-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox11 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/core-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox12 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/water-aid-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox13 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/sonam-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox14 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/brillio-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox15 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/pgc-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox16 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/connect-ai-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#projectImgBox17 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/audienta-ai-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}
#projectImgBox18 {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: url('../images/projects/dct-thumbnail.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

.project-title {
    font-size: 32px;
    font-family: 'tn-medium';
}
.project-text {
    font-size: 18px;
    font-family: 'tn-regular';
    line-height: 140%;
    color: #404145;
}


@media (max-width: 768px) {
    .hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    [id^="projectImgBox"] {
        border-radius: 16px;
    }
    [id^="projectTexBox"] {
        margin-top: 20px;
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .projects-grid-row {
        margin-top: 10px;
        gap: 30px;
    }
    .service-btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .project-title {
        font-size: 24px;
    }
    .other-projects-section {
        padding-top:40px;
        padding-bottom: 40px;
    }
    .projects-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .portfolio-all{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}