/* hero section */

.hero_section-wrapper {
    background-color: var(--black);
}

.hero_section {
    width: 100%;
    color: var(--white);
    margin-top: 3.75rem;
    padding-bottom: 2rem;
}

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

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

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

.hero_section_text > p {
    font-size: 0.875rem;
    color: var(--white);
    line-height: 30px;
    margin-top: 15px;
    max-width: 611px;
}

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

.hero_section_cta_wrapper {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero_section_cta_wrapper > a:first-child {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 1rem;
    display: inline-block;
    width: 100%;
}

.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;
    display: inline-block;
    width: 100%;
}

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

/* 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;
}

/* empowering business section */
.empowering_business {
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}

.empowering_business > div:first-child {
    background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto:best/v1735243040/image_fx_---2024-12-s04T110338_copy_cyadmz.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
}

.empowering_business p {
    font-size: 0.875rem;
    line-height: 24px;
    color: var(--text);
    font-weight: 300;
}

.empowering_business a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--black);
    gap: 8px;
    margin-top: 22px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    max-width: fit-content;
}

.empowering_business a::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    bottom: -2px;
    transform: scale(0);
    transform-origin: left;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.empowering_business a:hover {
    color: var(--primary);
}

.empowering_business a:hover::before {
    transform: scale(1);
}

/* consulting service section */
/*.consulting_services-section {*/
/*    background-image: url('https://res.cloudinary.com/deklnqsqn/image/upload/image_fx__15_gygh0g.png');*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: relative;*/
/*}*/

/*.consulting_services-section .overlay{*/
/*    background:linear-gradient(0deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.46) 100%);*/
/*    height: 100%;*/
/*    padding-bottom: 20px;*/
/*}*/

/*.consulting_service-left {*/
/*  position: relative;*/
/*  color: var(--white);*/
/*  padding: 30px 0;*/
/*  text-align: center;*/
/*}*/

/*.consulting_service-left > h2 {*/
/*  font-size: 1.5rem;*/
/*  padding: 0 1rem;*/
/*  line-height: 50px;*/
/*  font-weight: 400;*/
/*}*/

/*.consulting_service-item {*/
/*  background-color: var(--white);*/
/*  text-decoration: none;*/
/*  color: var(--black);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*}*/

/*.consulting_service-item > div{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap:27px;*/
/*    font-weight: 600;*/
/*    padding: 10px 24px;*/
/*}*/

/*.consulting_service-item {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 0.5rem;*/
/*  margin-bottom: 1rem;*/
/*  padding-right: 1rem;*/
/*}*/

/*.consulting_service-item >  svg {*/
/*  fill: var(--grey-text);*/
/*  transform: translateX(-20px);*/
/*  transition: all 0.2s linear;*/
/*}*/

/*.consulting_service-item:hover > span {*/
/*  text-decoration: underline;*/
/*  color: var(--primary);*/
/*}*/

/*.consulting_service-item:hover > svg {*/
/*  fill: var(--primary);*/
/*  transform: translateX(0);*/
/*}*/

/* comprehensive solutions */
.comprehensive-solutions__section:nth-of-type(odd) {
    background-color: #eff3f2;
}
.comprehensive-solutions__section > .containers div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comprehensive-solutions__section:nth-of-type(odd)
    > .containers
    div:nth-child(2),
.comprehensive-solutions__section:nth-of-type(even)
    > .containers
    div:nth-child(2) {
    padding: 1.5rem 1rem;
}
.comprehensive-solutions__section:nth-of-type(even) {
    background-color: black !important;
    color: white !important;
}
.comprehensive-solutions__section:nth-of-type(even) p {
    color: white !important;
}

.comprehensive-solutions__section:nth-of-type(even)
    > .containers
    div:nth-child(2)
    ul
    li
    a {
    color: white;
}

.comprehensive-solutions__section > .containers div:nth-child(2) h2 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 400;
}

.comprehensive-solutions__section > .containers div:nth-child(2) p {
    padding-bottom: 2rem;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.7rem;
    text-decoration: none;
    color: black;
}

.comprehensive-solutions__section > .containers div:nth-child(2) p + hr {
    width: 50%;
}

.comprehensive-solutions__section > .containers div:nth-child(2) a {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all ease-in 0.2s;
}

.comprehensive-solutions__section > .containers div:nth-child(2) ul {
    padding-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    list-style-type: none;
    font-size: 0.875rem;
}
.comprehensive-solutions__section > .containers div:nth-child(2) ul li {
    padding: 0.5rem 1.313rem;
    border: 1px solid #d0d0d0;
    transition: all linear 0.3s;
}
.comprehensive-solutions__section > .containers div:nth-child(2) ul li:hover {
    background-color: var(--primary);
    transition: all linear 0.3s;
}
.comprehensive-solutions__section > .containers div:nth-child(2) ul li a {
    color: #28241f;
    position: relative;
    text-decoration: none;
}
.comprehensive-solutions__section > .containers div:nth-child(2) ul li:hover a {
    transform: translateX(-10px);
    transition: all linear 0.3s;
}
.comprehensive-solutions__section
    > .containers
    div:nth-child(2)
    ul
    li
    a::after {
    position: absolute;
    content: ">";
    color: white;
    opacity: 0;
    right: 0;
}
.comprehensive-solutions__section
    > .containers
    div:nth-child(2)
    ul
    li:hover
    a::after {
    transform: translateX(15px);
    opacity: 1;
    transition: all linear 0.3s;
}
.comprehensive-solutions__section > .containers div:nth-child(2) ul li:hover a {
    color: white;
}

@media (min-width: 600px) {
    .hero_section {
        padding-block: 1rem;
    }
    .hero_section_cta_wrapper > a {
        max-width: 19.75rem;
        margin: 0 auto;
    }
    .hero_section_cta_wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
    }
    .hero_section_text {
        text-align: center;
    }
    .hero_section_text > p {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .hero_section_text > h1 {
        font-size: 2rem;
        line-height: 45px;
        padding-bottom: 10px;
    }
    .hero_img-container {
        max-width: 470px;
    }
    /*.consulting_service-left  h2 {*/
    /*  text-align: center;*/
    /*  font-size: 2rem;*/
    /*    padding: 30px 0;*/
    /*}*/
}

@media (min-width: 700px) {
    /* comprehensive solutions */
    .comprehensive-solutions__section .containers div {
        /* flex: 0 0 50%; */
    }
    .comprehensive-solutions__section:nth-of-type(odd) .containers {
        flex-direction: row-reverse;
    }
    .comprehensive-solutions__section > .containers div:nth-child(2) h2 {
        font-size: 1.5rem;
        padding-bottom: 1.2rem;
        font-weight: 400;
    }

    .comprehensive-solutions__section > .containers div:nth-child(2) p {
        padding-bottom: 2rem;
        font-weight: 300;
        line-height: 1.6rem;
        text-decoration: none;
        color: black;
    }
}

@media (min-width: 768px) {
    .empowering_business {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 40px 0;
    }
}

@media (min-width: 1000px) {
    /* comprehensive solution */
    .commitment-to-quality__section > div {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2.5rem;
    }
    .comprehensive-solutions__section:nth-of-type(odd) > .containers {
        flex-direction: row-reverse;
    }
    .comprehensive-solutions__section > .containers div:nth-child(2) h2 {
        font-size: 2.525rem;
    }

    .comprehensive-solutions__section > .containers div:nth-child(2) p {
        font-size: 1rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .case_study-wrapper {
        background-image: url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto:best/v1/stransact/qzetrnrxdwmvwbhd1r7r");
    }
    .hero_section {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .hero_section_text {
        text-align: left;
    }
    .hero_section_cta_wrapper {
        flex-direction: row;
        padding-bottom: 0;
        gap: 24.68px;
    }

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

    .hero_section_text > p {
        margin: 0;
        margin-bottom: 50px;
        max-width: 469px;
    }
    .hero_img-container {
        max-width: 500px;
        margin: unset;
    }

    .empowering_business {
        gap: 3rem;
    }

    .empowering_business > div:first-child {
        height: 400px;
        background-size: contain;
    }

    .empowering_business p {
        line-height: 30px;
    }

    /*.consulting service section*/
    .comprehensive-solutions__section .containers {
        display: flex;
        gap: 2rem;
    }
    .comprehensive-solutions__section:nth-of-type(odd)
        > .containers
        div:nth-child(2) {
        max-width: 640px;
        padding: 2rem 0rem 2rem 2rem;
    }

    .comprehensive-solutions__section:nth-of-type(even)
        > .containers
        div:nth-child(2) {
        max-width: 640px;
        padding: 2rem 2rem 2rem 0rem;
    }
}

@media (min-width: 1250px) {
    .hero_img-container {
        max-width: 600px;
    }
    .hero_section_text > h1 {
        font-size: 2.6rem;
        padding-bottom: 30px;
    }
    .hero_section_text > p {
        margin-bottom: 50px;
        font-size: 1rem;
    }
    .empowering_business p {
        font-size: 1rem;
    }
    .empowering_business {
        padding: 80px 0;
    }
    .comprehensive-solutions__section > .containers {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 2rem;
    }
}

@media (min-width: 1500px) {

    .comprehensive-solutions__section:nth-of-type(odd)
        > .containers
        div:nth-child(2) {
        max-width: 100%;
        padding: 4rem 0rem 4rem 0rem;
    }

    .comprehensive-solutions__section:nth-of-type(even)
        > .containers
        div:nth-child(2) {
        max-width: 100%;
        padding: 4rem 0rem 4rem 0rem;
    }
}
