/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1350px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-4 {
  left: -1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.float-right {
  float: right;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[93px\] {
  height: 93px;
}

.h-full {
  height: 100%;
}

.min-h-\[106px\] {
  min-height: 106px;
}

.min-h-\[550px\] {
  min-height: 550px;
}

.w-14 {
  width: 3.5rem;
}

.w-4\/5 {
  width: 80%;
}

.w-52 {
  width: 13rem;
}

.w-72 {
  width: 18rem;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-\[1120px\] {
  max-width: 1120px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[920px\] {
  max-width: 920px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scroll-m-20 {
  scroll-margin: 5rem;
}

.scroll-m-36 {
  scroll-margin: 9rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-\[1fr\2c auto\] {
  grid-template-columns: 1fr auto;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/\[0\.67\] {
  background-color: rgb(255 255 255 / 0.67);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[93px\] {
  padding-top: 93px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-ananda {
  font-family: Ananda, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-\[100\] {
  --tw-brightness: brightness(100);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: "Ananda";
  src:
    url("/wp-content/themes/astra-child/fonts/Ananda.woff2") format("woff2"),
    url("/wp-content/themes/astra-child/fonts/Ananda.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.font-ananda {
  font-family: "Ananda";
  font-weight: 500;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

:root {
  --dark: #000;
  --light: #d4c8bc;
  --light-alt: #a49689;
  --accent: #2b95c1;
}

.bg-accent {
  background-color: var(--accent);
}

.text-light {
  color: #000;
}

.text-light-alt {
  color: #000;
  display: none;
}

html {
  font-family: Montserrat, sans-serif !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}


h1,
h2,
h3 {
	text-wrap: balance;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 768px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {

  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h2 {
  text-transform: uppercase;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {

  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  text-transform: uppercase;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {

  h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

iframe {
  display: block;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  transition:
    filter 0.2s,
    color 0.2s,
    background-color 0.2s;
  border-radius: 0px;
  text-align: center;
}

.btn:hover {
  filter: brightness(1.1);
  fill: currentColor;
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.btn-white:hover {
  color: #000;
}

.btn-outline {
  background-color: transparent;
  color: #000;
}

.btn-outline:hover {
  background-color: var(--accent);
}

.btn-sm {
  padding: 0.25rem 1rem;
}

.hero-bg-video {
  position: relative;
}

.hero-bg-video::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 44%),
    rgb(0 0 0 / 32%),
    rgb(0 0 0 / 0%)
  );
}

.hero-bg-video video {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-bg-video .container {
  position: relative;
  z-index: 3;
}

.hero-bg-image {
  background-image: linear-gradient(
      90deg,
      rgba(10, 77, 135, 0.8),
      rgba(10, 77, 135, 0.7),
      rgba(10, 77, 135, 0)
    ),
    url(/wp-content/uploads/2024/08/hero.jpg);
  background-position: center top;
  background-size: cover;
}

.hero-bg-video .anderson-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.anderson-bg {
  background-image: url(/wp-content/uploads/2024/08/anderson-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.hero-bg-video .bloomington-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bloomington-bg {
  background-image: url(/wp-content/uploads/2024/08/bloomington-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.hero-bg-video .carmel-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carmel-bg {
  background-image: url(/wp-content/uploads/2024/08/carmel-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.hero-bg-video .fortwayne-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fortwayne-bg {
  background-image: url(/wp-content/uploads/2024/08/fortwayne-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.hero-bg-video .kokomo-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kokomo-bg {
  background-image: url(/wp-content/uploads/2024/08/kokomo-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.hero-bg-video .lafayette-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lafayette-bg {
  background-image: url(/wp-content/uploads/2024/08/lafayette-bg.jpg);
  background-position: center top;
  background-size: cover;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 35px;
}

ul.list li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" width="32" height="32" viewBox="0 0 32 32"><path d="M5 16.577l2.194-2.195 5.486 5.484L24.804 7.743 27 9.937l-14.32 14.32z"/></svg>');
  position: absolute;
  left: 0;
  top: -5px;
  transform: scale(0.8);
}

.bg-dark {
  background-color: var(--dark);
}

.is-open-mobile-menu {
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

.is-open-mobile-menu .mobile-menu {
  display: flex;
}

/* Additional */

.site-header {
  display: none;
}

.skip-link {
  display: none;
}

.bg-image {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-1 {
  padding: 150px 0;
  background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.5)
    ),
    url("/wp-content/uploads/2024/08/cta-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2 {
  padding: 150px 0;
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/anderson-team.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-3 {
  padding: 150px 0;
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/bloomington-team.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-4 {
  padding: 150px 0;
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/carmel-team.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-5 {
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/fortwayne-office-2.jpg);
}

.bg-image-6 {
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/kokomo-office-1.jpg);
}

.bg-image-7 {
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/lafayette-team.jpg);
}

.bg-image-8 {
  background-image: linear-gradient(
      90deg,
      rgb(255 255 255 / 90%),
      rgb(255 255 255 / 90%)
    ),
    url(/wp-content/uploads/2024/08/home-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-color {
  background-color: #006893;
}

.bg-services-title {
  background-color: #07587abf;
}

.text-accent {
  color: var(--accent);
}

.bg-block {
  background-color: rgba(78, 114, 135, 0.8);
}

.bg-gradient {
  background-image: radial-gradient(#016a94, #0a3243);
}

.bg-services {
  background-image: url(/wp-content/uploads/2024/08/bg-services-darken.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-us-cta {
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  padding: 1rem 1rem;
  background-color: var(--accent);
}

@media only screen and (max-width: 480px) {
  a.call-us-cta {
    display: none;
  }
}

/*reviews  */

a.reviews-cta {
  display: block;
  z-index: 9;
  position: fixed;
  top: 250px;
  left: -10px;
  text-align: left;
  width: auto;
  background: #fff;
  writing-mode: vertical-rl;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 5px solid #fec12c;
  transform: rotate(180deg);
}

a.reviews-cta h5 {
  font-weight: 700;
  display: inline-block;
  margin: 0;
  font-size: 1.1em;
  color: #435f73;
  position: relative;
  font-family: Montserrat;
  padding: 7px;
  line-height: 1.2;
}

a.reviews-cta img {
  display: block;
  max-width: 65px;
  position: absolute;
  transform: rotate(270deg);
  left: 4px;
  bottom: 37px;
  top: auto;
  right: auto;
}

/*Hover */

a.reviews-cta:hover {
  background: #fec12c;
  color: #fff;
}

a.reviews-cta:hover h5 {
  color: #fff;
}

a.reviews-cta:hover img {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  a.reviews-cta {
    display: none;
  }
}

.format-content {
  padding: 5rem 22px 0;
  max-width: 64rem;
}

.format-content h1,
.format-content h2,
.format-content h3,
.format-content h4 {
  margin-bottom: 1.5rem;
  color: #000;
}

.format-content p + :is(h1, h2, h3, h4),
.format-content ul + :is(h1, h2, h3, h4) {
  margin-top: 3rem;
}

.format-content p,
.format-content ul {
  margin-bottom: 1rem;
  font-size: 18px;
}

.format-content li {
  margin-bottom: 0.5rem;
}

.menu-desktop > div > ul > li > a .dropdown-menu-toggle,
.icon-chevron {
  display: block;
  margin-top: -2px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.icon-arrow {
  display: block;
  margin-top: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

header {
  z-index: 20;
  display: flex;
  align-items: center;
  color: #fff;
  transition: background-color 0.3s;
}

.hero-bg-video {
	margin-top: 120px;
}

header {
  background-color: #fff;
  color: #000;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header a.logo {
  transition: filter 0.2s;
  position: relative;
  display: block;
}

header .white-dark {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.3s;
  opacity: 0;
}

header:not(.active) .white-logo {
  opacity: 1;
}

header.active .white-dark {
  opacity: 0;
}

header a.logo:hover {
  filter: brightness(1.05);
}

.menu-desktop > div > ul ul {
  color: #000;
}

.menu-desktop > div > ul {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.menu-desktop > div a {
  transition: color 0.2s;
}

.menu-desktop > div > ul > li {
  position: relative;
}

.menu-desktop > div > ul > li > a {
  padding: 1rem 0.75em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  /* letter-spacing: 0.05rem; */
  white-space: nowrap;
}

.menu-desktop > div > ul > li a[href="#"] {
  cursor: default;
}

.menu-desktop > div > ul > li ul.sub-menu a[href="#"] {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
}

.menu-desktop > div > ul > li a:not([href="#"]):hover {
  color: var(--accent);
}

.elementor-widget-container .bg-accent:first-child {
	margin-top: 60px;
}

.menu-desktop > div > ul > li > ul.sub-menu {
  display: flex;
  opacity: 1;
  visibility: hidden;
	width: max-content;
  padding: 0.75rem 0 1rem;
  position: absolute;
  top: 46px;
  left: -0.5rem;
  background-color: #fff;
  flex-direction: column;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  transform: translateY(-6px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.menu-desktop > div > ul > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-desktop > div > ul > li > ul.sub-menu > li {
  width: 100%;
}

.menu-desktop > div > ul > li > ul.sub-menu > li a {
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0.3rem 1.25rem;
}

.menu-desktop > div > ul > li > ul.sub-menu:has(ul.sub-menu) {
  display: flex;
  flex-direction: row;
  gap: 42px;
  left: -463px;
}

.menu-desktop > div > ul > li > ul.sub-menu ul.sub-menu:has(ul.sub-menu) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 360px;
  width: -moz-max-content;
  width: max-content;
}

.menu-mobile {
  position: fixed;
  z-index: 10;
  inset: 0;
  overflow: auto;
  padding: 190px 2rem;
  display: none;
  background-color: #fff;
}

.menu-mobile a {
  font-size: 18px;
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.menu-mobile a[href="#"] {
  opacity: 0.5;
  font-size: 16px;
}

.menu-mobile ul ul {
  padding-left: 1rem;
}

.is-open-mobile-menu .menu-mobile {
  display: block !important;
}

.header-dropdown {
  position: relative;
}

.header-dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  transform: translateY(-6px);
  transition:
    opacity 0.3s,
    transform 0.3s,
    visibility 0.3s;
  white-space: nowrap;
}

.header-dropdown:hover .header-dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-dropdown-content {
  padding: 0.75rem 0 1rem;
}

.header-dropdown-content a {
  padding: 0.5rem 1.25rem;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #000 !important;
}

.header-dropdown-content a:hover {
  color: var(--accent) !important;
}

.burger-button div {
  width: 25px;
  height: 2px;
  background-color: #000;
  margin: 6px auto;
}

header.active .burger-button div {
  background-color: #000;
}

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

.accordion-wrapper {
  border: 1px #e7e7e7 solid;
  border-radius: 6px;
  overflow: hidden;
}

.accordion {
  display: flex;
  align-items: center;
  gap: 32px;
  border: 0;
  background-color: transparent !important;
  cursor: pointer;
  padding: 28px 26px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  transition: 0.4s;
}

.accordion:not(:first-child) {
  border-top: 1px #e7e7e7 solid;
}

.accordion.active,
.accordion:hover {
  background-color: #f5f5f5;
}

.accordion:after {
  content: "\002B";
  font-size: 24px;
  line-height: 1;
  margin-left: auto;
  flex-shrink: 0;
  color: var(--dark);
}

.accordion.active:after {
  content: "\2212";
}

.accordion-panel {
  padding: 0 26px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-panel p {
  margin: 16px 0 32px;
  font-size: 18px;
}

.custom-form {
  max-width: 870px;
  margin: 0 auto;
  border-radius: 16px;
  padding: max(20px, 5vw);
  font-family: Poppins, Sans-serif;
  background-color: #fff;
}

.custom-form .gform_title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  line-height: 1.2 !important;
}

.custom-form input,
.custom-form textarea {
  border: 1px solid #e5e7eb !important;
  border-radius: 4px !important;
  padding: 13px !important;
}

.custom-form textarea {
  height: 92px !important;
}

.custom-form .gform_wrapper.gravity-theme .ginput_complex label {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.custom-form
  .gform_wrapper.gravity-theme
  .gfield_required
  .gfield_required_text {
  display: none;
}

.custom-form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-weight: 500;
}

.custom-form [type="submit"] {
  margin-top: 6px;
  border: 1px solid var(--accent) !important;
  padding: 15px 31px !important;
  color: #fff;
  background-color: var(--accent);
  cursor: pointer;
  transition: opacity ease-in-out 0.2s;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.custom-form [type="submit"]:hover {
  opacity: 0.8;
}

.custom-form .gform_fields {
  row-gap: 28px;
}

.custom-form .charleft {
  display: none;
}

.custom-form .gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 10px;
  justify-content: center;
}

.custom-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 13px !important;
}

.custom-form #input_1_1_3_container {
  @media (max-width: 640px) {
    margin-bottom: 28px;
  }
}

.custom-form .gform_wrapper.gravity-theme .gfield textarea {
  resize: none;
  border: 1px solid #e5e7eb;
}

.custom-form .gform_ajax_spinner {
  padding-left: 1rem;
}

.custom-form .gform_validation_errors {
  display: none;
}

.slider > div:not(:first-child) {
  display: none;
}

/* Office Tour Slider */

.office-tour-slider:not(.tns-slider) {
  max-height: 256px;
  overflow: hidden;
  opacity: 0;
}

.office-tour-slider .item {
  margin: 0 auto;
}

.office-tour-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/* Testimonials Slider */

.testimonials h2 {
  margin-bottom: 24px;
  text-align: center;
}

.testimonials .container div > img:first-child {
  display: block;
  margin: 0 auto;
}

.reviews-slider {
  padding: 24px 0;
  color: #000;
}

.reviews-slider .item {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  cursor: grab;
}

.reviews-slider .item h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.reviews-slider .item q {
  display: block;
  margin-bottom: 18px;
}

.reviews-slider .item svg {
  width: 18px;
}

.custom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-controls button {
  margin: 0 10px;
  padding: 16px 32px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.custom-controls button:focus {
  outline: none;
}

[data-action="start"] {
  display: none;
}

[data-action="stop"] {
  display: none;
}

.visited\:text-purple-600:visited {
  color: rgb(147 51 234 );
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

@media (min-width: 768px) {

  .md\:h-\[674px\] {
    height: 674px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1\.2fr\2c 2fr\] {
    grid-template-columns: 1.2fr 2fr;
  }

  .md\:grid-cols-\[1fr\2c 2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
	
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:\!inline-flex {
    display: inline-flex !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.3fr\2c 1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }

  .lg\:grid-cols-\[1\.4fr\2c 2fr\] {
    grid-template-columns: 1.4fr 2fr;
  }

  .lg\:grid-cols-\[1fr\2c 1\.3fr\] {
    grid-template-columns: 1fr 1.3fr;
  }

  .lg\:grid-cols-\[1fr\2c 1\.7fr\] {
    grid-template-columns: 1fr 1.7fr;
  }

  .lg\:grid-cols-\[1fr\2c 2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .lg\:grid-cols-\[1fr\2c auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:grid-cols-\[240px\2c 1fr\2c auto\] {
    grid-template-columns: 240px 1fr auto;
  }

  .lg\:grid-cols-\[2fr\2c 1\.3fr\] {
    grid-template-columns: 2fr 1.3fr;
  }

  .lg\:grid-cols-\[2fr\2c 1\.4fr\] {
    grid-template-columns: 2fr 1.4fr;
  }

  .lg\:grid-cols-\[2fr\2c 1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[332px_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 332px minmax(0, 1fr);
  }

  .lg\:grid-cols-\[3fr\2c 1fr\] {
    grid-template-columns: 3fr 1fr;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
	
  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {

  .xl\:\!block {
    display: block !important;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }
}

.page-id-203 #footer-doctors-section,
.page-id-211 #footer-doctors-section,
.page-id-378 #footer-doctors-section,
.page-id-377 #footer-doctors-section {
	display: none;
}

.page-id-211 #footer-doctors-section + section {
    padding-top: 5rem;
}

#footer-reviews .bg-white:nth-child(n+4) {
	display: none;
}

.page-id-211 #footer-reviews .bg-white:nth-child(n+4) {
	display: block;
}

#dr-jeff-allen,
#dr-nikita-thomas,
#dr-neimar-sartori {
	scroll-margin-top: 200px;
}

.page-id-211 .elementor-location-footer .elementor-widget-container > section:nth-child(1),
.page-id-211 .elementor-location-footer .elementor-widget-container > section:nth-child(2),
.page-id-211 .elementor-location-footer .elementor-widget-container > section:nth-child(3) h2 {
	display: none;
}

#popmake-511 {
  padding: 22px;
}

#popmake-511 .gf_progressbar_wrapper {
	    margin: -25px 0 43px 0;
}

#popmake-511 .pum-close {
	padding: 5px 21px;
    font-size: 16px;
    font-weight: 600;
    background: #2d95c1;
}

.pum-theme-default-theme {
  background-color: rgb(0 0 0 / 72%);
}

#popmake-511 .gfield--type-html {
  font-size: 22px;
  color: #000;
padding-bottom: 20px
}

#popmake-511 .gfield {
  color: #000;
}

#popmake-511 label {
	    font-size: 18px !important;
}

#popmake-511  .gfield_label {
    font-size: 20px;
    font-weight: 600;
}

#popmake-511 .gform_page_footer {
	display: flex;
	gap: 6px;
	align-items: center;
}

#popmake-511  input.gform_next_button {
	border: 2px solid #2e2e2e !important;
    color: #000  !important;
	cursor: pointer !important;
}

.gchoice {
	margin-bottom: 4px;
}

.gf_progressbar_percentage span {
	display: none !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage {
	height: 10px;
}

.elementor-widget-container .bg-accent:first-child {
    margin-top: 132px;
    padding-top: 130px;
}



.page-id-234 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-1.jpg) !important;
}
.page-id-240 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-2.jpg) !important;
}
.page-id-230 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-3.jpg) !important;
}
.page-id-238 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-4.jpg) !important;
}
.page-id-232 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-5.jpg) !important;
}
.page-id-400 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-6.jpg) !important;
}
.page-id-401 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-7.jpg) !important;
}
.page-id-402 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-8.jpg) !important;
}
.page-id-403 .bg-accent {
	background-image: linear-gradient(45deg, #2d95c1c7, #2d95c1ad), url(/wp-content/uploads/2024/12/bg-s-9.jpg) !important;
}

.page-id-234 .bg-accent,
.page-id-240 .bg-accent,
.page-id-230 .bg-accent,
.page-id-238 .bg-accent,
.page-id-232 .bg-accent,
.page-id-400 .bg-accent,
.page-id-401 .bg-accent,
.page-id-402 .bg-accent,
.page-id-403 .bg-accent,
.page-id-404 .bg-accent {
	background-size: cover !important;
	background-position: center 40% !important;
	aspect-ratio: 19 / 9;
	max-height: 370px;
	min-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}