body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.container {
  max-width: 960px;
}

#about-us {
	width: 100%
}

.justify{
  text-align: justify;
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}

.no-lr-pad {
    padding-left: 0!important;
    padding-right: 0!important;
}

.bg-site-color {
    background-color: #25D366!important;
    color: #fff;
}
.share-list {
    display: flex;
    flex-direction: row;
}
.share-list a {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
}
.share-list img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
}
a.fb-h {
    background: #3b5998;
}
a.tw-h {
    background: #000;
}
a.li-h {
    background: #0077b5;
}
a.re-h {
    background: #ff5700;
}
a.pi-h {
    background: #c8232c;
}
a.in-h {
    background: #d62976;
}
.share-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form-control {
    font-size: 12px !important;
    padding: 10px !important;
}
.site-color {
    color: #25D366!important;
}
.font12 {
    font-size: 12px !important;
}
.faq-header {
    background-color: #11a8cf!important;
    color: #fff;
}
 .output-link {
  margin-top: 10px;
  word-break: break-all;
}

.phone-mockup {
  flex: 1 1 300px;
  background: #333;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  height: 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
}

.phone-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #25D366;
}

.message-bubble {
  background: #25D366;
  color: white;
  padding: 10px 15px;
  border-radius: 10px 10px 0 10px;
  align-self: flex-end;
  max-width: 80%;
  margin-top: 5px;
}

.phone-body {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.phone-footer {
  font-size: 12px;
  text-align: center;
  opacity: 0.6;
  padding-top: 10px;
}