/******************************************************/
/**                  common styles                   **/
/******************************************************/
.flickity-page-dots > .dot.is-selected{
  background-color : var(--color-blue);
}

/***************************************************/
/**    custom home popular-services Cell style    **/
/***************************************************/
#home-popular-services-carousel .item{
  height: 240px;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #home-popular-services-carousel .item {
    width: 50%;
  }
}

@media not screen and (max-width: 768px) {
  #home-popular-services-carousel .item {
    width: 20%;
  }
}

#home-popular-services-carousel .item > a {
  background: #FFFFFE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  width: 90%;
  height: 100%;
}

#home-popular-services-carousel .item > a:hover{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

/***************************************************/
/**     custom home user-comments Cell style      **/
/***************************************************/
#home-user-comments-carousel .item {
  border: #1da1f3 2px dashed;
  background: #FFFFFE;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #home-user-comments-carousel .item {
    width: 95%;
    height: 190px;
  }
}

@media not screen and (max-width: 768px) {
  #home-user-comments-carousel .item {
    width: 47%;
    height: 157px;
  }
}

/****************************************/
/**      custom footer Cell style      **/
/****************************************/
#footer-carousel {
  margin-bottom: 30px;
}

#footer-carousel .item{
  background: #fff;
  width: 100%;
  height: 220px;
  padding: 0px;
}

/****************************************/
/**    custom about-us Cell style      **/
/****************************************/
#about-us-carousel .cell{
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  #about-us-carousel .cell {
    width: 360px;
  }
}

#about-us-carousel .cell > img{
  border-radius: 12px !important;
}

/****************************************/
/**    custom Instagram Cell style     **/
/****************************************/
#instagram-carousel .cell {
  width: 100%;
  display: flex;
  justify-content: center;
}

#instagram-carousel .cell img {
  width: 100%;
  max-width: 343px;
  height: auto;
  border-radius: 12px;
}
