@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --aBlue: #1F3C88;
    --aRed: #E1251B;
    --aWhite: #ffffff;
    --aLightWhite: #ffffffBF;
    --aLightGray: #F5F5F5;
    --aMediumGray: #9E9E9E;
    --aDarkGray: #212121;
    --aLightBlack: #212121BF;
    --aDarkBlue: #142A66;
    --aLightBlue: #4A6FD6;
    --lightyellow: #fff2cc;
    --lightblue: #eaf3ff;
    --baiJamjuree: "Bai Jamjuree", sans-serif;
    --inter: "Inter", sans-serif;
}

/* Contact Page Css Starts */
.ap-contact-container {
    max-width: 1240px;
    margin: 80px auto;
    padding: 0px 24px;
}

.ap-card {
    background-color: var(--aWhite);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px 14px;

}

.ap-content,
.ap-form-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.ap-single-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ap-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ap-title span:last-child {
    color: var(--aDarkGray);
}

.ap-red-text {
    color: var(--aRed);
}

.ap-single-address {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: var(--inter);
    font-weight: 400;
    line-height: 1.2;
    color: var(--aLightBlack);
}

.ap-single-address a {
    color: var(--aLightBlack);
    text-decoration: none;
}

.ap-single-address a:hover {
    text-decoration: underline;
}

.ap-single-address p {
    margin-bottom: unset !important;
}

.ap-icon {
    font-size: 18px;
}

.ap-icon img {
    width: 20px;
    height: 20px;
}

/* Form */
.ap-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ap-form-msg {
    height: 120px;
}

.ap-btn {
    background-color: var(--aRed);
    color: var(--aWhite);
    padding: 12px;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
}

.ap-btn:hover {
    background-color: #900;
}

.ap-location-map {
    height: 600px;
}

.ap-location-map iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .ap-contact-container {
        padding: 0px 16px;
        margin: 60px auto;
    }

    .ap-card {
        padding: 24px 10px;
    }

    .ap-title {
        font-size: 24px;
    }

    .ap-location-map {
        height: 500px;
    }

}


@media (max-width: 768px) {

    .ap-title {
        font-size: 20px;
    }

    .ap-form-content {
        margin-top: 20px;
        gap: 12px;
    }

    .ap-single-content {
        gap: 8px;
    }

    .ap-location-map {
        height: 400px;
    }


}


@media (max-width: 576px) {
    .ap-contact-container {
        margin: 40px auto;
    }

    .ap-card {
        padding: 20px 0px;

    }

    .ap-content {
        gap: 20px;

    }

    .ap-single-address {
        font-size: 14px;
    }

    .ap-form {
        gap: 12px;
    }

    .ap-form-content {
        gap: 12px;

    }

    .ap-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .ap-location-map {
        height: 300px;
    }

}

/* Contact Page Css Ends */

/* About Page Css Starts */
.ap-other-pages-hero-section-container {
    background-image: url(../image/blue-image.png);
    background-color: #041930;
    padding: 114px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.ap-other-pages-hero-section {
    max-width: 720px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 12px;
    z-index: 1;
}

.ap-other-pages-hero-section-head {
    margin-bottom: 10px !important;
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    color: var(--aWhite);
}

.ap-other-pages-hero-section-para {
    margin-bottom: 0px !important;
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: var(--aWhite);
}

.ap-why-choose-us-section-about {
    padding: 20px;
}

.ap-about-page-hero-section-container {
    margin-bottom: 48px !important;
}

.ap-aboutus-whole-container {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 60px;
    padding: 0px 8px;
}

.ap-about-us-container-text {
    max-width: 624px;
}

.ap-mission-vision-goal-whole-color-container {
    background-image: url(../image/aboutus-background.png);
    background-color: var(--aDarkBlue);
    margin-bottom: 70px;
    padding: 166px 0px 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ap-mission-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--aDarkBlack4D);
    z-index: -1;
}

.ap-mission-vision-goal-container {
    max-width: 1240px;
    margin: auto;
    padding: 0px 8px;
}

.ap-about-us-container-text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--baiJamjuree);
    margin-bottom: 20px !important;
}

.ap-about-us-container-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--baiJamjuree);
    margin-bottom: unset !important;
    color: var(--aDarkBlack);
}


.ap-about-us-container-image {
    height: 320px;
    border: 4px solid #ED3E2F;
}

.ap-about-us-container-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.ap-mission-vision-goal-col {
    margin-bottom: 20px;
}

.ap-mission-vision-goal-col h3 {
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 700;
    color: var(--aWhite);
    line-height: 1.2;
    margin-bottom: 14px !important;
}

.ap-mission-vision-goal-col p {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--aWhite);
    margin-bottom: unset !important;
}

.why-choose-us-section-description-sbt {
    font-family: var(--baiJamjuree);
    margin-bottom: 35px !important;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.4;
    max-width: 430px;
    margin-bottom: unset !important;
}

.ap-our-teams-container {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 80px;
}

.ap-our-teams-container-h3 {
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px !important;
}

.ap-our-teams-container-p {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #111111;
    text-align: center;
    margin-bottom: 50px !important;
    max-width: 596px;
    margin: auto;
}

.ap-team-img-col {
    max-width: 164px !important;
    margin: 0px 20px;
    width: 100% !important;
    height: auto;
    margin-bottom: 26px;
    padding: unset !important;
}

.ap-team-img {
    height: 164px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px !important;
}

.ap-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.ap-team-name,
.ap-team-post {
    font-family: var(--baiJamjuree);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}

.ap-team-name {
    color: #000000;
    margin-bottom: 8px !important;
}

.ap-team-post {
    color: #ED3E2F;
    margin-bottom: unset !important;
}

@media (max-width:1024px) {
    .ap-mission-vision-goal-whole-color-container {
        padding: 94px 0px 60px;
    }

    .ap-team-img-col {
        max-width: 150px !important;
    }

    .ap-team-img {
        height: 150px;
    }

    .ap-our-teams-container {
        margin-bottom: 80px;
    }
}

@media (max-width:992px) {

    .ap-our-teams-container {
        margin-top: 24px;
        margin-bottom: 60px;
    }

    .ap-about-us-container-text h3,
    .ap-mission-vision-goal-col h3,
    .ap-our-teams-container-h3 {
        font-size: 28px;
    }

    .ap-about-us-container-image {
        height: 280px;
    }

    .ap-aboutus-whole-container {
        margin-bottom: 50px;
    }

    .ap-mission-vision-goal-whole-color-container {
        padding: 60px 0px 50px;
    }

    .ap-mission-vision-goal-whole-color-container {
        margin-bottom: 60px;
    }

    .ap-why-choose-us-section-about .ap-why-choose-us-section-col-left {
        padding-left: 20 !important;
    }

    .ap-team-name,
    .ap-team-post {
        font-size: 16px;
    }

    .ap-our-teams-container-p {
        margin-bottom: 40px !important;
    }

}

@media (max-width: 768px) {
    .ap-about-page-hero-section-container {
        margin-bottom: 32px !important;
    }

    .ap-mission-vision-goal-whole-color-container {
        margin-bottom: 50px;
    }

    .ap-about-us-container-image {
        height: 240px;
    }

    .ap-aboutus-whole-container {
        margin-bottom: 40px;
    }

    .why-choose-us-section-description-sbt {
        max-width: unset;
    }


    .ap-our-teams-container {
        padding: 0px 20px;
        margin-bottom: 40px;
    }

    .ap-about-us-container-text h3,
    .ap-mission-vision-goal-col h3,
    .ap-our-teams-container-h3 {
        font-size: 24px;
    }

    .ap-why-choose-us-section-col-left {
        margin-bottom: 20px !important;
    }

    .ap-mission-vision-goal-whole-color-container {
        background-image: none;
    }

    .ap-mission-vision-goal-whole-color-container {
        padding: 40px 0px 30px;
    }

    .ap-team-img-col {
        max-width: 140px !important;
    }

    .ap-our-teams-container-p {
        margin-bottom: 30px !important;
    }

    .ap-team-img {
        height: 140px;
    }
}

@media (max-width: 576px) {
    .ap-mission-vision-goal-whole-color-container {
        margin-bottom: 40px;
    }

    .ap-about-us-container-col {
        margin-bottom: 20px !important;
    }

    .ap-about-us-container-text h3,
    .ap-mission-vision-goal-col h3,
    .ap-our-teams-container-h3 {
        font-size: 20px;
    }

    .ap-about-us-container-text p,
    .ap-mission-vision-goal-col p,
    .ap-our-teams-container-p {
        font-size: 14px;
    }

    .ap-our-teams-container-p {
        margin-bottom: 20px !important;
    }

    .ap-about-us-container-image {
        height: 200px;
        width: 200px;
        margin: auto;
    }

    .ap-team-name,
    .ap-team-post {
        font-size: 14px;
    }

    .ap-team-img-col {
        max-width: 120px !important;
    }

    .ap-team-img {
        height: 120px;
    }

    .ap-our-teams-container {
        margin-bottom: 20px;
    }

    .ap-about-us-container-image {
        margin-top: 16px !important;
    }

}

/* ceo section css */

.ceo-container {
    padding: 0px 0px 36px 0px;
}

.ceo-sub-container {
    max-width: 1240px;
    margin: auto;
    padding: 12px 0px;
    position: relative;
}

.ceo-overlay {
    position: absolute;
    width: 70%;
    height: 100%;
    background-color: var(--aLightGray);
    z-index: -1;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.ceo-msg-container {
    background-color: var(--aLightGray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px 36px 36px 92px;
}

.ceo-msg-container h3 {
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    color: #111111;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 24px;
}

.ceo-msg-container p {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #111111bf;
    margin-bottom: 12px;
}

.ap-ceo-image {
    max-width: 100%;
    width: 100%;
    height: 407px;
}

.ap-ceo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {

    .ceo-overlay,
    .ceo-sub-container {
        position: unset;
        transform: unset;
    }

    .ceo-container {
        background-color: var(--aLightGray);
    }

    .ceo-msg-container {
        padding-left: 36px;
    }

    .ceo-msg-container h3 {
        font-size: 30px;
    }

    .ap-ceo-image {
        width: 75%;
        margin: auto;
        height: 400px;
    }

    .ap-ceo-image img {
        object-position: top center;
    }
}

@media (max-width: 768px) {
    .ceo-msg-container {
        padding: 36px 24px;
    }

    .ceo-msg-container h3 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .ap-ceo-image {
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 576px) {
    .ceo-msg-container h3 {
        font-size: 24px;
    }

    .ceo-msg-container p {
        font-size: 14px;
    }

    .ap-ceo-image {
        height: 300px;
    }
}

/* ceo section css ended */


/* About Page Css Ends */

/* product page */
.ap-product-pages-hero-section-container {
    /* margin-bottom: unset !important; */
}

.ap-product-pages-after-hero-section {
    height: 369px;
    margin-bottom: 80px;
}

.ap-product-pages-after-hero-section img {
    width: 100%;
    height: 100%;
    background-color: #d6312b;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
}

.ap-product-list-container-head-black {
    margin-bottom: 25px !important;
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    text-align: center;
    color: #000000;
}

.ap-product-list-block {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 10px;
}

.ap-one-product-col {
    margin-bottom: 32px !important;
}

.ap-one-product-block-ap {
    text-decoration: none;
    color: #000000;
}

.ap-one-product-pic {
    width: 100%;
    height: 295px;
}


.ap-one-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    background-color: #f0f0f0;
}

.ap-one-product-title,
.ap-one-product-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ap-one-product-title {
    font-weight: 400;
    margin: 16px 0px 4px !important;
    line-height: 1.2;
    font-family: var(--baiJamjuree);
    font-size: 20px;
    /* -webkit-line-clamp: 1; */
    text-transform: capitalize;
    color: #000000;

}

.ap-one-product-title:hover {
    text-decoration: underline;
}

.ap-one-product-description {
    margin-bottom: 0px !important;
    line-height: 1.2;
    font-family: var(--baiJamjuree);
    font-size: 16px;
    -webkit-line-clamp: 2;
    color: #828282;
    font-weight: 500;
}



@media (max-width: 992px) {
    .ap-one-product-pic {
        height: 250px;
    }

    .ap-other-pages-hero-section-head {
        font-size: 28px;
    }

}

@media (max-width: 768px) {


    .ap-one-product-pic {
        height: 200px;
    }

    .ap-other-pages-hero-section-head {
        font-size: 24px;
    }

    .ap-other-pages-hero-section-para {
        font-size: 14px;
    }

}

@media (max-width: 578px) {}

@media (max-width: 380px) {
    .ap-one-product-col {
        width: 100% !important;
    }
}


.ap-single-product-pages-hero-section-container {
    margin-bottom: 80px;
}

.ap-interior-paints-space-container {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 50px;
    padding: 0px 8px;
}

.ap-interior-paints-header-part {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 44px;
}

.ap-interior-paints-header-part>h3 {
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin: unset !important;
}

.ap-interior-paints-header-part>p {
    font-family: var(--baiJamjuree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    margin: unset !important;
}

.ap-one-product-col-custom {
    margin-bottom: 44px;
}

.ap-one-product-bg-pic {
    height: 295px;
}

.ap-one-product-bg-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    border-radius: 8px;
}

@media (max-width:992px) {
    .ap-single-product-pages-hero-section-container {
        margin-bottom: 60px;
    }

    .ap-interior-paints-header-part>h3 {
        font-size: 28px;
    }

    .ap-one-product-title {
        font-size: 18px;
    }

    .ap-one-product-bg-pic {
        height: 400px;
    }
}

@media (max-width:768px) {
    .ap-single-product-pages-hero-section-container {
        margin-bottom: 40px;
    }

    .ap-one-product-bg-pic {
        height: 350px;
    }

    .ap-interior-paints-header-part>h3 {
        font-size: 24px;
    }

    .ap-interior-paints-space-container {
        margin-bottom: 20px;
    }

    .ap-one-product-col-custom {
        margin-bottom: 30px;
    }

    .ap-one-product-title {
        font-size: 16px;
    }

    .ap-one-product-description {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    .ap-interior-paints-header-part {
        margin-bottom: 30px;
    }

    .ap-interior-paints-header-part>h3 {
        font-size: 20px;
    }

    .ap-one-product-bg-pic {
        height: 300px;
    }

    .ap-interior-paints-space-container {
        margin-bottom: 10px;
    }
}

@media (max-width:425px) {
    .ap-one-product-bg-pic {
        height: 250px;
    }
}

@media (max-width:375px) {
    .ap-one-product-col-custom {
        width: 100% !important;
    }

    .ap-one-product-text {
        text-align: center;
    }
}

@media (max-width:325px) {
    .ap-one-product-bg-pic {
        height: 200px;
    }
}

/*  product page  ended*/

/* single product and blog page */

.ap-single-pages-hero-section-container {
    background-image: url(../image/singleproduct-bg.png);
    background-color: #e7e7e7;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.ap-single-pages-hero-section-container .ap-other-pages-hero-section-head {
    color: #111111;
}

.ap-single-pages-hero-section-container .ap-other-pages-hero-section-para {
    color: var(--aRed);
    font-weight: 600;
}

.ap-single-blog-highlight {
    background: linear-gradient(180deg, #f2f2f2 0%, #ffffff 44%, #ffffff 100%);
    padding-bottom: 20px;
}

.ap-single-pages-hero-section-container .ap-other-pages-hero-section {
    max-width: 1240px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0 130px;
}

.ap-how-to-repair-section {
    max-width: 1240px;
    margin: auto;
    padding: 50px 130px;
    background-color: var(--aWhite);
    box-shadow: 0px 4px 4px 0px #0000000D;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: -60px;
    margin-bottom: 60px;
    border-radius: 18px;
    border-top: 5px solid var(--aRed);
}

.ap-how-to-repair-section h1,
.ap-how-to-repair-section h2,
.ap-how-to-repair-section h3,
.ap-how-to-repair-section h4,
.ap-how-to-repair-section h5,
.ap-how-to-repair-section h6 {
    margin: unset !important;
    font-family: var(--baiJamjuree);
    color: #111111;
    line-height: 1.25;
}

.ap-how-to-repair-section h1 {
    font-size: 40px;
    font-weight: 700;
}

.ap-how-to-repair-section h2 {
    font-size: 36px;
    font-weight: 700;
}

.ap-how-to-repair-section h3 {
    font-size: 32px;
    font-weight: 600;
}

.ap-how-to-repair-section h4 {
    font-size: 28px;
    font-weight: 600;
}

.ap-how-to-repair-section h5 {
    font-size: 24px;
    font-weight: 600;
}

.ap-how-to-repair-section h6 {
    font-size: 20px;
    font-weight: 600;
}

.ap-how-to-repair-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.ap-how-to-repair-meta time {
    font-family: var(--baiJamjuree);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--aWhite);
    background: var(--aDarkBlue);
    border: 1px solid var(--aDarkBlue);
    border-radius: 999px;
    padding: 8px 14px;
}

.ap-how-to-repair-section p {
    margin: unset !important;
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #3d3d3d;
}

.ap-how-to-repair-section ul {
    margin: unset !important;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ap-how-to-repair-section li {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #222222;
}

.ap-how-to-repair-section a {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--aRed);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ap-how-to-repair-section a:hover {
    color: #980600;
}



@media (max-width: 1240px) {
    .ap-single-pages-hero-section-container .ap-other-pages-hero-section {
        padding: 0 100px;
    }

    .ap-how-to-repair-section {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (max-width: 1200px) {
    .ap-single-pages-hero-section-container .ap-other-pages-hero-section {
        padding: 0 80px;
    }

    .ap-how-to-repair-section {
        padding: 50px 100px;
    }
}

@media (max-width: 992px) {

    .ap-single-pages-hero-section-container .ap-other-pages-hero-section {
        padding: 0 60px;
    }

    .ap-how-to-repair-section {
        padding: 40px 80px;
    }

    .ap-how-to-repair-section h3 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .ap-single-pages-hero-section-container {
        height: 300px;
    }

    .ap-how-to-repair-section {
        padding: 30px 50px;
    }

    .ap-how-to-repair-section h1 {
        font-size: 34px;
    }

    .ap-how-to-repair-section h2 {
        font-size: 30px;
    }

    .ap-how-to-repair-section h3 {
        font-size: 28px;
    }

    .ap-how-to-repair-section h4 {
        font-size: 24px;
    }

    .ap-how-to-repair-section h5 {
        font-size: 22px;
    }

    .ap-how-to-repair-section h6 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .ap-single-pages-hero-section-container {
        height: 300px;
    }

    .ap-single-pages-hero-section-container .ap-other-pages-hero-section {
        padding: 0 40px;
    }

    .ap-how-to-repair-section {
        padding: 30px 50px;
        border-radius: 14px;
    }

    .ap-how-to-repair-section h3 {
        font-size: 24px;
    }

    .ap-how-to-repair-section h4 {
        font-size: 22px;
    }

    .ap-how-to-repair-section h5,
    .ap-how-to-repair-section h6 {
        font-size: 20px;
    }

    .ap-how-to-repair-meta time {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .ap-single-pages-hero-section-container {
        height: 250px;
    }

    .ap-single-pages-hero-section-container .ap-other-pages-hero-section {
        padding: 0 20px;
    }

    .ap-how-to-repair-section {
        padding: 20px 12px;
        border-radius: 10px;
    }

    .ap-how-to-repair-section h3 {
        font-size: 20px;
    }

    .ap-how-to-repair-section p {
        font-size: 14px;
    }

    .ap-how-to-repair-section li,
    .ap-how-to-repair-section a {
        font-size: 14px;
    }

    .ap-how-to-repair-section h4 {
        font-size: 18px;
    }

    .ap-how-to-repair-section h5,
    .ap-how-to-repair-section h6 {
        font-size: 16px;
    }
}

/* single product page  ended*/
/* single page css */
.ap-single-product-page-container {
    max-width: 1240px;
    margin: auto;
    padding: 0px 8px;
    margin-bottom: 80px;
}

.ap-single-product-page-image {
    height: 430px;
}

.ap-single-product-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.ap-single-product-page-size {
    margin-top: 38px;
}

.ap-single-product-page-size h3 {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

}

.ap-each-sizes {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.ap-each-sizes p {
    padding: 8px 10px;
    border-radius: 4px;
    color: #000000BF;
    border: 0.7px solid #000000BF;
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: unset !important;
}

.ap-single-product-page-description-session {
    padding-left: 76px;
}

.ap-single-product-page-description-session h3 {
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.ap-single-product-feature-block .container-fluid,
.ap-single-product-features-col {
    padding: unset !important;
}

.ap-product-review,
.ap-single-product-feature-block h3 {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 12px !important;
}

.ap-product-descp {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px !important;
    color: #000000BF;
    max-width: 542px;
}

.ap-singleicon {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    margin: auto;
    background-color: #4882C3CC;
    position: relative;
}

.ap-singleicon img {
    width: 30px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ap-single-feature-section p {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: unset !important;
    color: #000000;
    text-align: center;
}


@media screen and (max-width: 992px) {
    .ap-single-product-page-container {
        margin-bottom: 60px;
    }

    .ap-single-product-page-description-session {
        padding-left: 0px;
    }

    .ap-single-product-page-image {
        height: 400px;
    }

    .ap-single-product-page-description-session h3 {
        font-size: 28px;
    }

    .ap-product-descp {
        max-width: unset;
    }
}

@media screen and (max-width: 768px) {
    .ap-single-product-page-image {
        height: 350px;
    }



    .ap-single-product-page-description-session h3 {
        font-size: 24px;
    }

    .ap-single-product-page-container {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    .ap-single-product-page-image {
        height: 300px;
    }

    .ap-single-product-page-description-session h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .ap-product-descp,
    .ap-single-feature-section p {
        font-size: 14px;
    }

    .ap-single-product-page-container {
        margin-bottom: 20px;
    }

    .ap-each-sizes p {
        padding: 4px 6px;
        font-size: 14px;
    }
}

/* slider css */
.msjk-ap-single-product-sliderr-product-section {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 80px;
}

.msjk-ap-custom-category-section {
    max-width: 1300px;
    margin: auto;
    padding: 0px 20px;
    margin-bottom: 50px;
}

.msjk-category-slider-container {
    max-width: 100%;
    margin: auto;
}

.msjk-category-slider-block {
    position: relative;
}

.msjk-ap-custom-category-heading-h2 {
    margin-bottom: 32px !important;
    text-align: center;
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    text-transform: capitalize;
}

.msjk-left-singlepage img,
.msjk-right-singlepage img {
    width: 20px;
    height: 20px;
}

.msjk-right-singlepage {
    right: 0px;
    position: absolute;
    top: 40%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.msjk-left-singlepage {
    left: 0px;
    position: absolute;
    top: 40%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.msjk-single-slider-page-image {
    color: #000000;
    font-family: "Bai Jamjuree", serif;
    text-decoration: none;
}

.msjk-product-p-text:hover {
    color: #000000;
    text-decoration: underline;
}

.msjk-category-img {
    height: 290px;
}

.msjk-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background-color: #f0f0f0;
}

.msjk-category-p-text {
    font-family: var(--baiJamjuree);
    text-transform: capitalize;
    line-height: 1.2;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 400;
    font-size: 20px;
    margin-top: 16px !important;
    margin-bottom: 0px !important;
}

.msjk-category-p-decsp {
    font-family: var(--baiJamjuree);
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    line-height: 1.2;
    margin: 8px 0px 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ap-paint-slider-img-wrapper {
    width: 100%;
    height: 350px;
    position: relative;
}

.msjk-ap-slider-image-each-slider {
    max-width: 95%;
    margin: auto;
    height: 100%;
}

.msjk-one-category-col {
    margin-bottom: 32px !important;
}

.ap-single-product-demo-images {
    max-width: 95%;
    margin: auto;
    height: 100%;
}

@media (max-width: 992px) {

    .msjk-ap-single-product-sliderr-product-section {
        margin-bottom: 60px;
    }

    .msjk-ap-custom-category-heading-h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .msjk-ap-single-product-sliderr-product-section {
        margin-bottom: 40px;
    }

    .msjk-ap-custom-category-heading-h2 {
        font-size: 24px;
    }

    .msjk-category-p-text {
        font-size: 16px;
    }
}

@media (max-width: 576px) {

    .msjk-ap-custom-category-heading {
        margin-bottom: 25px;
    }

    .msjk-ap-custom-category-heading-h2 {
        font-size: 20px;
    }

    .msjk-category-p-decsp {
        margin-top: 4px !important;
    }

    @media (max-width: 576px) {
        .ap-single-product-demo-images {
            padding: 0px 16px;
        }
    }
}

/* slider ended css */
/* product slider css */



.msjk-ap-product-slider-container {
    background: url(../image/nav-slider-background.png);
    background-color: #8c2608;
    padding: 114px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.msjk-ap-product-section {
    max-width: 1240px;
    margin: auto;
}

.msjk-product-slider-container {
    max-width: 100%;
    margin: auto;
}

.msjk-product-slider-block,
.msjk-testinomials-slider-block {
    position: relative;
}

.msjk-ap-product-heading-h2 {
    margin-bottom: 40px !important;
    text-align: center;
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
}

.msjk-right-arrow,
.msjk-right-arrow-black {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}

.msjk-left-arrow img,
.msjk-right-arrow img,
.msjk-right-arrow-black img,
.msjk-left-arrow-black img {
    width: 25px;
    height: 25px;
}

/* 
.msjk-right-arrow-black {
  right: -20px;
} */

.msjk-left-arrow,
.msjk-left-arrow-black {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
}


.msjk-single-image {
    color: #000000;
    font-family: var(--baiJamjuree);
    text-decoration: none;
    text-align: center;
}

.msjk-product-p-text {
    font-family: var(--baiJamjuree);
    text-transform: capitalize;
    line-height: 1.2;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0px;
    margin: auto;
    text-align: center;
}

.ap-home-paint-images-title .msjk-product-p-text:hover {
    color: unset;
    text-decoration: none;
}

.msjk-product-hover-desc {
    font-family: var(--baiJamjuree);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    padding: 20px 16px;
    margin-bottom: 0px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.msjk-product-hover-img {
    width: 110px;
    height: 134px;
    margin: auto;
    margin-bottom: 35px;
}

.msjk-product-hover-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ap-read-more-btn-center {
    display: flex;
    justify-content: center;
}

.ap-read-more-btn-center a {
    display: flex;
    gap: 12px;
    text-align: center;
}

.ap-read-more-btn-center img {
    width: 15px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.msjk-product-slider {
    max-width: 95%;
    margin: auto;
}

.msjk-product-slider .slick-slide {
    margin: auto;
}


.msjk-one-product-col {
    margin-bottom: 32px !important;
}

.msjk-product-slider .slick-dots li {
    margin: 0px !important;
}

.msjk-product-slider .slick-dots li button {
    color: #090c43 !important;
}

.msjk-product-slider .slick-dots li button:before {
    font-size: 14px !important;
    color: #090c43 !important;
}

.msjk-ap-product-btn {
    text-align: center;
    margin-top: 70px;
}

.msjk-ap-product-btn a {
    font-size: 14px !important;
    color: #ffffff;
    background-color: #090c43;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 24px;
    font-family: var(--baiJamjuree);
    border: 1px solid #ffffff;
    transition: 0.3s;
}

.msjk-ap-product-btn a:hover {
    background-color: #ffffff;
    color: #090c43;
    border: 1px solid #090c43;
}


@media (max-width: 1150px) {

    .msjk-ap-product-slider-container {
        padding: 100px 10px;

    }

}

@media (max-width: 1024px) {

    .msjk-ap-product-slider-container {
        padding: 80px 10px;
    }

}

@media (max-width: 992px) {

    .msjk-ap-product-slider-container {
        padding: 60px 10px;
        margin-bottom: 60px;
    }

    .msjk-product-hover-desc {
        padding: 10px 16px;
    }

    .msjk-ap-product-heading-h2 {
        font-size: 28px;
        margin-bottom: 30px !important;
    }

}

@media (max-width: 768px) {
    .msjk-ap-product-slider-container {
        padding: 40px 10px;
        margin-bottom: 50px;
    }

    .msjk-ap-product-heading-h2 {
        font-size: 24px;
        margin-bottom: 20px !important;
    }

    .msjk-left-arrow img,
    .msjk-right-arrow img,
    .msjk-right-arrow-black img,
    .msjk-left-arrow-black img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {

    .msjk-right-arrow-black img,
    .msjk-left-arrow,
    .msjk-left-arrow-black img {
        width: 15px;
        height: 20px;
    }

}

/* product slider css  ended*/
/* single page css ends*/

/* Career page css */
.career-opportunities-section {
    background-color: var(--aLightWhite);
    padding: 20px 0 80px;
}

.career-page-container {
    max-width: 1240px;
    margin: auto;
}

.career-section-header {
    margin-bottom: 20px;
}

.career-section-header h3 {
    font-family: var(--baiJamjuree);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--aDarkGray);
    margin-bottom: 10px !important;
}

.career-section-header p {
    font-family: var(--baiJamjuree);
    font-size: 16px;
    line-height: 1.6;
    color: var(--aDarkGray);
    margin-bottom: 0;
}

.career-section-kicker {
    display: inline-block;
    margin-bottom: 18px !important;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--lightyellow);
    color: var(--aDarkGray) !important;
    font-family: var(--baiJamjuree);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.career-opening-list {
    display: grid;
    gap: 18px;
}

.career-opening-card {
    background: var(--aWhite);
    border: 1px solid var(--aMediumGray);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.career-opening-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.career-opening-card h4 {
    font-family: var(--baiJamjuree);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--aDarkGray);
    margin: 8px 0 0 !important;
}

.career-opening-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--lightblue);
    color: var(--aDarkBlue);
    font-family: var(--baiJamjuree);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.career-opening-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 14px;
}

.career-opening-meta span,
.career-opening-card p {
    font-family: var(--baiJamjuree);
    font-size: 15px;
    line-height: 1.6;
    color: var(--aDarkGray);
}

.career-opening-meta strong {
    color: var(--aDarkGray);
}

.career-opening-card p {
    margin-bottom: 0 !important;
}

.career-apply-btn,
.career-submit-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 10px;
    font-family: var(--baiJamjuree);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
}

.career-apply-btn {
    padding: 11px 18px;
    background: var(--aRed);
    color: var(--aWhite);
    white-space: nowrap;
}

.career-apply-btn:hover {
    background: var(--aRed);
    color: var(--aWhite);
    transform: translateY(-1px);
}

.career-resume-card {
    background: var(--aDarkBlue);
    color: var(--aWhite);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 16px 40px rgba(15, 47, 74, 0.2);
}

.career-section-header-light h3,
.career-section-header-light p {
    color: var(--aWhite);
}

.career-resume-form .form-label {
    font-family: var(--baiJamjuree);
    font-size: 14px;
    font-weight: 600;
    color: var(--aWhite);
    margin-bottom: 8px;
}

.career-form-control {
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid var(--aLightWhite);
    background: var(--aLightGray);
    color: var(--aDarkGray);
    font-family: var(--baiJamjuree);
}

.career-form-control:focus {
    border-color: var(--aWhite);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
    background: transparent;
    color: var(--aWhite);
}

.career-form-control option {
    color: var(--aDarkBlue);
}

.career-submit-btn {
    width: 100%;
    min-height: 50px;
    background: var(--aRed);
    color: var(--aWhite);
}

.career-submit-btn:hover {
    background: var(--aWhite);
    color: var(--aRed);
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .career-section-header h3 {
        font-size: 28px;
    }

    .career-resume-card {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .career-opportunities-section {
        padding-bottom: 60px;
    }

    .career-opening-card-top {
        flex-direction: column;
    }

    .career-apply-btn {
        width: 100%;
    }

    .career-opening-card,
    .career-resume-card {
        border-radius: 16px;
    }
}

@media (max-width: 576px) {
    .career-section-header h3 {
        font-size: 24px;
    }

    .career-opening-card {
        padding: 20px;
    }

    .career-resume-card {
        padding: 20px;
    }
}

/* End of the career page */

/* color technique section */
.about-the-technique-container {
    max-width: 1240px;
    margin: auto;
    margin-bottom: 70px;
}

.color-technique-different-problems .say-about-different-problems-heading {
    max-width: 570px;
}

.ap-about-the-technique-text-section h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--baiJamjuree);
    margin-bottom: 20px !important;
}

.ap-about-the-technique-text-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--baiJamjuree);
    margin-bottom: unset !important;
}

.ap-about-the-technique-video iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 992px) {
    .about-the-technique-container {
        margin-bottom: 50px;
    }

    .say-about-different-problems-heading {
        padding: 0px 12px;
    }

    .ap-about-the-technique-text-section h3 {
        font-size: 28px;
        margin-bottom: 8px !important;
    }

    .ap-about-the-technique-video iframe {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .about-the-technique-container {
        margin-bottom: 42px;
    }

    .ap-about-the-technique-video iframe {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .about-the-technique-container {
        margin-bottom: 36px;
    }

    .ap-about-the-technique-text-section h3 {
        font-size: 20px;
    }

    .ap-about-the-technique-text-section p {
        font-size: 14px;
    }

    .ap-about-the-technique-video iframe {
        height: 300px;
    }
}

/* color technique section ended*/