/* Hero Section */
.hero-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom:80px;
}
.hero-title {
    font-size: 90px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-title-mobile {
    font-size: 62px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.hero-img-row {
    margin-top: 60px;
    display: flex;
    gap: 60px;
    align-items: center;
}
.service-hero-img{
    width: 40%;
}
.hero-para {
    width: 60%;
    font-size: 24px;
    line-height: 140%;
}
.hero-para-mobile {
    margin-top: 20px;
    font-size: 18px;
    line-height: 140%;
    padding-left: 24px;
}

/* Services List Section */
.single-service-list{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.service-list{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}
.service-list-content{
    display: flex;
    gap: 20px;
    width: 55%;
}
.service-list-img{
    width: 45% !important;
}
.services-list-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom:80px;
}
.number-label {
    font-size: 24px;
    margin-top: 10px;
    font-family: 'ivy-presto-light';
}
.service-title {
    font-size: 46px;
    font-family: 'tn-medium';
}
.service-title-mobile {
    font-size: 24px;
    font-family: 'tn-medium';
}
.service-description {
    font-size: 24px;
    color: #696A6E;
    font-family: 'tn-regular';
    margin-top: 30px;
}
.service-description-mobile {
    font-size: 16px;
    color: #696A6E;
    font-family: 'tn-regular';
    margin-top: 30px;
}

/* Recent Projects Section */
.other-projects-section {
    background-color: #FFFFFF;
    border-radius:30px;
    margin-top:1px;
    padding-top:80px;
    padding-bottom: 80px;
}
.other-projects-title {
    font-size: 72px;
    font-family: 'tn-condensed-medium';
    text-transform: uppercase;
}
.other-projects-list {
    margin-top: 40px;
}

[id^="projectTexBox"] {
    margin-top: 48px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

#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%;
    ;
    margin-top: 20px;
    color: #404145;
}

.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;
}

/* Tablet view only (portrait + landscape) */
@media (max-width: 991px) {
    .service-list {
        flex-direction: column;
        gap: 30px;
    }
    .service-list-content {
        width: 100%;
    }
    .service-list-img {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .hero-section{
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .service-hero-img{
        width: 100%;
    }
    .hero-img-row {
        flex-direction: column;
        gap: 20px;
    }
    .hero-title {
        font-size: 46px;
    }
    .service-title {
        font-size: 24px;
    }
    .service-description {
        font-size: 16px;
    }
    .hero-para {
        width: 100%;
        font-size: 16px;
        line-height: 140%;
    }
    .services-list-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .single-service-list{
        gap: 30px;
    }
    .service-list{
        flex-direction: column;
        gap: 20px;
    }
    .service-list-content{
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .number-label{
        padding: 0;
        margin: 0;
    }
    .service-description{
        margin: 0;
    }
    .service-list-img{
        width: 100% !important;
    }

    [id^="projectTexBox"] {
        border-radius: 16px;
        margin-top: 20px;
        flex-direction: column;
        gap: 10px;
    }
    .other-projects-title{
        font-size: 36px;
    }
    .projects-grid-row {
        margin-top: 10px;
        gap: 30px;
    }
    .other-projects-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}