@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&display=swap');
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Bai Jamjuree", sans-serif;
}


/* home page css */

/* hero section */
.cp-hero-container{
    margin-bottom: 80px;
}

.cp-hero-image {
    margin-bottom: unset !important;
    position: relative;
    /* margin-top: -78px; */
}

.cp-hero-single-image{
    width: 100%;
    height: 736px;
}

.cp-hero-single-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cp-hero-image .slick-dots{
    bottom: 32px !important;
}

.cp-hero-image .slick-dots li button::before {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #D9D9D9; 
    border-radius: 2px;
    opacity: unset !important ;
}
  
  .cp-hero-image .slick-dots li.slick-active button::before {
    background-color:#C50C04 !important;
    opacity: unset !important ;
    width: 28px;
    height: 4px;
  }

  .cp-hero-text{
    max-width: 720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .cp-hero-heading{
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px !important;
  }

  .cp-hero-description{
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    max-width: 568px;
    color: #ffffff;
    margin-bottom: 36px !important;

  }

  .cp-read-more-btn, .cp-read-more-btn-custom{
    text-transform: capitalize;
    display: flex;
    text-decoration: none;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #C31605 ;
    color: #ffffff;
    background-color:#C31605;
    padding: 10px 30px;
    border-radius: 4px;
    transition: 0.5s;
    max-width: fit-content;
  }

  .cp-read-more-btn-custom{
    font-size: 12px;

  }

  .cp-read-more-btn-color-center{
    margin: auto ;
  }
  .cp-read-more-btn img {
    margin-left: 8px;
    transition: opacity 0.3s;
}
  .cp-read-more-btn-custom{
    padding: 10px 20px;
  }

  .cp-read-more-btn .red-up {
    display: none;
}

.cp-read-more-btn:hover .btn-arrow-right {
    display: none;
}

.cp-read-more-btn:hover .red-up {
    display: block;
}
.cp-read-more-btn-custom .red-up {
  display: none;
}

.cp-read-more-btn-custom:hover .btn-arrow-right {
  display: none;
}

.cp-read-more-btn-custom:hover .red-up {
  display: block;
}
  .cp-read-more-btn:hover, .cp-read-more-btn-custom:hover{
    background-color:white ;
    color: #C31605;
  }

  


  @media (max-width: 992px) {
   
    .cp-hero-single-image {
        height: 630px;
    }

    
    .cp-hero-container{
      margin-bottom: 60px;
  }
  }

  @media (max-width: 768px) {
    .cp-hero-single-image {
        height: 550px;
    }

    .cp-hero-heading {
        font-size: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;   
    }

    .cp-hero-description {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    

    .cp-hero-container{
      margin-bottom: 40px;
  }

    


  }

  @media (max-width: 576px) {
    .cp-hero-single-image {
        /* height: 450px; */
    }
    /* .cp-hero-heading {
        font-size: 22px;
    } */

    
  }

  @media (max-width: 450px) {
    
    /* .cp-hero-heading {
        font-size: 20px;
    }

    .cp-hero-description {
        font-size: 12px;
    } */

  }
/* end of hero section */
/* why choose us */

.cp-why-choose-us-section{
  max-width: 1240px;
  margin: auto;
  margin-bottom: 50px;
}

.cp-why-choose-us-section-row{
  /* background: linear-gradient(90deg, rgba(0, 18, 42, 0.03) 57%, rgba(0, 18, 42, 0) 100%); */
}

.cp-why-choose-us-section-col-left{
  padding: 120px 0px 120px 36px !important ;
  background: linear-gradient(90deg, rgba(0, 18, 42, 0.03) 57%, rgba(0, 18, 42, 0) 100%);
}

.cp-why-choose-us-section-col{
  padding-right: unset !important;
}
.cp-expert-advice-home-col-container{
  padding-bottom: 60px;
}

.cp-expert-advice-home-col{
  padding: 0px 20px !important;
}

.why-choose-us-section-heading{
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 22px !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;  
}

.why-choose-us-section-description{
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 35px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #666666;
  max-width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;

}

.cp-why-choose-us-image{
  height: 429px;
}

.cp-why-choose-us-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 4px;
}

.cp-confusion-choosing-section-container{
  padding-left: 40px ;
  padding-top: 60px;
}

.cp-confusion-choosing-section-container .why-choose-us-section-description  {
  max-width:  unset !important;
}

@media (max-width: 1024px) {
  
}

@media (max-width: 992px) {
  .cp-confusion-choosing-section-container{
    padding-left: 20px ;
    padding-top: unset;
  }

  .cp-why-choose-us-section-col-left{
    padding: 120px 20px !important;
  }

  .cp-why-choose-us-section-col{
    padding: unset !important;
  }

  .why-choose-us-section-heading{
    font-size: 28px;
  }

  .cp-why-choose-us-image{
    height: 400px;
  }
}

@media (max-width: 768px) {
  .why-choose-us-section-description{
    max-width: unset;
  }
  .cp-why-choose-us-section{
    margin-bottom: 30px;
  }
  .cp-why-choose-us-section-col-left{
    padding: 40px 20px !important;
  }
  .cp-confusion-choosing-section-container{
    padding-left: unset ;
  }

  .why-choose-us-section-heading{
    font-size: 24px;
  }

  .cp-why-choose-us-image{
    height: 350px;
  }
  
}

@media (max-width: 576px) {
  /* .why-choose-us-section-description{
    max-width: unset;
  } */
  .cp-why-choose-us-section{
    margin-bottom: 28px;
  }
  .why-choose-us-section-heading{
    font-size: 20px;
  }

  .why-choose-us-section-description {
    font-size: 14px;
  }

  .cp-why-choose-us-image{
    height: 300px;
  }  
}

/* end of why choose us */

/* product slider css */



.msjk-cp-product-slider-container{
  background: url(../images/nav-slider-background.png);
  background-color: #8c2608;
  padding: 114px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

.msjk-cp-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-cp-product-heading-h2 {
  margin-bottom: 40px !important;
  text-align: center;
  font-family: "Bai Jamjuree", sans-serif;
  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: "Bai Jamjuree", sans-serif;
  text-decoration: none;
  text-align: center;
}

.msjk-product-p-text{
  font-family: "Bai Jamjuree", sans-serif;                                                            
  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;
}

.cp-home-paint-images-title .msjk-product-p-text:hover {
  color: unset;
  text-decoration: none;
}

.msjk-product-hover-desc{
  font-family: "Bai Jamjuree", sans-serif;
  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;
}

.cp-read-more-btn-center{
  display: flex;
  justify-content: center;
}

.cp-read-more-btn-center a {
  display: flex;
  gap: 12px;
  text-align: center;
}

.cp-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-cp-product-btn {
  text-align: center;
  margin-top: 70px;
}

.msjk-cp-product-btn a {
  font-size: 14px !important;
  color: #ffffff;
  background-color: #090c43;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 24px;
  font-family: "Bai Jamjuree", sans-serif;
  border: 1px solid #ffffff;
  transition: 0.3s;
}

.msjk-cp-product-btn a:hover {
  background-color: #ffffff;
  color: #090c43;
  border: 1px solid #090c43;
}


@media (max-width: 1150px) {

  .msjk-cp-product-slider-container{
    padding: 100px 10px;

  }

}

@media (max-width: 1024px) {

  .msjk-cp-product-slider-container{
    padding: 80px 10px;
  }

}

@media (max-width: 992px) {

  .msjk-cp-product-slider-container{
    padding: 60px 10px;
    margin-bottom: 60px;
  }

  .msjk-product-hover-desc{
    padding: 10px 16px;
  }

 .msjk-cp-product-heading-h2 {
    font-size: 28px;
    margin-bottom: 30px !important;
  }

}

@media (max-width: 768px) {
  .msjk-cp-product-slider-container{
    padding: 40px 10px;
    margin-bottom: 50px;
  }
  .msjk-cp-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*/

/* house slider css  */

.msjk-house-img{
  height: 450px;
  margin: auto;
  margin-bottom: 16px;
}

.msjk-house-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.msjk-house-slider .slick-dots li.slick-active button:before{
  color:#ED3E2F;
  opacity: 1;
}

.msjk-house-slider .slick-dots li button:before{
  font-size: 14px !important;
}

.msjk-colors-slider{
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.cp-color-container{
  width: 116px;
}

.cp-color{
  height: 95px;
  width: 100%;
  margin-bottom: 14px;
}

.color-code, .color-name {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2px !important;
}

.color-code{
  color: #111111BF;

}

.color-name{
  color: #4882C3;

}

.cp-confusion-section{
  padding: 0px 20px;
}

@media (max-width:992px){}

@media (max-width:576px){
  .msjk-house-img{
    height: auto;
  }
}


/* house slider css  ended*/

/* Say About Different Problems */

.say-about-different-problems-container{
  margin-bottom: 80px;
}

.say-about-different-problems-heading{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  max-width: 740px;
  margin: auto !important;
  margin-bottom: 40px !important;
  text-transform: capitalize;
}

.cp-different-problems-blocks{
  max-width: 1240px;
  margin: auto;
  padding: 0px 8px;
  margin-bottom: 60px;
}

.single-problem-section-container{
  display: flex;
  flex-direction: column;
}

.single-problem-section-image{
  height: 350px;
  overflow: hidden;
}

.single-problem-section-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.single-problem-section-container:hover .single-problem-section-image img {
  transform: scale(1.05);
}

.single-problem-section-text-container{
  background-color: #ffffff;
  max-width: 90%;
  margin: auto;
  padding: 20px 20px 34px;
  border-radius: 4px;
  box-shadow: 0px 0px 8.42px 0px #00205B33;  
  margin-top: -28%;
  /* position: relative;  */
  z-index: 1;
}

.single-problem-section-head-text{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px !important;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.single-problem-section-para-text{
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 25px !important;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.single-problem-section-a-tag{
  font-family: "Bai Jamjuree", sans-serif;
  color: #C31605;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
  max-width:86px ;
  padding-bottom: 10px;
}

.single-problem-section-a-tag::before{
  content: "";
  width: 0px;
  height: 1px;
  background-color: #C31605;
  position: absolute;
  bottom: 0;
  transition:  width 0.5s;;
}

.single-problem-section-container:hover .single-problem-section-a-tag::before {
  width: 90px;
}

.single-problem-section-container:hover .single-problem-section-a-tag {
  color: #C31605;
}

.say-about-different-problems-container-a{
  text-align: center;
}
@media (max-width:992px){
  .single-problem-section-image {
    height: 300px;
  }

  .say-about-different-problems-container{
    margin-bottom: 60px;
  }

  .say-about-different-problems-heading{
    font-size: 28px;
  }
}
@media (max-width:768px){
  .single-problem-section-image {
    height: 250px;
  }

  .cp-different-problems-blocks{
    margin-bottom: 20px;
  }

  .say-about-different-problems-container{
    margin-bottom: 50px;
  }

  .say-about-different-problems-heading{
    font-size: 24px;
  }

  .single-problem-section-text-container{
    padding: 20px;
  }

  .single-problem-section-para-text{
    line-height: 1.2;
    margin-bottom: 15px !important;
  }

  .cp-different-problems-blocks-col{
    /* margin-bottom: 10px !important; */
  }
}

@media (max-width:576px){
  .say-about-different-problems-heading{
    font-size: 20px;
    margin-bottom: 20px !important;
  }

  
}
/* Say About Different Problems ended */

/* Expert advice at home section */
.cp-expert-advice-home-background{
  background: url(../images/Expert-advice-background.png);
  background-color: #8c2608;
  padding: 100px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}

.msjk-cp-expert-advice-home-container{
  max-width: 1240px;
  margin: auto;
}

.cp-expert-advice-home-description, .cp-expert-advice-home-heading{
  -webkit-line-clamp: 2;
  color: #ffffff;
}

.cp-expert-advice-home-image{
  height: 190px;
  margin-bottom: -15px;
}

.cp-expert-advice-home-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width:992px){
  .cp-expert-advice-home-background {
    padding: 80px 0px 0px;
  }
}

@media (max-width:768px){
  .cp-expert-advice-home-background {
    padding: 60px 0px 0px;
    margin-bottom: 70px;
  }

  .cp-expert-advice-home-col-container {
    padding-bottom: 40px;
}
}

@media (max-width:576px){
  .cp-expert-advice-home-background {
    padding: 40px 0px 0px;
    margin-bottom: 50px;
  }

  .cp-expert-advice-home-col-container {
    padding-bottom: 20px;
}

.cp-expert-advice-home-col{
  margin-bottom: unset !important;
}
}


/* Expert advice at home section ends */

/* Testimonials page */
.testimonials-block{
  max-width: 1366px;
  margin: auto;
  padding: 0px 10px;
  margin-bottom: 50px;
}

.testimonials-block-heading-text{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height:1.2;
  color: #111111;
  text-align: center;
  margin-bottom: 8px !important;
}

.testimonials-para{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #111111;
  text-align: center;
  margin-bottom: 24px !important;
}

.what-clients-say{
  max-width: 95%;
  margin: auto;
}
.testimonila-heading{
  padding-bottom: 32px;
}

.each-clients-say{
  max-width: 95%;
  padding: 12px 14px 24px;
  min-height: 200px !important;
  margin: auto;
  border: 1px solid #11111126;
}

.client-name{
  text-align: center;
  color:  #111111;  
  margin-bottom: 0px !important;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}


.before-say img{
   /*width: 100%; */
  height: 100%;
  object-fit: contain;
}

.client-text{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 11px ;
  position: relative;
  color: #000000; 
  margin-bottom: 0px !important;
}

.profil-client-pic{
  width: 70px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.profil-client-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width:992px){
  .testimonials-block-heading-text{
    font-size: 28px;
  }
}

@media (max-width:768px){
  .testimonials-block-heading-text{
    font-size: 24px;
  }

  .testimonila-heading {
      padding-bottom: 0px;
  }

  .client-text{
    font-size: 14px;
  }

  .work-heading-para{
      padding-right: unset;
  }
  
  .each-clients-say{
      margin-top: 20px;
  }

  .feature-heading-text {
      font-size: 25px;
  }

  .client-name {
      font-size: 12px;
  }

  .testimonials-para{
    margin-bottom: 16px !important;
  }
  
}

@media (max-width:576px){
  .testimonials-block-heading-text{
    font-size: 20px;
  }

  .testimonials-para{
    margin-bottom: unset !important;
  }
}


/* End of Testimonials page */

/* end of home page css */
 /* new slider css */
 
 .cp-paint-img-wrapper {
  width: 100%;
  height: 350px;
  position: relative;
}
.cp-home-demo-images {
  max-width: 95%;
  margin: auto;
  height: 100%;
}
.cp-home-img {
  height: 100%;
  margin: auto;
}
.cp-home-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-home-paint-images-title {
  position: absolute;
  left: 6px;
  bottom: 0%;
  background: #11111180;
  width: 96%;
  color: white;
  height: 16%;
  transition: height 1s;
}

/* .cp-home-paint-images-title h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
} */
.cp-on-hover-card {
  display: none;
}
.cp-home-sm-bucket-images-container {
  display: flex;
  justify-content: center;
}
.cp-on-hover-card > a {
  padding: 8px 24px;
  font-weight: 600;
  color: white;
  background:#CE1237;
  text-decoration: none;
  border: 1px solid #CE1237;
  margin-top: 8px;
  display: block;
}

.cp-home-sm-bucket-image {
  max-width: 110px;
  height: 100%;
  padding-bottom: 12px;
}
.cp-home-sm-bucket-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cp-paint-img-wrapper:hover {
  overflow: hidden;
}
.cp-paint-img-wrapper:hover .cp-home-paint-images-title {
  z-index: 100;
  position: absolute;
  bottom: 0%;
  background: #11111180;
  ;
  width: 96%;
  left: 6px;
  /* padding: 16px; */
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}
.cp-paint-img-wrapper:hover .cp-home-paint-images-title {
  height: 100%;
}
.cp-paint-img-wrapper:hover .cp-on-hover-card {
  display: block;
}

