.home-banner-section {
    padding: 97px 0;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/home-module/images/home-banner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

a.skip-link.screen-reader-text {
    display: none;
}

.home-banner-wrapper {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.home-banner-wrapper p {
    font-size: var(--font-size-h6);
    color: var(--color-text);
    width: 100%;
    max-width: 797px;
    margin: 24px auto 42px;
}

.banner-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* banner css end */

section.typical-work-section {
    padding: 80px 0;
    background: #F9F9F9;
}

.typical-work-wrapper h2 {
    text-align: center;
}

.typical-work-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.typical-work-col h3 {
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    margin: 40px 0 14px;
    padding-right: 20px;
}

.typical-work-col p {
    padding-right: 20px;
}

.typical-work-col {
    padding: 32px;
    border: 1px solid #0000001A;
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.typical-work-col img.hover-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.typical-work-col:hover img.hover-btn {
    opacity: 1;
}

.typical-work-col::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.4px;

    background: linear-gradient(180deg,
            #1D1D1D 0%,
            #1292BC 100%);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: opacity 0.4s ease;
}

.typical-work-col:hover::before {
    opacity: 1;
}

.typical-work-col:hover {
    box-shadow: 0px 14px 23.9px rgba(18, 146, 188, 0.14);
}

/* typical-work-section */

/* build-improve-section */

section.build-improve-section {
    padding: 80px 0;
    background: #000;
}

section.build-improve-section h2 {
    color: var(--color-white);
}

.build-improve-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.build-improve-title,
.build-improve-content {
    width: 50%;
}

.build-improve-row {
    padding-left: 70px;
    position: relative;
}

.build-improve-col {
    padding: 32px 60px 32px 32px;
    border-radius: 32px;
    margin-bottom: 6px;
    transition: transform 0.3s ease;
    z-index: 1;
    position: sticky;
    top: 10px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-between;
}


.build-improve-col img.hover-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    transform: rotate(-45deg);
}

.build-improve-col p {
    font-size: var(--font-text);
}

.build-improve-title {
    position: sticky;
    top: 10px;
    z-index: 100;
}

.build-improve-row .build-improve-col:nth-child(6) h3,
.build-improve-row .build-improve-col:nth-child(6) p,
.build-improve-row .build-improve-col:nth-child(4) h3,
.build-improve-row .build-improve-col:nth-child(4) p,
.build-improve-row .build-improve-col:nth-child(5) h3,
.build-improve-row .build-improve-col:nth-child(5) p {
    color: var(--color-white);
}

.build-improve-row .build-improve-col:nth-child(6) img.hover-btn,
.build-improve-row .build-improve-col:nth-child(4) img.hover-btn,
.build-improve-row .build-improve-col:nth-child(5) img.hover-btn {
    filter: invert(1);
}

/* industries section */

section.industries-section {
    padding: 80px 0;
    background-image: url(/wp-content/themes/hello-elementor-child/modules/home-module/images/industries-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

section.industries-section h2 {
    text-align: center;
}

.industries-col.typical-work-col {
    text-align: center;
}

.industries-wrapper {
    width: 100%;
    max-width: 1014px;
    margin: 0 auto;
}

.industries-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
    margin-top: 40px;
}

a.industries-col.typical-work-col {
    display: inline-block;
    text-align: center;
}

a.industries-col.typical-work-col h3 {
    text-align: center;
    padding: 0;
}

a.industries-col.typical-work-col p {
    text-align: center;
    padding: 0 18px;
}

/* dedicated-expert-section */

section.dedicated-expert-section {
    padding: 80px 0;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/home-module/images/industries-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.dedicated-expert-wrapper {
    text-align: center;
}

.dedicated-expert-wrapper h2 {
    text-align: center;
}

.dedicated-expert-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    max-width: 1056px;
    margin: 40px auto 40px;
}

.dedicated-expert-col {
    padding: 32px;
    border-radius: 14px;
    background: linear-gradient(180deg, #1D1D1D 0%, #09475C 100%);
    text-align: left;
}

.dedicated-expert-col h3 {
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-white);
    margin: 24px 0 32px;
}

.dedicated-expert-col p {
    font-size: var(--font-paragraph);
    line-height: var(--line-height-heading);
    color: var(--color-white);
    margin: 0px 0 29px;
}

.dedicated-expert-btn-wrapper {
    display: flex;
    gap: 2px;
}

.dedicated-expert-btn-wrapper a {
    font-size: var(--font-paragraph);
    line-height: var(--line-height-heading);
    color: var(--color-white);
}

.dedicated-expert-btn-wrapper img {
    filter: brightness(12);
}

.dedicated-expert-col:hover {
    box-shadow: 0px 14px 23.9px 0px #1292BC57;
}

/* blog-section */

section.blog-section {
    padding: 80px 0;
    background: #F9F9F9;
}

.blog-wrapper h2 {
    text-align: center;
}

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* thoughtful secrion */

.process {
    max-width: 900px;
    margin: 80px auto;
    text-align: center;
}

.process h2 {
    margin-bottom: 40px;
}

.flow-wrapper {
    position: relative;
    width: 800px;
    height: 522px;
    margin: auto;
    background: url(/wp-content/uploads/2026/01/image-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.flow-line {
    width: 100%;
    height: 100%;
    display: none;
}

.step {
    position: absolute;
    width: 488px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 13px;
}

.step span {
    font-size: 47px;
    color: #9ad3e7;
    font-weight: 600;
    margin-right: 10px;
}

.step p {
    font-size: var(--font-size-h4);
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-weight: 500;
    line-height: 100%;
}

.step-1 {
    top: 40px;
    left: 0px;

}

.step-2 {
    top: 167px;
    right: 0;
}

.step-3 {
    top: 300px;
    left: 0;

}

.step-4 {
    top: 423px;
    right: 0;

}

/*  */

section.client-testimonials-section {
    padding: 80px 0 120px;
    background: #000000;
}

.client-testimonials-wrapper {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
}

.client-testimonials-wrapper h2 {
    color: var(--color-white);
    width: 100%;
    max-width: 658px;
}

.client-testimonials-slider {
    margin-top: 40px;
}

.client-testimonials-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.client-testimonials-col {
    width: 49.5%;
}

.client-testimonials-says {
    padding: 32px 32px 70px 32px;
    background: var(--color-primary-black);
    height: -webkit-fill-available;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.client-testimonials-says h3 {
    color: var(--color-white);
    font-style: italic;
}

.client-testimonials-image {
    border-radius: 32px;
}

.client-testimonials-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 160px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 15.84%,
            rgba(29, 104, 129, 0.8) 87.13%);
    pointer-events: none;
    z-index: 1;
}

.client-testimonials-image::before {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0px 0px 20px 0px #00000040 inset;
    pointer-events: none;
    z-index: 2;
}

p.client-name,
.client-organization {
    color: var(--color-white);
}


.client-testimonials-image {
    position: relative;
    overflow: hidden;
    height: 510px;
}

.client-testimonials-image.youtube-video {
    width: 100%;
    height: auto;
    display: block;
}

.client-testimonials-image img.client-image {
    width: 100%;
    display: block;
    border-radius: 32px;
    /* height: 100%; */
    object-fit: cover;
    min-height: 510px;
}

.client-testimonials-image iframe.youtube-video {
    /* height: 500px; */
    width: 100%;
    min-height: 510px;
}

.client-info-wrapper {
    position: absolute;
    bottom: 27px;
    left: 27px;
    right: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

.pause-btn {
    display: none;
    cursor: pointer;
}

.play-btn {
    cursor: pointer;
}

.client-testimonials-slider .slick-prev:before,
.client-testimonials-slider .slick-next:before{
    display: none;
}

.client-testimonials-slider button.slick-prev.arrow-prev{
    top: -90px;
    right: 105px;
    left: unset;
}

.client-testimonials-slider button.slick-next.arrow-next {
    top: -90px;
    right: 30px;
}

body .client-testimonials-slider .slick-dots li {
    width: 18px;
    height: 11px;
    border-radius: 25px;
    background: #4F4F4F;
}

body .client-testimonials-slider .slick-dots li.slick-active {
    width: 18px;
    height: 11px;
    border-radius: 25px;
    background: var(--color-primary-blue);
}

body .client-testimonials-slider .slick-dots li button{
    padding: 0;
    width: 18px;
    height: 11px;
}

body .client-testimonials-slider .slick-dots li button:before{
    display: none;
}

body .client-testimonials-slider .slick-dots {
    position: absolute;
    bottom: -50px;
}