/**
 * Styles for the Bewed Contact Menu module
 */

/* Common styles for all pages */
.nav-contact {
  border: 1px solid rgb(243, 243, 243);
}
.nav-item {
  border-bottom: .1rem solid rgb(243, 243, 243);
}
.nav-item:last-child{
  border-bottom: none;
}
.nav-link {
  padding: .8rem .6rem;
}
.nav-link.active {
  color: #FFF;
  background-color: #2CA66E;
}
.contact-column-right {
  border: 1px solid rgba(243, 243, 243, 1);
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .contact-column-right {
    border: none;
    padding: .5rem;
  }
}
.nav-contact-mobile {
  border: 1px solid rgb(243, 243, 243);
}
.nav-contact-mobile .nav-link {}
.nav-contact-mobile .accordion-button {
  justify-content: center;
  background: rgba(249, 249, 249, 1);
  color: rgba(44, 166, 110, 1);
}
.nav-contact-mobile .accordion-button:after {
  margin:0 0 0 .5rem;
}
/* Coordinates page styles */
.contact-description {
  line-height: 1.5;
}
.contact-information {
  display:flex;
  line-height: 1.5;
}
.contact-block {
  margin-bottom: 20px;
}

.contact-block h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.card-header-contact {
  padding:1rem;
  color:rgba(17, 131, 119, 1);
  border-radius:0!important;
}
.card-header-contact h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin:0 0 .2rem 0;
}
.card-header-contact h2 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0
}
/* Quote page styles */
.quote-description {
  line-height: 1.5;
}
.quote-content ul {
    margin: 0 0 0 1rem;
}
.quote-content ul li {
  list-style: disc;
  padding: 0 0 .5rem 0;
}

/* Key accounts page styles */
.key-account-content {
  margin-bottom: 40px;
  line-height: 1.5;
}
.key-accounts-info {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.key-account-block {
  padding: 20px;
  border-radius: 2px;
  border :1px solid rgba(236, 236, 236, 1);
}

.key-account-contact {
  background-color: rgba(249, 249, 249, 1);
  padding: 20px;
  border-radius: 2px;
  margin-top: 20px;
  border :1px solid rgba(236, 236, 236, 1);
  line-height: 1.5;

}

.contact-key-account h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-key-account ul {
  list-style-type: none;
  padding-left: 0;
}

.contact-key-account li {
  margin-bottom: 10px;
}

/* FAQ page styles */
.faq-container {
  margin-bottom: 30px;
  line-height: 1.5;
}

.faq-container .card {
  margin-bottom: 6px;
  border: 1px solid rgba(236, 236, 236, 1);
  border-radius:2px!important;
}
.faq-container .card-header {
  background: rgba(249, 249, 249, 1)!important;
  border-radius:2px!important;
  padding: 0;
}
.faq-container .card-header h3 {
  font-size: 1.25rem;
}
.faq-container .btn-link {
  color: rgba(70, 70, 70, 1);
  text-decoration: none;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1.25rem;
  padding: .8rem 1rem;
  border-radius: 2px;
}
.faq-container .btn-link i {
  margin: 0 .8rem 0 0;
  width:18px;
}
.faq-container .btn-link:hover,
.faq-container .btn-link:focus {
  text-decoration: none;
  color: rgba(44, 166, 110, 1);
  border-radius: 2px;
}
.faq-container .card-body h4 {
  font-size: 1.125rem;!important;
  font-weight:700;
}
.faq-container .card-body h4:before {
  content: "\f0da";
  color: rgb(44, 166, 110);
  font-family: "Font Awesome 6 Pro";
  margin: 0 0.5rem 0 0;
  font-size: 0.9375rem;
}
.faq-container .card-body p {
  line-height: 1.5;
}
.faq-container a {
  color: #2ca66e;
  font-weight: 600;
  text-decoration: underline;
}
.faq-container .quote-steps-list {
  margin: 0 0 0 1rem;
}
.faq-container .quote-steps-list li{
  list-style: disc;
}
.faq-contact {
  background-color: rgba(249, 249, 249, 1);
  border: 1px solid rgba(236, 236, 236, 1);
  padding: 20px;
  border-radius: 2px;
  margin-top: 30px;
  text-align: center;
}

.faq-contact h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-contact .btn-primary {
  margin-top: 10px;
}
.grecaptcha-badge { visibility: hidden; }