@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.moutestr-footer-wrap { position: relative; font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; line-height: 1.6; }
.moutestr-footer-wrap *, .moutestr-footer-wrap *::before, .moutestr-footer-wrap *::after { box-sizing: border-box; }
.moutestr-footer { position: relative; overflow: hidden; background: linear-gradient(165deg, #052834 0%, #073e50 28%, #09637E 72%, #088395 100%); color: #ffffff; isolation: isolate; }
.moutestr-footer::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(to bottom, rgba(0,0,0,.32), rgba(0,0,0,0) 32%, rgba(0,0,0,0) 70%, rgba(0,0,0,.28)); pointer-events: none; }
.moutestr-footer-glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; }
.moutestr-footer-glow-one { width: 520px; height: 520px; left: -160px; top: -180px; background: radial-gradient(circle, rgba(242,145,145,.22), transparent 65%); }
.moutestr-footer-glow-two { width: 620px; height: 620px; right: -200px; bottom: -260px; background: radial-gradient(circle, rgba(8,131,149,.45), transparent 65%); }
.moutestr-footer-grid { position: absolute; inset: 0; z-index: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(900px 420px at 50% 0%, #000 30%, transparent 75%); -webkit-mask-image: radial-gradient(900px 420px at 50% 0%, #000 30%, transparent 75%); }
.moutestr-footer-ring { position: absolute; right: 6%; top: 54px; width: 88px; height: 88px; z-index: 0; opacity: .22; pointer-events: none; border: 1.5px dashed rgba(255,255,255,.55); border-radius: 50%; }
.moutestr-footer-ring::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; transform: translate(-50%,-50%); background: #F29191; border-radius: 50%; box-shadow: 0 0 0 8px rgba(242,145,145,.22); }
.moutestr-footer-container { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.moutestr-footer-top { padding-top: 88px; padding-bottom: 56px; }
.moutestr-footer-brand { max-width: 380px; }
.moutestr-footer-logo-link { display: inline-flex; align-items: center; text-decoration: none; margin-bottom: 18px; }
.moutestr-footer-logo { width: 210px; max-width: 100%; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 6px 18px rgba(0,0,0,.25)); }
.moutestr-footer-description { color: rgba(255,255,255,.74); font-size: 14.5px; line-height: 1.7; margin: 0 0 18px; }
.moutestr-footer-email { display: inline-flex; align-items: center; gap: 10px; color: #ffffff; font-size: 14px; font-weight: 600; text-decoration: none; padding: 9px 14px 9px 9px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); border-radius: 999px; transition: border-color .3s ease, background .3s ease, color .3s ease, transform .3s ease; word-break: break-all; }
.moutestr-footer-email:hover { color: #F29191; border-color: rgba(242,145,145,.55); background: rgba(255,255,255,.12); transform: translateY(-1px); }
.moutestr-footer-email:focus-visible { outline: 2px solid #F29191; outline-offset: 3px; }
.moutestr-footer-email-icon { width: 30px; height: 30px; flex: 0 0 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #F29191; color: #3a1d1d; font-size: 13px; }
.moutestr-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.moutestr-footer-social-link { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #ffffff; font-size: 15px; text-decoration: none; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); transition: background .3s ease, color .3s ease, transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.moutestr-footer-social-link:hover { background: #F29191; border-color: #F29191; color: #2b1515; transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.28); }
.moutestr-footer-social-link:focus-visible { outline: 2px solid #F29191; outline-offset: 3px; }
.moutestr-footer-column { padding-top: 6px; }
.moutestr-footer-heading { position: relative; color: #ffffff; font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 20px; padding-bottom: 12px; }
.moutestr-footer-heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 3px; border-radius: 999px; background: #F29191; }
.moutestr-footer-heading-news::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #F29191; box-shadow: 0 0 0 5px rgba(242,145,145,.2); vertical-align: 1px; }
.moutestr-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.moutestr-footer-link { position: relative; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 14.5px; font-weight: 500; text-decoration: none; padding: 6px 0; transition: color .3s ease, transform .3s ease; }
.moutestr-footer-link::before { content: ""; width: 0; height: 2px; border-radius: 999px; background: #F29191; transition: width .3s ease; flex: 0 0 auto; }
.moutestr-footer-link:hover { color: #ffffff; transform: translateX(2px); }
.moutestr-footer-link:hover::before { width: 14px; }
.moutestr-footer-link:focus-visible { outline: 2px solid #F29191; outline-offset: 3px; border-radius: 4px; color: #ffffff; }
.moutestr-footer-newsletter { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 26px 24px 20px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 18px 44px rgba(0,0,0,.22); max-width: 100%; overflow: hidden; position: relative; }
.moutestr-footer-newsletter::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, transparent, #F29191 30%, #F29191 70%, transparent); opacity: .9; }
.moutestr-footer-newsletter-text { color: rgba(255,255,255,.74); font-size: 14px; margin: 0 0 18px; line-height: 1.65; }
.moutestr-footer-newsletter-form { min-width: 0; }
.moutestr-footer-newsletter-note { margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 12.5px; display: flex; align-items: center; gap: 8px; }
.moutestr-footer-newsletter-note i { color: #F29191; font-size: 12px; }
.moutestr-footer-newsletter .wpcf7 { max-width: 100%; }
.moutestr-footer-newsletter .wpcf7-form { display: flex; gap: 10px; align-items: stretch; max-width: 100%; }
.moutestr-footer-newsletter .wpcf7-form p { margin: 0; display: contents; }
.moutestr-footer-newsletter .wpcf7-form-control-wrap { flex: 1 1 auto; min-width: 0; display: block; }
.moutestr-footer-newsletter .wpcf7-text, .moutestr-footer-newsletter .wpcf7-email, .moutestr-footer-newsletter input[type="email"], .moutestr-footer-newsletter input[type="text"] { width: 100%; height: 48px; box-sizing: border-box; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.96); color: #0f172a; font-family: inherit; font-size: 14px; font-weight: 500; padding: 0 16px; outline: none; transition: border-color .3s ease, box-shadow .3s ease; }
.moutestr-footer-newsletter .wpcf7-text::placeholder, .moutestr-footer-newsletter .wpcf7-email::placeholder { color: #64748b; }
.moutestr-footer-newsletter .wpcf7-text:focus, .moutestr-footer-newsletter .wpcf7-email:focus, .moutestr-footer-newsletter input:focus { border-color: #F29191; box-shadow: 0 0 0 4px rgba(242,145,145,.28); }
.moutestr-footer-newsletter .wpcf7-submit, .moutestr-footer-newsletter input[type="submit"], .moutestr-footer-newsletter button[type="submit"] { flex: 0 0 auto; height: 48px; box-sizing: border-box; border: 0; border-radius: 12px; padding: 0 22px; background: #F29191; color: #2b1515; font-family: inherit; font-size: 14px; font-weight: 700; letter-spacing: .02em; cursor: pointer; white-space: nowrap; transition: transform .3s ease, box-shadow .3s ease, background .3s ease, filter .3s ease; }
.moutestr-footer-newsletter .wpcf7-submit:hover, .moutestr-footer-newsletter input[type="submit"]:hover { background: #f7a8a8; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.28); }
.moutestr-footer-newsletter .wpcf7-submit:focus-visible, .moutestr-footer-newsletter input[type="submit"]:focus-visible { outline: 2px solid #ffffff; outline-offset: 3px; }
.moutestr-footer-newsletter .wpcf7-spinner { display: none; }
.moutestr-footer-newsletter .wpcf7-not-valid-tip { color: #ffd4d4; background: rgba(0,0,0,.28); border: 1px solid rgba(242,145,145,.6); border-radius: 10px; font-size: 12.5px; font-weight: 600; margin-top: 10px; padding: 8px 12px; }
.moutestr-footer-newsletter .wpcf7-response-output { color: #ffffff; font-size: 13.5px; font-weight: 500; line-height: 1.55; border-radius: 12px; margin: 14px 0 0; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.28); }
.moutestr-footer-newsletter .wpcf7 form.sent .wpcf7-response-output, .moutestr-footer-newsletter .wpcf7-response-output.wpcf7-mail-sent-ok { border-color: rgba(110,231,183,.7); background: rgba(6,95,70,.55); color: #ecfdf5; }
.moutestr-footer-newsletter .wpcf7-response-output.wpcf7-validation-errors, .moutestr-footer-newsletter .wpcf7-response-output.wpcf7-mail-sent-ng { border-color: rgba(242,145,145,.7); background: rgba(80,18,18,.5); color: #fff1f2; }
.moutestr-footer-divider { height: 1px; background: rgba(255,255,255,.14); border: 0; }
.moutestr-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 26px; padding-bottom: 30px; flex-wrap: wrap; }
.moutestr-footer-copyright { margin: 0; color: rgba(255,255,255,.68); font-size: 13.5px; }
.moutestr-footer-legal { display: flex; align-items: center; gap: 14px; }
.moutestr-footer-legal-link { color: rgba(255,255,255,.72); font-size: 13.5px; font-weight: 600; text-decoration: none; transition: color .3s ease; }
.moutestr-footer-legal-link:hover { color: #F29191; }
.moutestr-footer-legal-link:focus-visible { outline: 2px solid #F29191; outline-offset: 3px; border-radius: 4px; }
.moutestr-footer-legal-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.35); flex: 0 0 4px; }
@media (max-width: 991.98px) {
  .moutestr-footer-top { padding-top: 64px; padding-bottom: 44px; }
  .moutestr-footer-brand { max-width: 100%; }
  .moutestr-footer-newsletter { margin-top: 8px; }
  .moutestr-footer-ring { display: none; }
}
@media (max-width: 575.98px) {
  .moutestr-footer-container { padding-left: 18px; padding-right: 18px; }
  .moutestr-footer-top { padding-top: 58px; }
  .moutestr-footer-logo { width: 168px; }
  .moutestr-footer-heading { font-size: 13px; margin-bottom: 14px; }
  .moutestr-footer-link { font-size: 14px; padding: 7px 0; }
  .moutestr-footer-newsletter { padding: 22px 18px 18px; border-radius: 16px; }
  .moutestr-footer-newsletter .wpcf7-form { flex-direction: column; }
  .moutestr-footer-newsletter .wpcf7-submit, .moutestr-footer-newsletter input[type="submit"] { width: 100%; }
  .moutestr-footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding-bottom: 28px; }
  .moutestr-footer-legal { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .moutestr-footer-email, .moutestr-footer-social-link, .moutestr-footer-link, .moutestr-footer-newsletter .wpcf7-submit { transition: none; }
}
.moutestr-footer-logo-text{font-weight:800;font-size:1.1rem;color:#fff;}