/*
Theme Name: Midtown-Mutts-Custom-Theme-New
Author: Outback Solutions - Madison Lisle
Description: A custom WordPress theme for Midtown Mutts
Version: 2.0
Date: October 2025
*/

:root {
    --lt: rgba(230, 232, 230);

    --primary: #049c8f;
    --primary-bkgd: #049c8f33;
    --primary-drk: rgb(1, 89, 89);
    --pink: #d493b3;
    --purple: #5e588f;
    --orange: darkorange;
    --secondary: #561D25;
    --secondary-sheer: #561d25be;
    --light: #f4f1bbff;
    --lighter: #e6ebe0ff;
    --grey: #F5F4F5;
    --dark: #321325ff;
    --blk: #131E25;
    --wht: #ffff;
    --wht-sheer: rgba(252, 248, 248, 0.5);

    --primary-font: 'Clash Grotesk', sans-serif;
    --secondary-font: "Montserrat", cursive;

    --shadow: var(--lighter) 1px 3px 9px;
}

@font-face {
    font-family: Savoye;
    src: url('https://midtownmutts.com/wp-content/themes/Midtown-Mutts-Custom-Theme/fonts/Savoye_Regular.ttf');
    font-weight: normal;
}

.color-grid div {
    display: grid;
    border-radius: 50px;
    padding: 16px;
    margin: 24px;
}
.purple {
    background-color: var(--purple);
}
.lt-purple {
    background-color: var(--lt-purple);
}
.md-purple {
    background-color: var(--md-purple);
}
.lt-green {
    background-color: var(--lt-green);
}
.green {
    background-color: var(--green);
}
.drk-green {
    background-color: var(--drk-green);
}
.lt {
    background-color: var(--lt);
}

body {
    width: auto !important;
    overflow-x: hidden !important;
    padding: 0px;
    margin: 0;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

section {
    padding: 3rem 0;
}

#sticky {
    position: sticky;
    top: 1rem;
}

iframe {
    max-width: 100%;
}

img, div > img {
    border-radius: 12px;
}

/* blog */
.categories, .cat-item {
    list-style: none;
}
.categories {
    font-family: var(--primary-font);
}
.cat-item:hover a {
    color: var(--primary-drk);
    text-decoration: underline;
}
.cat-item a {
    text-decoration: none;
}

.blog-container .categories {
    display: flex;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.primary-font {
    font-family: var(--primary-font);
}
.secondary-font {
    font-family: var(--secondary-font);
}
.special-font {
    font-family: Savoye;
}
h1 {
    font-family: Savoye;
    font-weight: 600;
}
h2 {
    font-family: var(--primary-font);
    font-weight: 700;
}
h3 {
    font-family: Savoye;
}
p {
    font-size: 16px;
}
a {
    color: var(--primary);
}
a:hover {
    color: var(--light);
}

.href {
    color: var(--secondary);
}
.href:hover {
    color: var(--primary);
}

.sub-head-txt {
    font-size: 21px;
    line-height: 111%;
    font-family: var(--primary-font);
}
.xs-txt {
    font-size: 18px;
}
.sm-txt {
    font-size: 21px;
}
.md-txt {
    font-size: 32px;
}
.lg-txt {
    font-size: calc(1.375rem + 1.5vw); /* h1 size */
}

.stripe-bkgd {
    background-image: url('https://outbacksolutions.com/demo2/wp-content/uploads/2025/09/Midtown-Mutts.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.primary-bkgd {
    background-color: var(--primary);
    color: var(--light);
}
.pink-bkgd {
    background-color: var(--pink);
    color: var(--light);
}
.purple-bkgd {
    background-color: var(--purple);
    color: var(--light);
}
.secondary-bkgd {
    background-color: var(--secondary);
    color: var(--light);
}
.dark-bkgd {
    background-color: #016374;
}
.wht-bkgd {
    background-color: var(--wht);
}
.orange-bkgd {
    background-color: var(--orange);
}
.primary-txt {
    color: var(--primary);
}
.dark-txt {
    color: var(--dark);
}
.dark-primary-txt {
    color: var(--primary-drk) !important;
}
.wht-txt {
    color: var(--wht) !important;
}
.light-txt {
    color: var(--light);
}

.layer {
    position: relative;
    bottom: -2rem;
    z-index: 0;
}

.text-box {
    padding: 2rem;
    border-radius: 24px;
}

.highlight {
    background-color: var(--secondary-sheer);
    padding: .25rem .5rem;
    border-radius: 5px;
    margin: .25rem;
}

.pull-txt {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
}

.pull-container p:last-of-type {
    background-color: var(--lightgrey);
    padding: 1rem;
    border-radius: 15px;
}

.sm-img {
    width: 500px;
    max-width: 90vw;
    max-height: 100%;
}
.header-img {
    width: 30vw;
}
.carousel-inner {
    padding: 2rem;
}

.header-img img {
    /* max-width: 400px;
    max-height: 30rem; */
    border-radius: 24px;
    box-shadow: 10px 10px 0px 10px orange;
}

.home-header-section {
    height: 85%;
}
.header-section {
    height: 70%;
}
.inner-section {
    height: 60%;
}
.inner-header-bkgd {
    background-color: var(--grey);
}
.inner-header-design {
    height: 100%;
    background-color: var(--light);
}

.home-bkgd {
    background-image: url("https://outbacksolutions.com/demo2/wp-content/uploads/2025/09/Midtown-Mutts.png");
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    padding: 1rem 0;
    /* height: 720px; */
}

.header-bkgd {
    /* backup image in case page has no featured image set */
    background-image: url("https://outbacksolutions.com/demo2/wp-content/uploads/2025/09/Midtown-Mutts.png");
    background-size: cover;
    /* background-position: 40% 30%; */
    background-repeat: no-repeat;
}
.page-content .wp-block-post-featured-image {
    display: none;
}
.tile {
    padding: 1rem;
    background-color: var(--wht);
    color: var(--dark);
    border-radius: 12px;
    text-decoration: none;
}
.tile:hover {
    text-decoration: none;
    box-shadow: var(--orange) 10px 10px 5px;
}
.tile:hover ul li, .tile-dark:hover ul li, .tile:hover p {
    color: var(--secondary);
}

.tile-dark {
    padding: 1rem;
    background-color: var(--primary);
    color: var(--dark);
    border-radius: 12px;
    text-decoration: none;
    height: auto;
    display: grid;
    align-content: center;
    box-shadow: var(--orange) 5px 10px 5px;
}
.tile-dark .pull-txt {
    color: var(--wht);
}
.header-card {
    justify-content: flex-start;
    border-radius: 24px;
    align-items: center;
    background-color: white;
    color: var(--dark-purple);
    display: grid;
    margin-top: 6rem;
    width: 60%;
    padding: 48px;
}

.medical-disclaimer {
    background-color: var(--alabaster);
}
.medical-disclaimer p {
    font-size: 14px;
}

/* accessibility flag */
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: 140px;
    background-color: var(--secondary);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    background-color: var(--primary-bright);
}

.cky-btn-revisit-wrapper {
    background: var(--secondary) !important;
    background-color: var(--secondary) !important;
}

/* no movement, accessibility background */
.hero-home-access {
    display: none;
    height: 70vh;
    background-image: url('/wp-content/uploads/2024/07/iStock-157434137.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.hero-home {
    height: 70vh;
    background-image: url('/wp-content/uploads/2024/07/iStock-155067672.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}


.hero-inner {
    height: 30vh;
    /* background-image: url(''); */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.about {
    background-image: url('/wp-content/themes/Lsquires-Custom-Theme/assets/images/');
    background-position: center 90%;
}
.contact-page {
    background-image: url('/wp-content/themes/Lsquires-Custom-Theme/assets/images/');
    background-position: center 30%;
}
.get-started {
    background-image: url('/wp-content/themes/Lsquires-Custom-Theme/assets/images/');
    background-position: center 72%;
}
.services {
    background-image: url('/wp-content/themes/Lsquires-Custom-Theme/assets/images/');
}
.testimonials-page {
    background-image: url('/wp-content/themes/Lsquires-Custom-Theme/assets/images/');
}

.service-tile {
    background-color: var(--primary-bkgd);
    border-radius: 12px;
    align-items: start;
}
.service-tile img {
    height: 300px;
}
.jump-tile {
    justify-content: center;
    align-content: center;
    height: 100%;
    display: grid;
}

.bkgd-img {
    background-size: cover;
    height: 300px;
    border-radius: 12px;
    margin-top: 1rem;
}
.bkgd-dark {
    background-color: var(--primary-drk);
    border-radius: 12px;
}

.inner-page-container {
    padding: 2rem;
    justify-content: center;
    padding-top: 100px;
}
.inner-page-container h1 {
    color: var(--primary);
    text-align: center;
}
.inner-page-container h2 {
    text-align: center;
}

.page-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}

.button {
    margin: 0 1rem 0 1rem;
    border: 2px var(--primary) solid;
    background-color: var(--primary);
    border-radius: 35px;
    padding: 0 1.5rem;
    text-decoration: none;
    color: var(--secondary) !important;
    max-height: 65px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    box-shadow: var(--shadow);
}
.button:hover {
    background-color: var(--secondary);
    color: var(--blk) !important;
    text-decoration: none;
}
.button-reverse {
    color: var(--primary) !important;
    background-color: var(--secondary);
    border: 2px var(--primary) solid;
}
.button-reverse:hover {
    color: var(--secondary) !important;
    background-color: var(--primary);
    text-decoration: none;
}
.max-width {
    max-width: max-content;
}

.border-top {
    border-top: 1px solid var(--primary) !important;
}

.hero-card div {
    text-shadow: 1px 2px 10px var(--dark);
    font-weight: 600;
}

.hero-card {
    color: var(--wht);
    border-radius: 25px 0 0 25px;
    position: relative;
    padding: 2rem;
    bottom: -25vh;
    margin: 0 3rem;
}
.hero-card h2 {
    font-family: Savoye;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-shadow: 1px 2px 10px var(--blk);
}
.hero-card h2:last-of-type {
    color: var(--wht);
}
.hero-card h1 {
    font-family: var(--secondary-font);
    padding-top: 2rem;
    text-shadow: 1px 2px 10px var(--blk);
}
.hero-card img {
    width: 70%;
    filter: invert(100%);
}

/* HEADER CONTACT BAR */
.header-contact {
    background-color: var(--wht);
    color: var(--dark);
    padding: 3px 10px;
}
.header-contact a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}
.header-contact a:hover {
    color: var(--secondary);
}
.header-contact svg {
    stroke: var(--primary);
    text-decoration: none !important;
    margin: 0 8px;
    background-color: var(--alabaster);
    border-radius: 4px;
}
.header-contact img {
    margin: 0 8px;
}
.header-contact svg:hover {
    stroke: var(--secondary);
    text-decoration: none !important;
}
.inner-header-contact {
    background-color: var(--light);
    color: var(--wht);
}

.inner-header-contact svg:hover {
    stroke: var(--secondary);
    text-decoration: none !important;
}
.inner-header-contact .icon-sm {
    filter: none;
}

.top-stripe {
    height: .65rem;
    width: 100vw;
    background-color: var(--secondary);
}
.hide {
    display: none;
}
.navbar {
    background-color: var(--primary);
}

#navbar.scroll-down {
    top: -9rem;
}
#navbar {
    position: sticky;
    top: 0;
    left: 0;
}

/* NAVBAR */
.navbar-home {
    color: var(--secondary-sheer);
    position: absolute;
    z-index: 999;
    /* margin: .5rem .25rem; */
    padding: 0;
}

.navbar-style {
    color: var(--primary);
    position: absolute;
    z-index: 999;
    /* margin: .5rem .25rem; */
    padding: 0;
}

.navbar-toggler h6 {
    color: var(--wht);
}
/* .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(58, 101, 72, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  } */

.navbar .nav-link {
    color: var(--wht);
    padding: .75rem;
    margin-right: .5rem;
    font-weight: 600;
}
.navbar .nav-link.active {
    color: orange;
    border-bottom: orange 2px solid;
}
.navbar .nav-link:hover {
    color: orange;
}
.navbar-nav .nav-link.show {
    color: var(--primary);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--secondary);
    color: white;
}

.third-action-button {
    font-family: var(--primary-font);
    background-color: orange;
    color: var(--secondary);
    text-align: center;
    padding: 0 1.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: .75rem 2rem;
    min-width: fit-content;
    display: flex;
    max-width: max-content;
}
.third-action-button:hover {
    background-color: var(--secondary);
    color: var(--light);
    text-decoration: none;
}
.third-action-button.active {
    color: var(--secondary);
    background-color: var(--primary);
    border-bottom: none;
    border-radius: 8px;
}

/* navbar pseudo button start */
.special-action-button {
    font-family: var(--primary-font);
    background-color: var(--secondary);
    color: white;
    text-align: center;
    padding: 0 1.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: .75rem 2rem;
    min-width: fit-content;
    display: flex;
    max-width: max-content;
}
.special-action-button:hover {
    background-color: var(--primary);
    color: var(--light);
    text-decoration: none;
}
.special-action-button.active {
    color: var(--secondary);
    background-color: var(--primary);
    border-bottom: none;
    border-radius: 8px;
}
.navbar li:last-child .nav-link {
    color: var(--wht);
    font-weight: 700;
    background-color: var(--dark);
    text-align: center;
    border: 2px solid var(--primary);
    border-radius: 8px;
    margin: 0 1rem;
    width: 10rem;
    max-width: 100%;
}
.navbar li:last-child .nav-link:hover {
    color: var(--primary-drk);
    background-color: var(--orange);
    border: solid 2px var(--orange);
}
.navbar li:last-child .nav-link.active {
    color: var(--dark);
    background-color: var(--orange);
}
/* navbar pseudo button end */

li #menu-item-42 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    text-align: left;
}
li #menu-item-44 {
    padding: 0;
}
li #menu-item-58 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    text-align: left;
}

.dropdown-item:hover {
    background-color: var(--secondary);
    color: white;
}
.navbar-toggler:focus:not(:focus-visible) {
	outline: auto;
}
.nav-logo {
    max-width: 290px;
    max-height: 180px;
}
.nav-logo-mobile {
    max-width: 200px;
    max-height: 250px;
}
.navbar li {
    font-weight: 400;
}
.navbar-nav {
    padding-right: 2rem;
    font-family: var(--primary-font);
    text-transform: uppercase;
}

.icon-sm {
    padding-bottom: .25rem;
}

/* IMG TILES */
.info-cards img {
    border-radius: 10px;
}
.grid-tiles img {
    border-radius: 10px;
}
.grid-tiles p {
    font-weight: 600;
    line-height: 21px;
}


.inner-page img {
    border-radius: 10px;
}

.img-container {
    position: relative;
    overflow: visible;
}
.img-border {
    position: absolute;
    border: 1px solid var(--secondary);
    border-radius: 10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: -1;
    transform: translate(.5rem, .5rem);
}
.pdf-link a {
    text-decoration: none;
    color: inherit;
}

/* FOOTER */
footer p, footer a, footer div {
    color: var(--primary-drk);
}
.footer-contact {
    /* text-transform: uppercase; */
    font-weight: 600;
}
.footer-contact a {
    text-decoration: none;
    border-bottom: var(--primary) solid 2px;
    color: var(--primary-drk);

}
.footer-contact a:hover {
    color: var(--secondary);
}
.footer-contact h5 {
    color: var(--primary-drk);
}
.footer-bkgd {
    background-color: var(--grey);
    flex-direction: column;
    color: var(--wht);
    padding: 4rem 3rem;
    margin-top: auto;
    border-radius: 32px 32px 0 0;
    position: relative;
    z-index: 1;
}
.footer-logo {
    max-width: 200px;
}
.footer-socials a {
    margin: 0 .5rem;
}
.footer-socials svg, .footer-socials img {
    width: 35px !important;
    height: 35px !important;
}
.header-buttons {
    gap: 18px;
}

.action-button {
    font-family: var(--primary-font);
    background-color: var(--primary);
    color: var(--grey);
    text-align: center;
    padding: 0 1.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: .75rem 2rem;
    min-width: fit-content;
    display: flex;
    max-width: max-content;
}
.action-button:hover {
    background-color: var(--secondary);
    color: var(--light);
    text-decoration: none;
}

.hide-item {
    display: none;
}



.footer-menu li { list-style-type: none; }
.footer-menu li a {
	text-decoration:none;
    border-bottom: none;
	padding: 0 7px 0 3px;
}
.footer-menu li a:hover { color:var(--dark); border-bottom: 1px solid;}
.footer-menu ul {
    padding-left: 0;
}

.sub-heading {
    color: var(--primary);
}
.sub-heading h3 {
    text-transform: uppercase;
    color: var(--light);
    font-weight: 600;
}

/* scroll banner */
#container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#container:hover .scroll {
    animation-play-state: paused;
}
#container .scroll#scroll-two {
    transform: translateX(100%);
    animation-delay: 15s;
}
#container .scroll {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    white-space: nowrap;
    animation: loop 30s linear infinite;
    animation-timeline: auto;
}

#container .scroll .item img {
    max-width: 200px;
    max-height: 150px;
}
#container .scroll .item {
    padding: 1rem;
    display: flex;
}
.fade {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        #000,
        transparent 30%,
        transparent 90%,
        #000
    );
    inset: 0;
}
@keyframes loop {
    0% {transform: translateX(100%);}
    100% {transform: translateX(-100%);}
}
@media (prefers-reduced-motion) {
    #container .scroll {
        animation: none;
    }
    .hero-home-access {
        display: flex;
    }
    #carouselFade {
        display: none;
    }
}

.banner-mobile {
    display: none;
}
.testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.testimonials-grid p {
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 21px;
    box-shadow: 5px 5px 5px #1513150F;
}

/* scroll banner end */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
}
.grid .item img {
    max-width: 250px;
    max-height: 180px;
}
.grid .item {
    padding: 3rem;
    display: flex;
    justify-content: center;
}

.list-item {
    padding: 1.25rem;
    border-radius: 12px;
    margin: 10px;
    width: 350px;
    display: grid;
    justify-content: center;
}
.list-item img {
    width: 350px;
    height: 205px;
    object-fit: cover;
    margin-bottom: 1rem;
    max-width: 80vw;
    box-shadow: var(--shadow);
}

.contact {
    font-weight: 500;
}
.contact a {
    color: var(--primary);
    text-decoration: none;
}
.contact a:hover {
    border-bottom: 2px var(--primary) solid;
}

/* Ninja Forms styling start */
.nf-field-element {
    display: flex;
}
.nf-form-content .ninja-forms-field, .nf-form-content input:not([type="button"]) {
    border-radius: 6px !important;
}
.nf-form-content input[type="submit"] {
    background-color: var(--primary) !important;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1rem 2.5rem;
    height: auto !important;
    border-radius: 8px !important;
    width: 15rem !important;
}
.nf-form-content input[type="submit"]:hover {
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
    pointer-events: auto !important;
}
/* Ninja Forms styling end */

.divider {
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    margin: .5rem 0 2rem 0;
}


/* quotes on testimonials */
blockquote {
    border:none;
    font-family:Georgia, "Times New Roman", Times, serif;
    margin-bottom:-30px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

blockquote div:before {
    content: open-quote;
    font-weight: bold;
    font-size:80px;
    color:var(--primary);
    position: relative;
    top: 50px;
}
blockquote div:after {
    content: close-quote;
    font-weight: bold;
    font-size:80px;
    color:var(--primary);
    position: relative;
    top: -20px;
}

/* BLOG */
.blog-home img {
    width: 100%;
    max-height: 200px;
    margin-right: 1rem;
}

.blog-feat-img {
    background-image: url('https://images.unsplash.com/photo-1724250266900-2fa0e82f5ad6?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-right: 1rem;
    height: 100%;
}

.blog-container {
    width: 50%;
    margin-top: 6rem;
}

.blog-text p a, .skip-button a {
    color: var(--primary);
    text-decoration: underline solid 1px;
}
.blog-text p a:hover, .skip-button a:hover {
    color: var(--primary);
    text-decoration: none;
}
.skip-button a {
    color: var(--primary) !important;
    text-decoration: none !important;
}
.skip-button a:hover {
    color: var(--primary) !important;
    text-decoration: underline solid 1px !important;
}
.return-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: var(--dark-purple);
}
.return-link:hover {
    text-decoration: underline;
    color: var(--primary);
}
.archive-card {
    margin-bottom: 64px;
}
.archive-card-sm {
    margin: 0 24px 64px 0;
}
.archive-card img, .archive-card-sm img {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 16px;
}
.archive-card-thumbnail {
    height:15rem;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
    margin-bottom: 1rem;
    border-radius: 16px;
}

/* BLOG end */

/* accordion start */  
.container-acc .heading {
    text-align: center;
    font-size: 30px;
    padding: 20px;
    margin-bottom: 20px;
}

.container-acc .accordion {
    cursor: pointer;
}

.container-acc .accordion.active .accordion-heading {
    border-bottom: none;
}
/* open */
.container-acc .accordion.active .accordion-heading .show-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus"><line x1="5" y1="12" x2="19" y2="12"/></svg>');
    background-size: contain;
    height: 24px;
    width: 24px;
}
/* closed */
.container-acc .accordion-heading .show-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>');
    background-size: contain;
    height: 24px;
    width: 24px;
}

.container-acc .accordion.active .accordion-heading i {
    color: #fff;
    transform: rotate(180deg);
    transition: transform 0.2s 0.1s;
}

.container-acc .accordion.active .accordion-content {
    display: block;
}

.container-acc .accordion-heading {
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--primary);
    border-left: 1px solid var(--primary);
    padding: 32px;
    justify-content: space-between;
}
.container-acc .accordion-heading .inner {
    display: flex;
    gap: 5%;
    width: 100%;
    font-weight: 600;
}

.container-acc .accordion-heading h3 {
    font-size: 20px;
}

.container-acc .accordion-content {
    padding: 15px 20px;
    border: 1px solid var(--primary);
    font-size: 15px;
    background: #fff;
    border-top: 0;
    display: none;
    animation: animate 0.2s linear backwards;
    line-height: 2;
    transform-origin: top;
    border-right: none !important;
}

.border-right {
    border-right: 1px solid var(--primary) !important;
}

@keyframes animate {
0% {
    transform: scaleY(0);
}
}
/* accordion end */

.plain-link svg {
    width: 24px;
    height: 24px;
}
.plain-link a {
    text-decoration: underline;
    color: var(--primary);
}
.plain-link a:hover {
    text-decoration: none;
    color: var(--secondary);
}
.services-tiles {
    gap: 24px;
}
.services-tiles a {
    text-decoration: none;
    display: flex;
    color: white;
    width: fit-content;
}
.services-tiles div {
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    align-items: center;
    display: flex;
    opacity: 1;
    padding: 0 1rem;
    text-shadow: 5px 5px 5px var(--dark-purple);
}
.services-tiles div:hover {
    opacity: .6;
}
.brain {
    background-image: url('/wp-content/uploads/2025/06/milad-fakurian-58Z17lnVS4U-unsplash.jpg');
}
.massage {
    background-image: url('/wp-content/uploads/2025/06/mat-kilkeary-9BjH8jl7Uj0-unsplash.jpg');
}
.neuro {
    background-image: url('/wp-content/uploads/2025/06/klara-kulikova-TcUfF24fUMY-unsplash.jpg');
}
.child {
    background-image: url('/wp-content/uploads/2025/06/robert-collins-tvc5imO5pXk-unsplash.jpg');
}
.smoking {
    background-image: url('/wp-content/uploads/2025/06/aung-swam-nyi-8tK45fgQ4vk-unsplash.jpg');
}
.light {
    background-image: url('/wp-content/uploads/2025/06/erwan-hesry-IqB5MPcQp6k-unsplash.jpg');
}


@media (min-width: 1400px) {
    .container {
      max-width: 1120px;
    }
}
@media only screen and (max-width: 520px) {
    .blog-container {
        width: 100%;
    }
    .action-button, .special-action-button, .third-action-button {
        max-width: 100%;
        font-size: 16px;
        display: block;
    }
    .header-card {
        padding: 32px;
    }
    .xs-txt {
        font-size: 16px;
    }
    .sm-txt {
        font-size: 18px;
    }
    .md-txt {
        font-size: 24px;
    }
}

@media only screen and (max-width: 820px) {
    .blog-container {
        width: 70%;
    }
    .navbar-home, .navbar-style {
        position: relative;
    }
}

@media screen and (max-width: 430px) {
    .hero-card h2, .hero-card h1 {
        text-align: inherit;
    }
}
@media screen and (min-width: 767px) {
    .carousel-item p {
        padding: 2rem 6rem !important;
    }
}

@media screen and (max-width: 767px) {
    .home-bkgd {
        height: auto;
    }
    .blog-feat-img {
        margin-right: auto;
        margin-bottom: 1rem;
        width: 100%;
        max-height: 100%;
        height: 250px;
    }
    .blog-container {
        width: 100%;
    }
    .hero-card {
        width: auto;
        bottom: -20vh;
        margin: 0 2rem;
    }
    .hero-card h2 {
        font-size: 35px;
    }
    .inner-page-container {
        padding-top: 1rem;
    }
    #container .scroll {
        animation: none;
    }
    #scroll-one, #scroll-two {
        display: none;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        top: 150px;
    }
    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: center;
        align-items: center;
    }
    .grid .item {
        padding: 1rem;
    }
    .grid .item img {
        max-width: 150px;
        max-height: 150px;
    }
    .header-card {
        width: 100% !important;
        margin-top: 2rem;
    }
    .testimonials-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    .navbar {
        border-radius: none;
        box-shadow: none;
    }
    .sub-head-txt {
        font-size: 18px;
    }
}

@media screen and (max-width: 990px) {
    .order-txt {
        order: 2;
    }
    .align-center {
        align-items: center;
    }
    .border-top {
        border-top: none !important;
        border-bottom: 1px solid var(--primary) !important;
    }
    .hero-card {
        bottom: -20vh;
        padding: 1rem;
    }
    .pull-txt {
        text-align: center;
    }
    .footer-bkgd {
        padding: 4rem 0rem;
    }
    .navbar .nav-link.active {
        border-bottom: none;
    }
    .header-card {
        width: 80%;
    }
}

@media screen and (max-width: 1370px) {
    .navbar li {
        margin-right: 0.5rem;
    }
}
@media screen and (min-width: 990px) and (max-width: 1029px) {
    .navbar li {
        margin-right: 0;
    }
}