.team-section {
    padding: 80px 0;
}

.team-wrapper {
    width: 100%;
    max-width: 1007px;
    margin: 0 auto;
}

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

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

.team-row img {
    width: 100%;
    height: 100%;
}

section.banner-title-section {
    padding: 80px 0;
    background-image: url("/wp-content/themes/hello-elementor-child/modules/about-page/images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

section.banner-section {
    padding: 40px 0 60px;
    background: #F9F9F9;
}

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

.banner-col {
    width: 48%;
}

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

.banner-col.banner-content h2 {
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-heading);
}

.banner-col.banner-content p {
    margin: 24px 0 0;
    font-size: var(--font-size-h6);
    line-height: var(--line-height-text);
}

.banner-card-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 24px;
}

.banner-card-col {
    padding: 12px 20px;
    border: 1px solid #0000001A;
    border-radius: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: fit-content;
    box-shadow: 0px 8px 7px 0px #0000000D;
}

.banner-col.banner-content .banner-card-col p {
    margin: 0;
    font-size: var(--font-paragraph);
}

.banner-card-col p span {
    color: #000000;
    margin-right: 8px;
    font-weight: var(--font-weight-600);
}

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

section.choose-codingkart-section h2 {
    text-align: center;
}

.choose-codingkart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px 48px;
    margin-top: 40px;
}

.choose-codingkart-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 48px;
    margin: 40px 0 0;
}

.choose-codingkart-col {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.choose-codingkart-number {
    background: #1D1D1D;
    border-radius: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-codingkart-number span {
    color: var(--color-white);
    font-size: var(--font-size-h6);
   
}

.choose-codingkart-content {
    width: calc(100% - 82px);
}

.choose-codingkart-content h3 {
    font-size: var(--font-size-h6);
     font-weight: var(--font-weight-600);
    margin: 0 0 12px;
    display: flex;
}

.choose-codingkart-content h3 img {
    margin: 0 12px 0 0;
}

.counter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.counter-row .counter-col {
    padding: 32px;
    background: linear-gradient(180deg, #1D1D1D 0%, #09475C 100%);
    border-radius: 14px;
    width: 100%;
    height: -webkit-fill-available;
}

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

.counter-section {
    padding: 0 0 80px;
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
}

.counter-row .counter-col h2 {
    margin: 0 0 14px;
    color: var(--color-white);
}

.counter-row .counter-col p {
    color: var(--color-white);
}

section.founder-section {
    padding: 40px 0 60px;
    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;
}

.founder-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
}

.founder-image img.founder-thumb {
    box-shadow: 0px 23.09px 46.18px -11.08px #00000040;
    border-radius: 14px;
    background: #FFFFFF00;
    width: 100%;
}

.founder-image {
    position: relative;
}

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

.founder-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    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;
    border-radius: 0 0 14px 14px;
}

.founder-info h2 {
    font-size: var(--font-size-h3);
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 4px;
}

.founder-info p.founder{
    font-style: italic;
    margin: 0 0 24px;
}

.founder-info p {
    font-size: var(--font-size-h6);
}

.founder-info {
    padding-right: 105px;
}

.founder-image{
    width: 100%;
    max-width: 384px;
}

.founder-info{
    width: 100%;
    max-width: calc( 100% - 384px);
}

.founder-image iframe.youtube-video {
    width: 100%;
    height: 430px;
    border-radius: 14px;
}