.elementor-2151 .elementor-element.elementor-element-21db5df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2151 .elementor-element.elementor-element-a4e84cf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2151 .elementor-element.elementor-element-9319288{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2151 .elementor-element.elementor-element-03dfad2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-2151:not(.elementor-motion-effects-element-type-background), body.elementor-page-2151 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}/* Start custom CSS for html, class: .elementor-element-a4e84cf */#particle-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #132727;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
}

.breadcrumb-content h1 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.breadcrumb-links {
  font-size: 1.1rem;
  font-weight: 500;
}

.breadcrumb-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-links a:hover {
  color: #fc4100;
}

.breadcrumb-links span {
  margin: 0 8px;
  color: #fff;
}

/* ✅ Responsive Adjustments */
@media (max-width: 768px) {
  #particle-wrapper {
    height: auto;
    padding: 40px 0;
  }

  .breadcrumb-content {
    padding: 20px;
    text-align: center;
  }

  .breadcrumb-content h1 {
    font-size: 1.8rem;
  }

  .breadcrumb-links {
    font-size: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .breadcrumb-links span {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-content h1 {
    font-size: 1.5rem;
  }

  .breadcrumb-links {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5cf607a */.designs-section {
  background-color: #eee;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Roboto', sans-serif;
  color: #132727;
}

.designs-header small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  font-size: 20px;
  color: rgb(252, 65, 0); /* #fc4100 */
  margin-bottom: 10px;
}

.designs-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: rgb(19, 39, 39); /* #132727 */
  line-height: 42px;
  margin: 10px 0 20px 0;
}

.designs-header p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(115, 115, 115);
  line-height: 23px;
  max-width: 800px;
  margin: 0 auto;
}

.short-text {
  display: none;
}

/* Responsive: Mobile only */
@media (max-width: 768px) {
  .full-text {
    display: none;
  }
  .short-text {
    display: block;
  }
}/* End custom CSS */