#c-hero-section .carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  background-color: #FF6600 !important;
  border-radius: 100%;
}
#c-hero-section .c-slider {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-position: top right;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 700px;
}
#c-hero-section .c-slider .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#c-hero-section .c-slider .c-hero-section-button {
  text-align: left;
  background-color: #FF6600;
  border-radius: 12px;
  padding: 8px 30px;
  box-shadow: 0 0 10px #000;
  transition: all 0.4s 0s ease;
}
#c-hero-section .c-slider .c-hero-section-button:hover {
  transform: translateX(20px);
  color: #fff;
}
#c-hero-section .c-slider .c-hero-section-button:hover {
  color: #fff;
}
#c-hero-section .c-slider .c-hero-section-heading {
  color: #fff;
  font-size: 2rem;
}
#c-hero-section .c-slider .c-hero-section-paragraph {
  color: #fff;
  font-size: 1.2rem;
  padding-right: 4rem;
}
#c-hero-section .c-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
}

#c-categories {
  background-color: #f9f9f9;
}
#c-categories .c-cat-container {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  border-radius: 10px;
}
#c-categories .c-cat-container:hover {
  box-shadow: 0 0 10px #8a8a8a;
  transform: translateY(-10px);
}
#c-categories .c-cat-name {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: -10px;
}

.c-home-heading-2 {
  font-size: 2rem;
}

.c-home-heading-1 {
  font-size: 1.9rem;
}

.c-advantage-container {
  background-color: #FF6600;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  border-radius: 10px;
}
.c-advantage-container:hover {
  box-shadow: 1px 3px 18px #acacac;
}
.c-advantage-container h3 {
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 400;
}

.c-ceramization-description p {
  line-height: 1.6em;
}

#c-benefit-section {
  background: radial-gradient(43.65% 66.05% at 50% 50.04%, rgba(116, 53, 18, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%), url("../images/benefit-background-image.webp");
  background-position: center;
}

.c-benefit {
  background: #000;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  margin: 15px 0;
}
.c-benefit .c-benefit-img-container {
  border-radius: 10px 0 0 10px;
  min-width: 160px;
  background-position: center !important;
  background-color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.c-benefit .c-content-benefit-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-benefit ul {
  padding-left: 1rem;
}
.c-benefit ul li {
  text-indent: 5px;
  padding: 5px 0;
  font-size: 0.9rem;
}
.c-benefit ul li::marker {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM10.707 17.707L9.293 16.293L13.586 12L9.293 7.707L10.707 6.293L16.414 12L10.707 17.707Z" fill="%23F36617"/></svg> ');
  margin-right: 5px;
}
.c-benefit .c-benefit-link {
  font-weight: 600;
  padding-right: 15px;
  margin-top: auto;
  text-align: right;
}
.c-benefit .c-benefit-link:hover {
  color: #fff;
}

#c-about-us {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url("../images/c-about-us.webp");
}
#c-about-us a {
  color: white;
}
#c-about-us a:hover {
  color: #FF6600;
}

.c-feature-container {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.c-feature-container h4 {
  font-size: 1rem;
}

.c-post-container {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.c-post-container:hover {
  box-shadow: 0 0 20px #ababab;
  transform: translateY(-5px);
}
.c-post-container h3 {
  font-size: 1rem;
  line-height: 1.2em;
}
.c-post-container p {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.3em;
}
.c-post-container .c-post-button {
  width: 100%;
  padding: 5px 0;
  box-shadow: none;
  margin-top: auto;
  font-size: 0.9rem;
  align-self: end;
}

.c-post-img-container img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.c-post-categories a {
  color: #fff;
  background-color: #000;
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 12px;
  margin: 2px 4px;
  width: fit-content;
}
.c-post-categories ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.c-post-categories ul li {
  background-color: #000;
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 12px;
  margin: 2px 4px;
  width: fit-content;
}
.c-post-categories ul li a {
  color: #fff;
}

#c-video-promo {
  border-bottom: 18px solid #FF6600;
}
#c-video-promo iframe {
  margin-bottom: -10px;
}

@media screen and (max-width: 1279px) {
  #c-categories .c-cat-name {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 576px) {
  .c-home-heading-2 {
    font-size: 1.4rem;
  }

  .c-home-heading-1 {
    font-size: 1.4rem;
  }

  #c-hero-section .c-slider {
    height: 100vh;
    background-size: cover;
    background-position: center center;
  }
  #c-hero-section .c-slider .c-hero-section-heading {
    font-size: 1.8rem;
  }
  #c-hero-section .c-slider .c-hero-section-paragraph {
    font-size: 0.9rem;
    padding-right: 0;
  }
  #c-hero-section .c-slider::before {
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.7), rgba(45, 45, 45, 0.7));
  }

  #c-categories .c-cat-name {
    font-size: 1.2rem;
    margin-top: -20px;
  }

  .c-advantage-container {
    margin-bottom: 20px;
  }

  .c-benefit .c-benefit-img-container {
    height: 200px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .c-img-ceramization {
    padding-top: 5.6rem;
  }
}

/*# sourceMappingURL=homepage.css.map */
