/*paints ai for home remodeling page css starts here*/


@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Italic.woff') format('woff'),
        url('./fonts/PlusJakartaSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Bold.woff') format('woff'),
        url('./fonts/PlusJakartaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-ExtraBold.woff') format('woff'),
        url('./fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Light.woff') format('woff'),
        url('./fonts/PlusJakartaSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-SemiBold.woff') format('woff'),
        url('./fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Medium.woff') format('woff'),
        url('./fonts/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('./fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('./fonts/PlusJakartaSans-Regular.woff') format('woff'),
        url('./fonts/PlusJakartaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-paintsai-regular: "Plus Jakarta Sans", sans-serif;
    --font-paintsai-light: "Plus Jakarta Sans", sans-serif;
    --font-paintsai-medium: "Plus Jakarta Sans", sans-serif;
    --font-paintsai-extrabold: "Plus Jakarta Sans", sans-serif;
    --font-paintsai-semibold: "Plus Jakarta Sans", sans-serif;
    --font-paintsai-bold: "Plus Jakarta Sans", sans-serif;
    --paintsai-primary-color: #222222;
    --paintsai-sky-color: #14B4CC;
    --paintsai-blue-color: #0081CA;
    --paintsai-text-white: #fff;
    --paintsai-text-black: #000000;
    --paintsai-lightwhite-color: #FAFAFA;
    --border-primary: 1.3px solid rgba(34, 34, 34, 0.10);
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
}

a {
    display: inline;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
}

.paintsai-wrapper {
    color: var(--paintsai-primary-color);
}

.paintsai-wrapper picture {
    display: block;
    height: 100%;
}

.paintsai-font-regular {
    font-family: var(--font-paintsai-regular);
    font-weight: 400;
}

.paintsai-font-light {
    font-family: var(--font-paintsai-light);
    font-weight: 300;
}

.paintsai-font-medium {
    font-family: var(--font-paintsai-medium);
    font-weight: 500;
}

.paintsai-font-semibold {
    font-family: var(--font-paintsai-semibold);
    font-weight: 600;
}

.paintsai-font-bold {
    font-family: var(--font-paintsai-bold);
    font-weight: 700;
}

.paintsai-primary-color {
    color: var(--paintsai-primary-color);
}

.paintsai-sky-color {
    color: var(--paintsai-sky-color);
}

.paintsai-white-color {
    color: var(--paintsai-text-white);
}

.paintsai-black-color {
    color: var(--paintsai-text-black);
}

.paintsai-blue-color {
    color: var(--paintsai-blue-color);
}

.paintsai-bg-lightwhite {
    color: var(--paintsai-lightwhite-color);
}

.paintsai-border-blue {
    border: 1px solid var(--paintsai-blue-color);
}

.paintsai-container {}

@media only screen and (min-width: 1500px) {
    .paintsai-container {
        max-width: 1440px;
        padding: 0;
        margin: 0 auto;
    }
}

.paintsai-ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1699px) {
    .paintsai-ptb-100 {
        padding: 75px 0;
    }
}

@media only screen and (max-width: 1499px) {
    .paintsai-ptb-100 {
        padding: 65px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-ptb-100 {
        padding: 55px 0;
    }
}

@media only screen and (max-width: 991px) {
    .paintsai-ptb-100 {
        padding: 45px 0;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-ptb-100 {
        padding: 30px 0;
    }
}

.paintsai-pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 1699px) {
    .paintsai-pt-100 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .paintsai-pt-100 {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-pt-100 {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .paintsai-pt-100 {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-pt-100 {
        padding-top: 30px;
    }
}

.paintsai-p-120 {
    padding: 120px;
}

@media only screen and (max-width: 1699px) {
    .paintsai-p-120 {
        padding: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .paintsai-p-120 {
        padding: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-p-120 {
        padding: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .paintsai-p-120 {
        padding: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-p-120 {
        padding: 30px;
    }
}

.paintsai-pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 1699px) {
    .paintsai-pt-120 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .paintsai-pt-120 {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-pt-120 {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .paintsai-pt-120 {
        padding-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-pt-120 {
        padding-top: 30px;
    }
}


.paintsai-mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 1699px) {
    .paintsai-mt-80 {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .paintsai-mt-80 {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-mt-80 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-mt-80 {
        margin-top: 20px;
    }
}

.paintsai-mt-60 {
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .paintsai-mt-60 {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-mt-60 {
        margin-top: 20px;
    }
}

.paintsai-br-80 {
    border-radius: 80px;
}

@media only screen and (max-width: 1499px) {
    .paintsai-br-80 {
        border-radius: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-br-80 {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-br-80 {
        border-radius: 10px;
    }
}


.paintsai-br-60 {
    border-radius: 60px;
}

@media only screen and (max-width: 1499px) {
    .paintsai-br-60 {
        border-radius: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-br-60 {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-br-60 {
        border-radius: 10px;
    }
}

.paintsai-br-40 {
    border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
    .paintsai-br-40 {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-br-40 {
        border-radius: 10px;
    }
}

.paintsai-br-20 {
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
    .paintsai-br-20 {
        border-radius: 10px;
    }
}

.paintsai-font-52 {
    font-size: 52px;
    line-height: 1.3;
}

@media only screen and (max-width: 1600px) {
    .paintsai-font-52 {
        font-size: 48px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1365px) {
    .paintsai-font-52 {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 1199px) {
    .paintsai-font-52 {
        font-size: 30px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-font-52 {
        font-size: 24px;
        line-height: 1.5;
    }
}

.paintsai-font-44 {
    font-size: 44px;
    line-height: 1.5;
}

@media only screen and (max-width: 1365px) {
    .paintsai-font-44 {
        font-size: 32px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 991px) {
    .paintsai-font-44 {
        font-size: 22px;
        line-height: 1.4;
    }
}

.paintsai-font-32 {
    font-size: 32px;
    line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
    .paintsai-font-32 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .paintsai-font-32 {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 575px) {
    .paintsai-font-32 {
        font-size: 24px;
        line-height: 1.4;
    }
}

.paintsai-font-24 {
    font-size: 24px;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    .paintsai-font-24 {
        font-size: 22px;
        line-height: 1.4;
    }
}

.paintsai-font-21 {
    font-size: 21px;
    line-height: 1.4;
}

@media only screen and (max-width: 991px) {
    .paintsai-font-21 {
        font-size: 18px;
        line-height: 1.5;
    }
}


.paintsai-font-20 {
    font-size: 20px;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    .paintsai-font-20 {
        font-size: 16px;
    }
}


.paintsai-font-18 {
    font-size: 18px;
    line-height: 1.6;
}

@media only screen and (max-width: 991px) {
    .paintsai-font-18 {
        font-size: 16px;
        line-height: 1.5;
    }
}

.paintsai-font-16 {
    font-size: 16px;
    line-height: 1.6;
}

.paints-heading-wrap {
    margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
    .paints-heading-wrap {
        margin: 0 0 10px;
    }
}

.paints-content-wrap .paints-mt-20 {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .paints-content-wrap .paints-mt-20 {
        margin-top: 10px;
    }
}

.paints-mt-10 {
    margin-top: 10px;
}

.section-paintsai-about .modeling-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media only screen and (max-width: 1365px) {
    .section-paintsai-about .modeling-data {
        gap: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paintsai-about .modeling-data {
        gap: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paintsai-about .modeling-data>div>span:first-child {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .section-paintsai-about .modeling-data .services-provider span {
        border: none;
        padding: 0 !important;
        border-radius: 0;
    }
}

.section-paintsai-about .modeling-data .paintsai-data-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .section-paintsai-about .modeling-data .paintsai-data-inner {
        display: block;
    }
}

.section-paintsai-about .modeling-data .paintsai-data-inner span {
    padding: 10px 20px;
    border-radius: 99em;
    margin-right: 8px;
    font-style: normal;
}

@media only screen and (max-width: 1499px) {
    .section-paintsai-about .modeling-data .paintsai-data-inner span {
        padding: 8px 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-paintsai-about .modeling-data .paintsai-data-inner span {
        margin-right: 0;
    }
}

.section-paintsai-about .modeling-data .paintsai-data-inner span:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .section-paintsai-about .modeling-data .paintsai-data-inner span {
        display: inline-block;
    }
}

.section-paintsai-about .modeling-data .paintsai-data-inner span:first-child {
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .section-paintsai-about .modeling-data .paintsai-data-inner span:first-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .section-paintsai-about .modeling-data .paintsai-data-inner.last span {
        margin-top: 5px;
    }
}

.section-paints-screens .item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 90px;
}

@media only screen and (max-width: 1499px) {
    .section-paints-screens .item-wrapper {
        grid-gap: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-paints-screens .item-wrapper {
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-screens .item-wrapper {
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-screens .item-wrapper {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-screens .item-wrapper::-webkit-scrollbar {
        height: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-screens .item-wrapper::-webkit-scrollbar-thumb {
        background-color: #dddddd;
        /* Customize scrollbar color */
        border-radius: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-screens .item-wrapper::-webkit-scrollbar-track {
        background-color: #cccccc;
        /* Customize scrollbar track color */
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-screens .item-wrapper .item {
        width: 100%;
        min-width: 33.33%;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 480px) {
    .section-paints-screens .item-wrapper .item {
        min-width: 50%;
    }
}

.section-paints-screens .item-wrapper .item:nth-child(odd) {
    margin-top: 120px;
}

@media only screen and (max-width: 1699px) {
    .section-paints-screens .item-wrapper .item:nth-child(odd) {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 1499px) {
    .section-paints-screens .item-wrapper .item:nth-child(odd) {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-paints-screens .item-wrapper .item:nth-child(odd) {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-screens .item-wrapper .item:nth-child(odd) {
        margin-top: 0;
    }
}


.section-paints-challenge .challenge-involved {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}


.section-paints-challenge .challenge-involved .re-involved-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .section-paints-challenge .challenge-involved .re-involved-inner {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

.section-paints-challenge .challenge-involved .challenges-left {
    padding: 40px;
    background-color: var(--paintsai-lightwhite-color);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    border: var(--border-primary);
}

@media only screen and (max-width: 1365px) {
    .section-paints-challenge .challenge-involved .challenges-left {
        padding: 30px;
        gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-challenge .challenge-involved .challenges-left {
        padding: 30px 20px;
        gap: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paints-challenge .challenge-involved .challenges-left {
        padding: 25px 15px;
    }
}

.section-paints-challenge .challenge-involved .challenges-left .short-title {
    margin: 0 0 15px;
}

@media only screen and (max-width: 991px) {
    .section-paints-challenge .challenge-involved .challenges-left .short-title {
        margin: 0 0 10px;
    }
}

.section-paints-challenge .challenge-involved .challenges-left .result-icons {
    width: 75px;
    height: 40px;
}

@media only screen and (max-width: 991px) {
    .section-paints-challenge .challenge-involved .challenges-left .result-icons {
        max-width: 50px;
        height: 30px;
    }
}

.section-paints-challenge .challenge-involved .re-involved-inner-big {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.section-paints-challenge .challenge-involved .re-involved-inner-big .re-involved-inner-div {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.section-paints-challenge .challenge-involved .re-involved-inner-big .re-involved-inner-div:first-child {
    display: grid;
    align-items: stretch;
}

.section-paints-challenge .challenge-involved .re-involved-inner-big .re-involved-inner-div .re-involved-inn {
    row-gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-paints-challenge .challenge-involved .re-involved-inner-big .re-involved-inner-div:last-child {
    display: flex;
    align-items: stretch;
}

.section-paints-challenge .challenge-involved .re-involved-inner-big .re-involved-inner-div:last-child img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section-paints-challenge .challenge-involved .re-involved-inner-div:last-child img {
    min-height: 100%;
}

.section-paints-pioneer .pioneer-involved {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .section-paints-pioneer .pioneer-involved {
        grid-template-columns: 1fr;
    }
}


.section-paints-pioneer .pioneer-involved .common-div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .section-paints-pioneer .pioneer-involved .common-div {}
}


.section-paints-pioneer .pioneer-involved .item {
    background-color: var(--paintsai-lightwhite-color);
    padding: 40px;
    border: var(--border-primary);
}

@media only screen and (max-width: 1365px) {
    .section-paints-pioneer .pioneer-involved .item {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-pioneer .pioneer-involved .item {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paints-pioneer .pioneer-involved .item {
        padding: 25px 15px;
    }
}


.section-paints-pioneer .pioneer-involved .item .short-title {
    margin: 0 0 30px;
}

@media only screen and (max-width: 1365px) {
    .section-paints-pioneer .pioneer-involved .item .short-title {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-pioneer .pioneer-involved .item .short-title {
        margin: 0 0 10px;
    }
}

.section-paints-pioneer .pioneer-involved .item .para-wrap .list-view {
    display: flex;
    gap: 5px;
}

.section-paints-pioneer .pioneer-involved .item .img-wrap img {
    object-fit: cover;
}

.section-paints-selection .grid-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .section-paints-selection .grid-wrapper {
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .grid-wrapper {
        grid-gap: 20px;
    }
}

.section-paints-selection .item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

@media only screen and (max-width: 1199px) {
    .section-paints-selection .item-wrapper {
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .item-wrapper {
        grid-gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-selection .item-wrapper {
        grid-template-columns: 1fr;
    }
}

.section-paints-selection .item-wrapper:last-child {
    grid-template-columns: 1fr;
}

.section-paints-selection .item-wrapper .item .img-wrap {
    height: 100%;
}

@media only screen and (max-width: 575px) {
    .section-paints-selection .item-wrapper .item .img-wrap {
        border-radius: 0;
    }
}

.section-paints-selection .item-wrapper .item .img-wrap img {
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {
    .section-paints-selection .item-wrapper .item .img-wrap img {
        border-radius: 0;
    }
}

.section-paints-selection .item-wrapper .item.last .img-wrap {
    background: url("./img/webp/big/gradient-bg.webp") no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 40px 40px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 50px;
}

@media only screen and (max-width:1365px) {
    .section-paints-selection .item-wrapper .item.last .img-wrap {
        padding: 30px 30px 0;
        gap: 30px;
    }
}

@media only screen and (max-width:991px) {
    .section-paints-selection .item-wrapper .item.last .img-wrap {
        padding: 30px 20px 0;
    }
}

.section-paints-selection .item-wrapper .item.last .img-wrap img {
    filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.20));
}


.section-paints-selection .item-wrapper .impact-content {
    max-width: 930px;
    border-radius: 40px 40px 0 0;
    background-color: #FFFFFF;
    margin-left: -120px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1699px) {
    .section-paints-selection .item-wrapper .impact-content {
        margin-left: -50px;
    }
}

@media only screen and (max-width: 1599px) {
    .section-paints-selection .item-wrapper .impact-content {
        margin-left: 0;
        max-width: 830px;
    }
}

@media only screen and (max-width: 1499px) {
    .section-paints-selection .item-wrapper .impact-content {
        padding: 50px;
        max-width: 780px;
        border-radius: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-paints-selection .item-wrapper .impact-content {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .item-wrapper .impact-content {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paints-selection .item-wrapper .impact-content {
        border-radius: 10px;
        padding: 25px 15px;
    }
}

.section-paints-selection .item-wrapper .impact-content .impact-info-wrap {
    background-color: var(--paintsai-lightwhite-color);
    padding: 40px;
    border: var(--border-primary);
}

@media only screen and (max-width: 1365px) {
    .section-paints-selection .item-wrapper .impact-content .impact-info-wrap {
        padding: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .item-wrapper .impact-content .impact-info-wrap {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paints-selection .item-wrapper .impact-content .impact-info-wrap {
        padding: 25px 15px;
    }
}


.section-paints-selection .item-wrapper .impact-content .impact-info-wrap ul li {
    position: relative;
    padding-left: 15px;
    margin: 0 0 8px;
}

.section-paints-selection .item-wrapper .impact-content .impact-info-wrap ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0;
    border-radius: 99em;
    background-color: var(--paintsai-text-black);
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .item-wrapper .impact-content .impact-info-wrap ul li:before {
        top: 10px;
    }
}

.section-paints-selection .item-wrapper .impact-outer {
    background: url("./img/webp/big/impact-bg.webp") no-repeat right;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1499px) {
    .section-paints-selection .item-wrapper .impact-outer {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .item-wrapper .impact-outer {
        border-radius: 0;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-selection .item-wrapper .impact-outer {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paints-selection .item-wrapper .impact-outer:before {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.50);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
}



.section-paints-selection .item-wrapper .impact-outer .impact-list {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #F2CC8F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
}

@media only screen and (max-width: 1699px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list {
        padding: 25px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list {
        width: 100%;
        display: none;
    }
}

.section-paints-selection .item-wrapper .impact-outer .impact-list ul {
    gap: 30px;
}

@media only screen and (max-width: 1699px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list ul {
        gap: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.section-paints-selection .item-wrapper .impact-outer .impact-list ul li {
    position: relative;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list ul li {
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.4;
    }
}


.section-paints-selection .item-wrapper .impact-outer .impact-list ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 13px;
    left: 0;
    border-radius: 99em;
    background-color: var(--paintsai-text-black);
}

@media only screen and (max-width: 767px) {
    .section-paints-selection .item-wrapper .impact-outer .impact-list ul li:before {
        top: 9px;
    }
}

.section-paintsai-conclusion .paintsai-common-headings-cta {
    background-color: var(--paintsai-sky-color);
    position: relative;
}

.section-paintsai-conclusion .paintsai-common-headings-cta:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("./img/svg/cta-bg.svg") no-repeat;
    background-size: cover;
}

.section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion {
    max-width: 610px;
    padding: 52px 25px 58px 50px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1600px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion {
        padding: 50px 25px 50px 50px;
    }
}

@media only screen and (max-width: 1365px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion {
        padding: 35px 35px 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion {
        text-align: left;
        padding: 30px 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion {
        padding: 30px 30px 35px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion h2 {
        max-width: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion h2 {
        max-width: 650px;
    }
}

.section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion .cta-btn {
    padding: 15px 32px;
    border-radius: 99em;
    background-color: #ffffff;
    margin-top: 35px;
    display: inline-flex;
}

@media only screen and (max-width: 1199px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion .cta-btn {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion .cta-btn {
        margin-top: 20px;
        padding: 12px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-conclusion .cta-btn {
        padding: 10px 24px;
    }
}

.section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-cta {
    width: 400px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-cta {
        width: 350px;
        right: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-cta {
        width: 300px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-cta {
        width: 170px;
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-cta {
        width: 100px;
        right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .section-paintsai-conclusion .paintsai-common-headings-cta .paintsai-cta {
        display: none;
    }
}

/*paints ai for home remodeling page css ends here*/