/*!
Theme Name: Save Your Brain
Theme URI: http://underscores.me/
Author: Web Emporium
Author URI: https://webemporium.in/
Description: Save Your Brain's Official Website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: save-your-brain
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Public Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Literata", serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #d7221e14;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
body {
    margin: 0 !important;
} 	
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*Custom WE*/

.container {
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.d-flex {
	display: flex;
}


/*Header*/
span.author.vcard {
    color: #d7221e;
	font-family: 'Literata';
}
.inner-header {
    justify-content: space-between;
    align-items: center;
	padding: 20px 50px;
	background: #fff;
}

.logo-navigation {
    align-items: center;
	gap:500px;
}
.search-button {
    align-items: center;
    gap: 26px;
}

.search-button span {
    cursor: pointer;
    background: #d82517;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 18px;
}
.logo-navigation .logo img {
    width: 100px;
}
ul#primary-menu li a {
    padding: 5px 18px;
    border-radius: 20px;
    color: #000;
    transition: 0.4s;
	font-size: 20px;
}

ul#primary-menu li a:hover {
    color: #d82517;
}

.search-button .button a, .text-button-box a, .inner-about .button a, .inner-doctor .text-box .button a, .practice .button a, a.blog.button, input.wpcf7-submit, .footer-2 .button a {
    background: #d82517;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}

.search-button .button a:hover, .text-button-box a:hover, .inner-about .button a:hover, .inner-doctor .text-box .button a:hover, .practice .button a:hover, a.blog.button:hover, input.wpcf7-submit:hover, .footer-2 .button a:hover {
    background: #d82517;
}
ul#primary-menu li.current-menu-item a {
    border-radius: 40px;
    color: #d82517;
    border: 1px solid;
}
.inner-doctor {
        align-items: center;
}
.inner-doctor.d-flex.container h3 {
    color: #d82517;
}
body.page-template-page-about .outer-about-doctor {
    padding-bottom: 80px;
}
/*Mobile Menu Open*/

.mobile-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255,255,255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.mobile-overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.mobile-.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.mobile-overlay a:hover, .mobile-overlay a:focus {
  color: #f1f1f1;
}

.mobile-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  text-decoration: none;
    color: #d82517;
}
.mobile-logo img {
    width: 150px;
}
.mobile-menu ul#primary-menu {
    flex-direction: column;
    gap: 18px;
        padding: 0 50px;
}
.mobile-menu ul#primary-menu a {
border-bottom: 1px solid #d82517 !important;
    color: #d82517 !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
.mobile-logo {
    margin-bottom: 40px;
}
.mobile-overlay .social-icons ul {
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.mobile-overlay .social-icons ul i {
    height: 32px;
    width: 32px;
    border: 1px solid #d82517;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;
    color: #fff;
    background: #d82517;
}

.mobile-overlay .social-icons ul li {
    height: 32px;
    width: 32px;
}
@media screen and (max-height: 450px) {
  .mobile-overlay a {font-size: 20px}
  .mobile-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*Mobile Menu Close*/

/*Home Page*/
.hero-overlay {
    background: #ffffffcf;
    max-width: 650px;
    padding: 30px 50px;
    border-radius: 30px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 600px;
    margin: 0 auto;
}

.hero-slider-container {
    position: relative;
}

.hero-content h2 {
    font-weight: normal;
    font-size: 52px;
    margin: 0;
}

.hero-content h3 {
    font-style: italic;
    color: #d7221e;
    font-size: 50px;
    margin: 0;
    font-weight: normal;
}
.hero-content a {
    display: block;
    text-align: center;
    width: 200px;
    background: red;
    padding: 14px 30px;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}
.outer-banner {
    background: linear-gradient(135deg, rgba(220, 180, 255, 0.3), rgba(190, 220, 255, 0.3), rgba(255, 200, 200, 0.3)), url(https://img.freepik.com/free-photo/senior-woman-hospital-office-looking-brain-ct-scan-while-discussing-with-doctor-about-diagnosis-sick-young-woman-elderly-medic-with-grey-hair-clinic-corridor_482257-9563.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 150px 0;
}

section.banner {
    padding: 0 30px 30px 30px;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
section.banner .text-button-box {
    background: #ffffffcf;
    max-width: 650px;
    padding: 30px 50px;
    border-radius: 30px;
    margin: 20px 0;
}

section.banner .text-button-box h1 {
    font-weight: normal;
    font-size: 52px;
}
section.banner .text-button-box a
 {
    display: block;
    text-align: center;
    width: 200px;
}
section.banner .inner-banner {
    padding: 0 180px;
}
.inner-about .sub-title, .inner-about .title, .inner-about .description, .inner-about .button {
    text-align: center;
}

.inner-about .sub-title h3, .inner-doctor .text-box .sub-title h3 {
    font-family: 'Public Sans';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.inner-about .title h4 {
    font-weight: normal;
    font-size: 50px;
    margin: 0;
}

.inner-about .description {
    max-width: 800px;
    margin: 0 auto;
}

.inner-about .title {
    max-width: 800px;
    margin: 0 auto;
}

.outer-about {
    padding-top: 120px;
}
.inner-about .button a {
	display: block;
    text-align: center;
    width: 225px;
    margin: 0 auto;
}
section.banner .text-button-box span, .inner-about .title span {
    font-style: italic;
    color: #d82517;
	font-size: 54px;
}
.inner-doctor > * {
    flex: 1;
}

.outer-about-doctor {
    margin-top: 150px;
}

.inner-doctor {
    gap: 100px;
}
.inner-doctor .image-box img {
    border-radius: 30px;
	transition: transform 1s ease;
}
.inner-doctor .text-box .title h4 {
    font-size: 51px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}
[data-aos="custom-tilt"] {
  transform: rotate(-3deg);
}

[data-aos="custom-tilt"].aos-animate {
  transform: rotate(0deg);
}
.practices {
    flex-wrap: wrap;
    gap: 40px;
}

.practices > * {
    width: 31%;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
}
.inner-area-of-practice .title {
    text-align: center;
}

.inner-area-of-practice .title h3 {
    font-size: 52px;
    font-weight: normal;
}

.inner-area-of-practice .title h3 span {
    color: #d82517;
    font-style: italic;
}

.outer-area-of-practice {
    margin: 150px 0;
}
.practice h4 {
    font-size: 25px;
    margin: 0;
    font-weight: normal;
    color: #d82517;
    font-style: italic;
    margin-bottom: 30px;
}
.practice .button a {
	padding: 6px 15px;
    display: block;
    width: 125px;
    text-align: center;
    margin: 20px auto 0;
}
.practice .image img {
      width: 75%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
    display: block;
    margin: 0 auto;
    text-align: center;
    }

.practice .image:hover img {
      transform: translateY(-20px); /* Adjust the value for desired float-up distance */
    }

.treatment-card {
    background: #fff;
    border-radius: 40px;
}

.treatment-row {
    gap: 40px;
	    margin-bottom: 40px;
}
.treatment-card .content-box {
    padding-right: 20px;
}
.treatment-card > *, .treatment-row > * {
    flex: 1;
	gap: 30px;
}
.treatment-card .image-box img {
	height: 310px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 295px;
	display: block;
}
.inner-treatment .title h3 {
    font-size: 55px;
    font-weight: normal;
    text-align: center;
}

.inner-treatment .title h3 span {
    color: #d82517;
    font-style: italic;
}
.treatment-card .content-box h3 {
    color: #d82517;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
	margin-bottom: 25px;
}
.treatment-card .content-box h4  {
    font-family: 'Public Sans';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 18px;
    margin-top: 10px;
}
.treatment-card .arrow-button {
    display: block;
    text-align: right;
	margin-top: 60px;
}

.treatment-card .arrow-button img:hover {
    filter: drop-shadow(4px 4px 6px #d82517);
}

.treatment-card .arrow-button img {
    width: 50px;
    transition: 0.4s;
}

.treatment-card .content-box p {
    margin: 0 0 0 0;
}

/*Blogs*/

.blog-card {
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin: 2rem 0;
}

.blog-image {
  flex: 1 1 45%;
  min-width: 280px;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .arrow-button img {
	transition: 0.4s;
}
.blog-content {
  flex: 1 1 55%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 0.5rem;
  display: flex;
  gap: 1rem;
  font-weight: 500;
  align-items: center;
}

.blog-category {
  background: #eee;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  color: #333;
}

.blog-title {
  font-size: 30px;
    color: #222;
    margin: 0.5rem 0 1rem;
    font-family: 'Literata';
    font-weight: normal;
}

.blog-excerpt {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-link {
  align-self: flex-end;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  margin-top: 1rem;
  transition: transform 0.3s ease;
}

.blog-link:hover {
  transform: translateX(5px);
}

.inner-blog h3.heading {
    text-align: center;
    font-size: 52px;
    font-weight: normal;
}

.inner-blog h3.heading span {
    font-style: italic;
    color: #d82517;
    text-transform: lowercase;
}
.inner-blog {
    margin-top: 120px;
}
.blog-card .arrow-button a {
    display: block;
    text-align: right;
}
.blog-card .arrow-button img:hover

 {
    filter: drop-shadow(4px 4px 6px #d82517);
}
.blog-content a {
    text-decoration: none;
}
a.blog.button {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 120px;
    padding: 8px 10px;
    margin-top: 60px;
}
body.single-post .entry-content.container {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 960px;
}
/*Testimonials*/
.inner-testimonials .heading-box {
    text-align: center;
}

.inner-testimonials {
    margin-top: 120px;
}

.inner-testimonials .heading-box h3 {
    font-weight: normal;
    font-size: 52px;
    margin-bottom: 0;
}

.inner-testimonials .heading-box h3 span {
    font-style: italic;
    color: #d82517;
}

.inner-testimonials .heading-box h4 {
    margin: 0;
    font-weight: normal;
    font-family: 'Public Sans';
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
}

.testimonial-item {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.testimonial-text p {
  font-style: italic;
    margin-bottom: 1.5rem;
    font-family: 'Literata';
    font-weight: normal;
    font-size: 36px;
    line-height: 1.6;
}
.testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.testimonial-avatar {
  width: 68px !important;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name {
    font-family: 'Public Sans';
    font-size: 18px;
}
.owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 1rem;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  background: transparent;
  display: block;
  border-radius: 50%;
  margin: 5px;
  border: 1px solid;
}
.owl-dot.active span {
  background: #000;
}
/*Image Form*/

.inner-outer-home-contact-form .image-form .image-box img {
    display: block;
    width: 450px;
	animation: float 3s ease-in-out infinite;
}
.inner-outer-home-contact-form .image-box {
    width: 46%;
}

.inner-outer-home-contact-form {
    background: #fff;
    border-radius: 40px;
    padding: 60px;
}

.inner-outer-home-contact-form .image-form {
    align-items: center;
}
.inner-outer-home-contact-form .form-box h3
 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Public Sans';
    text-transform: uppercase;
}

.inner-outer-home-contact-form .form-box {
    width: 50%;
}

.inner-outer-home-contact-form .form-box h4 {
    margin: 0;
    font-size: 52px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 70px;
}

.inner-outer-home-contact-form .form-box h4 span {
    font-weight: bold;
    font-style: italic;
    color: #d82517;
}
.inner-outer-home-contact-form .half-box input, .cf7-modal-content .half-box input {
    width: 100%;
}
.inner-outer-home-contact-form .full-box textarea, .cf7-modal-content .full-box textarea {
	    max-height: 225px;
}
.inner-outer-home-contact-form .half-box input, .inner-outer-home-contact-form .full-box textarea, .cf7-modal-content .half-box input, .cf7-modal-content .full-box textarea  {
	border-radius: 30px;
    padding: 12px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.inner-outer-home-contact-form .half-box, .cf7-modal-content .half-box {
    gap: 30px;
}
.outer-home-contact-form {
    margin: 120px 0;
}
input.wpcf7-submit {
    border: none;
    cursor: pointer;
}
.wpcf7-not-valid-tip {
	margin-top: -15px;
    margin-bottom: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-radius: 30px;
}

/*Treatment List Page*/
body.post-type-archive-treatment .outer-treatment, body.page-template-page-treatment .outer-treatment {
    padding: 120px 0;
}
body.post-type-archive-treatment .treatment-row, body.page-template-page-treatment .treatment-row {
    flex-wrap: wrap;
}

body.post-type-archive-treatment .treatment-row .treatment-card, body.page-template-page-treatment .treatment-row .treatment-card {
    width: 48%;
    flex: none;
}
body.post-type-archive-treatment .inner-inner-page-hero h1.heading span, body.page-template-page-treatment .inner-inner-page-hero h1.heading span {
    text-transform: capitalize;
}
/*Blog List Page*/
section.inner-page-hero {
    padding: 0 30px 30px 30px;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.inner-inner-page-hero {
    position: relative;
}
.inner-inner-page-hero .page-banner {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 5px;
    border-radius: 35px;
}
.inner-inner-page-hero .inner-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    display: inline-block;
    min-width: 300px;
    max-width: 90vw;
    word-break: break-word;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.inner-inner-page-hero .page-banner::after {
    background: linear-gradient(135deg, rgba(220, 180, 255, 0.3), rgba(190, 220, 255, 0.3), rgba(255, 200, 200, 0.3));
    border-radius: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}
.inner-inner-page-hero h1.heading span {
    font-style: italic;
    color: #d82517;
    text-transform: lowercase;
}

.inner-inner-page-hero h1.heading {
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    margin: 0;
}
.pagination {
    margin: 60px 0;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 3px;
    background: #f4f4f4;
    border-radius: 100%;
    color: #222;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.4s;
    border: 1px solid #a55eaa;
}
a.next.page-numbers, a.prev.page-numbers {
    border-radius: 0;
    border: none;
    background: transparent;
    color: #a55eaa;
}
.pagination .current {
    background: #d82517;
    color: #fff;
}
.pagination .page-numbers:hover:not(.current) {
    background: #d82517;
    color: #fff;
}
a.next.page-numbers:hover, a.prev.page-numbers:hover {
    background: transparent !important;
    color: #d82517 !important;
}
/*Single Blog Page*/

body.single-post section.inner-page-banner, body.single-treatment section.inner-page-banner {
    padding: 0 30px 30px 30px;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
body.single-post section.inner-page-banner img, body.single-treatment section.inner-page-banner img {
    display: block;
    height: 350px;
        width: 100%;
    object-fit: cover;
    border-radius: 35px;
    position: relative;
}
body.single-treatment section.inner-page-banner header.entry-header h2.entry-title {
    font-weight: normal;
    font-size: 32px;
    margin-top: 0;
}
body.single-treatment .services-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
        width: 400px;
}

body.single-treatment .services-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body.single-treatment  h3.title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
}

body.single-treatment h3.title span {
    color: #d82517;
    font-style: italic;
}
article.type-treatment .entry-content {
    gap: 50px;
    padding: 60px 0;
    max-width: 1280px;
}
article.type-treatment .entry-content img {
    border-radius: 20px;
}
article.type-treatment .entry-content main h1 {
    margin-top: 0;
}
article.type-treatment .entry-content {
    display: flex;
    align-items: flex-start;
    gap: 30px; /* spacing between aside and main */
}
.treatmen-cta.container {
    max-width: 1280px;
    background: #a55eaa;
    color: #fff;
    border-radius: 18px;
    padding: 40px 60px;
    align-items: center;
    margin: 100px auto 100px;
    justify-content: space-between;
}
.treatmen-cta.container .content {
    width: 70%;
}
.treatmen-cta.container .content h3 {
    font-size: 32px;
    margin-bottom: 0;
}
.treatmen-cta.container .content p strong {
    font-style: italic;
    font-size: 20px;
    font-family: 'Literata';
}
body.single-post .entry-content.container img {
    border-radius: 20px;
}
.treatmen-cta.container a {
    background: #fff;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 35px;
    transition: 0.3s;
}
/* Sticky aside */
article.type-treatment .sticky-aside {
    position: sticky;
    top: 100px; /* distance from top when scrolling */
    align-self: flex-start;
    max-height: calc(100vh - 120px); /* prevent overflow */
}

/* Main content takes remaining space */
article.type-treatment .entry-content main {
    flex: 1;
}
body.single-treatment .services-box ul li a {
    text-decoration: none;
    color: #d82517;
    padding: 12px 30px;
    display: block;
    border-radius: 35px;
    transition: 0.3s;
    border: 1px solid #d8251747;
}
body.single-treatment .services-box ul li a.active, body.single-treatment .services-box ul li a:hover {
    background: #d82517;
    color: #fff;
}
body.single-treatment .services-box ul li {
    margin: 14px 0;
}
body.single-treatment header.entry-header .title h1 span {
    color: #d82517;
    font-style: italic;
}
body.single-treatment header.entry-header .title h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
}
body.single-post section.inner-page-banner .post-thumbnail, body.single-treatment section.inner-page-banner .post-thumbnail {
    position: relative;
}

body.single-post section.inner-page-banner .post-thumbnail::after, body.single-treatment section.inner-page-banner .post-thumbnail::after {
    background: linear-gradient(135deg, rgba(220, 180, 255, 0.3), rgba(190, 220, 255, 0.3), rgba(255, 200, 200, 0.3));
    border-radius: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}
body.single-post section.inner-page-banner .inner-page-banner-inner, body.single-treatment section.inner-page-banner .inner-page-banner-inner {
    position: relative;
}

body.single-post section.inner-page-banner header.entry-header, body.single-treatment section.inner-page-banner header.entry-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    display: inline-block;
    min-width: 300px;
    max-width: 90vw;
    word-break: break-word;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
body.single-post section.inner-page-banner header.entry-header h1.entry-title, body.single-treatment section.inner-page-banner header.entry-header h1.entry-title {
    font-weight: normal;
}
body.single-post section.inner-page-banner span.posted-on a, body.single-post section.inner-page-banner span.byline a, body.single-treatment section.inner-page-banner span.posted-on a, body.single-treatment section.inner-page-banner span.byline a {
    text-decoration: none;
    color: #d82517;
    font-family: 'Literata';
    font-style: italic;
    margin-left: 5px;
}

body.single-post section.inner-page-banner span.posted-on i, body.single-post section.inner-page-banner span.byline i, body.single-treatment section.inner-page-banner span.posted-on i, body.single-treatment section.inner-page-banner span.byline i {
    color: #d82517;
    font-weight: 700;
}

body.single-post section.inner-page-banner .entry-meta, body.single-treatment section.inner-page-banner .entry-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
}
body.single-post section.inner-page-banner span.cat-links, body.single-treatment section.inner-page-banner span.cat-links {
    font-family: 'Literata';
    font-style: italic;
    color: #d82517;
    font-weight: 500;
    font-size: 17px;
}

body.single-post section.inner-page-banner span.cat-links a, body.single-treatment section.inner-page-banner span.cat-links a {
    text-decoration: none;
    color: #d82517;
    font-weight: normal;
    font-size: 16px;
    padding-left: 5px;
}

/*Contact Page*/

.outer-map {
    padding: 0 30px 30px 30px;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.outer-map iframe {
    border-radius: 35px;
}
.outer-contact-form {
	 padding: 40px 0;
 }
.inner-contact-form .contact-details .heading-box h3 {
    line-height: 1;
    color: #000;
    padding: 0;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
	margin-left: 0;
    font-size: 36px;
}
 .inner-contact-form .contact-details h2 {
	 font-size: 16px;
 }
 .outer-contact-form .heading-box {
    text-align: left;
    padding: 0;
}
 .inner-contact-form .social-icons ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 justify-content: flex-start;
 }
 .inner-contact-form {
	 gap: 100px;
 }
 .inner-contact-form .contact-cards i {
	 background: #a0512c;
	 color: #fff !important;
	 font-size: 33px !important;
	 padding: 25px;
	     border-radius: 14px;
 }
 .inner-contact-form .contact-cards h5 {
	 font-size: 20px;
	 color: #000;
	 margin: 0 0 0 24px;
 }
 .inner-contact-form .contact-cards h6 {
	 color: #62646A;
	 font-weight: normal;
	 font-size: 16px;
	 margin: 0 0 0 24px;
 }
 .inner-contact-form .contact-cards h5 a {
	 color: #000;
	 text-decoration: none;
	 margin: 0;
	 font-size: 25px;
 }
 .inner-contact-form .contact-card-rl {
	 justify-content: space-between;
 }
 .inner-contact-form .contact-cards .icon {
	 height: 83px;
	 width: 83px;
	 background: #a0512c;
	 text-align: center;
	 flex: none;
	 border-radius: 14px;
 }
 .inner-contact-form > * {
	 flex: 1;
 }
 .inner-contact-form .contact-cards .card {
	 margin-bottom: 20px;
	 align-items: center;
	 justify-content: flex-start;
 }
/*Footer*/

footer#colophon

 {
    padding: 30px 30px 0 30px;
    background: #fff;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}
section.footer-sidebars {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: linear-gradient(135deg, rgba(166, 92, 173, 0.35), rgba(77, 160, 255, 0.35), rgba(252, 161, 125, 0.35));
       padding: 60px 0 5px 0;
}
.inner-sidebar > * {
    flex: 1;
}

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

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

.footer-2 {
    text-align: center;
}
.footer-3 ul, .social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-3 ul li, .social-icons ul li {
    padding: 5px 0;
}

.footer-3 ul li a, .social-icons ul li a {
    text-decoration: none;
    color: #000000;
	transition:0.4s;
}
.footer-logo {
    text-align: center;
}
.opening-hours h4:first-child {
margin-bottom: 0 !important;
}
.opening-hours h4:first-child a {
    text-decoration: none;
    color: #d82517;
}
.footer-logo img {
    width: 150px;
    display: block;
    margin: 0 auto;
}
.inner-sidebar
 {
    align-items: flex-start;
    margin-top: 60px;
}
.footer-1 .social-icons ul li a:hover {
    background: #d82517;
    color: #fff;
}
.footer-1 .social-icons ul li a {
    border: 1px solid;
    padding: 10px;
    border-radius: 100%;
	transition:0.4s;
}

.footer-1 .social-icons ul li a i {
    height: 20px;
    width: 20px;
    text-align: center;
}

.footer-1 .social-icons ul {
    gap: 15px;
}
.footer-1 .address p

 {
    font-size: 20px;
}
.footer-1 .opening-hours h4 {
    font-family: 'Literata';
    font-style: italic;
    font-weight: normal;
    margin-bottom: 40px;
}
.footer-2 .button a {
	display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.footer-2 h4.email a:hover, .footer-3 ul li a:hover {
    color: #d82517;
}
.footer-2 h4.email a {
    font-size: 30px;
    text-decoration: none;
    color: #404040;
    transition: 0.4s;
}
.footer-3 h2.widget-title {
    margin-top: 0;
}
.inner-copyright h3 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
.inner-copyright h3 span a {
    text-decoration: none;
    color: #d82517;
    font-style: italic;
    font-weight: 500;
}

/*Pop-Up*/
.cf7-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0; top: 0; width: 100vw; height: 100vh;
    background: rgba(30,48,80,0.65);
    justify-content: center;
    align-items: center;
    transition: background 0.2s;
}

.cf7-modal.active {
    display: flex;
    animation: fadeInModal 0.22s;
}

@keyframes fadeInModal {
  from {opacity: 0;}
  to {opacity: 1;}
}

.cf7-modal-content {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 48px rgba(30,48,80,0.22);
    padding: 34px 28px 28px 28px;
    max-width: 800px;
    width: 95vw;
    position: relative;
    animation: scaleIn 0.18s;
}
@keyframes scaleIn {
  from {transform: scale(0.98);}
  to {transform: scale(1);}
}
.cf7-modal-close {
    position: absolute;
    right: 22px; top: 14px;
    font-size: 2.1rem;
    color: #ac6aaf;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
    transition: color 0.15s;
}
.cf7-modal-close:hover {
    color: #e13c3c;
}
@media (max-width: 520px) {
    .cf7-modal-content { padding: 16px 6px 22px 6px; }
    .cf7-modal-close { right: 10px; top: 10px; font-size: 1.7rem; }
}

/* Header styles */
.cf7-heading small {
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  margin-bottom: 10px;
}
.cf7-heading h2 {
  font-size: 2.7rem;
 
  font-weight: 400;
  margin: 0 0 32px 0;
  line-height: 1.14;
  color: #333;
}
.cf7-heading .highlighted {
  color: #ad68b1;
  font-weight: bold;
 
}

.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
  margin-bottom: 26px;
}
.cf7-col {
  flex: 1 1 220px;
  min-width: 170px;
  display: flex;
  flex-direction: column;
}
.cf7-input, .cf7-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d7d7d7;
  border-radius: 28px;
  background: #fff;
  font-size: 1.08rem;
  margin-top: 5px;
  margin-bottom: 0;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.cf7-input:focus, .cf7-textarea:focus {
  border-color: #ad68b1;
  outline: none;
}
.cf7-textarea {
  border-radius: 24px;
  min-height: 160px;
  resize: vertical;
}
.cf7-row label {
  font-size: 1rem;
  color: #222;
  margin-bottom: 2px;
  font-family: inherit;
}

/* Submit button */
.cf7-submit {
  background: linear-gradient(90deg, #ad68b1 0%, #c77fd8 100%);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 36px;
  font-size: 1.15rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s;
  box-shadow: none;
  margin-top: 12px;
}
.cf7-submit:hover {
  background: linear-gradient(90deg, #a350a9 0%, #ad68b1 100%);
}

/* Responsive */
@media (max-width: 680px) {
  .cf7-heading h2 { font-size: 2rem; }
  .cf7-row { flex-direction: column; gap: 14px 0; }
}

/* Mobile First Approach - Add as needed */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    
    section.banner .text-button-box h1 {
        font-size: 40px;
    }
    
    .inner-about .title h4 {
        font-size: 40px;
    }
    
    .inner-doctor .text-box .title h4 {
        font-size: 40px;
    }
    
    .inner-area-of-practice .title h3 {
        font-size: 40px;
    }
    
    .inner-treatment .title h3 {
        font-size: 40px;
    }
    
    .blog-title {
        font-size: 24px;
    }
    
    .inner-blog h3.heading {
        font-size: 40px;
    }
    
    .testimonial-text p {
        font-size: 28px;
    }
    
    .inner-outer-home-contact-form .form-box h4 {
        font-size: 40px;
    }
    
    .inner-inner-page-hero h1.heading {
        font-size: 40px;
    }

    body.single-post section.inner-page-banner header.entry-header {
        padding: 20px 30px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    
    .logo-navigation .logo img {
        width: 120px;
    }
    
    ul#primary-menu li a {
        font-size: 18px;
        padding: 8px 15px;
    }
    
    section.banner .text-button-box {
        padding: 25px 40px;
    }
    
    section.banner .text-button-box h1 {
        font-size: 45px;
    }
    
    .inner-about .title h4 {
        font-size: 45px;
    }
    
    .inner-doctor .text-box .title h4 {
        font-size: 45px;
    }
    
    .practices > * {
        width: 48%;
    }
    
    .inner-area-of-practice .title h3 {
        font-size: 45px;
    }
    
    .inner-treatment .title h3 {
        font-size: 45px;
    }
    
    .treatment-card .image-box img {
        width: 250px;
        height: 280px;
    }
    
    .blog-card {
        flex-wrap: nowrap;
    }
    
    .blog-image {
        min-width: 300px;
    }
    
    .inner-blog h3.heading {
        font-size: 45px;
    }
    
    .testimonial-text p {
        font-size: 32px;
    }
    
    .inner-outer-home-contact-form {
        padding: 40px;
    }
    
    .inner-outer-home-contact-form .image-form .image-box img {
        width: 350px;
		margin: 0 auto;
    }
    
    .inner-outer-home-contact-form .form-box h4 {
        font-size: 45px;
    }
    
    body.post-type-archive-treatment .treatment-row .treatment-card,
    body.page-template-page-treatment .treatment-row .treatment-card {
        width: 48%;
    }
    
    .inner-inner-page-hero h1.heading {
        font-size: 45px;
    }
    
    .inner-contact-form {
        gap: 60px;
    }

    .footer-1, .footer-2, .footer-3 {
        text-align: center;
    }
}

@media (min-width: 1140px)  {
        .logo-navigation .logo img {
        width: 120px;
    }
.search-button .button a
{
    padding: 14px 30px;
    font-size: 16px;
}
.logo-navigation {
    gap: 86px;
}
 ul#primary-menu li a {
        font-size: 20px;
        padding: 5px 18px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    
    .inner-header {
        padding: 20px 30px;
    }
    

    .logo-navigation .logo img {
        width: 180px;
    }
.search-button .button a
{
    padding: 14px 25px;
    font-size: 14px;
}
.logo-navigation {
    gap: 86px;
}

    
    ul#primary-menu li a {
        font-size: 16px;
        padding: 5px 18px;
    }
    
    section.banner .inner-banner {
        padding: 0 100px;
    }
    
    section.banner .text-button-box {
        padding: 30px 50px;
        max-width: 650px;
    }
    
    section.banner .text-button-box h1 {
        font-size: 52px;
    }
    
    .inner-about .title h4 {
        font-size: 50px;
    }
    
    .inner-doctor {
        gap: 60px;
    }
    
    .inner-doctor .text-box .title h4 {
        font-size: 30px;
    }
    
    .practices > * {
        width: 30%;
    }
    
    .inner-area-of-practice .title h3 {
        font-size: 52px;
    }
    
    .inner-treatment .title h3 {
        font-size: 55px;
    }
    
    .treatment-card .image-box img {
        width: 295px;
        height: 310px;
    }
    
    .blog-image {
        min-width: 350px;
    }
    
    .inner-blog h3.heading {
        font-size: 52px;
    }
    
    .testimonial-text p {
        font-size: 36px;
    }
    
    .inner-outer-home-contact-form {
        padding: 60px;
    }
    
    .inner-outer-home-contact-form .image-form .image-box img {
        width: 450px;
    }
    
    .inner-outer-home-contact-form .form-box h4 {
        font-size: 52px;
    }
    
    body.post-type-archive-treatment .treatment-row .treatment-card,
    body.page-template-page-treatment .treatment-row .treatment-card {
        width: 48%;
    }
    
    .inner-inner-page-hero h1.heading {
        font-size: 50px;
    }
    
    .inner-contact-form {
        gap: 100px;
    }
    
    .footer-1 {
        text-align: left;
    }

    .footer-2 {
        text-align: center;
    }
    
    .footer-3 {
        text-align: right;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    section.banner .inner-banner {
        padding: 0 180px;
    }
    
    .inner-doctor {
        gap: 100px;
    }
    
    .treatment-card .image-box img {
        width: 295px;
        height: 310px;
    }
    
    .blog-image {
        min-width: 400px;
    }
    
    body.post-type-archive-treatment .treatment-row .treatment-card,
    body.page-template-page-treatment .treatment-row .treatment-card {
        width: 48%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1366px;
    }
    
    section.banner .inner-banner {
        padding: 0 180px;
    }
    
    .inner-doctor {
        gap: 100px;
    }
    
    .treatment-card .image-box img {
        width: 310px;
        height: 335px;
    }
    
    .blog-image {
        min-width: 400px;
    }
    
    body.post-type-archive-treatment .treatment-row .treatment-card,
    body.page-template-page-treatment .treatment-row .treatment-card {
        width: 48%;
    }
}

/* Custom responsive fixes */
@media (min-width: 992px) {
    .search-button span {
        display: none;
    }
}
@media (max-width: 1199px) {
    section.banner .inner-banner {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .inner-header {
        padding: 15px 20px;
    }
    .inner-header .navigation {
        display: none;
    }
    .mobile-menu .navigation {
        display: block !important;
    }
    .logo-navigation {
        gap: 20px;
    }
    .footer-1 .social-icons ul {
    justify-content: center;
}
    .logo-navigation .logo img {
        width: 100px;
    }
    
    ul#primary-menu li a {
        font-size: 18px;
        padding: 5px 12px;
    }
    
    .outer-banner {
        padding: 100px 0;
    }
    
    section.banner .inner-banner {
        padding: 0 30px;
    }
    
    section.banner .text-button-box {
        padding: 25px 30px;
        margin: 20px auto;
        max-width: 90%;
    }
    
    section.banner .text-button-box h1 {
        font-size: 36px;
    }
    
    section.banner .text-button-box span {
        font-size: 40px;
    }
    
    .outer-about {
        padding-top: 80px;
    }
    
    .inner-about .title h4 {
        font-size: 36px;
    }
    
    .inner-about .title span {
        font-size: 40px;
    }
    
    .outer-about-doctor {
        margin-top: 100px;
    }
    
    .inner-doctor {
        flex-direction: column;
        gap: 40px;
    }
    
    .inner-doctor > * {
        flex: none;
        width: 100%;
    }
    
    .inner-doctor .text-box .title h4 {
        font-size: 36px;
    }
    
    .outer-area-of-practice {
        margin: 100px 0;
    }
    
    .inner-area-of-practice .title h3 {
        font-size: 36px;
    }
    
    .practices {
        gap: 30px;
    }
    
    .practices > * {
        width: 47%;
        padding: 30px;
    }
    
    .practice h4 {
        font-size: 22px;
    }
    
    .outer-treatment {
        margin: 100px 0;
    }
    
    .inner-treatment .title h3 {
        font-size: 36px;
    }
    
    .treatment-row {
        gap: 30px;
        margin-bottom: 30px;
    }
    
    .treatment-card {
        flex-direction: column;
    }
    
    .treatment-card > * {
        flex: none;
        width: 100%;
    }
    
    .treatment-card .image-box img {
        width: 100%;
        height: 300px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 0;
    }
    
    .treatment-card .content-box {
        padding: 30px 20px;
    }
    
    .treatment-card .arrow-button {
        margin-top: 30px;
    }
    
    .inner-blog {
        margin-top: 80px;
    }
    
    .inner-blog h3.heading {
        font-size: 36px;
    }
    
    .blog-card {
        flex-direction: column;
    }
    
    .blog-image {
        min-width: 100%;
        height: 300px;
    }
    
    .blog-content {
        padding: 1.5rem;
    }
    
    .blog-title {
        font-size: 28px;
    }
    
    .inner-testimonials {
        margin-top: 80px;
    }
    
    .inner-testimonials .heading-box h3 {
        font-size: 36px;
    }
    
    .testimonial-text p {
        font-size: 28px;
    }
    
    .testimonial-meta {
        margin-top: 40px;
    }
    
    .outer-home-contact-form {
        margin: 80px 0;
    }
    
    .inner-outer-home-contact-form {
        padding: 40px 30px;
    }
    
    .inner-outer-home-contact-form .image-form {
        flex-direction: column;
        gap: 40px;
    }
    
    .inner-outer-home-contact-form .image-box,
    .inner-outer-home-contact-form .form-box {
        width: 100%;
        text-align: center;
    }
    
    .inner-outer-home-contact-form .form-box h4 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    body.post-type-archive-treatment .outer-treatment,
    body.page-template-page-treatment .outer-treatment {
        padding: 80px 0;
    }
    
    body.post-type-archive-treatment .treatment-row .treatment-card,
    body.page-template-page-treatment .treatment-row .treatment-card {
        width: 100%;
    }
    
    .inner-contact-form {
        flex-direction: column;
        gap: 50px;
    }
    
    .inner-contact-form > * {
        flex: none;
        width: 100%;
    }
    
    .inner-contact-form .contact-details .heading-box h3 {
        text-align: center;
    }
    
    .inner-contact-form .social-icons ul {
        justify-content: center;
    }
    
    .outer-contact-form .heading-box {
        text-align: center;
    }
    
    .footer-1, .footer-2, .footer-3 {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .inner-sidebar {
        flex-direction: column;
        gap: 40px;
    }
    
    .inner-sidebar > * {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-header {
        padding: 15px;
    }

                .footer-1 .social-icons ul {
    justify-content: center;
}
    .logo-navigation .logo img {
        width: 90px;
    }
    
    .mobile-menu ul#primary-menu li a {
        font-size: 22px;
        padding: 5px 10px;
    }
    ul#primary-menu li a {
        font-size: 16px;
        padding: 5px 10px;
    }
    
    .outer-banner {
        padding: 80px 0;
    }
    
    section.banner .text-button-box {
        padding: 20px 25px;
        max-width: 95%;
    }
    
    section.banner .text-button-box h1 {
        font-size: 28px;
    }
    
    section.banner .text-button-box span {
        font-size: 30px;
    }
    
    section.banner .text-button-box a {
        width: 180px;
        padding: 12px 20px;
    }
    
    .outer-about {
        padding-top: 60px;
    }
    
    .inner-about .title h4 {
        font-size: 28px;
    }
    
    .inner-about .title span {
        font-size: 30px;
    }
    
    .inner-about .button a {
        width: 200px;
        padding: 12px 20px;
    }
    
    .outer-about-doctor {
        margin-top: 80px;
    }
    
    .inner-doctor .text-box .title h4 {
        font-size: 28px;
    }
    
    .inner-doctor .text-box .button a {
        width: 180px;
        padding: 12px 20px;
    }
    
    .outer-area-of-practice {
        margin: 80px 0;
    }
    
    .inner-area-of-practice .title h3 {
        font-size: 28px;
    }
    
    .practices {
        gap: 20px;
    }
    
    .practices > * {
        width: 100%;
        padding: 25px;
    }
    
    .practice h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .practice .button a {
        width: 110px;
        padding: 6px 12px;
    }
    
    .outer-treatment {
        margin: 80px 0;
    }
    
    .inner-treatment .title h3 {
        font-size: 28px;
    }
    
    .treatment-row {
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .treatment-card .content-box {
        padding: 20px 15px;
    }
    
    .treatment-card .content-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .treatment-card .content-box h4 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    .treatment-card .arrow-button {
        margin-top: 20px;
    }
    
    .treatment-card .arrow-button img {
        width: 40px;
    }
    
    .inner-blog {
        margin-top: 60px;
    }
    
    .inner-blog h3.heading {
        font-size: 28px;
    }
    
    .blog-image {
        height: 250px;
    }
    
    .blog-content {
        padding: 1.2rem;
    }
    
    .blog-title {
        font-size: 24px;
        margin: 0.5rem 0 0.8rem;
    }
    
    .blog-meta {
        font-size: 0.75rem;
        gap: 0.8rem;
    }
    
    .blog-excerpt {
        font-size: 0.9rem;
    }
    
    .blog-link {
        font-size: 1.2rem;
        margin-top: 0.8rem;
    }
    
    a.blog.button {
        width: 100px;
        padding: 6px 8px;
        margin-top: 40px;
    }
    
    .inner-testimonials {
        margin-top: 60px;
    }
    
    .inner-testimonials .heading-box h3 {
        font-size: 28px;
    }
    
    .testimonial-text p {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    
    .testimonial-meta {
        margin-top: 30px;
        flex-direction: column;
        gap: 15px;
    }
    
    .testimonial-avatar {
        width: 50px !important;
        height: 50px;
    }
    
    .testimonial-name {
        font-size: 16px;
    }
    
    .outer-home-contact-form {
        margin: 60px 0;
    }
    
    .inner-outer-home-contact-form {
        padding: 30px 20px;
    }
    
    .inner-outer-home-contact-form .form-box h3 {
        font-size: 12px;
    }
    
    .inner-outer-home-contact-form .form-box h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .inner-outer-home-contact-form .half-box input,
    .inner-outer-home-contact-form .full-box textarea {
        padding: 10px 15px;
        margin-top: 8px;
        margin-bottom: 15px;
    }
    
    .inner-outer-home-contact-form .half-box {
        flex-direction: column;
        gap: 0;
    }
    
    body.post-type-archive-treatment .outer-treatment,
    body.page-template-page-treatment .outer-treatment {
        padding: 60px 0;
    }
    
    .inner-inner-page-hero .page-banner {
        height: 250px;
    }
    
    .inner-inner-page-hero .inner-hero-title {
        padding: 20px 30px;
        min-width: 250px;
    }
    
    .inner-inner-page-hero h1.heading {
        font-size: 28px;
    }
    
    .pagination .page-numbers {
        padding: 6px 12px;
        margin: 0 2px;
        font-size: 14px;
    }
    
    body.single-post section.inner-page-banner img {
        height: 250px;
    }
    
    body.single-post section.inner-page-banner header.entry-header {
        padding: 20px 30px;
        min-width: 250px;
    }
    
    body.single-post section.inner-page-banner header.entry-header h1.entry-title {
        font-size: 24px;
    }
    
    body.single-post section.inner-page-banner .entry-meta {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    body.single-post section.inner-page-banner span.cat-links {
        font-size: 15px;
    }
    
    body.single-post section.inner-page-banner span.cat-links a {
        font-size: 14px;
    }
    
    .outer-map iframe {
        height: 300px;
    }
    
    .inner-contact-form .contact-details .heading-box h3 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .inner-contact-form .contact-cards h5 a {
        font-size: 20px;
    }
    
    .inner-contact-form .contact-cards h5 {
        font-size: 18px;
    }
    
    .inner-contact-form .contact-cards h6 {
        font-size: 14px;
    }
    
    .inner-contact-form .contact-cards i {
        font-size: 25px !important;
        padding: 20px;
    }
    
    section.footer-sidebars {
        padding: 40px 0 5px 0;
    }
    
    .inner-sidebar {
        gap: 30px;
        margin-top: 40px;
    }
    
    .footer-logo img {
        width: 120px;
    }
    
    .footer-2 h4.email a {
        font-size: 24px;
    }
    
    .inner-copyright h3 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .inner-header {
        padding: 10px;
    }
    
    .logo-navigation .logo img {
        width: 80px;
    }
    
    ul#primary-menu li a {
        font-size: 14px;
        padding: 4px 8px;
    }
    
    .outer-banner {
        padding: 60px 0;
    }
    
    section.banner .text-button-box {
        padding: 15px 20px;
    }
    
    section.banner .text-button-box h1 {
        font-size: 24px;
    }
    
    section.banner .text-button-box span {
        font-size: 26px;
    }
    
    section.banner .text-button-box a {
        width: 160px;
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .outer-about {
        padding-top: 40px;
    }
    
    .inner-about .title h4 {
        font-size: 24px;
    }
    
    .inner-about .title span {
        font-size: 26px;
    }
    
    .inner-about .description {
        padding: 0 15px;
    }
    
    .inner-about .button a {
        width: 180px;
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .outer-about-doctor {
        margin-top: 60px;
    }
    
    .inner-doctor .text-box .title h4 {
        font-size: 24px;
    }
    
    .inner-doctor .text-box .button a {
        width: 160px;
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .outer-area-of-practice {
        margin: 60px 0;
    }
    
    .inner-area-of-practice .title h3 {
        font-size: 24px;
    }
    
    .practices {
        gap: 15px;
    }
    
    .practices > * {
        padding: 20px;
    }
    
    .practice h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .practice .button a {
        width: 100px;
        padding: 5px 10px;
        font-size: 13px;
    }
    
    .outer-treatment {
        margin: 60px 0;
    }
    
    .inner-treatment .title h3 {
        font-size: 24px;
    }
    
    .treatment-row {
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .treatment-card .content-box {
        padding: 15px;
    }
    
    .treatment-card .content-box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .treatment-card .content-box h4 {
        font-size: 11px;
        margin-bottom: 10px;
    }
    
    .treatment-card .content-box p {
        font-size: 14px;
    }
    
    .treatment-card .arrow-button img {
        width: 35px;
    }
    
    .inner-blog {
        margin-top: 40px;
    }
    
    .inner-blog h3.heading {
        font-size: 24px;
    }
    
    .blog-image {
        height: 200px;
    }
    
    .blog-content {
        padding: 1rem;
    }
    
    .blog-title {
        font-size: 20px;
        margin: 0.4rem 0 0.6rem;
    }
    
    .blog-meta {
        font-size: 0.7rem;
        gap: 0.6rem;
    }
    
    .blog-excerpt {
        font-size: 0.85rem;
    }
    
    .blog-link {
        font-size: 1rem;
        margin-top: 0.6rem;
    }
    
    a.blog.button {
        width: 90px;
        padding: 5px 7px;
        margin-top: 30px;
        font-size: 13px;
    }
    
    .inner-testimonials {
        margin-top: 40px;
    }
    
    .inner-testimonials .heading-box h3 {
        font-size: 24px;
    }
    
    .testimonial-text p {
        font-size: 18px;
        margin-bottom: 0.8rem;
    }
    
    .testimonial-name {
        font-size: 14px;
    }
    
    .outer-home-contact-form {
        margin: 40px 0;
    }
    
    .inner-outer-home-contact-form {
        padding: 20px 15px;
    }
    
    .inner-outer-home-contact-form .form-box h3 {
        font-size: 11px;
    }
    
    .inner-outer-home-contact-form .form-box h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .inner-outer-home-contact-form .half-box input,
    .inner-outer-home-contact-form .full-box textarea {
        padding: 8px 12px;
        margin-top: 6px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    input.wpcf7-submit {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    body.post-type-archive-treatment .outer-treatment,
    body.page-template-page-treatment .outer-treatment {
        padding: 40px 0;
    }
    
    .inner-inner-page-hero .page-banner {
        height: 200px;
    }
    
    .inner-inner-page-hero .inner-hero-title {
        padding: 15px 20px;
        min-width: 200px;
    }
    
    .inner-inner-page-hero h1.heading {
        font-size: 24px;
    }
    
    .pagination {
        margin: 40px 0;
    }
    
    .pagination .page-numbers {
        padding: 5px 10px;
        margin: 0 1px;
        font-size: 12px;
    }
    
    body.single-post section.inner-page-banner img {
        height: 200px;
    }
    
    body.single-post section.inner-page-banner header.entry-header {
        padding: 15px 20px;
        min-width: 200px;
    }
    
    body.single-post section.inner-page-banner header.entry-header h1.entry-title {
        font-size: 20px;
    }
    
    body.single-post section.inner-page-banner span.cat-links {
        font-size: 14px;
    }
    
    body.single-post section.inner-page-banner span.cat-links a {
        font-size: 13px;
    }
    
    .outer-map iframe {
        height: 250px;
    }
    
    .inner-contact-form .contact-details .heading-box h3 {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 8px;
    }
    
    .inner-contact-form .contact-cards h5 a {
        font-size: 18px;
    }
    
    .inner-contact-form .contact-cards h5 {
        font-size: 16px;
    }
    
    .inner-contact-form .contact-cards h6 {
        font-size: 13px;
    }
    
    .inner-contact-form .contact-cards i {
        font-size: 20px !important;
        padding: 15px;
    }
    
    section.footer-sidebars {
        padding: 30px 0 5px 0;
    }
    
    .inner-sidebar {
        gap: 20px;
        margin-top: 30px;
    }
    
    .footer-logo img {
        width: 100px;
    }
    
    .footer-2 h4.email a {
        font-size: 20px;
    }
    
    .inner-copyright h3 {
        font-size: 12px;
    }
}

/* Specific component responsive fixes */
@media (max-width: 37.5em) {
    .menu-toggle {
        display: block;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        flex-direction: column;
        align-items: center;
    }
    
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        flex: none;
        text-align: center;
        margin-bottom: 1em;
    }
}

@media (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    
    .main-navigation ul {
        display: flex;
    }
}

/* Gallery responsive */
@media (max-width: 767px) {
    .gallery-columns-2,
    .gallery-columns-3,
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6,
    .gallery-columns-7,
    .gallery-columns-8,
    .gallery-columns-9 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-columns-2,
    .gallery-columns-3,
    .gallery-columns-4,
    .gallery-columns-5,
    .gallery-columns-6,
    .gallery-columns-7,
    .gallery-columns-8,
    .gallery-columns-9 {
        grid-template-columns: 1fr;
    }
    .search-button .button a {
            font-size: 13px;
    }
}
@media (max-width: 380px) {
    .search-button .button a {
            font-size: 12px;
                padding: 14px 12px;
    }
}
/* Custom Responsive*/


/* ========================================
   Single Treatment Page - Responsive & Fixed
======================================== */

/* Base container & layout */
article.type-treatment .entry-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 60px 0;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

article.type-treatment .entry-content main {
    flex: 1;
}


/* Main Content Styling */
article.type-treatment .entry-content main h1 {
    margin-top: 0;
}

article.type-treatment .entry-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

/* Inner Page Banner */
body.single-treatment section.inner-page-banner {
    padding: 0 30px 30px 30px;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

body.single-treatment section.inner-page-banner .post-thumbnail {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
}

body.single-treatment section.inner-page-banner .post-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(220, 180, 255, 0.3), rgba(190, 220, 255, 0.3), rgba(255, 200, 200, 0.3));
    border-radius: 35px;
    pointer-events: none;
}

body.single-treatment section.inner-page-banner img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 35px;
}

body.single-treatment section.inner-page-banner .inner-page-banner-inner {
    position: relative;
}

/* Entry Header in Banner */
body.single-treatment section.inner-page-banner header.entry-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
    min-width: 300px;
    max-width: 90vw;
    word-break: break-word;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

body.single-treatment section.inner-page-banner header.entry-header h1.entry-title {
    font-weight: normal;
    font-size: 32px;
    margin: 0;
    line-height: 1.3;
}

/* Entry Meta - Date, Author, Category */
body.single-treatment section.inner-page-banner .entry-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    font-size: 1rem;
}

body.single-treatment section.inner-page-banner span.cat-links,
body.single-treatment section.inner-page-banner span.posted-on,
body.single-treatment section.inner-page-banner span.byline {
    font-family: 'Literata', serif;
    font-style: italic;
    color: #d82517;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 5px;
}

body.single-treatment section.inner-page-banner span.cat-links a,
body.single-treatment section.inner-page-banner span.posted-on a,
body.single-treatment section.inner-page-banner span.byline a {
    text-decoration: none;
    color: #d82517;
    font-weight: normal;
    font-size: 16px;
    padding-left: 5px;
}

body.single-treatment section.inner-page-banner span.posted-on i,
body.single-treatment section.inner-page-banner span.byline i {
    font-weight: 700;
}

/* Services Box (Sidebar) */
body.single-treatment .services-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    width: 100%;
    box-sizing: border-box;
}

body.single-treatment .services-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.single-treatment .services-box ul li {
    margin: 14px 0;
}

body.single-treatment .services-box ul li a {
    text-decoration: none;
    color: #d82517;
    padding: 12px 30px;
    display: block;
    border-radius: 35px;
    transition: background 0.3s ease, color 0.3s ease;
    border: 1px solid #d8251747;
}

body.single-treatment .services-box ul li a.active,
body.single-treatment .services-box ul li a:hover {
    background: #d82517;
    color: #fff;
}

/* Section Title */
body.single-treatment h3.title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 20px;
}

body.single-treatment h3.title span {
    color: #d82517;
    font-style: italic;
}

/* CTA Section */
.treatmen-cta.container {
    max-width: 1280px;
    margin: 100px auto;
    background: #d82517;
    color: #fff;
    border-radius: 18px;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.treatmen-cta.container .content {
    width: 70%;
}

.treatmen-cta.container .content h3 {
    font-size: 32px;
    margin: 0 0 10px;
}

.treatmen-cta.container .content p strong {
    font-style: italic;
    font-size: 20px;
    font-family: 'Literata', serif;
}

.treatmen-cta.container a {
    background: #fff;
    color: #ca2316;
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 35px;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-block;
}

.treatmen-cta.container a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Responsive Adjustments
======================================== */

@media (max-width: 1024px) {
    article.type-treatment .entry-content {
        gap: 20px;
        padding: 40px 20px;
    }


    .treatmen-cta.container {
        padding: 30px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .treatmen-cta.container .content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.single-treatment section.inner-page-banner {
        padding: 0 15px 20px;
    }

    body.single-treatment section.inner-page-banner header.entry-header {
        padding: 20px;
        min-width: auto;
        max-width: 95vw;
    }

    body.single-treatment section.inner-page-banner header.entry-header h1.entry-title {
        font-size: 26px;
    }

    body.single-treatment section.inner-page-banner .entry-meta {
        gap: 15px;
        font-size: 0.95rem;
    }


    article.type-treatment .entry-content {
        flex-direction: column;
        gap: 30px;
    }

    article.type-treatment .sticky-aside {
        position: static;
        max-height: none;
        width: auto;
    }

    .treatmen-cta.container {
        margin: 60px auto;
        padding: 30px 20px;
    }

    .treatmen-cta.container .content h3 {
        font-size: 26px;
    }

    .treatmen-cta.container .content p strong {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    body.single-treatment section.inner-page-banner header.entry-header h1.entry-title {
        font-size: 22px;
    }

    .treatmen-cta.container {
        padding: 20px;
    }

    .treatmen-cta.container a {
        padding: 16px 24px;
        font-size: 1rem;
    }

    body.single-treatment .services-box ul li a {
        padding: 10px 20px;
        font-size: 15px;
    }

    body.single-treatment h3.title {
        font-size: 20px;
    }
}


/* ========================================
   Responsive: Remove sticky & reorder below 991px
======================================== */

@media (max-width: 991px) {
    /* Remove sticky behavior */
    article.type-treatment .sticky-aside {
        position: static; /* disables sticky */
        top: auto;
        max-height: none;
    }

    /* Reorder layout: aside first, then main */
    article.type-treatment .entry-content {
        flex-direction: column;
        gap: 30px;
    }

    /* Optional: visually emphasize the aside when on top */
    article.type-treatment .sticky-aside {
        order: -1; /* ensures it comes first in DOM flow */
    }
}   

.wpcf7-spinner {
    display: none;
}