/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 12:00:52 */
.melvi-contact-card,
.melvi-contact-card *,
.melvi-contact-card *::before,
.melvi-contact-card *::after,
.melvi-cf7,
.melvi-cf7 *,
.melvi-cf7 *::before,
.melvi-cf7 *::after{
  box-sizing: border-box;
}

.melvi-contact-card{
  font-family: Inter, sans-serif;
  padding: 22px 22px 18px;
  border: 2px solid rgba(39,54,74,.85);
  border-radius: 22px;
  background: rgba(255,255,255,.18);
}

.melvi-contact-card h2,
.melvi-contact-card h3,
.melvi-contact-card p{
  margin: 0;
  font-family: Inter, sans-serif;
  color: #27364A;
}

.melvi-contact-card h2{
  text-align: center;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 16px;
}

.melvi-contact-card .melvi-contact-name{
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 10px;
}

.melvi-contact-social{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.melvi-contact-card a{
  color: #27364A;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .15s ease, opacity .15s ease;
}

.melvi-contact-card a:hover{
  color: #384E6A;
  opacity: .95;
}

.melvi-contact-card .wp-block-separator{
  margin: 14px 0 14px;
  border: none;
  border-top: 1px solid rgba(39,54,74,.22);
}

.melvi-contact-row{
  display: grid !important;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 8px 0;
}

.melvi-contact-row > *{
  margin: 0 !important;
}

.melvi-contact-row > *:first-child{
  font-weight: 800;
  color: #27364A;
}

.melvi-contact-row > *:last-child{
  font-weight: 500;
  color: rgba(39,54,74,.92);
  word-break: break-word;
}

.melvi-contact-card .melvi-hours-title{
  text-align: center;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  margin: 18px 0 10px;
}

.melvi-hours-row{
  display: grid !important;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 6px 0;
}

.melvi-hours-row > *{
  margin: 0 !important;
}

.melvi-hours-row > *:first-child{
  font-weight: 700;
  color: #27364A;
}

.melvi-hours-row > *:last-child{
  font-weight: 500;
  color: rgba(39,54,74,.92);
}

@media (max-width: 980px){
  .melvi-contact-row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .melvi-hours-row{
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.melvi-cf7{
  font-family: Inter, sans-serif;
  max-width: 720px;
  padding: 50px;
  border: 1px solid rgba(39,54,74,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.28);
}

.melvi-cf7 p{
  margin: 0;
}

.melvi-cf7 h3{
  margin: 0 0 6px;
  color: #27364A;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

.melvi-cf7-intro{
  color: rgba(39,54,74,.82);
  font-size: 13px;
  line-height: 1.35;
  font-family: Inter, sans-serif;
}

.melvi-cf7-grid{
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

.melvi-field{
  min-width: 0;
}

.melvi-field--full{
  grid-column: 1 / -1;
}

.melvi-field label{
  display: block;
  color: #27364A;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  font-family: Inter, sans-serif;
}

.melvi-req{
  color: #384E6A;
  font-weight: 700;
  font-family: Inter, sans-serif;
}

.melvi-cf7 .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
  margin-top: 4px;
}

.melvi-cf7 input[type="text"],
.melvi-cf7 input[type="email"],
.melvi-cf7 input[type="tel"],
.melvi-cf7 select,
.melvi-cf7 textarea{
  font-family: Inter, sans-serif;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(39,54,74,.22);
  background: #FFFFFF;
  color: #27364A;
  font-size: 14px;
  line-height: 1.2;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background-color .15s ease;
}

.melvi-cf7 select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(39,54,74,.8) 50%), linear-gradient(135deg, rgba(39,54,74,.8) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.melvi-cf7 textarea{
  min-height: 120px;
  resize: vertical;
}

.melvi-cf7 input:focus,
.melvi-cf7 select:focus,
.melvi-cf7 textarea:focus{
  border-color: rgba(56,78,106,.75);
  box-shadow: 0 0 0 4px rgba(56,78,106,.10);
}

.melvi-cf7 input::placeholder,
.melvi-cf7 textarea::placeholder{
  color: rgba(39,54,74,.55);
}

.melvi-help{
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(39,54,74,.72);
  font-family: Inter, sans-serif;
}

.melvi-cf7-footer{
  margin-top: 10px;
}

.melvi-cf7 .wpcf7-list-item{
  margin: 0;
}

.melvi-cf7 .wpcf7-acceptance label{
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(39,54,74,.82);
  font-family: Inter, sans-serif;
}

.melvi-actions{
  margin-top: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.melvi-cf7 input[type="submit"]{
  font-family: Inter, sans-serif;
  appearance: none;
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  background: #27364A;
  color: #FEFEFF;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.melvi-cf7 input[type="submit"]:hover{
  background: #384E6A;
  box-shadow: 0 10px 20px rgba(39,54,74,.16);
  transform: translateY(-1px);
  cursor: pointer;
}

.melvi-cf7 input[type="submit"]:active{
  transform: translateY(0px);
}

.melvi-note{
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(39,54,74,.72);
  font-family: Inter, sans-serif;
}

.melvi-cf7 .wpcf7-not-valid-tip{
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.35;
  color: #9B2C2C;
  font-family: Inter, sans-serif;
}

.melvi-cf7 .wpcf7-not-valid{
  border-color: rgba(155,44,44,.6) !important;
  box-shadow: 0 0 0 4px rgba(155,44,44,.07) !important;
}

.melvi-cf7 .wpcf7-response-output{
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(39,54,74,.22);
  background: rgba(255,255,255,.55);
  color: #27364A;
  font-size: 13px;
  line-height: 1.35;
  font-family: Inter, sans-serif;
}

@media (max-width: 780px){
  .melvi-cf7-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .melvi-cf7{
    padding: 14px 12px 10px;
  }
}

.wpcf7-submit:hover,
.wpcf7-submit:focus-visible{
  background-color: var(--wp--preset--color--secondary) !important;
}