body{
    font-family: "Montserrat", sans-serif;
}
body, p, h1, h2, h3, h4, h5 {
    margin: 0;
}

a{
    text-decoration: none;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5%;
    background: #BBC4C4;
    box-sizing: border-box;
    width: 100%;
}

.logo-link {
    flex-shrink: 0;
}

.logo-img {
    width: 70px;
    height: auto;
    display: block;
}

.nav-desktop {
    display: flex;
    gap: 40px;
    margin: 0 auto;
}

.nav-link {
    color: #262626;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.button-desktop {
    background: #677e67;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border: 2px solid #b9c6b9;
    border-radius: 16px;
    cursor: pointer;
    flex-shrink: 0;
}

.burger-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.burger-icon {
    width: 40px;
    height: 40px;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #BBC4C4;
    padding: 20px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.nav-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.nav-link-mobile {
    color: #262626;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    width: 43%;
    text-align: center;
    padding: 10px 0;
}

.button-mobile {
    background: #677e67;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border: 2px solid #b9c6b9;
    border-radius: 16px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
}

.footer, .footer-mobile {
    background: #BBC4C4;
    color: #282424;
    font-family: "Montserrat", sans-serif;
    padding: 60px 5%;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 920px;
    margin: 0 auto;
    border-top: 1px solid #282424;
    padding-top: 30px;
}

.logo-large {
    flex: 0 0 auto;
}
.your-logo-here {
    width: 70px;
    height: auto;
}

.address-and-contact-informations {
    flex: 1;
    min-width: 200px;
}
.adr {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-phone, .footer-mail {
    margin-bottom: 15px;
}

.footer-phone a, .footer-mail a{
    text-decoration: none;
    color: #282424;
}
.line-4, .line-42 {
    height: 1px;
    background: #282424;
    width: 57%;
    margin-top: 5px;
}

.footer-nav {
    display: flex;
    gap: 60px;
    flex: 2;
}
.nav-column {
    line-height: 1.8;
    opacity: 0.75;
    font-size: 12px;
}

.nav-column a{
    color: #282424;
}

.up-arrow {
    flex: 0 0 auto;
}
.scroll-top-btn {
    background: #677E67;
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-top-btn img {
    width: 24px;
}

.copyright {
    text-align: center;
    opacity: 0.65;
    font-size: 12px;
    margin-top: 30px;
}

.footer-mobile {
    display: none;
    padding: 40px 20px;
    text-align: center;
}
.top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.tsrposao {
    font-size: 22px;
    font-weight: 600;
}
.divider {
    height: 1px;
    background: #C1C7CD;
    margin: 20px 0;
}
.columns {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.menu {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.menu-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.menu-item {
    margin-bottom: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #282424;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.social-icons a, .social-icons img {
    width: 24px;
}
.copyright-mobile {
    font-size: 12px;
    opacity: 0.7;
}

.news2-content-text {
    color: #677e67;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    align-self: stretch;
}

.scroll-top-btn.mobile {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.contacts-section {
    background: #D6DBDB;
    padding: 3% 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    font-family: 'Montserrat', sans-serif;
}

.contacts-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    color: #282424;
}

.contacts-head__line {
    width: 100%;
    border-top: 1px solid #282424;
    margin-bottom: 10px;
}

.contacts-head__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.8;
}

.contacts-head__description {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8;
}

.form-custom {
  background: #bbc4c4;
  border-radius: 14px;
  padding: 40px 32px;
  width: 55%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: 'Montserrat', sans-serif;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  color: #5e5555;
}

.form-input-wrapper {
  display: flex;
  align-items: center;
  background: #d6dbdb;
  border-radius: 14px;
  padding: 13px 16px;
  gap: 8px;
}

.form-input-wrapper--bordered {
  border: 2px solid #677e67;
  box-shadow: 0 0 5px rgba(179, 204, 204, 1);
}

.form-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.form-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #677e67;
}

.form-input.bold {
  font-weight: 700;
}

.form-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.form-select {
  appearance: none;
  width: 100%;
  padding: 13px 16px;
  font-size: 14px;
  border-radius: 14px;
  background: #d6dbdb;
  border: 2px solid #677e67;
  color: #677e67;
}

.form-select-icon {
  position: absolute;
  right: 16px;
  pointer-events: none;
  width: 24px;
  height: 24px;
}

.form-submit-wrapper {
  display: flex;
  justify-content: flex-end;
}

.form-submit-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: #677e67;
  color: #f3f2f2;
  border-radius: 16px;
  border: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.form-submit-button img {
  width: 22px;
  height: auto;
}

@media (max-width: 992px) {

    .month {
        min-width: 90%;
    }
    .footer {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .scroll-top-btn:not(.mobile) {
        display: none;
    }
    .nav-desktop,
    .button-desktop {
        display: none;
    }

    .burger-button {
        display: block;
    }

    .mobile-menu.active {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
        gap: 40px;
        max-width: -webkit-fill-available;
    }
}
@media (min-width: 993px) {
    .scroll-top-btn.mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .form-custom{
        width: 70%;
    }
    
    .contacts-head__title {
        font-size: 28px;
    }

    .contacts-head__description {
        font-size: 18px;
    }

    .form-custom {
    padding: 24px 16px;
  }
}

@media (max-width: 480px) {
  .form-custom {
    padding: 16px;
  }

  .form-submit-wrapper {
    justify-content: center;
  }

  .form-submit-button {
    width: 100%;
    justify-content: center;
  }
}