@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/*!
Theme Name: aplusfamilydentistry
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aplusfamilydentistry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aplusfamilydentistry is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
  --color_1: rgba(31, 31, 31, 1);
  --color_2: rgba(255, 255, 255, 1);
  --color_3: rgba(59, 99, 163, 1);
  --color_4: rgba(68, 138, 198, 1);
  --color_5: rgba(20, 52, 106, 1);
  --color_6: rgba(129, 188, 237, 1);
  --color_7: rgba(247, 247, 247, 1);
  --color_8: rgba(80, 200, 120, 1);
  --btn-bg-color: rgb(80, 200, 120);
}

@media (min-width: 1025px) {
  :root {
    --btn-text-font-size: 16px;
  }
}

html {
  font-family: Source Sans Pro;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

*,
body,
html,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Josefin Sans", sans-serif;
}

.btn,
.button {
  font-family: "Lato", sans-serif;
}

.primary-btn {
  background-color: #50c878;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 12px 30px;
}

.aplus-header {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 3;
}

/* Container */
.aplus-container-fluid {
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 !important;
  padding: 5px 25px;
  width: auto !important;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

/* TOP BAR */
.aplus-topbar {
  background: #14366d;
  color: #fff;
  font-size: 14px;
}

.aplus-topbar .aplus-container-fluid {
  padding: 10px 25px;
}

.aplus-social a {
  color: #fff;
  margin-right: 12px;
}

.aplus-phones {
  display: flex;
  align-items: center;
}

.aplus-phones span {
  margin-left: 25px;
  font-weight: 600;
  font-size: clamp(14px, 3vw, 18px);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: normal;
  display: initial;
  font-family: "Josefin Sans", "Josefin Sans Fallback";
  font-style: normal;
}

.aplus-phones a {
  color: #38e07a;
  text-decoration: none;
}

/* MAIN HEADER */
.aplus-main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}


.trp-language-switcher {
  display: flex;
  gap: 10px;
  /* space between flags */
  align-items: center;
  background-color: #fff !important;
}

.trp-language-switcher a {
  display: inline-block;
  text-decoration: none;
}

.trp-language-switcher img {
  width: 28px;
  height: auto;
  display: block;
}

.aplus-flags-dropdown {
  display: none;
}

.aplus-logo {
  width: 208.611px;
  max-width: 100%;
  margin: 9px auto 0;
  text-align: center;
  display: block;
}

.aplus-logo img {
  width: 208.611px;
  max-height: 70px;
}

.aplus-flags img {
  width: 26px;
  margin-left: 6px;
  border: 1px solid #ccc;
}

/* MENU */
.aplus-nav {
  display: flex;
  flex: 1;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
}

.aplus-menu ul,
ul.aplus-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

ul.aplus-menu,
.aplus-menu {
  margin-block: auto !important;
  flex-wrap: wrap;
  text-wrap: nowrap;
}

.aplus-menu li {
  position: relative;
}

.aplus-menu li a {
  display: block;
  padding: 7px 14px;
  color: #1f1f1f;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

.aplus-menu li a:hover {
  color: #1b6ed5;
}

.page_item .menu-item {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

.page_item.page_item_has_children ul.children,
.menu-item.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  width: max-content;
  list-style-type: none;
  background-color: #fff;
  color: #1f1f1f;
  transition: all 0.3s ease;
  z-index: 1;
  display: none;
}

.page_item.page_item_has_children:hover ul.children,
.menu-item.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.page_item.page_item_has_children ul.children li a,
.menu-item.menu-item-has-children ul.sub-menu li a {
  padding: clamp(10px, 2vw, 15px) clamp(10px, 3vw, 20px);
  transition: all 0.3s ease;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  color: #1f1f1f;
  font-weight: 400;
}

.page_item.page_item_has_children ul.children li a:hover,
.menu-item.menu-item-has-children ul.sub-menu li a:hover {
  background-color: rgb(68, 138, 198);
  color: #fff;
}

/* BUTTON + MOBILE */
.aplus-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.aplus-btn {
  background: #50c878;
  color: #fff;
  padding: 18px 26px;
  font-weight: 700;
  border-radius: 0px;
  font-size: clamp(13px, 3vw, 16px);
  text-decoration: none;
}

.aplus-btn:hover {
  background: #3ac567;
}

/* Hamburger */
.aplus-menu-toggle {
  background: #375fa9;
  border: none;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.aplus-menu-toggle span {
  display: block;
  height: 3px;
  background: #fff;
  width: 22px;
  margin: 0 auto;
}

/* EMERGENCY BAR */
.aplus-emergency {
  font-family: Lato, "Lato Fallback";
  text-align: center;
  padding: 12px;
  color: red;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .aplus-nav {
    display: none;
  }

  .aplus-logo img {
    max-width: 130px;
  }
}

.aplus-slideout-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 640px;
  background: var(--color_3) !important;
  color: #fff;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 40px 20px;
  display: none;
  padding: 60px 70px;
  color: #fff;
}

.aplus-slideout-menu.active {
  right: 0;
  display: block;
}

.aplus-slideout-menu .aplus-close-slideout {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.aplus-slideout-menu .slideout-widget {
  margin-bottom: 30px;
}

.aplus-slideout-widgets {
  display: flex !important;
  flex-wrap: wrap;
  gap: 24px;
}

.aplus-slideout-widgets .slideout-widget {
  flex: 1 1 220px;
  max-width: 25%;
}

/* Main wrapper */
.aplus-slideout-widgets {
  gap: 60px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}

/* Subtle background triangles (like your design) */
.aplus-slideout-menu::before,
.aplus-slideout-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.05) 25%,
      transparent 25%,
      transparent 100%);
  pointer-events: none;
}

/* Each column */
.aplus-slideout-widgets .slideout-widget {
  flex: 1;
}

/* Titles */
.slideout-title,
.contact-widget-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* Menus */
.aplus-slideout-widgets ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aplus-slideout-widgets ul.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px 0;
}

.aplus-slideout-widgets ul.menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.aplus-slideout-widgets ul.menu li a:hover {
  color: #4cd964;
  padding-left: 5px;
}

/* Contact widget */
.contact-widget-wrapper {
  color: #ffffff;
}

.contact-widget-title {
  margin-bottom: 25px;
}

/* Location blocks */
.contact-location {
  margin-bottom: 22px;
}

.location-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.location-phone a,
.location-address a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
}

.location-phone a:hover,
.location-address a:hover {
  color: #4cd964;
}

/* Contact button */
.contact-widget-button {
  margin-top: 20px;
  background: #4ecb71;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  font-weight: 700;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

.contact-widget-button:hover {
  background: #3cbf64;
}

/* Button icon */
.contact-widget-button .button-icon {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 1024px) {
  .aplus-slideout-widgets {
    flex-wrap: wrap;
  }

  .aplus-slideout-widgets .slideout-widget {
    flex: 1 1 45%;
  }
}

@media (max-width: 600px) {
  .aplus-slideout-widgets {
    padding: 30px 20px;
  }

  .aplus-slideout-widgets .slideout-widget {
    flex: 1 1 100%;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .aplus-slideout-widgets .slideout-widget {
    max-width: 50%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .aplus-slideout-widgets .slideout-widget {
    max-width: 100%;
  }
}

.aplus-footer {
  background: #ffffff;
  color: #333;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  overflow: hidden;
}

/* Footer Top Widgets Layout */
.footer-top-widgets {
  width: 100%;
  padding: 55px 40px 10px;
  background: #f8f9fa;
  /* Light background for the footer section */
}

.footer-top-widgets-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-top-widgets .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Widget containers */
.footer-top-widgets .widget {
  flex: 1;
  min-width: 300px;
  margin: 0 !important;
  /* Remove default widget margins */
}

/* Office Locations Widget */
.footer-top-widgets .widget_office_locations_widget {
  flex: 0 0 calc(50% - 20px);
  /* Half width minus half gap */
}

.footer-top-widgets .widget_office_locations_widget .widget-title {
  display: none;
}

.footer-top-widgets .widget_office_locations_widget .aplus-dentistry-widget {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Process Section */
.footer-top-widgets .widget_office_locations_widget {
  margin-top: 25px;
}

.footer-top-widgets .widget_office_locations_widget .process-section {
  background-color: #f7fafc;
  padding: 25px 40px;
  border-radius: 8px;
  flex: 0 0 auto;
  box-shadow: 0 25px 50px -10px rgb(31 31 31 / 20%) !important;
}

.footer-top-widgets .widget_office_locations_widget .process-section h3 {
  color: #2c5282;
  font-size: clamp(15px, 3vw, 20px);
  margin-top: 0;
  margin-bottom: 1rem;
  /* padding-bottom: 0.5rem; */
  /* border-bottom: 2px solid #e2e8f0; */
  font-weight: 400;
}

.footer-top-widgets .widget_office_locations_widget .process-steps {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
  display: flex;
  flex-direction: column;
}

.footer-top-widgets .widget_office_locations_widget .process-step {
  display: flex;
  align-items: center;
  margin: 11px 0;
  padding: 0;
  gap: 15px;
}

.footer-top-widgets .widget_office_locations_widget .process-step:last-child {
  margin-bottom: 0;
}

.footer-top-widgets .widget_office_locations_widget .process-section .aplus-icon-process {
  width: 35px;
  height: 35px;
}

.footer-top-widgets .widget_office_locations_widget .process-section .aplus-icon-process svg {
  width: 100%;
  height: 100%;
}

.footer-top-widgets .widget_office_locations_widget .process-step .step-text {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
}

.careful-review-wrapper {
  display: flex;
  align-items: flex-start;
  font-size: clamp(13px, 3vw, 16px);
  color: rgb(80 200 120);
  text-decoration: none;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  padding: 15px 40px;
}

.careful-review-text {
  font-size: clamp(13px, 3vw, 16px);
  color: rgb(80 200 120);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  margin-top: 30px;
  display: block;
}

.careful-review-text:hover {
  color: #000;
}

.careful-review-img {
  max-width: 250px;
  aspect-ratio: 1/1;
  border-radius: 500px;
  overflow: hidden;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0 !important;
}

.careful-review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Locations Section */
.footer-top-widgets .widget_office_locations_widget .locations-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 8px;
}

.footer-top-widgets .widget_office_locations_widget .locations-section h3 {
  color: #3b63a3;
  font-size: clamp(24px, 5vw, 36px);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
  text-align: center;
}

.footer-top-widgets .widget_office_locations_widget .locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  flex: 1;
}

.footer-top-widgets .widget_office_locations_widget .location-card {
  padding: 15px 0;
}

.footer-top-widgets .widget_office_locations_widget .location-name {
  color: #3b63a3;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: normal;
}

.footer-top-widgets .widget_office_locations_widget .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.footer-top-widgets .widget_office_locations_widget .contact-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.footer-top-widgets .widget_office_locations_widget .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  color: #81bced;
  font-size: 0.8rem;
}

.footer-top-widgets .widget_office_locations_widget .contact-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-top-widgets .widget_office_locations_widget .contact-details {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
  text-align: center;
}

.footer-top-widgets .widget_office_locations_widget .contact-label {
  font-weight: 800;
  color: #3b63a3;
  font-size: 14px;
  margin-bottom: 0.2rem;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.footer-top-widgets .widget_office_locations_widget .contact-value {
  color: rgb(31 31 31);
  font-size: 16px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  text-align: center;
}

/* Contact Form 7 Widget */
.footer-top-widgets .widget_cf7_widget_selector {
  flex: 0 0 calc(50% - 10px);
  /* Half width minus half gap */
}

.footer-top-widgets .widget_cf7_widget_selector .cf7-widget-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.footer-top-widgets .widget_cf7_widget_selector .cf7-widget-intro {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.footer-top-widgets .widget_cf7_widget_selector .cf7-widget-form {
  background: linear-gradient(0, #3b63a3 0, #448ac6 100%) !important;
  padding: 40px 40px 20px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  flex: 1;
  color: #fff;
}

/* Form Intro */
.footer-top-widgets .widget_cf7_widget_selector .form-title {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  /* font-size: 28px; */
  /* margin-bottom: 15px; */
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  direction: ltr;
  font-family: "Josefin Sans", "Josefin Sans Fallback";
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: clamp(24px, 4vw, 36px);
}

.footer-top-widgets .widget_cf7_widget_selector .form-description {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 18px;
  margin-bottom: 35px;
}

.footer-top-widgets .widget_cf7_widget_selector .location-link {
  color: rgb(80 200 120);
  font-weight: bold;
  text-decoration: none;
}

.footer-top-widgets .widget_cf7_widget_selector .location-link:hover {
  color: #005a87;
  text-decoration: underline;
}

/* Form Layout */
.footer-top-widgets .widget_cf7_widget_selector .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 15px;
}

.footer-top-widgets .widget_cf7_widget_selector .form-group {
  flex: 1;
  min-width: 0;
}

.footer-top-widgets .widget_cf7_widget_selector .form-group.half {
  flex: 0 0 calc(50% - 7.5px);
}

.footer-top-widgets .widget_cf7_widget_selector .form-group.full {
  flex: 0 0 100%;
}

/* Form Controls */
.footer-top-widgets .widget_cf7_widget_selector .wpcf7-form-control-wrap {
  display: block;
}

.footer-top-widgets .widget_cf7_widget_selector label {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 4px;
}

.footer-top-widgets .widget_cf7_widget_selector .submit-section {
  justify-content: center;
}

.footer-top-widgets .widget_cf7_widget_selector .submit-section .wpcf7-form-control.wpcf7-submit {
  background-color: rgb(80, 200, 120);
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}

.footer-top-widgets .widget_cf7_widget_selector .submit-section .wpcf7-form-control.wpcf7-submit :hover {
  background-color: rgb(64, 160, 104);
}

.footer-top-widgets .widget_cf7_widget_selector .submit-section .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.footer-top-widgets .widget_cf7_widget_selector label ~ br {
  display: none;
}

.footer-top-widgets .widget_cf7_widget_selector .required {
  color: #ff0000;
  font-weight: bold;
}

.footer-top-widgets .widget_cf7_widget_selector .wpcf7-form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #ffffff;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

.footer-top-widgets .widget_cf7_widget_selector .wpcf7-form-control:focus {
  outline: none;
  border-color: #000;
}

.footer-top-widgets .widget_cf7_widget_selector span#insurance-acknowledgment,
.footer-top-widgets .widget_cf7_widget_selector span#terms-conditions {
  max-height: 35px;
  overflow: hidden;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
}

.footer-top-widgets .widget_cf7_widget_selector .wpcf7-select {
  height: 42px;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 35px;
}

.footer-top-widgets .widget_cf7_widget_selector .wpcf7-textarea {
  min-height: 100px;
  height: 150px;
  resize: vertical;
  line-height: 1.2;
}

/* Checkbox Groups */

.footer-top-widgets .widget_cf7_widget_selector .checkbox-wrapper .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.footer-top-widgets .widget_cf7_widget_selector .checkbox-wrapper .wpcf7-list-item-label {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-top-widgets .widget_cf7_widget_selector .checkbox-wrapper input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-top-widgets .widget_cf7_widget_selector .checkbox-link {
  color: #3da562;
  text-decoration: none;
}

.footer-top-widgets .widget_cf7_widget_selector .checkbox-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-top-widgets .widget_cf7_widget_selector .checkbox-paragraph br {
  display: none;
}

/* Submit Button */
.footer-top-widgets .widget_cf7_widget_selector .submit-section {
  text-align: center;
  margin-top: 10px;
}

.footer-top-widgets .widget_cf7_widget_selector .wpcf7-submit {
  background: #0073aa;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  width: auto;
}

.footer-top-widgets .widget_cf7_widget_selector .wpcf7-submit:hover {
  background: #005a87;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* CF7 Response Messages */
.footer-top-widgets .widget_cf7_widget_selector .wpcf7-response-output {
  padding: 12px;
  margin: 15px 0 !important;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .footer-top-widgets .container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-top-widgets .widget_office_locations_widget,
  .footer-top-widgets .widget_cf7_widget_selector {
    flex: 0 0 100%;
    width: 100%;
  }

  .footer-top-widgets .widget_office_locations_widget .locations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .aplus-logo img {
    max-width: 100px;
  }

  .footer-top-widgets {
    padding: 30px 0;
  }

  .footer-top-widgets .widget_office_locations_widget .locations-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-top-widgets .widget_office_locations_widget .process-section,
  .footer-top-widgets .widget_cf7_widget_selector .cf7-widget-form {
    padding: 20px;
  }

  .footer-top-widgets .widget_cf7_widget_selector .form-title {
    font-size: 24px;
  }

  .footer-top-widgets .widget_cf7_widget_selector .form-description {
    font-size: 15px;
  }

  .footer-top-widgets .widget_cf7_widget_selector .form-group.half {
    flex: 0 0 100%;
  }

  .footer-top-widgets .widget_cf7_widget_selector .wpcf7-submit {
    width: 100%;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .footer-top-widgets .container {
    padding: 0 15px;
  }

  .footer-top-widgets .widget_office_locations_widget .location-card {
    padding: 12px;
  }

  .footer-top-widgets .widget_cf7_widget_selector .cf7-widget-form {
    padding: 15px;
  }

  .footer-top-widgets .widget_cf7_widget_selector .checkbox-text {
    margin-left: 0;
  }

  .footer-top-widgets .widget_cf7_widget_selector .checkbox-wrapper input[type="checkbox"] {
    margin-right: 6px;
  }
}

/* Print Styles */
@media print {
  .footer-top-widgets .container {
    flex-direction: column;
    gap: 0;
  }

  .footer-top-widgets .widget {
    page-break-inside: avoid;
  }

  .footer-top-widgets .wpcf7-submit,
  .footer-top-widgets .location-link,
  .footer-top-widgets .checkbox-link {
    display: none !important;
  }
}

/* Accessibility Improvements */
.footer-top-widgets .wpcf7-form-control:focus,
.footer-top-widgets .location-link:focus,
.footer-top-widgets .checkbox-link:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

.footer-top-widgets .wpcf7-submit:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .footer-top-widgets .wpcf7-form-control {
    border: 2px solid currentColor;
  }

  .footer-top-widgets .location-link,
  .footer-top-widgets .checkbox-link {
    text-decoration: underline;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  .footer-top-widgets .wpcf7-form-control,
  .footer-top-widgets .wpcf7-submit,
  .footer-top-widgets .location-card,
  .footer-top-widgets .location-link,
  .footer-top-widgets .checkbox-link {
    transition: none;
  }

  .footer-top-widgets .wpcf7-submit:hover,
  .footer-top-widgets .location-card:hover {
    transform: none;
  }
}

/* Newsletter CTA & Social Widget Styles - Scoped with parent class */
.newsletter-cta-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.newsletter-cta-widget .widget-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  padding: 40px 0 20px;
}

/* Logo & Social Section */
.newsletter-cta-widget .logo-social-section {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-items: center;
  background: #fff;
  height: -webkit-fill-available;
  align-items: center;
  justify-content: center;
}

.newsletter-cta-widget .logo-container {
  width: 100%;
  max-width: 140px;
}

.newsletter-cta-widget .logo-link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.newsletter-cta-widget .logo-link:hover {
  opacity: 0.9;
}

.newsletter-cta-widget .logo-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Social Icons */
.newsletter-cta-widget .social-section {
  width: 100%;
}

.newsletter-cta-widget .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.newsletter-cta-widget .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(68 138 198) !important;
  border-color: rgb(68 138 198) !important;
  color: #ffffff !important;
  border: 2px solid transparent !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 25px;
  position: relative;
}

.newsletter-cta-widget .social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.newsletter-cta-widget .social-icon:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}

/* Specific social icon colors */
.newsletter-cta-widget .social-icon.fab.fa-facebook-f:hover {
  background: #1877f2;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-twitter:hover {
  background: #1da1f2;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-instagram:hover {
  background: linear-gradient(45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d);
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-youtube:hover {
  background: #ff0000;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-linkedin-in:hover {
  background: #0a66c2;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-pinterest:hover {
  background: #bd081c;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-tiktok:hover {
  background: #000000;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-snapchat:hover {
  background: #fffc00;
  color: #000000;
}

.newsletter-cta-widget .social-icon.fab.fa-whatsapp:hover {
  background: #25d366;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-telegram:hover {
  background: #0088cc;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-discord:hover {
  background: #5865f2;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-reddit:hover {
  background: #ff4500;
  color: white;
}

.newsletter-cta-widget .social-icon.fab.fa-spotify:hover {
  background: #1db954;
  color: white;
}

/* Newsletter Section */
.newsletter-cta-widget .newsletter-section {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 25px 50px -10px rgb(31 31 31 / 20%) !important;
  background: linear-gradient(0, #3b63a3 0, #448ac6 100%) !important;
  background-origin: border-box !important;
  gap: 20px;
  padding: clamp(20px, 4vw, 40px);
}

.newsletter-cta-widget .newsletter-title {
  color: #2c5282;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.15;
}

.newsletter-cta-widget .newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  background: rgb(80, 200, 120);
  color: #ffffff;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 180px;
  width: 100%;
  max-width: 230px;
}

.newsletter-cta-widget .newsletter-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: 0.5s;
}

.newsletter-cta-widget .newsletter-button:hover::before {
  left: 100%;
}

.newsletter-cta-widget .newsletter-button:hover,
.newsletter-cta-widget .newsletter-button:active {
  background: rgb(70, 174, 105);
  transform: translateY(-3px);
}

.newsletter-cta-widget .newsletter-button:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.newsletter-cta-widget .button-icon {
  font-size: 1.2rem;
  display: none;
  transition: transform 0.3s ease;
}


.newsletter-cta-widget .button-text {
  position: relative;
  z-index: 1;
}

/* Accessibility */
.newsletter-cta-widget .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .newsletter-cta-widget .widget-container {
    flex-direction: column;
    gap: 25px;
    padding: 15px;
  }

  .newsletter-cta-widget .logo-social-section {
    align-items: center;
    text-align: center;
  }

  .newsletter-cta-widget .newsletter-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .newsletter-cta-widget .newsletter-button {
    padding: 14px 28px;
  }

  .newsletter-cta-widget .social-icons {
    justify-content: center;
  }
}

@media (max-width: 480px) {

  .newsletter-cta-widget .newsletter-button {
    padding: 12px 24px;
    font-size: 16px;
    min-width: 160px;
  }

  .newsletter-cta-widget .social-icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .newsletter-cta-widget .logo-container {
    max-width: calc(100% - 30px);
  }
}

/* Footer-specific styling */
.footer-top-widgets .newsletter-cta-widget {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 40px 0 30px;
  margin-bottom: 0px;
}

.footer-top-widgets .newsletter-cta-widget .newsletter-title {
  color: #ffffff;
}

.footer-top-widgets .newsletter-cta-widget .newsletter-button {
  background: rgb(80, 200, 120);
}

.footer-top-widgets .newsletter-cta-widget .newsletter-button:hover {
  background: rgb(70, 174, 105);
}

.footer-top-widgets .newsletter-cta-widget .social-icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .newsletter-cta-widget {
    background: #2d3748;
  }

  .newsletter-cta-widget .newsletter-title {
    color: #e2e8f0;
  }

  .newsletter-cta-widget .social-icon {
    background: #4a5568;
    color: #e2e8f0;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  .newsletter-cta-widget .newsletter-button,
  .newsletter-cta-widget .social-icon,
  .newsletter-cta-widget .logo-link,
  .newsletter-cta-widget .newsletter-button::before,
  .newsletter-cta-widget .button-icon {
    transition: none;
  }

  .newsletter-cta-widget .newsletter-button:hover,
  .newsletter-cta-widget .social-icon:hover {
    transform: none;
  }

  .newsletter-cta-widget .newsletter-button:hover .button-icon {
    transform: none;
  }

  .newsletter-cta-widget .newsletter-button::before {
    display: none;
  }
}

/* Print styles */
@media print {
  .newsletter-cta-widget {
    break-inside: avoid;
    border: 1px solid #ccc;
    background: none;
  }

  .newsletter-cta-widget .newsletter-button {
    background: none;
    color: #000;
    border: 1px solid #000;
    box-shadow: none;
  }

  .newsletter-cta-widget .social-icon {
    display: none;
  }

  .newsletter-cta-widget .logo-image {
    max-width: 150px;
  }
}

/* Additional specificity for widget areas */
.sidebar .newsletter-cta-widget,
.widget-area .newsletter-cta-widget {
  padding: 15px 15px 0;
}

.sidebar .newsletter-cta-widget .widget-container,
.widget-area .newsletter-cta-widget .widget-container {
  flex-direction: column;
  padding: 0;
}

.sidebar .newsletter-cta-widget .newsletter-title,
.widget-area .newsletter-cta-widget .newsletter-title {
  font-size: 1.4rem;
}

.sidebar .newsletter-cta-widget .newsletter-button,
.widget-area .newsletter-cta-widget .newsletter-button {
  width: 100%;
  padding: 12px 20px;
}

/* Ensure no conflicts with other widgets */
.newsletter-cta-widget * {
  box-sizing: border-box;
}

.newsletter-cta-widget a {
  text-decoration: none;
}

.newsletter-cta-widget h2,
.newsletter-cta-widget h3,
.newsletter-cta-widget h4 {
  margin: 0;
  padding: 0;
}

.newsletter-cta-widget img {
  max-width: 100%;
  height: auto;
}

/* Prevent font conflicts */
.newsletter-cta-widget .social-icon i,
.newsletter-cta-widget .button-icon i {
  font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: none;
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .newsletter-cta-widget .newsletter-button {
    border: 2px solid #000;
  }

  .newsletter-cta-widget .social-icon {
    border: 2px solid #000;
  }

  .newsletter-cta-widget .newsletter-button:focus,
  .newsletter-cta-widget .social-icon:focus {
    outline: 3px solid #000;
  }
}

/* Footer Widgets */
.footer-widget-section {
  padding: 20px 80px 40px;
  background: url("https://lirp.cdn-website.com/80fdd52a/dms3rep/multi/opt/a-plus-footer-bkg-1920w.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.footerwidget-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Titles */
.footer-title {
  color: #2b57a4;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Widget text */
.footer-col p,
.footer-col li,
.footer-col a {
  font-size: 14px;
  line-height: 1.8;
  list-style-type: none;
  color: #333;
  text-decoration: none;
}

.footer-col a:hover {
  color: #2b57a4;
}

/* Menu list */
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

/* Office hours */
.footer-col strong {
  color: #2b57a4;
}

/* Payments */
.footer-payments-wrapper {
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid #eee;
}

.footer-payments-wrapper h5 {
  font-size: 14px;
  color: #2b57a4;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}

.footer-payments img {
  max-height: 40px;
  margin: 0 10px;
}

/* Bottom area */
.footer-bottom {
  border-top: 1px solid #eee;
  padding: 15px 30px;
  text-align: center;
  font-size: 13px;
}

.footer-widget-section ul {
  list-style: none;
  color: #000;
}

.footer-widget-section a,
.footer-widget-section {
  color: #000;
  text-decoration: none;
  font-size: clamp(13px, 3.5vw, 16px);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-widget-section::before {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  content: " " !important;
  border-radius: inherit;
  z-index: 0 !important;
  background: rgba(255, 255, 255);
  opacity: 0.8;
}

.footer-widget-section > .container {
  position: relative;
  z-index: 1;
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 8px;
  list-style: none;
  padding: 0;
}

.footer-menu li a {
  color: #1f1f1f;
  font-size: 14px;
  position: relative;
  padding-block: 8px;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #2b57a4;
}

.footer-menu li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2b57a4;
  transition: width 0.3s ease;
}

.footer-menu li a:hover::after {
  width: 100%;
}

.footer-menu li a:hover::after {
  width: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 30px;
  }
}

@media (max-width: 600px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-menu > ul {
    flex-direction: column;
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

/* Mobile */
@media screen and (max-width: 992px) {
  .aplus-header {
    flex-direction: column-reverse;
  }

  .aplus-topbar .aplus-container-fluid {
    padding: 0 !important;
    width: 100% !important;
  }

  .desktop-only {
    display: none;
  }

  .aplus-phones--mobile {
    display: flex;
    align-items: stretch;
    background: #448ac6;
    color: #fff;
    width: 100% !important;
  }

  .aplus-phones--mobile a {
    flex: 1 0 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 10px !important;
    font-family: "Lato", sans-serif;
  }

  .aplus-phones--mobile a:first-of-type {
    background-color: #3b63a3;
  }

  .aplus-phones--mobile a:nth-of-type(2) {
    background-color: #1f1f1f;
  }

  .aplus-phones--mobile a .aplus-phone-icon {
    width: 30px;
    height: 30px;
    margin: 0px !important;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aplus-phones--mobile a .aplus-phone-icon svg {
    color: #fff;
    fill: currentColor;
    width: 100%;
  }

  .aplus-phones--mobile a .aplus-phone-text {
    font-size: 13px;
    margin: 0px !important;
  }

  .aplus-logo {
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .aplus-main-header .aplus-container-fluid {
    padding: 10px 16px;
  }

  .aplus-container-fluid.aplus-emergency {
    /* color: #fff;
    background: #f00; */
    font-size: 14px;
    text-align: center;
    padding: 10px !important;
    justify-content: center;
    text-transform: uppercase;
    font-family: "Lato";
  }

  .aplus-menu-toggle {
    background: #fff;
  }

  .aplus-menu-toggle span {
    background: #000;
    height: 1px;
  }
}

.footer-payments-wrapper .payment-methods-widget {
  padding: 0 10px !important;
}

.payment-methods-widget .payment-icons-grid {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 45px) !important;
  flex-wrap: wrap;
}

.payment-icons-grid .payment-icon-wrapper {
  padding: 0;
  border-radius: 0;
  display: inline-flex !important;
  max-width: max-content !important;
}

.payment-methods-widget .payment-icon {
  padding: 0;
  border-radius: 0;
  width: 55px;
  height: auto !important;
  background: transparent;
  box-shadow: none;
}

.footer-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

.footer-menu ul li a {
  text-decoration: none;
  font-size: 11px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 5px 15px;
}

.footer-menu ul li a:hover {
  color: #2b57a4;
  background-color: #f5f5f5;
}

.footer-copyright {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #000;
  text-align: center;
  padding: 10px 20px;
}

.footer-menu ul.children {
  display: none !important;
}

.footer-widget.widget_nav_menu h3.widget-title,
.widget_aplus_location_widget h5.location-title {
  color: #3b63a3;
  font-size: clamp(16px, 5vw, 24px);
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
}

.footer-widget .menu .menu-item,
.footer-widget .aplus-location-widget > p {
  padding: 10px 0;
}

.footer-widget .aplus-location-widget .office-hours li {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.footer-widget .aplus-location-widget .office-hours li > strong {
  font-weight: 400;

}

.footer-widget .aplus-location-widget .office-hours-title,
.footer-widget .aplus-location-widget .location-btn {
  font-weight: 700;
  color: #3b63a3;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

.footer-widget .aplus-location-widget .location-btn {
  text-align: center;
  display: block;
  margin: 10px auto;
  padding: 10px 0px;
}

.footer-widget .aplus-location-widget .location-btn:hover {
  color: #81bced;
}

@media (max-width: 768px) {
  .footer-widget-section {
    padding: 50px 20px;
  }

  .footer-widget-section .footerwidget-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .payment-methods-widget .payment-icons-grid {
    justify-content: space-between;
    gap: 10px 25px !important;
  }

  .payment-methods-widget .payment-icons-grid .payment-icon-wrapper {
    flex: 1 0 calc(25% - 25px);
    max-width: unset !important;
  }

  .payment-methods-widget .payment-icons-grid .payment-icon-wrapper .payment-icon {
    width: 100%;
  }

  .payment-methods-widget .payment-icons-grid .payment-icon-wrapper .payment-icon svg {
    width: 100%;
  }

  .footer-top-widgets-wrap {
    flex-direction: column;
    gap: 0px;
  }

  .footer-top-widgets-wrap .widget_newsletter_cta_widget {
    width: calc(100% + 30px);
    margin: 0 -15px !important;
    order: 2;
  }

  .footer-top-widgets-wrap .widget.widget_office_locations_widget {
    order: 1;
  }

  .footer-top-widgets-wrap .widget.widget_cf7_widget_selector {
    order: 0;
  }

  .footer-top-widgets .newsletter-cta-widget {
    padding: 20px 0 0;
  }

  .footer-top-widgets .newsletter-cta-widget .widget-container {
    padding: 0;
  }

  .newsletter-cta-widget .newsletter-section {
    width: 100%;
    gap: 10px;
  }

  .careful-review-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    text-align: center;
    text-wrap: balance;
    gap: 30px;
  }

}



/* Target menu items that have children */
.aplus-menu .menu-item-has-children > a {
  position: relative;
  padding-inline: 18px !important;
  /* space for chevron */
}

/* Chevron icon */
.aplus-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transition: transform 0.3s ease;
  translate: 0 -50%;
}

/* Rotate on hover */
.aplus-menu .menu-item-has-children:hover > a::after {
  transform: rotate(225deg);
  translate: 0;
}


.post-template .article-content-wrapper .elementor-element.elementor-widget-text-editor h2 {
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  color: #3b63a3;
  padding: 30px !important;
}

.post-template .article-content-wrapper .elementor-element.elementor-widget-text-editor ul {
  margin-left: 30px !important;
}

@media (max-width: 1024px) {
  .post-template .article-content-wrapper .elementor-element.elementor-widget-text-editor h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .post-template .article-content-wrapper .elementor-element.elementor-widget-text-editor h2 {
    font-size: 24px;
    padding: 15px !important;
  }

  .post-template .article-content-wrapper .elementor-element.elementor-widget-text-editor ul {
    margin-left: 20px !important;
  }
}

/* Article Selector for Article Section -- Just to remember*/
/* #article-header-banner
#article-content-wrapper
.article-content-wrapper
#article-authors-grid
#article-nav-prev-next
#article-find-location */

.aplus-main-header .aplus-container-fluid {
  max-width: 1440px;
  margin-inline: auto !important;
}

.aplus-phones.desktop-only {
  flex: 0 0 65%;
  justify-content: space-evenly;
}