/*!
Theme Name: ParseClinic
Author: ashia orouji
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: ParseClinic
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.

ParseClinic 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.
 */
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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 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;
}

/* 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 {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: 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-right: auto;
	margin-left: 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;
	right: 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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






















































/* Reset و تنظیمات پایه */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IRANSans', 'Vazir', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    direction: rtl;
    text-align: right;
}

/* متغیرهای رنگی */
:root {
    --primary-color: #2c5aa0;
    --secondary-color: #f8f9fa;
    --accent-color: #00d4aa;
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #2c5aa0 0%, #00d4aa 100%);
}

/* Container کلی */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-around;

}

.col {
    padding: 0 15px;
}








/* Top Bar */
.top-bar {
    background: var(--text-dark);
    color: var(--white);
    padding: 8px 0;
    font-size: 14px;
}

.top-bar .row {
    align-items: center;
}

.contact-info span {
    margin-left: 20px;
}

.contact-info i {
    margin-left: 8px;
    color: var(--accent-color);
}

.contact-info{
    justify-content: space-around;
    display: flex;
}
.top-social {
    text-align: left;
    display: flex;
    justify-content: space-around;
}

.social-link {
    color: var(--white);
    margin-left: 10px;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: var(--accent-color);
}

/* Header اصلی */
.main-header {
    background: var(--white);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
}

.logo img {
    max-height: 60px;
}

/* Navigation */
.nav-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

/* دکمه CTA */
.btn {
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: var(--gradient);
    color: var(--white);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    flex-direction: column;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    margin: 3px 0;
    transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex;
    }
    
    .main-nav {
        display: none;
    }
    
    .header-cta {
        display: none;
    }
    
    .top-bar .contact-info span {
        margin-left: 10px;
        font-size: 12px;
    }
}

/* Grid System */
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-lg-2 { flex: 0 0 16.67%; max-width: 16.67%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }

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

@media (max-width: 768px) {
    .col-lg-3, .col-lg-7, .col-lg-2, .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}












/* Footer Styles */
.main-footer {
    background: var(--text-dark);
    color: var(--white);
    margin-top: auto;
}

.footer-top {
    padding: 60px 0 40px;
}

.footer-widget h4,
.footer-widget h5 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.footer-widget h4::after,
.footer-widget h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: var(--accent-color);
}

.footer-widget p {
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* اطلاعات تماس */
.contact-details {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #bdc3c7;
}

.contact-item i {
    color: var(--accent-color);
    margin-left: 15px;
    width: 20px;
    text-align: center;
}

/* منوی فوتر */
.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.footer-menu a:hover {
    color: var(--accent-color);
    padding-right: 5px;
}

/* ساعات کاری */
.working-hours {
    margin-bottom: 30px;
}

.time-slot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #bdc3c7;
    padding: 8px 0;
    border-bottom: 1px solid #34495e;
}

.time-slot span:first-child {
    font-weight: 500;
}

.time-slot span:last-child {
    color: var(--accent-color);
}

/* شبکه‌های اجتماعی */
.footer-social {
    margin-bottom: 30px;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;
}

.social-link.telegram {
    background: #0088cc;
    color: white;
}

.social-link.whatsapp {
    background: #25D366;
    color: white;
}

.social-link.youtube {
    background: #FF0000;
    color: white;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* فرم خبرنامه */
.newsletter-form {
    display: flex;
    margin-top: 15px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 25px 0 0 25px;
    background: #34495e;
    color: var(--white);
    outline: none;
}

.newsletter-form input::placeholder {
    color: #bdc3c7;
}

.newsletter-form button {
    padding: 12px 20px;
    border: none;
    border-radius: 0 25px 25px 0;
    background: var(--accent-color);
    color: var(--white);
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #00b894;
}

/* Footer Bottom */
.footer-bottom {
    background: #1a252f;
    padding: 20px 0;
    border-top: 1px solid #34495e;
}

.copyright {
    color: #bdc3c7;
    font-size: 14px;
}

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

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-color);
}

/* دکمه بازگشت به بالا */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient);
    border: none;
    color: var(--white);
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(44, 90, 160, 0.3);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44, 90, 160, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        padding: 40px 0 30px;
    }
    
    .footer-widget {
        margin-bottom: 40px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-links {
        text-align: center;
        margin-top: 15px;
    }
    
    .footer-links a {
        display: block;
        margin: 10px 0;
    }
    
    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }
    
    .newsletter-form input,
    .newsletter-form button {
        border-radius: 25px;
    }
}

/* اضافی برای Grid */
.col-lg-4 { flex: 0 0 33.33%; max-width: 33.33%; }

@media (max-width: 768px) {
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}









/* ========== HOME PAGE STYLES ========== */

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.7), rgba(205, 133, 63, 0.5));
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.hero-subtitle {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    color: var(--accent-color);
    letter-spacing: 1px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-title span {
    color: var(--accent-color);
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.hero-prev,
.hero-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.hero-prev:hover,
.hero-next:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: var(--accent-color);
    color: var(--accent-color);
}

.hero-prev {
    right: 20px;
}

.hero-next {
    left: 20px;
}

.hero-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

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

/* Features Section */
.features-section {
    padding: 80px 0;
    background: #f8f9fa;
}
.card-pading{
    padding: 10px;
}
.feature-card {
    text-align: center;
    padding: 40px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

.feature-card h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.feature-card p {
    color: var(--text-muted);
    line-height: 1.6;
}

/* About Section */
.about-section {
    padding: 100px 0;
}

.about-content {
    padding-right: 40px;
}

.about-stats {
    display: flex;
    gap: 30px;
    margin: 30px 0 40px;
    flex-wrap: wrap;
}

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

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.about-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Services Section */
.services-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(139, 69, 19, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-link {
    background: white;
    color: var(--primary-color);
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-link:hover {
    background: var(--accent-color);
    color: white;
}

.service-content {
    padding: 25px;
}

.service-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.service-content p {
    color: var(--text-muted);
    margin-bottom: 15px;
    line-height: 1.6;
}

.service-price {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.services-cta {
    text-align: center;
    margin-top: 50px;
}

/* Gallery Section */
.gallery-section {
    padding: 100px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay h5 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.testimonials-section .section-title {
    color: white;
}

.testimonials-section .section-subtitle {
    color: var(--accent-color);
}

.testimonials-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-behavior: smooth;
}

.testimonial-item {
    min-width: 400px;
    flex: 0 0 auto;
}

.testimonial-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-stars {
    margin-bottom: 20px;
}

.testimonial-stars i {
    color: var(--accent-color);
    margin: 0 2px;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h5 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.author-info span {
    color: var(--accent-color);
    font-size: 0.9rem;
}

/* Blog Section */

.row-blog{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.blog-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-image {
    margin: 15px 10px;
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-date {
    display: inline-block;
    margin: 10px 0px;
    background: var(--primary-color);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.blog-content {
    padding: 25px;
}

.blog-content h4 {
    margin-bottom: 10px;
}

.blog-content h4 a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-content h4 a:hover {
    color: var(--primary-color);
}

.blog-content p {
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.read-more:hover {
    color: var(--secondary-color);
}

.read-more::after {
    content: '←';
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: translateX(-3px);
}

.blog-cta {
    text-align: center;
    margin-top: 50px;
}

/* Appointment Section */
.appointment-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.appointment-content {
    padding-left: 40px;
}

.appointment-features {
    margin-top: 30px;
}

.appointment-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.appointment-feature i {
    color: var(--primary-color);
    width: 20px;
}

.appointment-form {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-group select {
    cursor: pointer;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .appointment-content {
        padding-left: 0;
        margin-bottom: 40px;
    }
    
    .about-stats {
        justify-content: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonials-slider {
        padding: 0 20px;
    }
    
    .testimonial-item {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 70vh;
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .features-section,
    .about-section,
    .services-section,
    .gallery-section,
    .testimonials-section,
    .blog-section,
    .appointment-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .feature-card,
    .service-card,
    .blog-card {
        margin-bottom: 20px;
    }
    
    .about-buttons,
    .hero-buttons {
        justify-content: center;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .testimonial-item {
        min-width: 280px;
    }
    
    .testimonial-content {
        padding: 30px 20px;
    }
    
    .appointment-form {
        padding: 30px 20px;
    }
    
    .stat-item {
        flex: 1;
        min-width: 100px;
    }
}

@media (max-width: 576px) {
    .hero-nav button {
        display: none;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .about-stats {
        gap: 15px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .testimonials-slider {
        padding: 0 10px;
    }
    
    .testimonial-item {
        min-width: 250px;
    }
}
















/* ========== ADDITIONAL FORM & ANIMATION STYLES ========== */

/* Form Field Focus Animation */
.form-group {
    position: relative;
}

.form-group.focused label {
    transform: translateY(-25px) scale(0.8);
    color: var(--primary-color);
}

.form-group label {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 0.3s ease;
    pointer-events: none;
    color: var(--text-muted);
}

/* Testimonials Slider Styles */
.testimonials-slider.active {
    cursor: grabbing;
}

.testimonials-slider {
    cursor: grab;
}

/* Animation delays for staggered effect */
.feature-card:nth-child(1) { transition-delay: 0.1s; }
.feature-card:nth-child(2) { transition-delay: 0.2s; }
.feature-card:nth-child(3) { transition-delay: 0.3s; }
.feature-card:nth-child(4) { transition-delay: 0.4s; }

.service-card:nth-child(1) { transition-delay: 0.1s; }
.service-card:nth-child(2) { transition-delay: 0.2s; }
.service-card:nth-child(3) { transition-delay: 0.3s; }
.service-card:nth-child(4) { transition-delay: 0.1s; }
.service-card:nth-child(5) { transition-delay: 0.2s; }
.service-card:nth-child(6) { transition-delay: 0.3s; }

/* Loading state for forms */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Smooth transitions for all interactive elements */
a, button, .card, .form-control {
    transition: all 0.3s ease;
}

/* Custom scrollbar for testimonials */
.testimonials-slider::-webkit-scrollbar {
    height: 8px;
}

.testimonials-slider::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.testimonials-slider::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 10px;
}

.testimonials-slider::-webkit-scrollbar-thumb:hover {
    background: #daa520;
}







/* دکمه تماس شناور */
.floating-contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.floating-contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.6);
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 20px rgba(255, 107, 107, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(255, 107, 107, 0.8), 0 0 0 10px rgba(255, 107, 107, 0.1);
    }
    100% {
        box-shadow: 0 4px 20px rgba(255, 107, 107, 0.4);
    }
}


/* مودال اطلاعات تماس */
.contact-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.contact-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.contact-modal {
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.8);
    transition: all 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.contact-modal-overlay.active .contact-modal {
    transform: scale(1);
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px 20px 0 0;
}

.modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.close-modal {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.2);
}

.modal-content {
    padding: 30px;
}

.contact-methods {
    margin-bottom: 25px;
}

.contact-method {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-method:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
}

.contact-method.phone:hover {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.1);
}

.contact-method.whatsapp:hover {
    border-color: #25d366;
    background: rgba(37, 211, 102, 0.1);
}

.contact-method.telegram:hover {
    border-color: #0088cc;
    background: rgba(0, 136, 204, 0.1);
}

.contact-method.email:hover {
    border-color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
}

.method-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-size: 18px;
    color: white;
}

.contact-method.phone .method-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.contact-method.whatsapp .method-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.contact-method.telegram .method-icon {
    background: linear-gradient(135deg, #0088cc, #005f8c);
}

.contact-method.email .method-icon {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.contact-method.address .method-icon {
    background: linear-gradient(135deg, #6f42c1, #5a2d91);
}

.contact-method.hours .method-icon {
    background: linear-gradient(135deg, #fd7e14, #e55100);
}

.method-info {
    flex: 1;
    text-align: right;
}

.method-title {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

.method-value {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.quick-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.quick-call-btn,
.quick-appointment-btn {
    flex: 1;
    padding: 15px 20px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.quick-call-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.quick-call-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
    text-decoration: none;
    color: white;
}

.quick-appointment-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.quick-appointment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    text-decoration: none;
    color: white;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .floating-contact-btn {
        width: 55px;
        height: 55px;
        font-size: 20px;
        bottom: 30px;
        right: 20px;
    }
    
    .contact-modal {
        width: 95%;
        margin: 10px;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-content {
        padding: 20px;
    }
    
    .contact-method {
        padding: 12px 15px;
    }
    
    .method-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .quick-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .floating-contact-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .modal-header h3 {
        font-size: 18px;
    }
    
    .method-value {
        font-size: 14px;
    }
}






















/* Doctors Section */
.doctors-section {
    padding: 100px 0;
    background: #ffffff;
}

.doctor-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.doctor-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.doctor-card:hover .doctor-image img {
    transform: scale(1.1);
}

.doctor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(139, 69, 19, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.doctor-card:hover .doctor-overlay {
    opacity: 1;
}

.doctor-social {
    display: flex;
    gap: 15px;
}

.doctor-social a {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.doctor-social a:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-5px);
}

.doctor-content {
    padding: 25px;
    text-align: center;
}

.doctor-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.doctor-specialty {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: rgba(139, 69, 19, 0.1);
    border-radius: 20px;
}

.doctor-description {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.doctor-content .btn {
    width: 100%;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.doctor-content .btn-outline {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.doctor-content .btn-outline:hover {
    background: var(--primary-color);
    color: white;
}

/* Responsive Design for Doctors Section */
@media (max-width: 992px) {
    .doctors-section {
        padding: 60px 0;
    }
    
    .doctor-image {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .doctor-image {
        height: 250px;
    }
    
    .doctor-content {
        padding: 20px;
    }
    
    .doctor-content h4 {
        font-size: 1.2rem;
    }
    
    .doctor-social a {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .doctor-card {
        margin-bottom: 20px;
    }
    
    .doctor-image {
        height: 220px;
    }
    
    .doctor-content {
        padding: 20px 15px;
    }
    
    .doctor-description {
        font-size: 0.9rem;
    }
    
    .doctor-social {
        gap: 10px;
    }
    
    .doctor-social a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
.doctor-license {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 12px 0;
    padding: 8px 15px;
    background: rgba(139, 69, 19, 0.05);
    border-radius: 20px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.doctor-license i {
    color: var(--primary-color);
    font-size: 1rem;
}

.doctor-license span {
    font-weight: 500;
}









/* ========================================
   404 Error Page Styles
======================================== */

.error-404-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f4f0 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.error-404-page::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.05) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

.error-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.error-animation {
    margin-bottom: 40px;
}

.error-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.error-number span {
    font-size: 150px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
    animation: bounce 2s ease-in-out infinite;
}

.error-number .four:first-child {
    animation-delay: 0s;
}

.error-number .zero {
    position: relative;
    color: var(--accent-color);
    animation-delay: 0.2s;
}

.error-number .zero i {
    font-size: 80px;
    animation: heartbeat 1.5s ease-in-out infinite;
}

.error-number .four:last-child {
    animation-delay: 0.4s;
}

.error-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.error-message {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.error-search {
    max-width: 500px;
    margin: 0 auto 40px;
}

.search-wrapper {
    position: relative;
    display: flex;
    background: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.search-field {
    flex: 1;
    padding: 18px 30px;
    border: none;
    font-size: 1rem;
    outline: none;
    font-family: inherit;
}

.search-submit {
    padding: 18px 35px;
    background: var(--primary-color);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-submit:hover {
    background: var(--primary-dark);
}

.search-submit i {
    font-size: 1.2rem;
}

.error-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.error-actions .btn {
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.error-actions .btn-primary {
    background: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
}

.error-actions .btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.3);
}

.error-actions .btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.error-actions .btn-outline:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.2);
}

.popular-links {
    max-width: 700px;
    margin: 0 auto;
}

.popular-links h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 25px;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.links-grid a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: white;
    border-radius: 15px;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.links-grid a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
}

.links-grid a i {
    font-size: 1.3rem;
    color: var(--accent-color);
}

/* Animations */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    25%, 75% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .error-number span {
        font-size: 120px;
    }
    
    .error-number .zero i {
        font-size: 60px;
    }
    
    .error-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .error-404-page {
        padding: 60px 0;
    }
    
    .error-number {
        gap: 10px;
    }
    
    .error-number span {
        font-size: 100px;
    }
    
    .error-number .zero i {
        font-size: 50px;
    }
    
    .error-title {
        font-size: 1.8rem;
    }
    
    .error-message {
        font-size: 1rem;
    }
    
    .error-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .error-actions .btn {
        width: 100%;
        justify-content: center;
    }
    
    .links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .error-number span {
        font-size: 80px;
    }
    
    .error-number .zero i {
        font-size: 40px;
    }
    
    .error-title {
        font-size: 1.5rem;
    }
    
    .search-field {
        padding: 15px 20px;
        font-size: 0.95rem;
    }
    
    .search-submit {
        padding: 15px 25px;
    }
    
    .links-grid {
        grid-template-columns: 1fr;
    }
    
    .links-grid a {
        padding: 12px 15px;
    }
}














/* ========================================
   Search Results Page Styles - Medical Theme
   با ترکیب رنگ‌های آبی، سبز فیروزه‌ای و صورتی
======================================== */

/* متغیرهای رنگی */
:root {
    --primary-color: #2c5aa0;
    --secondary-color: #f8f9fa;
    --accent-color: #00d4aa;
    --rose-gold: #C69A73;
    --soft-pink: #E7D2CD;
    --blush-pink: #DFAFAD;
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --white: #ffffff;
    --gradient: linear-gradient(135deg, #2c5aa0 0%, #00d4aa 100%);
    --pink-gradient: linear-gradient(135deg, #C69A73 0%, #DFAFAD 100%);
}

.search-results-page {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f8 50%, #E7D2CD 100%);
    min-height: 100vh;
}

/* Search Hero Section */
.search-hero {
    position: relative;
    background: var(--gradient);
    padding: 150px 0 100px;
    overflow: hidden;
}

.search-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 212, 170, 0.2) 0%, transparent 50%, rgba(198, 154, 115, 0.15) 100%);
    animation: pulse 15s ease-in-out infinite;
}

.search-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.search-title {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}

.search-title i {
    font-size: 2.5rem;
    animation: searchPulse 2s ease-in-out infinite;
    color: var(--accent-color);
}

.search-info {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.6;
}

.search-info.no-results {
    color: rgba(255, 255, 255, 0.9);
}

.results-count {
    font-weight: 700;
    color: var(--accent-color);
    font-size: 1.4rem;
    text-shadow: 0 2px 10px rgba(0, 212, 170, 0.5);
}

.search-query {
    font-weight: 600;
    color: var(--soft-pink);
    text-shadow: 0 2px 10px rgba(231, 210, 205, 0.5);
}

.search-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.search-input-group {
    display: flex;
    background: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(44, 90, 160, 0.3);
    border: 3px solid rgba(198, 154, 115, 0.3);
}

.search-field-large {
    flex: 1;
    padding: 20px 30px;
    border: none;
    font-size: 1.1rem;
    outline: none;
    font-family: inherit;
}

.search-field-large:focus {
    background: linear-gradient(to right, #fff 0%, #E7D2CD20 100%);
}

.search-button-large {
    padding: 20px 40px;
    background: var(--gradient);
    border: none;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.search-button-large:hover {
    background: linear-gradient(135deg, #1e4a8a, #00b894);
    box-shadow: 0 5px 20px rgba(198, 154, 115, 0.4);
    transform: translateY(-2px);
}

.search-button-large i {
    font-size: 1.2rem;
}

/* Search Content */
.search-content {
    padding: 100px 0;
}

/* Results Header */
.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.results-filter {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 15px 30px;
    background: white;
    border: 2px solid var(--rose-gold);
    border-radius: 10px;
    color: var(--text-dark);
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(198, 154, 115, 0.15);
}

.filter-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(198, 154, 115, 0.3);
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: linear-gradient(135deg, #fff 0%, #E7D2CD30 100%);
}

.filter-btn.active {
    background: var(--pink-gradient);
    color: white;
    border-color: var(--rose-gold);
    box-shadow: 0 10px 25px rgba(198, 154, 115, 0.4);
}

.filter-btn i {
    color: var(--accent-color);
    transition: color 0.3s ease;
}

.filter-btn.active i {
    color: white;
}

.sort-select {
    padding: 15px 25px;
    border: 2px solid var(--rose-gold);
    border-radius: 10px;
    background: white;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(198, 154, 115, 0.15);
}

.sort-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 10px 25px rgba(198, 154, 115, 0.3);
    background: linear-gradient(135deg, #fff 0%, #E7D2CD30 100%);
}

/* Results Grid */
.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.search-result-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(198, 154, 115, 0.15);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.search-result-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(198, 154, 115, 0.3);
    border-color: var(--rose-gold);
}

.result-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background: linear-gradient(135deg, #E7D2CD80, #DFAFAD60);
    border-bottom: 2px solid rgba(198, 154, 115, 0.3);
}

.result-type {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: var(--primary-color);
    font-weight: 600;
}

.result-type i {
    color: var(--rose-gold);
}

.result-date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.result-date i {
    color: var(--rose-gold);
}

.result-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.result-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(198, 154, 115, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-result-card:hover .result-thumbnail::after {
    opacity: 1;
}

.result-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-result-card:hover .result-thumbnail img {
    transform: scale(1.1);
}

.result-content {
    padding: 25px;
}

.result-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.result-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
    background: linear-gradient(135deg, var(--primary-color), var(--rose-gold));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 0% 100%;
    background-repeat: no-repeat;
}

.result-title a:hover {
    background-size: 100% 100%;
}

.result-excerpt {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 20px;
}

.result-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 2px solid rgba(198, 154, 115, 0.2);
    flex-wrap: wrap;
}

.result-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.result-meta i {
    color: var(--rose-gold);
}

.result-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    background: linear-gradient(135deg, #E7D2CD40, transparent);
    border-radius: 8px;
}

.result-link:hover {
    gap: 12px;
    color: var(--rose-gold);
    background: linear-gradient(135deg, #E7D2CD60, #DFAFAD40);
}

.result-link::after {
    content: '←';
    transition: transform 0.3s ease;
    color: var(--rose-gold);
}

.result-link:hover::after {
    transform: translateX(-3px);
}

/* Pagination */
.search-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.search-pagination ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-pagination li {
    list-style: none;
}

.search-pagination a,
.search-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 0 20px;
    background: white;
    border: 2px solid var(--rose-gold);
    border-radius: 10px;
    color: var(--text-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(198, 154, 115, 0.15);
}

.search-pagination a:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(198, 154, 115, 0.3);
    background: linear-gradient(135deg, #fff 0%, #E7D2CD30 100%);
}

.search-pagination .current {
    background: var(--pink-gradient);
    color: white;
    border-color: var(--rose-gold);
    box-shadow: 0 10px 25px rgba(198, 154, 115, 0.4);
}

/* No Results Section */
.no-results-section {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, white 0%, #E7D2CD20 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(198, 154, 115, 0.2);
    border: 3px solid rgba(198, 154, 115, 0.3);
}

.no-results-icon {
    font-size: 6rem;
    background: linear-gradient(135deg, var(--primary-color), var(--rose-gold));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    opacity: 0.7;
}

.no-results-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--text-dark), var(--rose-gold));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.no-results-section > p {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.suggestions {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: right;
    background: linear-gradient(135deg, #E7D2CD60, #DFAFAD40);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid rgba(198, 154, 115, 0.3);
}

.suggestions h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 25px;
    text-align: center;
}

.suggestion-list {
    list-style: none;
    padding: 0;
}

.suggestion-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    font-size: 1.1rem;
    color: var(--text-dark);
    line-height: 1.6;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.suggestion-list li:hover {
    background: white;
    transform: translateX(-5px);
}

.suggestion-list i {
    color: var(--rose-gold);
    font-size: 1.2rem;
}

.popular-searches {
    margin-bottom: 60px;
}

.popular-searches h3 {
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary-color), var(--rose-gold));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}

.search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.search-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: white;
    border: 2px solid var(--rose-gold);
    border-radius: 10px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(198, 154, 115, 0.15);
}

.search-tag:hover {
    background: var(--pink-gradient);
    color: white;
    border-color: var(--rose-gold);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(198, 154, 115, 0.4);
}

.search-tag i {
    color: var(--rose-gold);
    transition: color 0.3s ease;
}

.search-tag:hover i {
    color: white;
}

.quick-links-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(135deg, var(--primary-color), var(--rose-gold));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.quick-link-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 35px 25px;
    background: linear-gradient(135deg, white 0%, #E7D2CD20 100%);
    border: 2px solid var(--rose-gold);
    border-radius: 15px;
    text-decoration: none;
    color: var(--text-dark);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(198, 154, 115, 0.15);
}

.quick-link-card:hover {
    background: var(--pink-gradient);
    color: white;
    border-color: var(--rose-gold);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(198, 154, 115, 0.4);
}

.quick-link-card i {
    font-size: 2.5rem;
    color: var(--rose-gold);
    transition: all 0.3s ease;
}

.quick-link-card:hover i {
    color: white;
    transform: scale(1.2) rotate(10deg);
}

.quick-link-card span {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Animations */
@keyframes searchPulse {
    0%, 100% {
        transform: scale(1);
        color: var(--accent-color);
    }
    50% {
        transform: scale(1.2);
        color: var(--soft-pink);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .search-title {
        font-size: 2.5rem;
    }
    
    .search-content {
        padding: 60px 0;
    }
    
    .results-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
    .results-header {
        flex-direction: column;
        align-items: stretch;
    }
    
    .results-filter {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .search-hero {
        padding: 120px 0 80px;
    }
    
    .search-title {
        font-size: 2rem;
    }
    
    .search-title i {
        font-size: 1.8rem;
    }
    
    .search-info {
        font-size: 1.1rem;
    }
    
    .search-button-large span {
        display: none;
    }
    
    .search-content {
        padding: 60px 0;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .no-results-section {
        padding: 60px 30px;
    }
    
    .no-results-section h2 {
        font-size: 2rem;
    }
    
    .quick-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .filter-btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .search-hero {
        padding: 100px 0 60px;
    }
    
    .search-title {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .search-title i {
        font-size: 1.5rem;
    }
    
    .search-field-large {
        padding: 15px 20px;
        font-size: 1rem;
    }
    
    .search-button-large {
        padding: 15px 25px;
    }
    
    .results-count {
        font-size: 1.2rem;
    }
    
    .result-title {
        font-size: 1.2rem;
    }
    
    .no-results-icon {
        font-size: 4rem;
    }
    
    .no-results-section h2 {
        font-size: 1.6rem;
    }
    
    .quick-links-grid {
        grid-template-columns: 1fr;
    }
    
    .suggestions {
        padding: 20px;
    }
    
    .search-tags {
        gap: 10px;
    }
    
    .search-tag {
        padding: 12px 20px;
        font-size: 0.95rem;
    }
}
