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

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

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

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

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

.service-banner-content h1 {
    font-size: 56px;
    line-height: 62px;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
}

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

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

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;
    text-align: center;
}

.helped-teams-col.typical-work-col p{
    text-align: left;
}

.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.automation-challenges-section {
    padding: 80px 0;
    background: #000000;
}

.automation-challenges-wrapper h2 {
    text-align: center;
    color: var(--color-white);
    margin: 0 0 40px;
}

.automation-challenges-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin: 32px 0;
}

.automation-challenges-col {
    padding: 24px;
    border-radius: 32px;
    background: #1D1D1D;
    display: flex;
    align-items: center;
    gap: 16px;
}

.automation-challenges-col p {
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-600);
    color: var(--color-white);
}

.automation-challenges-wrapper p.subTitle {
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-400);
    color: var(--color-white);
    text-align: center;
}

/*  */

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

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

.automation-capabilities-wrapper p {
    margin: 12px 0 40px;
    text-align: center;
}

body .automation-capabilities-col.typical-work-col {
    display: flex;
    align-items: center;
    background: #F8FAFC;
    padding: 24px;
    border-radius: 10px;
    gap: 16px;
}

.automation-capabilities-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
    margin: 32px 0;
}

body .automation-capabilities-col.typical-work-col img.typical-img {
    width: 40px;
    height: 40px;
}

.automation-capabilities-col.typical-work-col h3 {
    font-size: var(--font-paragraph);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    margin: 0;
}

.automation-capabilities-wrapper span {
    text-align: center;
    font-size: var(--font-size-h5);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    display: block;
}

.automation-capabilities-wrapper .sub-title {
    text-align: center;
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    width: 100%;
    max-width: 830px;
    margin: 12px auto 40px;
}

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%;
    max-width: 950px;
    margin: 0 auto 40px;
    text-align: center;
}

.choose-codingkart-wrapper ul {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 580px;
}

.choose-codingkart-wrapper ul li {
    position: relative;
    font-size: var(--font-size-h6);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    margin: 0 0 20px;
    padding-left: 36px;
}

.choose-codingkart-wrapper ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/service-module/images/verify-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.choose-codingkart-wrapper p {
    text-align: center;
    font-size: var(--font-size-h5);
    line-height: var(--line-height-heading);
    color: var(--color-text);
}

.automation-capabilities-wrapper .button-wrapper {
    margin-top: 40px;
}

/* faq section */

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

section.faq-section h2 {
    width: 100%;
    max-width: 940px;
    color: var(--color-white);
}

.faq {
    margin-top: 40px;
}

.faq-item {
    padding: 24px;
    background: var(--color-primary-black);
    border-radius: 12px;
    margin-bottom: 20px;
}

.faq-question {
    position: relative;
    cursor: pointer;
}

.faq-question h3 {
    color: var(--color-white);
    font-size: var(--font-size-h6);
}

.faq-question::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: translateY(-50%) rotate(-135deg);
}

.faq-answer {
    display: none;
}

.faq-answer p {
    padding-top: 23px;
    color: var(--color-white);
    font-size: var(--font-paragraph);
}

/* project section */

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

.automation-projects-wrapper h2{
    text-align: center;
}

.projects {
    max-width: 800px;
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

.projects-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    margin-top: 40px;
}

.project-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
}

.project-content-wrapper {
    padding: 33px;
    background: var(--color-white);
    border-radius: 14px;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-top: 1px solid #E2E8F0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    /* transition: all 0.4s ease; */
}

.project-content-wrapper:hover {
    background: linear-gradient(180deg, #1D1D1D 0%, #09475C 100%);
    box-shadow: 0px 14px 23.9px 0px #1292BC57;
}

.project-content-wrapper:hover .project-content h3,
.project-content-wrapper:hover .project-content p {
    color: var(--color-white);
}

.project-content-wrapper:hover .project-icon img {
    filter: brightness(15);
}

.project-number {
    width: 56px;
    height: 52px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: var(--font-size-h6);
    position: relative;
}

.project-number::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 55px;
    background: #CAD5E2;
    bottom: -65px;
}

.project-item.active .project-number {
    background: #fff;
    color: #1D6881;
    font-weight: bold;
}

.project-icon {
    width: 24px;
    height: 24px;
}

.project-icon img {
    width: 100%;
    height: 100%;
    /* transition: filter 0.4s ease; */
}

.project-content h3 {
    margin: 0 0 5px;
    font-size: 18px;
    /* transition: color 0.4s ease; */
}

.project-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    /* transition: color 0.4s ease; */
}

.case-studies-section{
    background: #FFF;
}

.automation-projects-wrapper > p {
    text-align: center;
    font-size: var(--font-size-h5);
    line-height: var(--line-height-heading);
    color: var(--color-text);
    margin-top: 40px;
}