.document-contents img {
  max-width: 100%;
}
pre {
  border: 1px solid #ddd;
  font-size: 13px;
}
pre strong {
  background-color: #ffffaa;
}
#HomeToolSection .tool-logos img {
  width: 64px;
  height: auto;
  margin: 2px 0px 2px 0px;
}
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
/* Template creation */
.template-create-area .template-step-option {
  margin-bottom: 20px !important;
  cursor: pointer;
}
.template-create-area .template-step-option h5 {
  margin-top: 15px;
}
.template-create-area .template-step-option > div {
  background-image: none !important;
  color: black !important;
  border: 1px solid #d3d3d3;
  height: 110px;
}
.template-create-area .template-step-option > div:hover {
  border: 1px solid black;
  background-color: #ecfaeb;
}
.template-create-area .template-step-option .template-step-left i {
  font-size: 48px;
  float: left;
  margin-top: 32px;
  margin-left: 8px;
  margin-right: 8px;
  visibility: hidden;
}
.template-create-area .template-step-option .template-step-right {
  margin-left: 64px;
}
.template-create-area .template-step-option .template-step-right h5 {
  font-weight: normal;
  margin-bottom: 5px;
}
.template-create-area .template-step-option.template-step-option-selected > div {
  background-color: #d8f5d6;
}
.template-create-area .template-step-option.template-step-option-selected .template-step-left i {
  visibility: visible;
}
.template-create-area ul.template-library-list .library-tick {
  padding: 5px;
  margin-right: 2px;
  display: inline-block;
}
table.layers-table tbody td span {
  display: inline-block;
  margin: 3px;
  padding: 3px 5px;
  color: white;
}
table.layers-table tbody td span a {
  color: white;
}
table.layers-table tbody td span a:hover {
  color: white;
}
table.layers-table tbody td.layer-building-blocks span {
  background-color: #e35b5a;
}
table.layers-table tbody td.layer-tools span {
  background-color: #44b6ae;
}
.list-unstyled {
  padding: 0;
  margin: 0;
}
.list-unstyled > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.logo-image img {
  height: 60px;
}
.label.label-success {
  background-color: #44bb55;
  font-size: 0.8em;
  color: #fff;
  padding: 0 5px;
}
.footer .slogan {
  padding-top: 20px;
  padding-left: 20px;
}
.owl-nav {
  display: none;
}
.owl-dots {
  position: relative;
  top: -28px;
  background: #e6e9ec;
  margin: 0 0 -10px;
  padding: 4px 0 2px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #cbd3dd;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 6px 4px 4px !important;
  color: #fff;
}
.pp_details {
  display: none !important;
}
.pp_gallery {
  margin-top: 0 !important;
}

.warning-card {
  background-color: #fff8e1;
  border: 1px solid #ffd54f;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.warning-card-header {
  border-bottom: 1px solid #ffd54f;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.warning-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #f57f17;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin: 0;
  display: inline-block;
  margin-left: 4px;
}

.warning-card-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #f57f17;
  letter-spacing: 0.5px;
  margin-top: 12px;
}

.warning-icon {
  font-size: 1.2rem;
  color: #f57f17;
}

.warning-card-body p a{
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.warning-card-btn {
  display: inline-block;
  background-color: #f57f17;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-weight: 600;
}

  .warning-card-btn:hover {
    background-color: #e65100;
    transform: translateY(-2px);
  }

  .warning-card-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 127, 23, 0.5);
  }

.announcement {
  margin-top: 60px;
  padding-bottom: 60px
}

  .announcement h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #616161;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .announcement p {
    font-size: 1.1rem;
    color: #616161;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
  }

  .announcement ul {
    font-size: 1.1rem;
    color: #616161;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 20px;
  }

    .announcement ul li {
      margin-bottom: 10px;
    }