section.industries-banner-section {
    padding: 40px 0 60px;
}

.industries-banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.industries-banner-content {
    width: 59%;
    padding-right: 40px;
}

.industries-banner-image {
    width: 41%;
}

.industries-banner-image img {
    width: 100%;
    height: 100%;
    min-height: 432px;
    object-fit: cover;
    box-shadow: 0px 25px 50px -12px #00000040;
    border-radius: 16px;
}

.industries-banner-content h1 {
    font-size: 56px;
    line-height: 62px;
}

span.banner-subTitle {
    font-size: var(--font-size-h4);
    margin: 24px 0 12px;
    display: block;
}

.industries-banner-content p {
    margin: 0px 0 32px;
    font-size: var(--font-size-h6);
}

.banner-btn-wrapper {
    display: flex;
    gap: 20px;
}

section.food-beverage-section {
    padding: 80px 0;
    background: #000000;
}

.food-beverage-wrapper h2 {
    text-align: center;
    color: var(--color-white);
    margin: 0 0 12px;
}

.food-beverage-row {
    width: 100%;
    max-width: 996px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
}

.food-beverage-col {
    padding: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.food-beverage-col p {
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-600);
    color: var(--color-primary-black);
}

.food-beverage-wrapper p.subTitle {
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-400);
    color: var(--color-white);
    text-align: center;
}

section.helped-teams-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;
}

.helped-teams-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.helped-teams-wrapper h2 {
    text-align: center;
}

.helped-teams-wrapper p {
    text-align: left;
    font-size: var(--font-size-h6);
    width: 100%;
    max-width: 831px;
    margin: 12px auto 0;
}

.helped-teams-col h3 {
    margin: 14px 0 15px 0;
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-text);
}

section.core-capabilities-section {
    padding: 80px 0;
}

.core-capabilities-wrapper {
    text-align: center;
}

.core-capabilities-wrapper h2 {
    text-align: center;
}

.core-capabilities-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1216px;
    margin: 40px auto 0px;
}

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

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

.core-capabilities-wrapper>p.sub-title {
    font-size: var(--font-paragraph);
    line-height: var(--line-height-heading);
    margin: 12px 0 0px;
}

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

.core-capabilities-col ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: disc;
    padding-left: 20px;
}

.core-capabilities-col ul li {
    color: var(--color-white);
}

section.projects-run-section {
    padding: 80px 0;
}

.projects-run-wrapper h2 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.projects-run-wrapper p {
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    width: 100%;
    max-width: 830px;
    margin: 12px auto 50px;
    text-align: center;
}

.projects-run-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    position: relative;
}

.projects-run-row::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 100%;
    height: 2px;
    background: #CAD5E2;
    z-index: -2;
}

.projects-run-count {
    width: 64px;
    height: 64px;
    background: #000000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.projects-run-count span {
    font-size: var(--font-size-h6);
    color: var(--color-white);
}

.projects-run-col p {
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-primary-black);
    margin: 12px 0 0;
}

.cta-wrapper h2 {
    font-size: 56px;
    line-height: 1.2;
}

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

.cta-wrapper .button-wrapper .button-blue {
    color: var(--color-primary-blue);
    background: var(--color-white);
    font-weight: var(--font-weight-500);
}

.cta-wrapper .button-wrapper .button-white {
    color: var(--color-white);
    background: transparent;
    border-color: var(--color-white);
    font-weight: var(--font-weight-500);
}

section.ecommerce-challenges-section {
    padding: 80px 0;
}

.ecommerce-challenges-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ecommerce-challenges-col {
    width: 50%;
}

.ecommerce-challenges-col-image{
    border-radius: 24px;
}

.ecommerce-challenges-col-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.ecommerce-challenges-wrapper {
    width: 100%;
    max-width: 1196px;
    margin: 0 auto;
}

.ecommerce-challenges-wrapper h2 {
    text-align: center;
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
}

.ecommerce-challenges-wrapper p {
    text-align: center;
    margin: 12px 0 50px;
}

.ecommerce-challenges-col ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ecommerce-challenges-col ul li {
    position: relative;

    padding-left: 35px;
}

.ecommerce-challenges-col ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/industries-module/images/vector.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

section.choose-codingkart-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;
}

.choose-codingkart-wrapper h2 {
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
}

.choose-codingkart-wrapper p.sub-title {
    text-align: center;
    margin: 12px 0 40px;
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
}

.choose-codingkart-wrapper ul {
    margin: 0 auto 0px;
    width: 100%;
    max-width: 958px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        gap: 0 64px;
}

.choose-codingkart-wrapper ul li {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 447px;
}

.choose-codingkart-wrapper ul li p {
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-primary-black);
    padding: 16px 20px;
    text-align: center;
    border-radius: 6px;
    background: #FFFFFF;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
        width: 100%;
}

.choose-codingkart-wrapper ul li p::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: 1;
    transition: opacity 0.4s ease;
}