/**
*	Theme Name: ABA Therapy in Honolulu
**/

/*
font-family: "Poppins", sans-serif;
font-family: "Inter", sans-serif;
*/

body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    font-family: "Inter", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif !important;
}
#wrapper {
    zoom: 99%;
}
:root {
    --background: 300 15% 98%;
    --foreground: 280 25% 20%;
    --card: 0 0% 100%;
    --card-foreground: 280 25% 20%;
    --popover: 0 0% 100%;
    --popover-foreground: 280 25% 20%;
    --primary: 320 45% 55%;
    --primary-foreground: 0 0% 100%;
    --secondary: 280 40% 60%;
    --secondary-foreground: 0 0% 100%;
    --muted: 300 15% 95%;
    --muted-foreground: 280 15% 45%;
    --accent: 300 35% 90%;
    --accent-foreground: 320 40% 25%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 100%;
    --border: 300 15% 88%;
    --input: 300 12% 94%;
    --ring: 320 45% 55%;
    --radius: 1rem;
    --hero-gradient-start: 320 45% 55%;
    --hero-gradient-end: 280 40% 70%;
    --warm-gradient-start: 280 40% 60%;
    --warm-gradient-end: 320 45% 55%;
    --growth: 320 40% 55%;
    --growth-light: 300 35% 80%;
    --pastel-orange: 310 40% 80%;
    --pastel-purple: 280 35% 75%;
    --pastel-accent: 300 40% 88%;
    --pastel-primary: 320 35% 90%;
    --shadow-soft: 0 4px 20px -2px hsl(320 40% 55% / .2);
    --shadow-hover: 0 8px 30px -4px hsl(280 50% 60% / .25);
    --transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
}
*, :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 / .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: ;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
    border-radius: 0;
    border: 1px solid #efefef;
    padding: 9px 20px;
    width: 100%;
    border-radius: 2px;
}
.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
}
/* Alignment */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Alignment */

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Pagination */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
/* Pagination */

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*
Second Default Datepicker style also use this in head 
<link rel="stylesheet" href="https://code.jquery.com/ui/1.13.2/themes/smoothness/jquery-ui.css">
*/

/*
body .hasDatepicker .ui-widget.ui-widget-content {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    color: #000000;
    font-family: unset !important;
    padding: 15px 15px 9px;
    border-radius: 5px;
    box-shadow: 0 0 18px #00000012;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 12px 0;
    background: #000;
    color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 0;
}
body .hasDatepicker .ui-datepicker td{
    padding: 0;
}
body .hasDatepicker .ui-state-default{
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #898989;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: 500;
    padding: 10px 0;
}
body .hasDatepicker .ui-state-default.ui-state-active {
    background-color: #000000;
    color: #ffffff;
}
body .hasDatepicker .ui-datepicker-trigger {
    background: url('your-icon-url.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 8px;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-prev {
    left: 10px;
    top: 17px;
    background: transparent;
    background-image: url(images/left-arrow.png);
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-next{
    right: 10px;
    top: 17px;
    background: transparent;
    background-image: url(images/right-arrow.png);
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}
body .hasDatepicker .ui-datepicker .ui-datepicker-next span,
body .hasDatepicker .ui-datepicker .ui-datepicker-prev span{
    display: none !important;
}
*/

/* DatePicker Table */

.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Default Inner Banners*/
.allpage-banners {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  
}
.allpage-banners.cover::after{
    content: '';
    display: inline-block;
    background: linear-gradient(135deg, hsl(var(--hero-gradient-start)), hsl(var(--hero-gradient-end)));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .9;
}
.allpage-banners.background-color {
    background-image: linear-gradient(to bottom right, hsl(280 40% 60% / .3), hsl(300 15% 98%), hsl(300 35% 90% / .2)) !important;
}
.allpage-banners.background-color {
    position: relative;
    overflow: hidden;
}
.allpage-banners.background-color.purple {
    background: linear-gradient(135deg, hsl(320 45% 55%), hsl(280 40% 70%)) !important;
}
/* TOP RIGHT – PRIMARY GLOW */
.allpage-banners.background-color::before {
    content: "";
    position: absolute;
    top: 5rem;          /* top-20 */
    right: 2.5rem;      /* right-10 */
    width: 24rem;       /* w-96 */
    height: 24rem;      /* h-96 */
    border-radius: 9999px;
    background: radial-gradient(
        circle,
        hsl(var(--primary) / 0.2),
        hsl(var(--primary) / 0.05)
    );
    filter: blur(64px); /* blur-3xl */
    animation: pulse-slow 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

/* BOTTOM LEFT – ACCENT GLOW */
.allpage-banners.background-color::after {
    content: "";
    position: absolute;
    bottom: 2.5rem;     /* bottom-10 */
    left: 2.5rem;       /* left-10 */
    width: 16rem;       /* w-64 */
    height: 16rem;      /* h-64 */
    border-radius: 9999px;
    background: radial-gradient(
        circle,
        hsl(var(--accent) / 0.3),
        hsl(var(--accent) / 0.05)
    );
    filter: blur(64px); /* blur-3xl */
    animation: pulse-slow 3s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes pulse-slow {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

.allpage-banner-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.allpage-banner-content h1 {
  font-size: 3.75rem;
    line-height: 1;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
}
.allpage-banner-content h1 strong{
    color: hsl(var(--primary));
    font-weight: 700;
}
.allpage-banner-content.white h1{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


.allpage-banner-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #6f5b7a;
    margin-bottom: 15px;
}
.allpage-banner-content.white p {
    color: #ffffffe6;
}
.allpage-banner-content p:last-child{
    margin-bottom: 0;
}
.allpage-banner-content p.big{
    font-size: 24px;
}
.allpage-banner-content p.sm{
    font-size: 18px;
}
.allpage-banner-content a.all-buttons {
    margin-top: 1rem;
}


.allpage-banners .banner-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.7;
  animation: pulse-slow 3s ease-in-out infinite;
  pointer-events: none;
}

.allpage-banners .glow-one {
  width: 24rem;
  height: 24rem;
  top: 5rem;
  right: 2.5rem;
  background: radial-gradient(circle, rgba(194, 95, 160, 0.2), rgba(194, 95, 160, 0.05));
}

.allpage-banners .glow-two {
  width: 16rem;
  height: 16rem;
  bottom: 2.5rem;
  left: 2.5rem;
  background: radial-gradient(circle, rgba(233, 204, 221, 0.3), rgba(233, 204, 221, 0.05));
}

@keyframes pulse-slow {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

/*Default Inner Banners*/

/* Default Buttons & Main Content Style */

.fw-btns {
    margin-top: 30px;
}
.fw-btns .d-flex {
    column-gap: 8px;
}
.all-buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: var(--radius);
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: var(--shadow-soft);
  transition: var(--transition-smooth);
  cursor: pointer;
}
a.all-buttons.is-lg.is-white{
    color: hsl(var(--growth));
    background-color: #ffffffe6;
}
a.all-buttons.is-lg.is-white:hover{
    color: hsl(var(--growth));
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-4px);
}
.all-buttons.round{
    border-radius: 100px !important;
}
.all-buttons svg {
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  flex-shrink: 0;
}

.all-buttons:hover {
  background-color: hsl(var(--primary) / 0.9);
  box-shadow: var(--shadow-hover);
}

.all-buttons.hover-lift {
  transition: transform .3s cubic-bezier(.4,0,.2,1),
              box-shadow .3s cubic-bezier(.4,0,.2,1);
}

.all-buttons.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px hsl(var(--primary) / 0.2);
}

.all-buttons:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (prefers-reduced-motion: reduce) {
  .all-buttons,
  .all-buttons * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .all-buttons.hover-lift:hover {
    transform: none;
  }
}


/* Default Buttons & Main Content Style */

/*Site Header*/

.site-header {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.site-logo img {
    width: 174px;
}
.site-header.fixedmenu .site-logo img {
    
}
.site-header.fixedmenu{
    background-color: #1a1f2c;
    padding: 10px 0;
}
.mobile-call {
    position: absolute;
    top: 27.80px;
    right: 85px;
	display: none;
}
.mobile-call svg {
    width: 23px;
    height: 23px;
    stroke: hsl(var(--foreground));
}

/* Navbar */

body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0 33px 0 0;
    position: relative;
}
.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: rgb(55, 38, 64);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
}
.nav-menu li a::after{
    content: '';
    display: inline-block;
    background-color: hsl(var(--primary));
    transition: all 0.4s ease;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 0;
}
.nav-menu li a:hover::after{
    width: 100%;
}
.nav-menu li.menu-btn {
    margin-left: 160px;
}
.nav-menu li.menu-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 3.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 1rem;
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    animation: pulse-slow 3s ease-in-out infinite;
    touch-action: manipulation;
}
.nav-menu li.menu-btn a::after {
    display: none;
}
.nav-menu li.menu-btn a svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    pointer-events: none;
}
.nav-menu li.menu-btn a:hover {
    color: hsl(var(--primary-foreground));
    background-color: hsl(var(--primary) / .9);
    box-shadow: var(--shadow-hover);
}

.nav-menu li.menu-btn a:disabled,
.nav-menu li.menu-btn a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 5px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #1b2336;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0;
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 15px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: rgb(31, 115, 190);
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: hsl(var(--primary));
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/* Navbar */

/*Site Header*/


/*Home*/


/*Contact Form*/

.contact-form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 35px 30px;
    border-radius: 10px;
    width: 77%;
    margin: 0 0 0 auto;
}
.contact-form .gform-theme--framework .gform-field-label>.gfield_required,
.contact-form .gform-theme--framework .gform_validation_errors{
    display: none;
}
.contact-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
    font-size: 12px;
    margin: 4px 0 0 0 !important;
}
.contact-form .gform-theme--foundation .gform_fields {
    grid-gap: 15px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.contact-form .gform_footer input.gform_button.button:focus,
body .contact-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button{
    outline: none !important;
    box-shadow: none !important;
}
.contact-form .gform_confirmation_message_2.gform_confirmation_message{
    text-align: center;
}
.contact-form p {
    color: #475569;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea{
    width: 100%;
    border: 1px solid #e5e7eb;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea,
.contact-form .gform-theme--foundation .gfield .ginput_password.large::placeholder,
.contact-form .gform-theme--foundation .gfield input.large::placeholder,
.contact-form .gform-theme--foundation .gfield select.large::placeholder,
.contact-form .gform-theme--foundation .gfield textarea::placeholder{
    color: rgba(71, 85, 105, 0.5);
    font-size: 13px;
}
.contact-form input, .contact-form select,
.contact-form textarea,
.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea{
    height: 55px;
    border-radius: 8px;
    padding: 0 15px;
}
.contact-form textarea,
.contact-form .gform-theme--foundation .gfield textarea{
    height: 110px;
    min-block-size: 110px !important;
    padding-top: 12px;
}
.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6{
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.contact-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.contact-form .button{
    text-align: center;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner,
body .contact-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #1c8267;
    transition: all 0.4s ease;
    height: 55px;
    border-radius: 8px;
    padding: 0 15px;
    width: 100%;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
body .contact-form .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:hover{
    color: #ffffff;
    background-color: #46b58e;
}
.contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 14px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin-bottom: 20px;
}
.contact-form .gform_footer.before,
.contact-form .gform_footer.top_label{
	margin-top: 0 !important;
}

/*Contact Form*/


/*FAQ*/

.hfaq-sec {
    padding: 50px 0 42px;
}
.faqs_list {
    width: 900px;
    margin: 0 auto;
}
.faqs_list .card {
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    border-radius: .75rem;
    border: 1px solid #e5e7eb;
    transition: all 0.4s ease;
}
.faqs_list .card:hover{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.faqs_list a.card-link {
    color: #172554;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 60px 18px 25px;
}
.faqs_list .card-body {
    padding: 0 25px 7px;
    background-color: #ffffff;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}
.faqs_list .card-body p {
    color: #172554;
    font-size: 15px;
    font-weight: 400;
}
.faqs_list .card.active a.card-link{
    color: #172554;
    transition: all 0.4s ease;
}
.faqs_list .card.active a.card-link::after{
    content: "\f106";
    line-height: 26px;
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #172554;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    right: 25px;
    top: 14px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s ease;
}

/*FAQ*/


/*Blog*/

.hblog-sec {
    padding: 0 0 60px;
}
.hblog-list .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
    justify-content: center;
}
.hblog-lbox {
    box-shadow: 0 0 18px 1px rgba(26, 26, 26, 0.10);
    position: relative;
    border-radius: 0;
    height: 100% !important;
    padding-bottom: 75px;
    border-radius: .5rem;
}
.hblog-lbox .thumb{
    position: relative;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hblog-lbox .thumb img {
    width: 100%;
    height: 286px;
    object-fit: cover;
    transition: all 1s ease;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.hblog-lbox:hover .thumb img{
    transform: scale(1.1);
    transition: all 1s ease;
}
.hblog-lbox .thumb span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    background-color: #a92c2c;
    padding: 3px 16px;
    position: absolute;
    bottom: 21px;
    left: 21px;
}
.hblog-lbct {
    padding: 19px 25px 0;
    margin: 0;
}
.hblog-lbct span{
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.hblog-lbct h3 {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: none;
}
.hblog-lbct p {
    color: #475569;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 22px;
}

/*Blog*/

/*Home*/



/*Home Banner*/
.hero-banner-sec {
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 2rem;
  min-height: auto;
  background-color: hsl(var(--background));
  min-height: 85vh;
}

.hero-banner-sec .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-banner-sec .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-sec .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    hsl(var(--background) / 0.95),
    hsl(var(--background) / 0.85),
    hsl(var(--background) / 0.7)
  );
}

.hero-banner-sec .hero-banner-content {
  position: relative;
  z-index: 2;
}
.hero-text{
    position: relative;
    z-index: 2;
}
.hero-banner-sec .hero-text h1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
}

.hero-banner-sec .hero-text p {
    font-size: 24px;
    color: hsl(var(--muted-foreground));
    line-height: 32px;
    margin-bottom: 2rem;
    width: 90%;
    font-weight: 400;
}

.hero-banner-sec .highlight {
  position: relative;
  color: hsl(var(--primary));
  display: inline-block;
}

.hero-banner-sec .highlight-bar {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 0.75rem;
  background-color: hsl(var(--primary) / 0.2);
  z-index: -1;
}

.hero-banner-sec .glass-card {
  background: hsl(var(--card) / 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid hsl(var(--border) / 0.2);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.hero-banner-sec .glass-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-banner-sec .glass-card p {
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
}

.hero-banner-sec .form-embed {
  overflow: hidden;
  border-radius: 0.75rem;
}

.hero-banner-sec .form-embed iframe {
  width: 99%;
  height: 500px;
  border: none;
}

.all-buttons {
  display: inline-flex;
  align-items: center;
  gap: 16px;
    font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
}

.all-buttons svg {
  width: 16px;
  height: 16px;
}

.all-buttons.is-lg {
  height: 3.5rem;
  padding: 0 2.5rem;
  border-radius: 16px;
}

.all-buttons.is-primary {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: var(--shadow-soft);
}

.all-buttons.is-primary:hover {
  background-color: hsl(var(--primary) / 0.9);
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}


/*Home Banner*/


/*Evidence Based*/
.evidence-based-sec {
  position: relative;
  padding: 8rem 0;
  background-color: hsl(var(--background));
  overflow: hidden;
}

.evidence-based-sec .angle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background-color: hsl(var(--background));
  clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 3vw));
}

.evidence-based-sec .bg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.02;
  pointer-events: none;
}

.evidence-based-sec .bg-icon svg {
  width: 600px;
  height: 600px;
}

.evidence-based-sec .pill-label {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.evidence-based-sec h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.evidence-based-sec h2 span {
  color: hsl(var(--primary));
}

.evidence-based-sec .title-divider {
  width: 5rem;
  height: 0.25rem;
  background: linear-gradient(to right, hsl(var(--primary)), hsl(var(--secondary)));
  border-radius: 9999px;
  margin-bottom: 1.5rem;
}

.evidence-based-sec p {
  font-size: 1.125rem;
  line-height: 1.625;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.5rem;
    width: 92%;
}
.evidence-based-content .row.cards-wrap .col-md-6:nth-child(3),
.evidence-based-content .row.cards-wrap .col-md-6:nth-child(4){
    position: relative;
    left: 30px;
}
.evidence-based-sec .skill-card {
    background: hsl(var(--card) / .8);
    backdrop-filter: blur(12px);
    border: 1px solid hsl(var(--border) / .2);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    margin-bottom: 1.5rem;
}
.evidence-based-sec .skill-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px hsl(var(--primary) / 0.2);
}

.evidence-based-sec .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, hsl(var(--hero-gradient-start)), hsl(var(--hero-gradient-end)));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: transform .3s ease;
}

.evidence-based-sec .skill-card:hover .icon-box {
  transform: scale(1.1) rotate(6deg);
}

.evidence-based-sec .icon-box svg {
  width: 1.75rem;
  height: 1.75rem;
  stroke: #ffffff;
}

.evidence-based-sec h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375;
}

.evidence-based-sec .all-buttons span {
  margin-left: 0.5rem;
  display: inline-block;
  transition: transform .3s ease;
}

.evidence-based-sec .all-buttons:hover span {
  transform: translateX(4px);
}


/*Evidence Based*/



/*Your family*/

.your-family-sec {
  position: relative;
  padding: 8rem 0;
  background-color: hsl(var(--secondary) / 0.9);
  color: #ffffff;
  overflow: hidden;
}

.your-family-sec .angle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: hsl(var(--background));
  clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 3vw));
}

.your-family-sec .angle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: hsl(var(--background));
  clip-path: polygon(0 3vw,100% 0,100% 100%,0 100%);
}

.your-family-sec .wave-bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.your-family-sec .wave-bg svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16rem;
  fill: currentColor;
  animation: family-drift 8s ease-in-out infinite;
}

.your-family-sec .family-box {
  position: relative;
  text-align: left;
  max-width: 64rem;
  margin: 0 auto;
}
.your-family-sec .quote-icon {
    position: absolute;
    top: -1rem;
    left: -7rem;
    opacity: 0.2;
}

.your-family-sec .quote-icon svg {
  width: 6rem;
  height: 6rem;
  stroke: #ffffff;
}

.your-family-sec h2 {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 2rem;
}

.your-family-sec p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  max-width: 48rem;
  margin: 0 0 2.5rem;
}
.all-buttons.is-xl.is-light {
    background-color: #ffffff;
    color: hsl(var(--secondary));
    border: 2px solid #ffffff;
    padding: 1.5rem 2.5rem;
    font-size: 1.125rem;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1), background-color .3s;
}
.all-buttons.is-xl.is-light svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform .3s ease;
}

.all-buttons.is-xl.is-light:hover {
  background-color: rgba(255,255,255,0.9);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px hsl(var(--primary) / 0.2);
}

.all-buttons.is-xl.is-light:hover svg {
  transform: translateX(8px);
}

@keyframes family-drift {
  0% { transform: translate(0,0); }
  50% { transform: translate(10px,-5px); }
  100% { transform: translate(0,0); }
}

/*Your family*/

/*Our Services*/

.our-services-sec {
  padding: 5rem 0;
  background: linear-gradient(
    to bottom,
    hsl(var(--background)),
    hsl(var(--muted) / 0.2)
  );
}

.our-services-sec .services-head {
  margin-bottom: 3rem;
}

.our-services-sec h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
}

.our-services-sec .services-head p {
  font-size: 1.125rem;
  color: hsl(var(--muted-foreground));
  max-width: 42rem;
  margin: 0 auto;
}
.our-services-sec .services-grid {
    max-width: 72rem;
    margin: 0 auto 3rem;
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.our-services-sec .service-card {
  background-color: hsl(var(--card));
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
              0 4px 6px -4px rgb(0 0 0 / 0.1);
  transition: transform .5s cubic-bezier(.4,0,.2,1),
              box-shadow .5s cubic-bezier(.4,0,.2,1);
}

.our-services-sec .service-card:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.our-services-sec .service-image {
  position: relative;
  height: 16rem;
  overflow: hidden;
}

.our-services-sec .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.our-services-sec .service-card:hover img {
  transform: scale(1.1);
}

.our-services-sec .service-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: hsl(var(--primary) / 0.9);
  padding: 0.75rem;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
}

.our-services-sec .service-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: hsl(var(--primary-foreground));
}

.our-services-sec .service-body {
  padding: 1.5rem;
}

.our-services-sec h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: hsl(var(--foreground));
  transition: color .3s cubic-bezier(.4,0,.2,1);
}

.our-services-sec .service-card:hover h3 {
  color: hsl(var(--primary));
}

.our-services-sec .service-body p {
  color: hsl(var(--muted-foreground));
  line-height: 1.625;
}

.our-services-sec .services-cta {
  margin-top: 3rem;
}


/*Our Services*/

/*Clients Served*/
.clients-served-sec {
    position: relative;
    padding: 5rem 0;
    background-image: linear-gradient(to bottom right, hsl(320 45% 55%), hsl(320 40% 55%), hsl(320 45% 55% / .9));
    overflow: hidden;
}
.clients-served-content {
  position: relative;
  z-index: 2;
}

.clients-served-sec .stats-row {
  margin-bottom: 3rem;
}

.clients-served-sec .stat-box {
  text-align: center;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.clients-served-sec .stat-box:hover {
  transform: scale(1.1);
}

.clients-served-sec .stat-number {
  font-size: 3.75rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.clients-served-sec .stat-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.clients-served-sec .clients-bg-effects {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  z-index: 1;
}

.clients-served-sec .bg-blob {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  filter: blur(64px);
  animation: pulse-slow 3s ease-in-out infinite;
}

.clients-served-sec .blob-one {
  width: 16rem;
  height: 16rem;
  top: 5rem;
  left: 5rem;
}

.clients-served-sec .blob-two {
  width: 20rem;
  height: 20rem;
  bottom: 5rem;
  right: 5rem;
  animation-delay: 1.5s;
}

.clients-served-sec .blob-three {
  width: 24rem;
  height: 24rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 3s;
}

@keyframes pulse-slow {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

/*Clients Served*/


/*Success Stories*/

.success-stories-sec {
  padding: 8rem 0;
  background-color: hsl(var(--muted) / 0.3);
}

.success-stories-sec .stories-head {
  margin-bottom: 4rem;
}

.success-stories-sec .stories-badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.success-stories-sec h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
}

.success-stories-sec h2 span {
  color: hsl(var(--primary));
}

.success-stories-sec .stories-head p {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.125rem;
  color: hsl(var(--muted-foreground));
}
.stories-slider{
    position: relative;
}
.success-stories-sec .stories-slider-wrap {
  position: relative;
  max-width: 56rem;
  margin: 0 auto 3rem;
}

.success-stories-sec .story-card {
  position: relative;
  background-color: hsl(var(--card) / 0.8);
  backdrop-filter: blur(12px);
  border-radius: 1.5rem;
  padding: 3rem;
  border: 1px solid hsl(var(--border) / 0.2);
}

.success-stories-sec .quote-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  stroke: hsl(var(--primary) / 0.2);
}
.success-stories-sec .story-card p {
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 2rem;
    color: hsl(var(--foreground));
    font-weight: 400;
    position: relative;
    z-index: 1;
    width: 92%;
}
.success-stories-sec .story-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.success-stories-sec .author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    hsl(var(--hero-gradient-start)),
    hsl(var(--hero-gradient-end))
  );
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-stories-sec .story-author strong {
  display: block;
  font-size: 1.125rem;
}

.success-stories-sec .story-author span {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
}

.success-stories-sec .stories-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid hsl(var(--primary));
  background-color: hsl(var(--card) / 0.8);
  color: hsl(var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: transform .3s cubic-bezier(.4,0,.2,1),
              background-color .3s cubic-bezier(.4,0,.2,1),
              color .3s cubic-bezier(.4,0,.2,1);
}

.success-stories-sec .stories-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}

.success-stories-sec .stories-arrow:hover {
  background-color: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  transform: translateY(-50%) scale(1.1);
}

.success-stories-sec .stories-arrow.prev {
  left: -1rem;
}

.success-stories-sec .stories-arrow.next {
  right: -1rem;
}
.success-stories-sec .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0;
    bottom: -80px;
}

.success-stories-sec .slick-dots li {
  width: 3rem;
}
.success-stories-sec .slick-dots li button:before{
    display: none;
}
.success-stories-sec .slick-dots button {
  width: 100%;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: hsl(var(--border));
  font-size: 0;
}

.success-stories-sec .slick-dots .slick-active button {
  background-color: hsl(var(--primary));
}
.testi-quote {
    position: absolute;
    top: 32px;
    right: 30px;
    z-index: 0;
}
.testi-quote svg{
    stroke: #F1DDEA;
    width: 64px;
    height: 64px;
}
.success-stories-sec .stories-note {
  text-align: center;
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  max-width: 42rem;
  margin: 110px auto 0;
}

/*Success Stories*/


/*About Us*/


/*Your Help*/

.your-help-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #faf5ff 0%, #fdf2f8 100%);
}

.your-help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1023px;
    margin: 0 auto;
}

.your-help-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 24px;
}

.your-help-content h2 span {
  color: #c056a3; /* CAN highlight */
}
.your-help-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 36px;
    max-width: 520px;
    font-weight: 400;
}
.your-help-content a.all-buttons.is-lg.is-primary {
    font-size: 16px;
}

.your-help-image {
  position: relative;
}

.your-help-image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  object-fit: cover;
    height: 488px;
}

/* Responsive */
/*Your Help*/


/*Empowering Families*/

.empowering-families {
  position: relative;
  padding: 8rem 0;
  background: #ffffff;
  overflow: hidden;
}

/* Container */
.empowering-families .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

/* Background Glows */
.empowering-families .bg-glow {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.6;
  animation: empoweringPulse 3s ease-in-out infinite;
}

.empowering-families .glow-left {
  top: 5rem;
  left: 3rem;
  background: radial-gradient(circle, hsl(320 45% 55% / .2) , hsl(320 45% 55% / .05));
}

.empowering-families .glow-right {
    bottom: 5rem;
    right: 3rem;
    background: radial-gradient(circle, hsl(280 40% 60% / .2), hsl(280 40% 60% / .05));
}

/* Header */
.empowering-families .section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 5rem;
}

.empowering-families .section-header h2 {
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: hsl(var(--foreground));
}

.empowering-families .section-header h2 span {
  color: hsl(var(--primary));
}

.empowering-families .section-header p {
  font-size: 20px;
  line-height: 28px;
    font-weight: 400;
  color: hsl(var(--muted-foreground));
}

/* Cards Grid */
.empowering-families .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Glass Card */
.empowering-families .info-card {
    background: hsl(var(--card) / .8);
    backdrop-filter: blur(12px);
    border: 1px solid hsl(var(--border) / .2);
    border-radius: 1rem;
    padding: 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 12px 24px -8px hsl(var(--primary) / .2);
}

.empowering-families .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.empowering-families .card-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.empowering-families .icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(var(--hero-gradient-start)), hsl(var(--hero-gradient-end)));
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.empowering-families h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: hsl(var(--foreground));
}

.empowering-families .info-card p {
  font-size: 16px;
    font-weight: 400;
  line-height: 26px;
  color: hsl(var(--muted-foreground));
}


/* Animation */
@keyframes empoweringPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}


/*Empowering Families*/

/*Every journey*/

.every-journey-section {
    position: relative;
    padding: 8rem 0;
    background-image: url("/assets/consultation-meeting-C_ety6KF.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.every-journey-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.every-journey-section .container {
    position: relative;
    z-index: 2;
}

.every-journey-content {
    text-align: center;
    margin: 0 auto;
}

.every-journey-content h3 {
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1rem;
}


.every-journey-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}

.every-journey-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 3.5rem;
    padding: 0 2rem;
    background-color: #ffffff;
    color: hsl(var(--primary));
    border-radius: var(--radius);
    font-size: 18px;
    font-weight: 500;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    text-decoration: none;
}
.every-journey-btn svg {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.every-journey-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
    .every-journey-btn:hover {
        transform: none;
    }
}

/*Every journey*/


/*About Us*/


/*Team*/

/*Certified BCBA*/

.team-bcba-section {
  padding: 60px 0;
  background-color: hsl(var(--background));
}
.team-bcba-section:nth-child(2){
    background-image: linear-gradient(to bottom right, hsl(280 40% 60% / .05), hsl(300 15% 98%), hsl(320 45% 55% / .05));
}
.bcba-card {
    background: hsl(var(--card));
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
    padding: 3rem;
    transition: var(--transition-smooth);
    max-width: 1024px;
    margin: 0 auto;
}
.bcba-card:hover {
  box-shadow: var(--shadow-hover);
}

.bcba-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.bcba-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    hsl(var(--hero-gradient-start)),
    hsl(var(--hero-gradient-end))
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bcba-icon svg {
  width: 3rem;
  height: 3rem;
  color: #fff;
}

.bcba-content h2 {
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

.bcba-subtitle {
  font-size: 1.125rem;
  color: hsl(var(--muted-foreground));
  margin-bottom: 1.75rem;
}

.bcba-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
}

.bcba-list li {
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 1rem;
  color: hsl(var(--foreground));
  line-height: 1.6;
}

.bcba-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(400%) hue-rotate(268deg) brightness(98%) contrast(85%);
}

.bcba-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  height: 3.5rem;
  padding: 0 2.5rem;
  border-radius: var(--radius);
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: var(--transition-smooth);
}

.bcba-btn:hover {
  background: hsl(var(--primary) / 0.9);
  box-shadow: var(--shadow-hover);
}

.bcba-btn span {
  transition: transform 0.2s ease;
}

.bcba-btn:hover span {
  transform: translateX(4px);
}
.bcba-btn span svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}

/*Certified BCBA*/

/*Ready Journey*/

/* ===============================
   Ready Journey Section
================================ */

.ready-journey {
  padding: 8rem 0;
  background: linear-gradient(
    135deg,
    hsl(var(--primary)),
    hsl(var(--growth)),
    hsl(var(--primary) / 0.85)
  );
}

.ready-journey .container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.ready-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

/* LEFT CONTENT */

.ready-content {
  color: #fff;
}

.ready-badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  background: hsl(0 0% 100% / 0.18);
  border: 1px solid hsl(0 0% 100% / 0.3);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.ready-content h2 {
  font-family: Poppins, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.ready-content p {
  font-size: 1.25rem;
  color: hsl(0 0% 100% / 0.9);
  max-width: 32rem;
  line-height: 1.6;
}

/* RIGHT CARD */

.ready-card {
    border-radius: 2rem;
    padding: 2.75rem;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);
    background: hsl(var(--card) / .8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid hsl(var(--border) / .2);
}
.ready-card h3 {
    color: hsl(var(--foreground));
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 700;
}
.ready-card-sub {
  color: hsl(var(--muted-foreground));
  margin-bottom: 2rem;
}

/* BUTTONS */

.ready-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: var(--transition-smooth);
  margin-bottom: 1.75rem;
}

.ready-btn-primary:hover {
  background: hsl(var(--primary) / 0.9);
  box-shadow: var(--shadow-hover);
}

.ready-btn-primary svg{
    width: 17px;
    height: 17px;
    margin-right: 13px;
}
/* DIVIDER */

.ready-divider {
  position: relative;
  margin: 1.5rem 0;
}

.ready-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: hsl(var(--border));
}

.ready-divider span {
    position: relative;
    background: hsl(322.11deg 42.22% 91.18%);
    padding: 0 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: hsl(var(--muted-foreground));
}

/* SECONDARY BUTTON */

.ready-btn-secondary {
  height: 56px;
    line-height: 53px;
  width: 100%;
  border-radius: var(--radius);
  border: 3px solid hsl(var(--primary));
  background: transparent;
  color: hsl(var(--primary));
  font-size: 1.125rem;
  font-weight: 500;
  transition: var(--transition-smooth);
    display: inline-block;
}

.ready-btn-secondary:hover {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}

/* RESPONSIVE */

/*Ready Journey*/

/*Confidence Therapist*/

.confidence-therapist {
  padding: 60px 0;
  background:
    radial-gradient(
      circle at top center,
      hsl(var(--pastel-primary) / 0.55),
      transparent 65%
    ),
    hsl(var(--background));
}

/* HEADING */

.confidence-heading {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 65px;
}

.confidence-heading span {
  color: hsl(var(--primary));
}

/* GRID */

.confidence-grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* CARD */

.confidence-card {
    background: hsl(var(--card));
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
}
.confidence-card:hover {
    box-shadow: var(--shadow-hover);
}

/* ICON */

.confidence-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.75rem;
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    hsl(var(--hero-gradient-start)),
    hsl(var(--hero-gradient-end))
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--primary-foreground));
}

.confidence-icon svg {
  width: 28px;
  height: 28px;
}

/* TEXT */

.confidence-card h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-bottom: 0.75rem;
}

.confidence-card p {
  font-size: 1rem;
  line-height: 1.65;
  color: hsl(var(--muted-foreground));
}
.confidence-card p:last-child{
    margin-bottom: 0;
}
/* RESPONSIVE */


/*Confidence Therapist*/


/*We Can Support*/

/* ===============================
   We Can Support Section
================================ */

.we-can-support {
    position: relative;
    padding: 70px 0 50px;
    background: hsl(var(--background));
    overflow: hidden;
}

/* BACKGROUND GLOWS */

.support-glow {
  position: absolute;
  border-radius: 9999px;
  filter: blur(90px);
  opacity: 0.6;
  pointer-events: none;
    animation: support-glow-pulse 6s ease-in-out infinite;
}

.support-glow.primary {
  width: 420px;
  height: 420px;
  background: hsl(var(--pastel-primary));
  top: 10%;
  left: 8%;
}

.support-glow.accent {
  width: 320px;
  height: 320px;
  background: hsl(var(--pastel-accent));
  bottom: 10%;
  right: 12%;
}

/* WRAP */

.support-wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* AVATAR */

.support-avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.25rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: var(--shadow-soft);
    animation: support-float 4.5s ease-in-out infinite;
}

/* SPEECH BUBBLE */

.support-bubble {
  display: inline-block;
  background: hsl(var(--card));
  padding: 1rem 1.75rem;
  border-radius: 9999px;
  font-size: 0.95rem;
  color: hsl(var(--muted-foreground));
  box-shadow: 0 12px 30px -18px hsl(var(--primary) / 0.25);
  margin-bottom: 2.25rem;
    animation: support-fade-up 0.6s ease-out both;
    animation-delay: 0.15s;
}

/* HEADING */

.support-heading {
  font-family: Poppins, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.15;
  color: hsl(var(--foreground));
  margin-bottom: 2.25rem;
}

.support-heading span {
  color: hsl(var(--primary));
}

/* ACTIONS */

.support-actions {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* BUTTONS */

.support-btn {
  height: 56px;
  padding: 0 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: var(--radius);
  transition: var(--transition-smooth);
    transform: translateY(0);
}
.support-btn:hover {
  transform: translateY(-2px);
}
/* PRIMARY */

.support-btn.primary {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  box-shadow: var(--shadow-soft);
}

.support-btn.primary:hover {
  background: hsl(var(--primary) / 0.9);
  box-shadow: var(--shadow-hover);
}
.support-btn.primary svg{
    width: 17px;
    height: 17px;
    margin-right: 13px;
}

/* SECONDARY */

.support-btn.secondary {
  border: 2px solid hsl(var(--primary));
  color: hsl(var(--primary));
  background: transparent;
}

.support-btn.secondary:hover {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
}
@keyframes support-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes support-fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes support-glow-pulse {
  0%, 100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.05);
  }
}

/* RESPONSIVE */
/*We Can Support*/

/*Team*/


/*Aba Services*/

/* ===============================
   ABA Services
================================ */

.aba-services {
  padding: 5rem 0;
  background: hsl(var(--secondary) / 0.3);
}

/* Services Grid */
.aba-services .services-grid {
  max-width: 72rem;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.aba-services .service-card {
  background: hsl(var(--card));
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid hsl(var(--border));
  box-shadow: var(--shadow-soft);
  transition: var(--transition-smooth);
}

.aba-services .service-card:hover {
  box-shadow: var(--shadow-hover);
}

.aba-services .service-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.aba-services .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.aba-services .service-card:hover img {
  transform: scale(1.05);
}

.aba-services .service-body {
  padding: 2rem;
  display: flex;
  gap: 1rem;
}

.aba-services .service-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--hero-gradient-start)),
    hsl(var(--hero-gradient-end))
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.aba-services .service-icon svg{
    width: 32px;
    height: 32px;
}
.aba-services .service-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
}

.aba-services .service-body p {
  color: hsl(var(--muted-foreground));
  line-height: 1.6;
}

.aba-services .center-btn {
  text-align: center;
}

.primary-pill {
    height: 56px;
    padding: 0 2.5rem;
    border-radius: 999px;
    background: #CFA3A4;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
    display: inline-block;
    line-height: 56px;
}

.primary-pill:hover {
  box-shadow: var(--shadow-hover);
    background-color: #cfa3a4e6;
}

/* ===============================
   Providers Section
================================ */

.providers {
  position: relative;
  padding: 5rem 0;
  background: hsl(var(--primary) / .9);
  color: hsl(var(--primary-foreground));
  overflow: hidden;
}

.glow {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(64px);
  opacity: .6;
}

.glow-left {
  top: 0;
  left: 0;
  background: radial-gradient(
    circle,
    hsl(var(--accent) / .3),
    transparent 70%
  );
}

.glow-right {
  bottom: 0;
  right: 0;
  background: radial-gradient(
    circle,
    hsl(var(--primary) / .3),
    transparent 70%
  );
}

.providers-header {
  text-align: center;
  margin: 0 auto 3rem;
}

.providers-header h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.providers-header p {
  font-size: 1.25rem;
  opacity: .85;
}

.providers-grid {
  max-width: 72rem;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.provider-card {
  background: hsl(var(--background) / .1);
  backdrop-filter: blur(4px);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid hsl(var(--primary-foreground) / .2);
}

.provider-icon {
  width: 56px;
  height: 56px;
  border-radius: .75rem;
  background: hsl(var(--growth));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.provider-icon svg{
    width: 28px;
    height: 28px;
}
.provider-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.provider-card p{
        color: hsl(var(--primary-foreground) / .8);
    font-size: 16px;
    font-weight: 400;
}
.secondary-pill {
    height: 56px;
    padding: 0 2.5rem;
    border-radius: 999px;
    background: #fff;
    color: hsl(var(--growth));
    font-size: 1.125rem;
    font-weight: 600;
    box-shadow: var(--shadow-soft);
    display: inline-block;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
}
.secondary-pill:hover{
    background-color: #ffffffe6;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
/* ===============================
   Responsive
================================ */


/*Aba Services*/

/*Location*/

/* ===============================
   LOCATION BANNER
================================ */

.locationbanner-sec {
    position: relative;
    min-height: 700px;
    padding-top: 6rem;
    padding-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.locationbanner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        hsl(var(--background) / 0.95),
        hsl(var(--background) / 0.90),
        hsl(var(--background) / 0.80)
    );
    z-index: 1;
}

.locationbanner-content {
    position: relative;
    z-index: 10;
}

/* ===============================
   TEXT (MATCHES ORIGINAL)
================================ */

.locationbanner-text h1 {
    font-weight: 700; /* font-bold */
    font-size: 60px; /* text-4xl */
    line-height: 1.25; /* leading-tight */
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

.locationbanner-text h1 span {
    color: hsl(var(--primary));
}

.locationbanner-text p {
    font-size: 1.125rem;
    line-height: 1.625;
    color: hsl(var(--muted-foreground));
    margin: 0 auto;
    width: 81%;
}
/* ===============================
   GLOW ELEMENTS (ROOT VARS)
================================ */

.locationbanner-glow {
    position: absolute;
    width: 24rem;
    height: 24rem;
    border-radius: 9999px;
    filter: blur(64px);
    pointer-events: none;
    animation: pulse-slow 3s ease-in-out infinite;
    z-index: 1;
}

.locationbanner-glow-primary {
    top: 5rem;
    left: 2.5rem;
    background: radial-gradient(
        circle,
        hsl(var(--primary) / 0.20),
        hsl(var(--primary) / 0.05)
    );
}

.locationbanner-glow-accent {
    bottom: 5rem;
    right: 2.5rem;
    background: radial-gradient(
        circle,
        hsl(var(--accent) / 0.30),
        hsl(var(--accent) / 0.05)
    );
}

.locationbanner-glow-secondary {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        circle,
        hsl(var(--secondary) / 0.20),
        hsl(var(--secondary) / 0.05)
    );
}


/* ===============================
   THERAPY NEAR YOU – BASE
================================ */

.therapynearyou-sec {
    padding-top: 4rem;   /* py-16 */
    padding-bottom: 4rem;
    background-color: hsl(var(--background));
}

.therapynearyou-content {
    animation: fadeIn 0.6s ease-out forwards;
}

.therapynearyou-text h2 {
    font-family: Poppins, sans-serif;
    font-weight: 700;                 /* font-bold */
    font-size: 48px;               /* text-4xl */
    color: hsl(var(--foreground));
    margin-bottom: 1.5rem;            /* mb-6 */
}

.therapynearyou-text p {
    font-size: 1.125rem;              /* text-lg */
    line-height: 1.625;               /* leading-relaxed */
    color: hsl(var(--muted-foreground));
    margin-bottom: 2rem;              /* mb-8 */
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

/* ===============================
   LOCATIONS PILLS
================================ */

.therapynearyou-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;                        /* gap-4 */
}

.therapynearyou-location {
    background-color: hsl(var(--card));
    padding: 0.75rem 1.5rem;          /* py-3 px-6 */
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
                0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.therapynearyou-location:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
                0 4px 6px -4px rgb(0 0 0 / 0.1);
    transform: scale(1.05);
}

.therapynearyou-location span {
    font-size: 1.125rem;              /* text-lg */
    font-weight: 600;                 /* font-semibold */
    color: hsl(var(--foreground));
}

/* ===============================
   STRONGER FOUNDATIONS – BASE
================================ */

.strongerfoundations-sec {
    padding-top: 5rem;    /* py-20 */
    padding-bottom: 5rem;
    background-color: hsl(var(--secondary) / 0.3);
}

.strongerfoundations-header {
    margin-bottom: 3rem; /* mb-12 */
}

.strongerfoundations-header h2 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 48px;   /* text-4xl */
    color: hsl(var(--foreground));
    margin-bottom: 1.5rem; /* mb-6 */
}

.strongerfoundations-header p {
    font-size: 1.125rem; /* text-lg */
    line-height: 1.625;  /* leading-relaxed */
    color: hsl(var(--muted-foreground));
    max-width: 56rem;
    margin: 0 auto;
}

/* ===============================
   CARDS
================================ */

.strongerfoundations-list {
    row-gap: 2rem; /* gap-8 */
}

.strongerfoundations-card {
    background-color: hsl(var(--card));
    border-radius: 0.75rem; /* rounded-xl */
    padding: 2rem;          /* p-8 */
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
                0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.strongerfoundations-card:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
                0 8px 10px -6px rgb(0 0 0 / 0.1);
}

/* ===============================
   CHECK ICON (SVG via ::before)
================================ */

.strongerfoundations-card::before {
    content: "";
    display: block;
    width: 3rem;   /* w-12 */
    height: 3rem;  /* h-12 */
    margin-bottom: 1rem; /* mb-4 */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(201,90,143)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
}

/* ===============================
   CARD TEXT
================================ */

.strongerfoundations-card h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 2rem;
    color: hsl(var(--foreground));
    margin-bottom: 5px;
}

.strongerfoundations-card p {
    font-size: 1rem;
    line-height: 1.625;
    color: hsl(var(--muted-foreground));
    margin: 0;
}

/* ===============================
   THERAPY WHEREVER – BASE
================================ */

.therapywherever-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: hsl(var(--muted) / 0.3);
}
.therapywherever-content {
    max-width: 1152px;
    margin: 0 auto;
}
.therapywherever-header {
    margin-bottom: 3rem;
}

.therapywherever-header h2 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 48px;      /* text-4xl */
    color: hsl(var(--foreground));
    margin-bottom: 1.5rem;
}

.therapywherever-header p {
    font-size: 1.125rem;     /* text-lg */
    line-height: 1.625;
    color: hsl(var(--muted-foreground));
    max-width: 48rem;
    margin: 0 auto;
}

/* ===============================
   CARDS
================================ */

.therapywherever-list {
    row-gap: 1.5rem;
}

.therapywherever-card {
    background-color: hsl(var(--card));
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
                0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.therapywherever-card:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
                0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: scale(1.05);
}

/* ===============================
   TOP ICON (CSS ONLY)
================================ */

.therapywherever-iconn{
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border-radius: 50%;
    background-color: hsl(var(--primary) / 0.1);
    display: inline-block;
    margin-bottom: 1rem;
    text-align: center;
}
.therapywherever-iconn svg{
    width: 28px;
    height: 28px;
    stroke: hsl(var(--primary));
}

/* ===============================
   TEXT + LIST
================================ */

.therapywherever-card h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;      /* text-2xl */
    line-height: 2rem;
    margin-bottom: 1rem;
    color: hsl(var(--foreground));
}
.therapywherever-card ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.therapywherever-card ul li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 0.875rem;    /* text-sm */
    line-height: 1.375;
    color: hsl(var(--muted-foreground));
    margin-bottom: 0.75rem;
}

.therapywherever-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(201,90,143)' stroke-width='2'%3E%3Cpath d='M21.8 10A10 10 0 1 1 17 3.3'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
}

/* ===============================
   CTA BUTTON
================================ */

.therapywherever-cta {
    margin-top: 3rem;
}

.therapywherever-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    padding: 0 2rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--primary-foreground));
    background-color: hsl(var(--primary));
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-smooth);
}

.therapywherever-btn:hover {
    background-color: hsl(var(--primary) / 0.9);
    box-shadow: var(--shadow-hover);
}



/*Location*/



/*Contact us*/

/* =========================
   CONTACT INFO SECTION
========================= */

.contactinfo-sec {
    padding: 4rem 0;
    background-color: hsl(var(--muted) / .8);
}

.contactinfo-left {
    animation: fadeIn 0.6s ease-out forwards;
}

.contactinfo-block {
    margin-bottom: 2.5rem;
}
.contactinfo-content {
    max-width: 1152px;
    margin: 0 auto;
}
.contactinfo-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 10px;
}

.contactinfo-icon {
    width: 40px;
    height: 40px;
    background: hsl(var(--primary) / 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contactinfo-icon svg {
    width: 20px;
    height: 20px;
    stroke: hsl(var(--primary));
    fill: none;
    stroke-width: 2;
}

.contactinfo-item h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 0.25rem;
}

.contactinfo-item a,
.contactinfo-item .strong {
    font-weight: 500;
    color: hsl(var(--foreground));
}
.contactinfo-item .strong{
    margin: 0;
}

.contactinfo-item p {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

.contactinfo-divider {
    border-top: 1px solid hsl(var(--border));
    margin: 2rem 0;
}

.contactinfo-why h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contactinfo-why-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
}

.contactinfo-why-icon {
    width: 40px;
    height: 40px;
    background: hsl(var(--primary) / 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contactinfo-why-icon svg {
    width: 20px;
    height: 20px;
    stroke: hsl(var(--primary));
    fill: none;
    stroke-width: 2;
}

.contactinfo-why-item span {
    font-weight: 600;
    color: hsl(var(--foreground));
}

.contactinfo-why-item p {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
}

/* =========================
   FORM SIDE
========================= */

.contactinfo-form {
    animation: fadeIn 0.6s ease-out forwards;
}

.contactinfo-form h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contactinfo-form p {
    color: hsl(var(--muted-foreground));
    margin-bottom: 2rem;
}

.contactinfo-iframe {
    border-radius: var(--radius);
    overflow: hidden;
}

.contactinfo-iframe iframe {
    width: 100%;
    height: 950px;
    border: none;
}

/* ===============================
   INSURANCE ACCEPT SECTION
================================ */

.insuranceaccept-sec {
    padding: 4rem 0;
    background-color: hsl(var(--background));
}

.insuranceaccept-content {
    max-width: 64rem; /* max-w-5xl */
    margin: 0 auto;
}

.insuranceaccept-header h2 {
    font-family: Poppins, sans-serif;
    font-size: 1.875rem; /* text-3xl */
    line-height: 2.25rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

.insuranceaccept-header p {
    font-size: 1rem;
    line-height: 1.5;
    color: hsl(var(--muted-foreground));
    margin-bottom: 3rem; /* mb-12 */
}

/* ===============================
   LOGOS
================================ */

.insuranceaccept-logos img {
    height: 4rem; /* h-16 */
    width: 100%;
    object-fit: contain;
/*    filter: grayscale(100%);*/
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
.insuranceaccept-logos img:hover {
    filter: grayscale(0%);
}
*/



/*Contact us*/

/*Privacy Policy*/


/* ===============================
   PRIVACY POLICY
================================ */

.privacypolicy-sec {
    padding: 4rem 0;
}

.privacypolicy-content {
    max-width: 53rem; /* max-w-4xl */
    margin: 0 auto;
}

.privacypolicy-updated {
    color: hsl(var(--muted-foreground));
    margin-bottom: 3rem;
    font-size: 1rem;
}

.privacypolicy-body {
    display: block;
}

.privacypolicy-body p {
    color: hsl(var(--foreground));
    line-height: 1.625;
    margin-bottom: 2rem;
    font-size: 1rem;
}
.privacypolicy-body p:last-child{
    margin-bottom: 0;
}

.privacypolicy-body h2 {
    font-family: Poppins, sans-serif;
    font-size: 1.5rem; /* text-2xl */
    line-height: 2rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

.privacypolicy-body ul {
    list-style: disc;
    list-style-position: inside;
    margin-left: 1rem;
    margin-bottom: 2rem;
}

.privacypolicy-body ul li {
    margin-bottom: 0.5rem;
    color: hsl(var(--foreground));
}

.privacypolicy-body a {
    color: hsl(var(--primary));
    text-decoration: none;
}

.privacypolicy-body a:hover {
    text-decoration: underline;
}

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

.privacypolicy-divider {
    border-top: 1px solid hsl(var(--border));
    margin: 3rem 0 2rem;
}


/*Privacy Policy*/




/*Site Footer*/
.site-footer {
  position: relative;
  background-color: hsl(var(--secondary));
  color: #ffffff;
  padding: 6rem 0 env(safe-area-inset-bottom);
  overflow: hidden;
}

.site-footer .footer-angle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: hsl(var(--background));
  clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 3vw));
}
.site-footer .col-md-5.footer-links-wrap {
    padding-left: 60px;
}
.site-footer .footer-main {
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

.site-footer .footer-brand img {
  height: 3.5rem;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}

.site-footer .footer-brand p {
  color: rgba(255,255,255,.8);
  line-height: 1.6;
}

.site-footer h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
ul#menu-quick-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-links li{
    margin-bottom: 25px;
}
.site-footer .footer-links li:last-child{
    margin-bottom: 0;
}
.site-footer .footer-links li a {
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.8);
  transition: color .3s ease;
    transition: all 0.4s ease;
}

.site-footer .footer-links li a:hover {
  color: #ffffff;
    padding-left: 9px;
}

.site-footer .footer-locations li,
.site-footer .footer-locations a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255,255,255,.8);
  transition: color .3s ease;
}

.site-footer .footer-locations a:hover {
  color: #ffffff;
}
ul#menu-locations-served{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#menu-locations-served li a{
    position: relative;
    padding-left: 24px;
}
ul#menu-locations-served li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
}
.site-footer .contact-card {
    background-color: hsl(var(--card) / 0.8);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .2);
    max-width: 306px;
    margin: 0 0 0 auto;
}

.site-footer .contact-card h4 {
  color: rgb(88,28,135);
}

.site-footer .contact-card p {
  font-size: .875rem;
  color: rgba(88,28,135,.9);
  margin-bottom: 1.5rem;
}

.site-footer .call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  height: 3.5rem;
  border-radius: .75rem;
  background-color: #ffffff;
  color: hsl(var(--secondary));
  font-weight: 500;
  transition: background-color .3s ease;
}

.site-footer .call-btn:hover {
  background-color: rgba(255,255,255,.9);
}

.site-footer .call-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: hsl(var(--secondary));
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .7);
}

/*Site Footer*/


/*  Media Query  */


@media (max-width: 1400px){
    .nav-menu li.menu-btn {
        margin-left: 65px;
    }
    .locationbanner-sec{
        min-height: auto;
        padding-top: 8.50rem;
    }
    .locationbanner-text p{
        width: 100%;
    }
    .therapynearyou-location span{
        font-size: 16px;
    }
}
/* ===================== 1280px ===================== */
@media (max-width: 1280px) {
  .hero-banner-sec { padding-top: 150px; }
      .locationbanner-text p {
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 1170px){
    body .container{
        max-width: 100%;
        padding: 0 40px;
    }
    .nav-menu li.menu-btn {
        margin-left: 0;
    }
    .nav-menu li {
        margin: 0 20px 0 0;
    }
    .nav-menu li.menu-btn a {
        height: 45px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px;
    }
    .hero-banner-sec .hero-text h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .hero-banner-sec .hero-text p {
        font-size: 18px;
        line-height: 27px;
        width: 100%;
    }
    .all-buttons{
        font-size: 16px;
    }
    .all-buttons.is-lg {
        height: 50px;
        padding: 0 30px;
    }
    .hero-banner-sec .glass-card{
        padding: 0;
    }
    .heroform-ctt{
        padding: 30px 30px 0;
    }
    .hero-banner-sec .glass-card p{
        margin: 5px;
    }
}
@media (max-width: 1024px) {
    .row.therapywherever-list .col-sm-12 {
        width: 50%;
    }
    .strongerfoundations-card p{
        font-size: 15px;
    }
    .strongerfoundations-card::before {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        margin-bottom: 1rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(201,90,143)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E);
    }
}
/* ===================== 1024px ===================== */
@media (max-width: 1024px) {
.our-services-sec,
    .success-stories-sec,
    .your-help-section,
    .empowering-families,
    .success-stories-sec,
    .ready-journey,
    .aba-services,
    .providers,
    .strongerfoundations-sec,
    .therapywherever-sec,
    .privacypolicy-sec{
        padding: 60px 0;
    }
    .ready-card{
        max-width: 100%;
    }
    .every-journey-section {
    padding: 80px 0;
}
    .ready-content h2, .confidence-heading, .support-heading, .providers-header h2, .locationbanner-text h1, .therapynearyou-text h2, .strongerfoundations-header h2, .therapywherever-header h2{
        font-size: 40px;
    }
  .evidence-based-content .row.cards-wrap .col-md-6:nth-child(3),
  .evidence-based-content .row.cards-wrap .col-md-6:nth-child(4) { left: 0; }

  .allpage-banner-content h1,
  .allpage-banner-content h2 { font-size: 3.2rem; }

  .your-help-grid,
  .ready-grid { gap: 20px; }

  .empowering-families .cards-grid,
  .confidence-grid,
  .providers-grid,
  .aba-services .services-grid { gap: 1.75rem; }

  .locationbanner-sec { min-height: auto; }

  .contactinfo-content { gap: 3rem; }

  .privacypolicy-content { padding-left: 1rem; padding-right: 1rem; }
    .evidence-based-sec .skill-card {
    margin-bottom: 0;
    height: 100%;
}
    .evidence-based-content .row.cards-wrap {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
    .your-family-sec h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 15px;
}
    .your-family-sec p {
    font-size: 18px;
    max-width: 100%;
    margin: 0 0 30px 0;
}
    .clients-served-sec .stat-number{
        font-size: 40px;
    }
    .clients-served-sec .stat-label{
        font-size: 15px;
    }
    .success-stories-sec .story-card p {
        font-size: 19px;
        line-height: 28px;
    }
    .empowering-families .section-header h2{
        font-size: 50px;
    }
}

/* ===================== 992px ===================== */
@media (max-width: 992px) {
  .hero-banner-sec { min-height: auto; padding-bottom: 4rem; }
  .hero-banner-sec .glass-card { margin-top: 3rem; }
  .hero-banner-sec .form-embed iframe { height: 420px; }

  .your-family-sec p { max-width: 100%; }

  .success-stories-sec .stories-slider-wrap {
    max-width: 100%;
    padding: 0 1rem;
  }

  .site-footer .footer-main { row-gap: 2.5rem; }
  .site-footer .footer-brand p { max-width: 100%; }
  .site-footer .footer-contact { margin-top: 1.5rem; }

  .allpage-banners { padding: 130px 0 60px; min-height: auto; }
  .your-help-grid { grid-template-columns: 1fr; }
  .your-help-image img { max-width: 100%; margin: 0 auto; display: block;height: auto;}

  .empowering-families .cards-grid { grid-template-columns: repeat(2, 1fr); }

  .bcba-layout { flex-direction: column;}
  .bcba-icon { margin: 0 auto; }
  .bcba-content { max-width: 100%; }
    .your-help-content {
    order: 2;
}
    .empowering-families .section-header {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 40px;
}
    .your-help-content p{
        max-width: 100%;
    }
  .ready-grid { grid-template-columns: 1fr; }

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

  .aba-services .services-grid,
  .providers-grid { grid-template-columns: 1fr; }
  .contactinfo-left { margin-bottom: 3rem; }
  .contactinfo-iframe iframe { height: 420px; }
        .contactinfo-form {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

/* ===================== 830px ===================== */
@media (max-width: 830px) {
  .hero-banner-sec .hero-text h1 { font-size: 3.2rem; }
  .clients-served-sec .stat-box { margin-bottom: 2rem; }

  .clients-served-sec .bg-blob,
  .empowering-families .bg-glow,
  .providers .glow,
  .support-glow,
  .locationbanner-glow { display: none; }

  .allpage-banner-content h1,
  .allpage-banner-content h2 { font-size: 2.8rem; }

  .bcba-content h2 { font-size: 30px; }
    .row.footer-main .col-md-3.footer-brand {
    flex: auto;
    width: 100%;
    text-align: center;
}
        .site-footer .col-md-5.footer-links-wrap, .site-footer .footer-contact {
        margin-top: 0;
        flex: auto;
    }
        .site-footer .footer-main {
        row-gap: 20px;
            margin-bottom: 40px;
    }
    .site-footer .footer-bottom {
   padding: 15px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}
    
}

/* ===================== 768px ===================== */
@media (max-width: 768px) {
    .our-services-sec h2,
    .evidence-based-sec h2,
    .empowering-families .section-header h2,
    .ready-content h2, .confidence-heading, .support-heading, .providers-header h2, .locationbanner-text h1, .therapynearyou-text h2, .strongerfoundations-header h2, .therapywherever-header h2{
    font-size: 35px;
    margin-bottom: 15px;
}
    .confidence-heading,
    .support-heading, .providers-header h2{
        margin: 0 0 30px 0;
    }
        .privacypolicy-content {
        padding-left: 0;
        padding-right: 0;
    }
    .our-services-sec .services-head {
    margin-bottom: 30px;
}
    .our-services-sec .services-head p,
    .empowering-families .section-header p,
    .providers-header p,
    .therapynearyou-text p{
        font-size: 16px;
    }
    .allpage-banner-content p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}
    .evidence-based-sec .angle-top{
        display: none;
    }
    .our-services-sec .services-grid {
    max-width: 100%;
    margin: 0;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
    .our-services-sec .service-card{
        height: 100%;
    }
    .clients-served-sec {
    padding: 40px 0;
}
  .hero-banner-sec { padding-top: 120px; }
  .hero-banner-sec .hero-text h1 { font-size: 2.6rem; line-height: 1.15; }
  .hero-banner-sec .hero-text p { font-size: 18px; line-height: 26px; }
  .hero-banner-sec .highlight-bar { height: 0.5rem; }
  .hero-banner-sec .form-embed iframe { height: 360px; }

  .evidence-based-sec { padding: 4rem 0; }
  .evidence-based-sec .bg-icon svg { width: 320px; height: 320px; }

  .your-family-sec { padding: 110px 0; }
  .success-stories-sec .stories-arrow { display: none; }

  .site-footer { padding-top: 3rem; }
  .site-footer .footer-angle { display: none; }
      .site-footer .footer-main {
        text-align: center;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

  .allpage-banner-content { padding: 0; }
    .allpage-banner-content p br{
        display: none;
    }
  .allpage-banner-content h1,
  .allpage-banner-content h2 { font-size: 30px; line-height: 1.2; }

  .empowering-families .cards-grid { grid-template-columns: 1fr; }

  .confidence-grid { grid-template-columns: 1fr; }

  .support-actions { flex-direction: column; gap: 1rem; }
  .support-btn { width: 100%; justify-content: center; }

  .locationbanner-sec { padding: 7.50rem 0 3rem; min-height: auto; }

  .contactinfo-item { flex-direction: column; align-items: flex-start; }
  .contactinfo-icon { margin-bottom: 0.5rem; }
  .contactinfo-divider { margin: 3rem 0; }

    .allpage-banner-content h1 br, .allpage-banner-content h2 br{
        display: none !important;
    }
    .therapynearyou-sec,
    .strongerfoundations-sec,
    .contactinfo-sec,
    .insuranceaccept-sec{
        padding: 40px 0 50px;
    }
    .contactinfo-sec{
        padding-bottom: 20px;
    }
        .privacypolicy-content h1, .privacypolicy-content h2 {
        font-size: 23px;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 570px){
    .row.therapywherever-list .col-sm-12{
        width: 100%;
    }
    .therapywherever-btn{
        font-size: 16px;
    }
    .therapywherever-card h3 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 15px
    }
    .strongerfoundations-card::before{
        width: 30px;
        height: 30px;
    }
    .strongerfoundations-card{
        padding: 22px;
    }
    .strongerfoundations-list {
    row-gap: 1.20rem;
}
    .ready-card{
        padding: 25px;
    }
    .ready-card h3{
        font-size: 25px;
    }
    .ready-btn-primary,
    .ready-btn-secondary,
    .support-btn{
        font-size: 15px;
    }
}

/* ===================== 480px ===================== */
@media (max-width: 480px) {
    body .container,
    .empowering-families .container{
        padding: 0 20px;
    }
    .our-services-sec, .success-stories-sec, .your-help-section, .empowering-families, .success-stories-sec, .ready-journey, .aba-services, .providers, .strongerfoundations-sec, .therapywherever-sec, .privacypolicy-sec {
        padding: 45px 0;
    }
    .privacypolicy-body p{
        margin: 0 0 26px 0;
    }
	.mobile-call{
		right: 65px;
	}
    #menuToggle{
        right: 20px !important;
    }
        .every-journey-section {
        padding: 40px 0 50px;
    }
    .every-journey-btn{
        font-size: 16px;
    }
        .therapynearyou-location span {
        font-size: 14px;
    }
    .your-help-content h2, .your-family-sec h2,
    .success-stories-sec h2{
    font-size: 30px;
    margin-bottom: 15px;
}
    .our-services-sec h3{
        font-size: 20px;
    }
    .our-services-sec h2 br, .evidence-based-sec h2 br, .empowering-families .section-header h2 br{
        display: none;
    }
        .success-stories-sec .story-card p,.strongerfoundations-header p, .therapywherever-header p, .allpage-banner-content p.big, .ready-content p{
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    .success-stories-sec .slick-dots{
        bottom: -50px;
    }
    .success-stories-sec .story-card{
        padding: 25px;
    }
    .your-help-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
    .clients-served-sec .stats-row {
    margin-bottom: 10px;
}
  .hero-banner-sec .hero-text h1 { font-size: 2.1rem; }
  .hero-banner-sec .hero-text p { font-size: 16px; line-height: 24px; }
  .hero-banner-sec .form-embed iframe { height: 320px; }

  .all-buttons.is-lg,
  .bcba-btn,
  .ready-btn-primary,
  .ready-btn-secondary,
  .every-journey-btn { width: 100%; justify-content: center; }

  .confidence-heading,
  .support-heading,
  .insuranceaccept-logos img { max-width: 100%; }

    .allpage-banner-content p.big {
    line-height: normal;
}
    .bcba-card{
        padding: 30px;
    }
     .ready-content h2, .confidence-heading, .support-heading, .providers-header h2, .locationbanner-text h1, .therapynearyou-text h2, .strongerfoundations-header h2, .therapywherever-header h2, .insuranceaccept-header h2{
        font-size: 30px;
    }
}
@media (max-width: 414px) {
    .bcba-content h2 {
        font-size: 22px;
    }
    .bcba-icon {
    width: 60px;
    height: 60px;
}
    .bcba-icon svg {
    width: 34px;
    height: 34px;

}
}
/* ===================== 375px ===================== */
@media (max-width: 375px) {
  .hero-banner-sec .hero-text h1 { font-size: 1.9rem; }
  .success-stories-sec .stories-note { margin-top: 70px; }
	.aba-services .service-body {
    display: block;
    text-align: center;
    padding: 25px 20px 15px;
}
.aba-services .service-icon {

    margin: 0 auto 25px;
}
 .confidence-heading, .support-heading, .providers-header h2, .locationbanner-text h1, .therapynearyou-text h2, .strongerfoundations-header h2, .therapywherever-header h2 {
        font-size: 25px;
    }
}

/* ===================== 320px ===================== */
@media (max-width: 320px) {
  .hero-banner-sec .hero-text h1 { font-size: 1.7rem; }
  .hero-banner-sec .hero-text p { font-size: 15px; }

  .primary-pill,
  .secondary-pill,
  .therapywherever-btn {
    font-size: 1rem;
    height: 52px;
    line-height: 52px;
  }

  .privacypolicy-content p,
  .privacypolicy-content li { font-size: 0.9rem; }
}


@media (max-width: 831px){
    .site-footer .col-md-5.footer-links-wrap {
        padding: 0;
        text-align: left;
    }
    .site-footer .contact-card{
        max-width: 100%;
        margin-top: 20px;
    }
	.mobile-call{
		display: inline-block;
	}
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 33px;
        right: 40px;
        z-index: 1;
        user-select: none;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: hsl(var(--foreground));
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-bottom: 0;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 600;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: #ffffff;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
                box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgb(154 154 154 / 10%);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: hsl(var(--foreground));
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: hsl(var(--primary)) !important;
        background: transparent !important;
    }
    .nav-menu li.menu-btn a {
        animation: unset;
        width: 100%;
        margin: 15px 0;
    }
    .nav-menu li.menu-btn a:hover {
        color: #ffffff !important;
        background-color: hsl(var(--foreground)) !important;
        box-shadow: none;
    }
    .nav-menu li.menu-btn a:hover svg{
        stroke: #ffffff;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}