@media (max-width: 1024px) {
    .hero_section_text,
    .hero_img-container {
        margin: 0 auto;
    }
    .hero_section_text {
        text-align: center;
    }
    .hero_section_cta_wrapper {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
}

/*  hero section styles start */
.hero_section {
    background-color: var(--black);
    width: 100%;
    color: var(--white);
    margin-top: 3.75rem;
    padding-bottom: 2rem;
}
.hero_section .container {
    position: relative;
}
.hero_section_text > span {
    font-size: 0.875rem;
    line-height: 19px;
}

.hero_section_text > h1 {
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: normal;
}

.hero_section_text > h1 > br {
    display: none;
}

.fade {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.fade.visible {
    opacity: 1;
}

.hero_img-container {
    max-width: 400px;
}

.hero_img-container img {
    aspect-ratio: 1/1;
    width: 100%;
}

.hero_section_cta_wrapper > a {
    cursor: pointer;
    min-width: 10rem;
    max-width: 100%;
    text-decoration: none;
    font-size: 0.875rem;
    text-align: center;
    flex-basis: 100%;
    white-space: nowrap;
}

.hero_section .calculator-wrapper {
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    bottom: 40px;
    right: 1rem;
    border: 1px solid white;
    padding: 0.6rem;
    display: grid;
    cursor: pointer;
    place-items: center;
}

.hero_section_cta_wrapper {
    display: flex;
    gap: 20px;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.hero_section_cta_wrapper > a:first-child {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 1rem;
}

.hero_section_cta_wrapper > a:last-child {
    background-color: transparent;
    color: var(--white);
    border: 0.84px solid rgba(255, 255, 255, 0.46);
    padding: 1rem;
}
/* hero section tooltip */
.hero_section .tooltip span:nth-of-type(3) {
    text-align: center;
}
.hero_section .tooltip span:nth-of-type(3) + div {
   width: 100%;
   padding-top: 1.5rem;
}
.hero_section .tooltip span:nth-of-type(1) {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.35rem;
}
.hero_section .tooltip span:nth-of-type(2) {
    padding: 1rem 0;
}
.hero_section .tooltip div a {
    text-decoration: none;
    color: white;
    background-color: var(--primary);
    font-size: 0.875rem;
    padding: 0.5rem 0.6rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hero_section .tooltip {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 80px;
    color: black;
    padding: 1.45rem;
    border-radius: 0 1rem 0 1rem;
    background-color: #fff;
}
.hero_section .tooltip.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* hero section styles end */

/* trending insight section start */
.trending_insight-wrapper {
    background-color: var(--white);
    padding: 1rem 0;
}

.trending_insight-wrapper > div > section {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    overflow-x: auto;
}

.trending_insight-wrapper > div > section > h2 {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 24px;
}

.trending_insight-content {
    display: flex;
    flex: 1;
    gap: 1.5rem;
}

.trending_insight-content > * {
    flex: 1;
    min-width: 0;
}

.insight-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    white-space: normal;
}

.trending_insight-item {
    display: flex;
    align-items: start;
    text-decoration: none;
}

.trending_insight-item > span:first-child {
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--primary);
    border-right: 2px solid var(--black);
    padding-right: 1rem;
    padding-bottom: 1.5rem;
}

.trending_insight-item > span:last-child {
    font-size: 0.75rem;
    color: var(--black);
    padding-left: 1rem;
    line-height: 23px;
    min-width: 10rem;
}

/* icfr section */
.icfr__section {
    background-color: black;
    color: white;
    padding: 2rem 0;
}
.icfr__section br {
    display: none;
}
.icfr__section .container {
    display: flex;
    flex-direction: column;
}
.icfr__section .container h2 {
    font-weight: 300;
    font-size: 1.7rem;
}
.icfr__section .container p {
    font-weight: 300;
    font-size: 0.85rem;
    line-height: 1.84rem;
    padding-top: 1.2rem;
}
.icfr__section .container div:first-child a:hover {
    color: var(--primary);
    transition: color linear 200ms;
}
.icfr__section .container div:first-child a {
    text-decoration: none;
    transition: color linear 200ms;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: inline-block;
    padding-top: 1rem;
    color: white;
    width: 90px;
}
.icfr__section .container div:last-child {
    background: black no-repeat;
    background-position: center;
    background-size: cover;
    margin: 2rem auto 0;
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.icfr__section .container img {
    width: 100%;
    max-width: 350px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* business category section */
.business_category-wrapper {
    padding: 3rem 0;
    margin-top: 2rem;
}

.business_category-wrapper > h2 {
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    color: var(--header);
}

.business_category-filters {
    display: flex;
    align-items: center;
    justify-items: center;
    max-width: 650px;
    margin: 0 auto;
    height: 40px;
    border: 0.85px solid #d0d0d0;
    margin-top: 1.5rem;
    font-size: 0.875rem;
}

.business_category-filters > select {
    padding: 0 0.3rem;
    outline: none;
}

.business_category-filters > select,
.business_category-filters > input,
.business_category-filters > label {
    height: 100%;
    border: none;
}

.business_category-filters > select {
    padding: 0 0.3rem;
    outline: none;
}

.business_category-filters > input {
    background: transparent;
    outline: none;
    flex: 1;
    padding: 0 10px;
}

.business_category-filters > label {
    background-color: var(--primary);
    color: var(--white);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* case study section image */
.case_study-right {
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto/case-study_bd82dm.png");
}

/* industries section */
.industries_we_serve-wrapper {
    display: none;
}

.mobile_industry-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mobile_industries_items {
    height: 550px;
    display: flex;
    transition: all 0.5s ease-in-out;
}

.mobile_industries_items > div {
    height: 100%;
    color: var(--white);
    padding: 2rem 1rem;
    padding-top: 8rem;
    min-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile_industries_header {
    font-size: 1.8rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    padding: 0 1rem;
    margin-top: 3rem;
    color: var(--white);
    font-weight: 500;
}

.mobile_industries_item > p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 40px;
}

.mobile_industries_item-content p {
    font-size: 0.875rem;
    line-height: 32px;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.mobile_industries_item-content a {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--white);
}

.control_btn-wrapper {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 3rem;
}

.control_btn-wrapper > button {
    background-color: transparent;
    border: 0.2px solid var(--white);
    outline: none;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.industries_we_serve-wrapper > .container{
    position: relative;
}

.industries_slider_desktop_control_btn-wrapper{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-width: 100%;
    align-items: center;
    pointer-events: none;
    visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.industries_slider_desktop_control_btn-wrapper button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.industries_slider_desktop_control_btn-wrapper button{
    transform: translateX(-2rem);
}

.industries_slider_desktop_control_btn-wrapper button svg{
    width: 2rem;
    height: 2rem;
    fill: #ffffff;
}

/* comprehensive solution wrapper */
.solutions_wrapper {
    background-color: #f8f8f9;
    position: relative;
    overflow-x: hidden;
}

.comprehensive_solutions {
    margin-top: 52px;
    padding-bottom: 50px;
}

.request_callback-form {
    display: none;
}

.conprehensive_solution-header {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: var(--header);
    padding-top: 40px;
}

.comprehensive_solution_slider-wrapper {
    overflow-x: hidden;
}

.comprehensive_solution_slider {
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.comprehensive_solution_slider a {
    color: var(--black);
}

.comprehensive_solution_slider .card {
    border: 0.875px solid #c7c7d6;
    border-radius: 0.5rem;
    padding: 21.1px 14.55px;
    background-color: #ffffff;
    transition: all linear 0.6s;
    height: 433px;
    display: flex;
    flex-direction: column;
    min-width: 308.063px;
    flex: 1;
}

.comprehensive_solution_slider .card > section:nth-child(2) {
    margin: auto 0;
}

.comprehensive_solution_slider .card .tag {
    display: flex;
    align-items: center;
    gap: 13.69px;
}

.comprehensive_solution_slider .card .tag > span {
    height: 8.557px;
    width: 8.557px;
    border-radius: 50%;
    border: 0.856px solid #1e1d28;
}

.comprehensive_solution_slider .card .tag > p {
    padding-bottom: 0;
}

.comprehensive_solution_slider .card h5 {
    font-size: 1.719rem;
    line-height: 2.139rem;
    font-weight: 400;
    color: #1e1d28;
    padding: 1.5rem 0 1rem;
}

.comprehensive_solution_slider .card p {
    color: #54575e;
    font-size: 0.85rem;
    line-height: 1.284rem;
    padding-bottom: 3rem;
}

.comprehensive_solution_slider .card:hover {
    background-color: #1e1d28;
    transition: all ease-in-out 0.6s;
}

.comprehensive_solution_slider .card:hover p,
.comprehensive_solution_slider .card:hover h5 {
    color: var(--white);
    transition: color ease-in-out 0.5s;
}

.comprehensive_solution_slider .card:hover .tag > span {
    color: var(--white);
    border-color: var(--white);
    transition: color ease-in-out 0.5s;
}

.comprehensive_solution_slider .card:hover .discover-more__section {
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto/image_fx__18_fjp1gq");
    transition: all ease-in-out 0.6s;
}

.discover-more__section {
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    display: flex;
    font-size: 1rem;
    align-items: center;
    gap: 1rem;
    padding: 1.3rem 1rem;
    background-image: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.6s;
    min-height: 84px;
}

.discover-more__section span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #d9d9d9;
    border-radius: 50%;
    transition: all ease-in 0.4s;
    position: absolute;
    left: 10%;
    z-index: 10;
}

.discover-more__section span:nth-child(2) {
    transform: translateX(70%);
    transition: all ease-in-out 0.35s;
}

.comprehensive_solution_slider
    .card:hover
    .discover-more__section
    span:first-child {
    position: absolute;
    left: 80%;
    transition: all ease-out 0.4s;
}

.comprehensive_solution_slider
    .card:hover
    .discover-more__section
    span:nth-child(2) {
    transform: translateX(30%);
    color: white;
    transition: all ease-in-out 0.35s;
}
.comprehensive_slider-controls {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.comprehensive_slider-controls > button {
    height: 36.908px;
    width: 36.908px;
    background-color: transparent;
    border: 1px solid #797979;
    color: #797979;
    border-radius: 50%;
    fill: #797979;
    cursor: pointer;
}

/* media queries */
@media (min-width: 600px) {
    .hero_section_cta_wrapper > a {
        max-width: 19.75rem;
    }

    .hero_section_cta_wrapper {
        flex-wrap: nowrap;
    }

    .hero_section_text > span {
        font-size: 1rem;
        line-height: 19px;
    }

    .hero_section_text > h1 {
        font-size: 2.5rem;
        line-height: 60px;
    }

    .mobile_industries_header {
        font-size: 2rem;
    }

    .mobile_industries_item > p {
        font-size: 1.8rem;
    }

    .mobile_industries_item-content p {
        font-size: 1rem;
    }

    .request_callback_form-input-wrapper input,
    .request_callback_form-input-wrapper select,
    .request_callback-form textarea {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .business_category-wrapper > h2 {
        font-size: 2rem;
    }
    .business_insight-items {
        margin-top: 4rem;
    }
    /* icfr section */
    .icfr__section {
        padding: 4rem 0;
    }
    .icfr__section .container h2 {
        font-size: 2.3rem;
    }
    .icfr__section .container p {
        font-size: 0.9rem;
        line-height: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .hero_section .calculator-wrapper {
        bottom: 40px;
    }
    .hero_section {
        padding-block: 1rem;
    }
    .hero_section > div {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .hero_img-container {
        min-height: 510px;
    }
    .hero_section_text > h1 > br {
        display: block;
    }
    .hero_section_text > h1 {
        font-size: 2rem;
        line-height: 50px;
    }

    .mobile_industry-wrapper {
        display: none;
    }

    .industries_we_serve-wrapper {
        display: block;
        height: 613px;
        background-color: rgba(0, 0, 0, 1);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        color: var(--white);
        /*transition: background-image 0.8s cubic-bezier(0.25, 1, 0.5, 1);*/
        will-change: background-image;
    }

    .industries_header {
        font-weight: 300;
        font-size: 2.625rem;
        line-height: 70px;
        padding: 1.5rem 3rem;
        position: absolute;
        pointer-events: none;
        z-index: 10;
    }

    .industry_desktop_slider-container{
        overflow-x: hidden;
    }

    .industries_items {
        display: flex;
        height: 613px;
    }

    #industry_desktop_slider-container .transition{
        transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .industries_items > a > span:first-child {
        margin-top: auto;
        font-weight: 300;
        font-size: 1.875rem;
        line-height: 50px;
        margin-bottom: 1.5rem;
    }

    .industries_items > a {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 2rem 3rem;
        text-decoration: none;
        color: var(--white);
    }

    .industries_item-content {
        display: grid;
        grid-template-rows: 0fr;
        /*transition: all 0.2s linear;*/
    }

    .industries_item-content .find_out_more{
        display: block;
        margin-top: 1rem;
    }

    .active_industries_item {
        background-color: rgba(0, 0, 0, 0.49);
    }

    .active_industries_item:hover .industries_item-content,
    .active_industries_item .industries_item-content {
        grid-template-rows: 1fr;
    }

    .industries_item-content > span {
        overflow: hidden;
    }

    .item_content {
        max-width: 245px;
        font-size: 0.875rem;
        line-height: 20px;
        font-weight: 300;
    }

    .industries_item-content > span > .find_out_more {
        font-weight: 700;
        text-decoration: none;
        color: var(--white);
        font-size: 0.875rem;
        margin-top: 1.5rem;
    }

    .industries_item {
        transition: all 0.35s linear;
        min-width: 304px;
        border-right: 1px solid rgba(255,255,255,0.1);
    }

    .case_study-wrapper {
        background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto/case-study_bd82dm.png");
    }

    .industries_item:hover {
        background-color: rgba(0, 0, 0, 0.49);
    }

    .comprehensive_solutions {
        padding-bottom: 182px;
    }

    .conprehensive_solution-header {
        font-size: 2rem;
        line-height: 54.82px;
        padding-top: 5rem;
    }

    .request_callback-form {
        background-color: var(--white);
        box-shadow: 4px 5px 23px 14px #0000000d;
        padding: 42px 27px;
        position: absolute;
        border-radius: 6px;
        min-width: 400px;
        z-index: 30;
        display: block;
    }

    .request_callback-form > section {
        padding-top: 26px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .request_callback-form > p {
        font-size: 1.875rem;
        font-weight: 400;
        line-height: 54.82px;
        color: var(--header);
        padding-bottom: 8px;
    }

    .request_callback-form > span {
        font-size: 0.875;
        color: var(--header);
    }

    .request_callback_form-input-wrapper {
        display: flex;
        flex-direction: column;
    }

    .request_callback_form-input-wrapper label {
        font-size: 0.75rem;
        line-height: 24px;
        color: var(--text);
    }

    .request_callback_form-input-wrapper input,
    .request_callback_form-input-wrapper select,
    .request_callback-form textarea {
        border: none;
        outline: none;
        background-color: #f6f6f6;
        height: 35px;
        padding: 10px;
        font-size: 1rem;
    }

    .request_callback-form > section > div:nth-child(5) {
        grid-column: span 2;
    }

    .request_callback-form textarea {
        height: unset;
        resize: none;
    }

    .request_callback-form button {
        background-color: var(--primary);
        color: var(--white);
        border: none;
        width: 100%;
        grid-column: span 2;
        padding: 14.6px;
        text-align: center;
        margin-top: 26px;
        display: block;
        cursor: pointer;
    }

    .comprehensive_solution_slider,
    .comprehensive_slider-controls {
        padding-left: var(--form-width);
    }

    .comprehensive_slider-controls {
        gap: 3rem;
    }

    .comprehensive_slider-controls > button {
        height: 56.045px;
        width: 56.045px;
    }
    /* icfr section */
    .icfr__section {
        padding: 5rem 0;
    }
    .icfr__section .container br {
        display: block;
    }
    .icfr__section .container {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }
    .icfr__section .container div {
        flex: 1 0 50%;
    }
    .icfr__section .container div:last-of-type {
        flex: 1 1 50%;
    }
    .icfr__section .container div:last-of-type {
        width: 400px;
        height: 400px;
        margin: 0 auto 0 0;
        display: grid;
        place-items: center;
    }
}

@media (min-width: 1250px) {
    .hero_section {
        margin-top: 4.4rem;
    }
    .hero_section_text > span {
        font-size: 1.25rem;
        line-height: 51px;
    }
    .hero_section_text > h1 {
        font-size: 3rem;
        line-height: 80px;
    }
    .hero_section_cta_wrapper > a {
        width: 19.75rem;
    }
    .hero_img-container {
        max-width: 600px;
    }
    .trending_insight-wrapper > div > section > h2 {
        font-size: 1.5rem;
        line-height: 37.24px;
    }
    .trending_insight-item > span:last-child {
        font-size: 0.875rem;
    }

    .business_category-wrapper > h2 {
        font-size: 2.625rem;
        line-height: 54.82px;
    }

    .comprehensive_solution-header {
        font-size: 2.625rem;
        padding-top: 7.25rem;
    }
}

@media (min-width: 1400px) {
    .hero_img-container {
        max-width: 700px;
    }
    .hero_section > div {
        gap: 3rem;
    }
}
.form-error {
    color: red;
}
