/**
 * Footer Styles - All Variations
 * 
 * Style 1: Original Master — Silent Escapes / AquaTerra
 * Style 2: Columns with Dividers (McGuire Digital)
 * Style 3: Dark with Wave Graphic (North Pier)
 * Style 4: Light Minimal with Logo Top (The Gaspar)
 * 
 * Each style is scoped with .footer-style-N to avoid conflicts
 */


/**
 * Footer Style 1 - Original Master (Silent Escapes / AquaTerra)
 */

/* Remove trailing border after second nav column */
.footer-style-1 footer .footer-menu nav:last-child {
  border-right: none;
  padding-right: 50px;
  margin-right: 0;
}

/* INQUIRE button — keep inline with nav, no wrap */
.footer-style-1 footer .footer-menu-box {
  align-items: center;
  flex-wrap: nowrap;
}

.footer-style-1 footer .footer-menu-box .btn {
  align-self: center;
  flex-shrink: 0;
  margin-left: 50px;
}

/* CONTACT — right-justified, remove separator rule at all breakpoints */
.footer-style-1 footer .footer-contact {
  text-align: right;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 1240px) {
  .footer-style-1 footer .footer-contact {
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .footer-style-1 footer .footer-contact {
    padding-right: 0;
    margin-right: 0;
  }
}

/* CONTACT two-column layout — desktop only */
@media (min-width: 769px) {
  .footer-style-1 footer .footer-contact p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 34px;
    text-align: left;
    margin: 0;
  }

  .footer-style-1 footer .footer-contact br {
    display: none;
  }

  .footer-style-1 footer .footer-contact .fc-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .footer-style-1 footer .footer-contact .fc-label {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

/* Watermark logo */
.footer-style-1 footer {
  position: relative;
  overflow: hidden;
}

.footer-style-1 .footer-watermark {
  position: absolute;
  top: 60%;
  right: -6%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background-image: url('https://aquaterra1.wpenginepowered.com/wp-content/uploads/2026/03/AquaTerra-Logo-Color-Brown.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.footer-style-1 .footer-watermark ~ * {
  position: relative;
  z-index: 1;
}

/* Hide social icons block */
.footer-style-1 footer .soc-items {
  display: none;
}

/* Copyright / disclaimer — scoped, does not affect global <p> */
.footer-style-1 footer .copyright-box,
.footer-style-1 footer .copyright-box p {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

/* ---- Mobile ≤768px: Seren structural pattern ---- */
@media (max-width: 768px) {

  /* Hide watermark on mobile */
  .footer-style-1 .footer-watermark {
    display: none;
  }
  
  /* Footer bottom box - contains nav and contact */
  .footer-style-1 .footer-bottom-box {
    margin-bottom: 20px !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* HIDE vertical divider rules completely */
  .footer-style-1 footer .footer-menu nav {
    border: none !important;
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  .footer-style-1 footer .footer-contact {
    border: none !important;
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }

  /* Remove gap between the two nav groups - stack as one continuous list */
  .footer-style-1 footer .footer-menu {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }

  .footer-style-1 footer .footer-menu nav {
    display: block !important;
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .footer-style-1 footer .footer-menu nav ul {
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-style-1 footer .footer-menu nav ul li {
    margin-bottom: 12px !important;
    text-align: center !important;
  }

  /* Keep consistent spacing between the two nav groups */
  .footer-style-1 footer .footer-menu nav:first-child ul li:last-child {
    margin-bottom: 12px !important;
  }

  .footer-style-1 footer .footer-menu nav:last-child ul li:last-child {
    margin-bottom: 0 !important;
  }

  .footer-style-1 footer .footer-menu-box {
    display: block !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  /* INQUIRE button */
  .footer-style-1 footer .footer-menu-box .btn {
    display: inline-block !important;
    margin: 30px auto 0 !important;
    width: auto !important;
    min-width: 100px !important;
    padding: 13px 36px !important;
  }

  /* Contact box */
  .footer-style-1 footer .footer-contact-box {
    display: block !important;
    text-align: center !important;
    margin-top: 25px !important;
    width: 100% !important;
  }

  .footer-style-1 footer .footer-contact {
    text-align: center !important;
    margin: 0 auto 15px !important;
    padding: 0 !important;
  }

  /* Social icons */
  .footer-style-1 footer .soc-items {
    justify-content: center !important;
    margin-top: 15px !important;
  }

  .footer-style-1 footer .soc-items a {
    margin-left: 0 !important;
  }

  /* Bottom padding on footer */
  .footer-style-1 footer {
    padding-top: 45px !important;
    padding-bottom: 20px !important;
  }
}


/**
 * Footer Style 2 - Columns with Dividers (McGuire Digital)
 * EXACT original CSS - do not modify
 */

/* Scoped to .footer-style-2 to avoid conflicts with other footer styles */

@media (max-width: 1024px) {
  .footer-style-2 footer {
    text-align: center;
  }
}
.footer-style-2 footer .copyright {
  background: #efe4c9;
  padding: 15px 0;
  text-align: center;
}
.footer-style-2 footer .copyright span {
  font-family: "Poppins", sans-serif;
  color: #202020;
  font-size: 12px;
  letter-spacing: .25px;
  font-weight: 300;
}
.footer-style-2 footer .copyright p,
.footer-style-2 footer .copyright span p {
  font-family: "Poppins", sans-serif !important;
  color: #202020 !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: .25px !important;
  line-height: 1.4 !important;
}
.footer-style-2 footer > .row1375 {
  width: 1920px;
  max-width: 100%;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .footer-style-2 footer > .row1375 {
    padding: 0 0 30px;
  }
}
.footer-style-2 footer > .row1375 > .flex {
  flex-basis: 25%;
  position: relative;
  padding: 20px;
}
@media (max-width: 1024px) {
  .footer-style-2 footer > .row1375 > .flex {
    flex-basis: 100%;
    padding: 0 20px 0;
  }
}
.footer-style-2 footer > .row1375 > .flex:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #4a4a4a;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .footer-style-2 footer > .row1375 > .flex:before {
    display: none;
  }
}
.footer-style-2 footer > .row1375 > .flex:last-child::before {
  display: none;
}
@media (max-width: 1024px) {
  .footer-style-2 footer > .row1375 .brochure {
    padding: 0 65px 30px;
  }
}
@media (max-width: 1024px) {
  .footer-style-2 footer .main_nav_wrap {
    margin: 10px 0 20px;
  }
}
.footer-style-2 footer .main_nav_wrap .main_nav {
  margin: 0;
  padding: 0 0 0 40px;
}
@media (max-width: 1024px) {
  .footer-style-2 footer .main_nav_wrap .main_nav {
    padding: 0 0 0 0;
  }
}
.footer-style-2 footer .main_nav_wrap .main_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-style-2 footer .main_nav_wrap .main_nav ul li {
  display: block;
  text-align: left;
  margin: 0;
}
.footer-style-2 footer .main_nav_wrap .main_nav ul li a {
  padding: 5px 0;
  display: block;
  color: #102342;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer-style-2 footer .main_nav_wrap .main_nav ul li a {
    text-align: center;
    display: block;
    font-size: 14px;
  }
}
.footer-style-2 footer .address-footer {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.footer-style-2 footer .address-footer > div {
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-style-2 footer .address-footer > div {
    margin-bottom: 20px;
  }
}
.footer-style-2 footer .address-footer > div p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  padding-bottom: 0;
  color: #102342;
  margin: 0;
}
@media (max-width: 1024px) {
  .footer-style-2 footer .address-footer > div p {
    font-size: 12px;
  }
}
.footer-style-2 footer .address-footer > div p a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 0;
  color: #102342;
  text-decoration: none;
}
.footer-style-2 footer .address-footer > div p a:hover {
  color: #4a4a4a;
}
.footer-style-2 footer .brochure {
  display: flex;
  align-items: center;
}
.footer-style-2 footer .brochure img {
  padding: 0 20px;
  max-width: 80px;
}
@media (max-width: 1024px) {
  .footer-style-2 footer .brochure img {
    padding: 0 0;
  }
}
.footer-style-2 footer .footer-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4a4a4a;
  display: block;
  margin-bottom: 10px;
}
.footer-style-2 .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer-style-2 .social-icons {
    width: 100%;
  }
}
.footer-style-2 .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 5px;
  color: #102342;
}
.footer-style-2 .social-icons a:first-child {
  margin-left: 0;
}
.footer-style-2 .social-icons a:last-child {
  margin-right: 0;
}
.footer-style-2 .social-icons a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-2 .social-icons a:hover {
  color: #4a4a4a;
}
.footer-style-2 .social-icons a:hover i {
  color: #4a4a4a;
}

/**
 * Footer Style 3 - Dark with Wave Graphic (North Pier Ocean Villas)
 * EXACT CSS from Customizer with !important for master theme overrides
 */

/* Scoped to .footer-style-3 to avoid conflicts with other footer styles */

/* Wave Logo positioning */
.footer-style-3 .wave-logo3 {
  width: 200px;
  position: absolute;
  right: 19%;
  bottom: 170px;
}

@media (max-width: 1800px) {
  .footer-style-3 .wave-logo3 {
    width: 200px;
    right: 19%;
    bottom: 160px;
  }
}

@media (max-width: 1600px) {
  .footer-style-3 .wave-logo3 {
    width: 190px;
    right: 16%;
    bottom: 130px;
  }
}

@media (max-width: 1400px) {
  .footer-style-3 .wave-logo3 {
    width: 180px;
    right: 13%;
    bottom: 120px;
  }
}

@media (max-width: 1230px) {
  .footer-style-3 .wave-logo3 {
    width: 170px;
    right: 10%;
    bottom: 100px;
  }
}

@media (max-width: 1030px) {
  .footer-style-3 .wave-logo3 {
    width: 160px;
    right: 7%;
    bottom: 50px;
  }
}

@media (max-width: 900px) {
  .footer-style-3 .wave-logo3 {
    width: 150px;
    right: 6%;
    bottom: 50px;
  }
}

@media (max-width: 767px) {
  .footer-style-3 .wave-logo3 {
    width: 140px;
    right: 5%;
    bottom: 50px;
  }
}

@media (max-width: 575px) {
  .footer-style-3 .wave-logo3 {
    width: 130px;
    right: 4%;
    bottom: 40px;
  }
}

@media (max-width: 455px) {
  .footer-style-3 .wave-logo3 {
    width: 120px;
    right: 3%;
    bottom: 40px;
  }
}

@media (max-width: 370px) {
  .footer-style-3 .wave-logo3 {
    width: 110px;
    right: 2%;
    bottom: 30px;
  }
}

/* Burger icon */
.footer-style-3 .burger-icon img {
  width: 24px;
  height: auto;
  display: block;
}

/* Footer base - CRITICAL OVERRIDES */
.footer-style-3 footer {
  padding: 5px 0 40px !important;
  background-image: url("/wp-content/uploads/2025/04/Paper-Background.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #2d2d2d !important;
}

/* Subfooter */
.footer-style-3 .subfooter {
  background-image: url("/wp-content/uploads/2025/04/Paper-Background.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: -40px;
  background-color: #2d2d2d !important;
}

/* Wave holder - CRITICAL */
.footer-style-3 #wave-holder {
  background-image: url("/wp-content/uploads/2025/04/Orange-Wave.svg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 148px !important;
  z-index: 3;
  display: block !important;
  position: relative !important;
}

.footer-style-3 #wave-holder-video {
  background-image: url("/wp-content/uploads/2025/04/Orange-Wave.svg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 3;
  height: 148px !important;
  margin-top: 30px;
}

/* Footer info left */
.footer-style-3 footer .footer-info-left {
  margin-bottom: 80px;
  margin-top: 60px;
  max-width: 450px;
  color: #fff !important;
}

.footer-style-3 footer .footer-info-left :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-style-3 .footer-info-left h2 {
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  color: #fff !important;
}

/* Footer info right */
.footer-style-3 .footer-info-right {
  padding-right: 10vh;
}

/* Logo footer box */
.footer-style-3 footer .logo-footer-box {
  margin-bottom: 20px;
}

.footer-style-3 .logo-footer {
  width: 400px !important;
  height: 70px !important;
  display: inline-block;
}

@media (max-width: 1024px) {
  .footer-style-3 .logo-footer {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .footer-style-3 .logo-footer {
    margin-bottom: 10px;
    width: 320px !important;
  }
}

@media (max-width: 480px) {
  .footer-style-3 .logo-footer {
    width: 285px !important;
  }
  
  .footer-style-3 .wave-logo {
    display: none;
  }
  
  .footer-style-3 .footer-info-right > img:nth-child(1) {
    max-width: 47% !important;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  
  .footer-style-3 #wave-holder {
    margin-left: -20px;
  }
  
  .footer-style-3 .footer-menu > nav:nth-child(1),
  .footer-style-3 .footer-menu > nav:nth-child(2) {
    width: 100% !important;
    padding-left: 25%;
  }
  
  .footer-style-3 footer .logo-footer-box {
    margin-bottom: -10px !important;
  }
  
  .footer-style-3 .footer-contact {
    width: 100% !important;
    padding-left: 10%;
    margin-top: 30px;
  }
  
  .footer-style-3 .footer-contact-box {
    width: 100% !important;
  }
  
  .footer-style-3 .soc-items {
    padding-left: 35%;
  }
  
  .footer-style-3 .footer-info-left h2 {
    margin-left: 5%;
  }
  
  .footer-style-3 .footer-info-left {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 480px) {
  .footer-style-3 footer .footer-info-wrapper {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 20px;
    display: inline !important;
  }
  
  .footer-style-3 footer {
    text-align: center;
  }
  
  .footer-style-3 .footer-info-left {
    flex: auto !important;
  }
}

/* Footer menu nav - CRITICAL COLOR OVERRIDES */
.footer-style-3 footer .footer-menu nav {
  padding-right: 100px;
  margin-right: 0px;
  border-right: 0px solid #070606;
}

.footer-style-3 footer .footer-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-style-3 footer .footer-menu nav ul li {
  margin-bottom: 15px;
  line-height: 1;
}

.footer-style-3 footer .footer-menu nav ul li a,
.footer-style-3 footer .footer-menu nav ul > li > a {
  display: inline-block;
  font-family: 'Gotham Medium', sans-serif;
  color: #fff !important;
  letter-spacing: 1.3px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-style-3 footer .footer-menu nav ul > li > a:hover {
  opacity: 0.7;
  color: #fff !important;
}

/* All footer links white */
.footer-style-3 footer a {
  color: #fff !important;
}

.footer-style-3 footer .footer_nav a,
.footer-style-3 footer .footer_nav li a {
  color: #fff !important;
}

/* Copyright box */
.footer-style-3 footer .copyright-box {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #d8803e !important;
  font-family: 'Gotham Book', sans-serif;
}

.footer-style-3 footer .copyright-box a {
  color: #d8803e !important;
  font-family: 'Gotham Book', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
  outline: none;
  text-decoration: none;
  vertical-align: bottom;
}

.footer-style-3 footer .copyright-box a:hover {
  text-decoration: underline;
}

/* Footer contact - CRITICAL COLOR OVERRIDES */
.footer-style-3 footer .footer-contact {
  padding-right: 50px;
  margin-right: 0px;
  border-right: 0px solid #070606;
}

.footer-style-3 footer .footer-contact p {
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.1;
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
}

.footer-style-3 footer .footer-contact a {
  position: relative;
  font-family: 'Gotham Medium', sans-serif;
  color: #fff !important;
  letter-spacing: 1.3px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-style-3 footer .footer-contact a::before {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-style-3 footer .footer-contact a:hover::before {
  width: 100%;
}

/* Social items - CRITICAL COLOR OVERRIDES */
.footer-style-3 footer .soc-items {
  display: flex;
  align-items: center;
}

.footer-style-3 footer .soc-items a {
  font-size: 28px;
  color: #fff !important;
  margin-left: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-style-3 footer .soc-items a:hover {
  opacity: 0.7;
  color: #fff !important;
}

/* Footer bottom box */
.footer-style-3 footer .footer-bottom-box {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .footer-style-3 footer .footer-bottom-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .footer-style-3 footer .footer-bottom-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .footer-style-3 footer .footer-bottom-box {
    margin-bottom: 30px;
  }
}

/* Footer info wrapper */
.footer-style-3 footer .footer-info-wrapper {
  display: flex;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

@media (max-width: 1024px) {
  .footer-style-3 footer .footer-info-wrapper {
    flex-direction: column;
    text-align: center;
  }
}

/* Contact us block */
.footer-style-3 .contact-us-block {
  padding: 30px 0;
}

@media (max-width: 1023px) {
  .footer-style-3 .contact-us-block {
    padding: 20px 0;
  }
}

/* Burger positioning */
@media (max-width: 1160px) {
  .footer-style-3 .burger {
    top: 25px;
  }
}

.footer-style-3 .burger {
  right: 10px;
}

@media (max-width: 1024px) {
  .footer-style-3 .mobile_menu_container nav {
    margin: -70px 0 20px;
  }
}

@media (max-width: 1024px) {
  .footer-style-3 .burger-container {
    top: 25px;
    right: 16px;
  }
}

/* Mobile menu container */
.footer-style-3 .mobile_menu_container {
  background-image: url("/wp-content/uploads/2025/04/Paper-Background.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Global text color overrides for footer */
.footer-style-3 footer,
.footer-style-3 footer p,
.footer-style-3 footer span,
.footer-style-3 footer li,
.footer-style-3 footer h1,
.footer-style-3 footer h2,
.footer-style-3 footer h3,
.footer-style-3 footer h4,
.footer-style-3 footer h5,
.footer-style-3 footer h6 {
  color: #fff !important;
}

/* Exception for copyright which is orange */
.footer-style-3 footer .copyright-box,
.footer-style-3 footer .copyright-box * {
  color: #d8803e !important;
}

/**
 * Footer Style 4 - The Gaspar (Light Minimal with Logo Top)
 * EXACT original CSS - do not modify
 */

/* Scoped to .footer-style-4 to avoid conflicts with other footer styles */

.footer-style-4 footer {
  background: #d4e4ed;
  padding: 60px 0 30px;
}
@media (max-width: 1600px) {
  .footer-style-4 footer {
    padding: 40px 0 40px;
  }
}
@media (max-width: 1024px) {
  .footer-style-4 footer {
    padding: 40px 0 40px;
  }
}
.footer-style-4 footer .row {
  width: 1740px;
  max-width: 94%;
}
.footer-style-4 footer .top-footer {
  margin-bottom: 80px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .footer-style-4 footer .top-footer {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .footer-style-4 footer .top-footer {
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer-style-4 footer .top-footer {
    margin-bottom: 30px;
  }
}
.footer-style-4 footer .logo-footer {
  width: 250px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-4 footer .logo-footer img, 
.footer-style-4 footer .logo-footer svg {
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-style-4 footer .logo-footer {
    margin-bottom: 30px;
  }
}
.footer-style-4 footer .logo-footer:hover {
  opacity: 0.7;
}
.footer-style-4 footer .bottom-footer {
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .footer-style-4 footer .bottom-footer {
    margin-bottom: 30px
  }
}
.footer-style-4 footer .footer-links {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-links {
    margin-bottom: 20px;
    flex-basis: 100%;
  }
  .footer-style-4 footer .footer-links .button {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer_nav {
    margin-bottom: 10px;
    flex-basis: 100%;
    text-align: center;
  }
}
.footer-style-4 footer .footer_nav li {
  margin-bottom: 10px;
  line-height: 1;
}
.footer-style-4 footer .footer_nav li:last-child {
  margin-bottom: 0;
}
.footer-style-4 footer .footer_nav a {
  color: #1a2b49;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 2.5px;
}
@media (max-width: 786px) {
  .footer-style-4 footer .footer_nav a {
   font-size: 17px;
  }
}
.footer-style-4 footer .footer_nav a:hover {
  color: #777777;
}
.footer-style-4 footer .footer-links-1 {
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-right: 40px;
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .footer-style-4 footer .footer-links-1 {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-links-1 {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }
}
.footer-style-4 footer .footer-links-2 {
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-right: 40px;
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .footer-style-4 footer .footer-links-2 {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-links-2 {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
  }
}
.footer-style-4 footer .footer-links-3 {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-links-3 {
    padding-right: 0px;
    margin-right: 0px;
  }
}
.footer-style-4 footer .footer-info-items {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-info-items {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.footer-style-4 footer .footer-info-items .text {
  color: #1a2b49;
}
.footer-style-4 footer .footer-info-items .text a {
  color: #1a2b49;
}
.footer-style-4 footer .footer-info-items .text a:hover {
  color: #777777;
}
.footer-style-4 footer .footer-info-items .text p {
  color: #1a2b49;
  padding-bottom: 15px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .footer-style-4 footer .footer-info-items .text p {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.footer-style-4 footer .footer-info-items .text p strong {
  font-weight: 500;
}
.footer-style-4 footer .footer-info-items .text *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-info-items .text *:last-child {
    padding-bottom: 10px;
  }
}
.footer-style-4 footer .footer-info-items .footer-info-item {
  border-right: 1px solid rgba(0,0,0,0.2);
  padding-right: 40px;
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .footer-style-4 footer .footer-info-items .footer-info-item {
    padding-right: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-info-items .footer-info-item {
    padding-right: 0px;
    margin-right: 0px;
    flex-basis: 100%;
    border: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-style-4 footer .footer-info-items .footer-info-item:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 600px) {
  .footer-style-4 footer .footer-info-items .footer-info-item:last-child {
    margin-bottom: 0px;
  }
}
.footer-style-4 footer .copyright {
  text-align: center;
  color: #1a2b49;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .footer-style-4 footer .copyright {
    letter-spacing: 1px;
  }
}
.footer-style-4 footer .copyright span {
  margin: 0 8px;
}
@media (max-width: 768px) {
  .footer-style-4 footer .copyright span {
    margin: 0 8px;
  }
}
.footer-style-4 footer .footer-links-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
  font-family: "fontawesome-brands";
}
@media (max-width: 1024px) {
  .footer-style-4 footer .footer-links-items {
    flex-basis: 100%;
  }
}
.footer-style-4 footer .footer-links-items .footer-links-item {
  margin: 5px;
  font-size: 26px;
  color: #1a2b49;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-style-4 footer .footer-links-items .footer-links-item:hover {
  color: #777777;
}
.footer-style-4 footer .button.transparent {
  font-size: 14px;
  background: transparent;
  border: 1px solid #1a2b49;
  color: #1a2b49;
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footer-style-4 footer .button.transparent:hover {
  background: #1a2b49;
  color: #fff;
}

/* ==========================================================================
   CUSTOMIZER CSS - The Gaspar Site Styles
   ========================================================================== */

/* Form Styles */
.footer-style-4 .gform_title {
  display: none;
}

@media (max-width: 420px) {
  .footer-style-4 #field_2_12,
  .footer-style-4 #field_2_7,
  .footer-style-4 #field_2_9,
  .footer-style-4 #field_2_14,
  .footer-style-4 #field_2_13 {
    margin-top: -27px;
  }
  .footer-style-4 #field_2_13 {
    margin-bottom: 16px;
  }
}

.footer-style-4 #gform_submit_button_2 {
  font-family: "Josefin Sans", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2.1px;
  line-height: 2;
  border: 0.5px solid #000 !important;
}

.footer-style-4 #gform_submit_button_2:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/* Button Styles */
.footer-style-4 .button:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.footer-style-4 .gaspar-button {
  border: 0.5px solid #000;
  letter-spacing: 2.1px;
  line-height: 2;
  padding: 12px 17px 12px 14px;
  font-family: "Josefin Sans", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}

.footer-style-4 .gaspar-button:hover {
  color: #fff !important;
  background-color: #000;
}

/* Background Pattern */
@media (max-width: 1024px) {
  .footer-style-4 .background-pattern {
    margin-top: -5vh !important;
    margin-bottom: -5vh !important;
    height: 20vh !important;
  }
}

@media (max-width: 768px) {
  .footer-style-4 div.background-image:nth-child(9),
  .footer-style-4 div.background-image:nth-child(6),
  .footer-style-4 div.background-image:nth-child(7) {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

.footer-style-4 .background-pattern {
  margin-top: -7vh;
  margin-bottom: -7vh;
}

.footer-style-4 .text-image-box-one::before {
  background: url("/wp-content/uploads/2025/05/Birds-Nest-Blue-Pattern-Type4.svg") !important;
}

.footer-style-4 .three-images-spaced::before {
  background: url("/wp-content/uploads/2025/05/Birds-Nest-Blue-35.svg") !important;
}

/* Video Embed */
.footer-style-4 .embed-video {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  background-image: url('/wp-content/uploads/2025/05/Video-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.footer-style-4 .embed-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}

@media (max-width: 768px) {
  .footer-style-4 .embed-video {
    max-width: 100%;
  }
}

/* One Column Image Left Layout */
.footer-style-4 .one_column_image_left .image_box {
  flex-basis: 50%;
}

.footer-style-4 .one_column_image_left .row {
  width: 2220px;
  max-width: 100%;
}

.footer-style-4 .one_column_image_left.right .row {
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .footer-style-4 .one_column_image_left .image_box {
    flex-basis: 100%;
  }
  .footer-style-4 .btn-arrow {
    font-size: 12px !important;
  }
}

@media (max-width: 1024px) {
  .footer-style-4 .one_column_image_left .text_box {
    flex-basis: 100% !important;
    padding: 5vh 3vh;
  }
}

.footer-style-4 .one_column_image_left .image_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-style-4 .one_column_image_left .text_box {
  flex-basis: 50%;
  padding: 4vh 8vh;
}

/* Blockquote Styles */
.footer-style-4 blockquote {
  color: #000;
  font-family: "Josefin Sans";
  font-weight: 300;
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}

.footer-style-4 blockquote::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -40px;
  width: 80px;
  height: 4px;
  background: #c7e0f4;
}

.footer-style-4 blockquote p {
  color: #000 !important;
  font-family: "Josefin Sans" !important;
  font-size: 45px;
  font-weight: 300 !important;
  line-height: 1 !important;
  position: relative !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

@media (max-width: 1024px) {
  .footer-style-4 blockquote p {
    font-size: 35px;
  }
}
