@charset "UTF-8";
/*====================================
  Lilian 参考站风格版
  直接替换：css/skin/skin-1.css
  规则：只改颜色 / 渐变 / 边框 / 阴影 / 透明层
  不改布局 / 结构 / 尺寸 / 间距
=====================================*/

:root {
	/* Core palette */
	--theme-primary: #ef8fb4;
	--theme-primary-rgb: 239, 143, 180;
	--theme-primary-hover: #e77ca7;
	--theme-primary-strong: #d96d98;
	--theme-primary-strong-rgb: 217, 109, 152;
	--theme-primary-strong-hover: #cb5f8a;
	--theme-primary-soft: #f7d9e6;
	--theme-secondary: #e7a9c2;
	--theme-secondary-hover: #de95b4;
	--theme-brand-gold: #f3dfae;
	--theme-brand-gold-deep: #dec07a;
	--theme-white: #ffffff;
	--theme-rose-ivory: #fffafc;
	--theme-blush: #fff2f7;
	--theme-mist-pink: #fde7f0;
	--theme-link-gradient-start: #ef8fb4;
	--theme-link-gradient-end: #d96d98;

	/* Text */
	--theme-text-primary: #7c5667;
	--theme-text-secondary: #9a7486;
	--theme-text-accent: #e888ad;
	--theme-text-subtle: #c9a2b3;
	--theme-text-strong: #6a4758;

	/* Surface / border / shadow */
	--theme-bg-primary: #ef8fb4;
	--theme-bg-secondary: #d96d98;
	--theme-bg-surface: #fffbfd;
	--theme-bg-surface-alt: #fff3f8;
	--theme-bg-soft: #fde9f1;
	--theme-border-accent: #f2c9d9;
	--theme-border-soft: rgba(239, 143, 180, 0.24);
	--theme-shadow-color: rgba(226, 126, 166, 0.16);
	--theme-selection-bg: #f8dce7;
	--theme-selection-text: #7a4f62;
	--theme-overlay-primary: rgba(244, 176, 205, 0.42);
	--theme-timer-bg: rgba(234, 146, 181, 0.78);

	/* Gradients */
	--theme-grad-main: linear-gradient(135deg, #ef8fb4 0%, #f6bdd3 52%, #fff6fa 100%);
	--theme-grad-main-hover: linear-gradient(135deg, #e97fa9 0%, #f2aac4 52%, #fff1f7 100%);
	--theme-grad-header: linear-gradient(135deg, rgba(239, 143, 180, 0.95) 0%, rgba(247, 190, 211, 0.92) 52%, rgba(255, 241, 247, 0.88) 100%);
	--theme-grad-footer: linear-gradient(135deg, rgba(231, 125, 165, 0.96) 0%, rgba(244, 178, 204, 0.94) 55%, rgba(255, 237, 245, 0.90) 100%);
	--theme-grad-gold: linear-gradient(135deg, #fff8e6 0%, #f6e3b2 54%, #e5c679 100%);
	--theme-grad-panel: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 246, 250, 0.92) 100%);
	--theme-grad-overlay: linear-gradient(180deg, rgba(239, 150, 188, 0.46) 0%, rgba(255, 244, 248, 0.20) 100%);

	/* compatibility aliases */
	--color-primary: var(--theme-primary);
	--color-secondry: var(--theme-secondary);
	--color-hover: var(--theme-secondary-hover);
	--color-text-primary: var(--theme-text-primary);
	--color-text-secondry: var(--theme-text-secondary);
	--color-bg-primary: var(--theme-bg-primary);
	--color-bg-secondry: var(--theme-bg-secondary);
	--color-border-primary: var(--theme-border-accent);
	--color-shadow: var(--theme-shadow-color);
}

/*==============================
	Base atmosphere
==============================*/
body,
.page-wraper {
	background: linear-gradient(180deg, #fff9fc 0%, #fffdfd 34%, #fff4f8 100%);
	color: var(--theme-text-primary);
}

a {
	color: #d9769b;
}

a:hover,
a:focus,
a:active {
	color: var(--theme-primary-strong);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: var(--theme-text-primary);
}

.bg-white {
	background-color: var(--theme-bg-surface);
}

.bg-gray,
.bg-pink-light {
	background-color: var(--theme-bg-surface-alt);
}

::-moz-selection {
	color: var(--theme-selection-text);
	background: var(--theme-selection-bg);
}

::selection {
	color: var(--theme-selection-text);
	background: var(--theme-selection-bg);
}

/*==============================
	Primary background surfaces
==============================*/
.theme-bg,
.meet-ask-row:after,
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before,
.dlab-tilte-inner.skew-title:after,
.date-style-2 .post-date,
.date-style-3.skew-date .post-date,
.date-style-3.skew-date .post-date:before,
.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after,
.widget-title:after,
.btn,
.comments-area .comment-form p input[type="submit"],
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.footer-line:after,
.testimonial-1 .quote-left:before,
.testimonial-2 .quote-left:before,
.site-filters .active > [class*="btn"],
.list-num-count > li:before,
.date-style-4 .post-date strong,
.date-style-3 .post-date,
.date-style-2 .post-date,
.skew-angle:after,
.header-style-4.style-1 .header-nav .nav > li.active a:before,
.header-style-4.style-1 .header-nav .nav > li:hover > a:before,
.dlab-project-left:after,
.service-carousel .owl-prev,
.service-carousel .owl-next,
.about-us .dlab-tabs .nav-tabs li.active a,
.testimonial-text.bg-primary,
.owl-theme.dots-style-2 .owl-dots .owl-dot.active span,
.owl-btn-1.primary .owl-prev,
.owl-btn-1.primary .owl-next,
.owl-btn-2.primary .owl-prev,
.owl-btn-2.primary .owl-next,
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active span,
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover span,
.product-item-size .btn.active,
.ui-widget-header,
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span,
.owl-item.active.center .testimonial-text,
.icon-bx-wraper.hover:hover,
.portfolio-sep,
.portfolio-ic .dlab-img-overlay1:before,
.dlab-box-bg.active .icon-box-btn .btn,
.dlab-accordion.primary .acod-head a,
.side-bar .widget_tag_cloud a:hover,
.dlab-overlay-primary:after,
.dlab-overlay-primary:before,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar,
.site-footer .footer-top,
.menu-tabs .nav-tabs li a.active,
.menu-tabs .nav-tabs li a.active:hover,
.menu-tabs .nav-tabs li a.active:focus,
.menu-tabs .nav-tabs li a:hover {
	background-color: var(--theme-bg-primary);
}

/*==============================
	Primary interactive hover state
==============================*/
.btn:active,
.btn:hover,
.btn:focus,
.active > .btn,
.bg-primary-dark,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.sidenav .closebtn:hover,
.sidenav .closebtn:focus,
.owl-btn-1.primary .owl-prev:hover,
.owl-btn-1.primary .owl-next:hover,
.owl-btn-2.primary .owl-prev:hover,
.owl-btn-2.primary .owl-next:hover {
	background-color: var(--theme-primary-hover);
}

.about-us .dlab-tabs .nav-tabs li.active {
	border-right: 4px solid #f5d2e0;
}

/*==============================
	Overlay / timer accent
==============================*/
.dlab-info-has.bg-primary,
.dlab-info-has.bg-secondry:hover,
.tp-bannertimer.tp-bottom {
	background-color: var(--theme-timer-bg);
}

/*==============================
	Primary text color
==============================*/
a,
.text-primary,
.primary li:before,
.breadcrumb-row ul li a,
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a .header-nav .nav > li .sub-menu li a:hover,
.header-nav .nav > li:hover > a,
.header-nav .nav > li .mega-menu > li ul a:hover,
.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .sub-menu li:hover > a,
.nav-dark.header-nav .nav > li .mega-menu > li ul a:hover,
blockquote:before,
ol.comment-list li.comment .reply a,
footer a:active,
footer a:focus,
footer a:hover,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a,
button.scroltop,
.testimonial-1 .testimonial-position,
.testimonial-4 .testimonial-name:after,
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position,
.testimonial-3 .quote-left:before,
.acod-head a:after,
.acod-head a,
.acod-head a:hover,
.acod-head a.collapsed:hover,
.dlab-tabs .nav-tabs > li > a i,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.btn.outline,
.btn-link:hover,
.item-info-in ul li a:hover,
.dlab-post-meta.text-primary i,
.dlab-post-meta.text-primary ul li,
.dlab-post-meta.text-primary ul li a,
.dlab-post-meta i,
.comments-area p:before,
.about-8-service .icon-bx-wraper:hover a,
.header-nav .nav > li > a.nav-link.active {
	color: var(--theme-text-accent);
}

.text-primary {
	color: var(--theme-text-accent) !important;
}

/*==============================
	Primary border color
==============================*/
.navbar-toggle,
.testimonial-4 .testimonial-pic,
.testimonial-4:after,
.testimonial-4 [class*="quote-"],
button.scroltop,
.widget_gallery li:hover,
.owl-slider-banner .owl-theme .owl-dots .owl-dot.active,
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
input[type="checkbox"]:checked + label:before,
input[type="checkbox"] + label:hover:before,
input[type="radio"] + label:hover:before,
.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover,
.side-bar .widget_tag_cloud a:hover,
.contact-form .form-control:hover,
.contact-form .form-control:focus,
.appointment-form .form-control:hover,
.appointment-form .form-control:focus,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: var(--theme-border-accent);
}

.owl-item.active.center .testimonial-8 .testimonial-text:after {
	border-top: 25px solid var(--theme-primary-strong);
}

.dlab-tabs.border-top .nav-tabs > li.active > a {
	border-top-color: var(--theme-primary-strong);
}

/*==============================
	Secondary background color
==============================*/
.bg-secondry,
.site-footer .footer-social li a:hover,
.site-filters.center [class*="btn"].active,
.sidenav .closebtn {
	background-color: var(--theme-bg-secondary);
}

/*==============================
	Secondary text color
==============================*/
.text-secondry,
.dlab-bnr-inr .sub-title {
	color: var(--theme-text-subtle);
}

/*==============================
	Primary image overlay tint
==============================*/
.primary.dlab-img-overlay1:before,
.primary.dlab-img-overlay1:after,
.primary.dlab-img-overlay2:before,
.primary.dlab-img-overlay2:after,
.primary.dlab-img-overlay3:before,
.primary.dlab-img-overlay3:after,
.primary.dlab-img-overlay4:before,
.primary.dlab-img-overlay4:after,
.primary.dlab-img-overlay5:before,
.primary.dlab-img-overlay5:after,
.primary.dlab-img-overlay6:before,
.primary.dlab-img-overlay6:after,
.primary.dlab-img-overlay7:before,
.primary.dlab-img-overlay7:after,
.primary.dlab-img-overlay8:before,
.primary.dlab-img-overlay8:after,
.primary.dlab-img-overlay9:before,
.primary.dlab-img-overlay9:after,
.primary.dlab-img-overlay11:before,
.primary.dlab-img-overlay11:after,
.primary.dlab-img-overlay12:before,
.primary.dlab-img-overlay12:after {
	background-color: var(--theme-overlay-primary);
}

/*====================================
	Site-specific pink / milk / rose overrides
=====================================*/

/* Header */
.header.gradient,
.header.gradient .main-bar,
.header.gradient .top-bar {
	background-image: var(--theme-grad-header);
}

.header.gradient .main-bar {
	box-shadow: 0 12px 30px rgba(226, 126, 166, 0.16);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.header.gradient .header-nav .nav > li > a,
.header.gradient .extra-nav .btn-link,
.header.gradient .navbar-toggler,
.header.gradient .top-bar {
	color: #ffffff;
}

.header.gradient .navbar-toggler span,
.navicon span {
	background-color: #ffffff;
}

/* Mobile / full-page side nav */
.one-page-layout .sidenav.full-page {
	background-image: linear-gradient(306deg, rgba(236, 141, 179, 0.96) 0%, rgba(247, 191, 212, 0.94) 48%, rgba(255, 242, 247, 0.92) 100%);
}

.one-page-layout .sidenav.full-page .logo-header a,
.one-page-layout .sidenav.full-page .footer-menu {
	border-color: rgba(255, 255, 255, 0.32);
}

.one-page-layout .sidenav.full-page .nav > li > a,
.one-page-layout .sidenav.full-page .footer-social li,
.one-page-layout .sidenav.full-page .copyright,
.one-page-layout .sidenav.full-page .copyright-text {
	color: #ffffff;
}

.one-page-layout .sidenav.full-page .nav li .sub-menu {
	background: rgba(255, 255, 255, 0.12);
}

.one-page-layout .sidenav.full-page .nav > li.open > a,
.one-page-layout .sidenav.full-page .nav > li.active > a,
.one-page-layout .sidenav.full-page .nav > li:hover > a {
	background: rgba(255, 255, 255, 0.18);
}

.one-page-layout .sidenav.full-page .footer-social li a {
	background: rgba(255, 255, 255, 0.20);
}

.one-page-layout .sidenav.full-page .footer-social li a:hover {
	background-color: #ffffff;
	color: var(--theme-secondary);
}

/* Hero */
.main-slider .slide .content {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 248, 251, 0.74) 100%);
	border: 1px solid rgba(255, 255, 255, 0.52);
	box-shadow: 0 18px 42px rgba(221, 122, 164, 0.14);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.main-slider .title {
	color: #ffffff;
	text-shadow:
		0 0 10px rgba(255, 255, 255, 0.88),
		0 0 22px rgba(247, 172, 202, 0.78),
		0 4px 18px rgba(230, 121, 162, 0.34);
}

.main-slider .sub-title {
	color: #f4c8d9;
}

.main-slider .content span {
	color: #fff8fb;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.74);
}

.main-slider .owl-next,
.main-slider .owl-prev {
	background: rgba(239, 143, 180, 0.40);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.main-slider .owl-next:hover,
.main-slider .owl-prev:hover {
	background: rgba(255, 255, 255, 0.92);
	color: var(--theme-text-primary);
}

/* Buttons */
.btn,
.comments-area .comment-form p input[type="submit"] {
	background-image: var(--theme-grad-main);
	box-shadow: 0 10px 24px rgba(226, 126, 166, 0.18);
	color: #ffffff;
}

.btn:active,
.btn:hover,
.btn:focus,
.active > .btn,
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus {
	background-image: var(--theme-grad-main-hover);
	color: #ffffff;
}

.btn.white {
	background: rgba(255, 255, 255, 0.94);
	color: var(--theme-primary-strong);
}

.btn.white:hover,
.btn.white:focus {
	background: #ffffff;
	color: var(--theme-primary-strong-hover);
}

/* Section titles */
.section-head .main-title,
.text-primary {
	color: var(--theme-text-accent) !important;
}

.section-head .title,
.blog-post .post-title,
.about-area .about-content .title,
.menu-box h4,
.menu-list li .title,
.dlab-gallery-box .dlab-info .title,
.site-footer .copyright,
.site-footer .copyright-text {
	color: var(--theme-text-primary);
}

.section-head .main-title {
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.72);
}

.section-head:after,
.section-head .title:after {
	border-color: rgba(243, 201, 217, 0.72);
}

/* Cards / panels */
.about-area .about-content,
.about-content,
.menu-box,
.blog-post.blog-rounded,
.dlab-gallery-box .dlab-info,
.contact-form-box,
.appointment-form,
.author-box.blog-user,
.ow-entry-content,
.ow-post-info,
.ow-event-info {
	background: var(--theme-grad-panel);
	border: 1px solid rgba(242, 201, 217, 0.56);
	box-shadow: 0 12px 30px rgba(226, 126, 166, 0.10);
}

.blog-post.blog-rounded .dlab-info {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 247, 251, 0.94) 100%);
}

.about-area .about-content p,
.about-content p,
.blog-post .dlab-post-text p,
.menu-list li .description,
.dlab-post-meta ul li,
.ow-entry-text p,
.ow-event-text p {
	color: var(--theme-text-secondary);
}

/* About image side title */
.about-img:after {
	background: linear-gradient(180deg, rgba(247, 212, 225, 0.42) 0%, rgba(239, 166, 195, 0.22) 100%);
	color: rgba(216, 109, 152, 0.34);
}

/* Menu / pricing */
.menu-tabs .nav-tabs li a {
	background: rgba(255, 255, 255, 0.84);
	color: #9b7686;
	border-color: rgba(242, 201, 217, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.menu-tabs .nav-tabs li:first-child a {
	border-left-color: rgba(242, 201, 217, 0.72) !important;
}

.menu-tabs .nav-tabs li a.active,
.menu-tabs .nav-tabs li a.active:hover,
.menu-tabs .nav-tabs li a.active:focus,
.menu-tabs .nav-tabs li a:hover {
	background-image: var(--theme-grad-main);
	border-color: rgba(239, 143, 180, 0.64);
	color: #ffffff;
}

.menu-box {
	border-color: rgba(242, 201, 217, 0.56);
}

.menu-box h4 {
	background: var(--theme-grad-gold);
	border-color: #f0dba8;
	box-shadow: 0 8px 18px rgba(222, 192, 122, 0.16);
	color: #9f7a2a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
}

.menu-list li {
	border-bottom-color: rgba(242, 201, 217, 0.62);
}

.menu-list li .description {
	color: #b08b9b;
}

.menu-list li .price {
	color: var(--theme-primary-strong);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

/* Tabs / accordion */
.dlab-tabs .nav-tabs > li > a {
	color: #9b7686;
	background: rgba(255, 255, 255, 0.82);
	border-color: rgba(242, 201, 217, 0.56);
}

.dlab-tabs .nav-tabs > li > a.active,
.dlab-tabs .nav-tabs > li > a.active:focus,
.dlab-tabs .nav-tabs > li > a.active:hover {
	background: #ffffff;
	border-color: rgba(242, 201, 217, 0.72);
}

.acod-head a {
	border-color: rgba(242, 201, 217, 0.76);
	color: var(--theme-text-accent);
}

.acod-head a.collapsed,
.acod-head a.collapsed:after {
	color: var(--theme-text-primary);
}

.acod-body {
	border-left-color: rgba(242, 201, 217, 0.60);
	border-right-color: rgba(242, 201, 217, 0.60);
	border-bottom-color: rgba(242, 201, 217, 0.60);
}

/* Forms */
.contact-form .form-control,
.appointment-form .form-control,
.contact-form .btn.dropdown-toggle,
.bootstrap-select .dropdown-toggle,
.form-control {
	background-color: rgba(255, 255, 255, 0.88);
	color: #8d6d7d;
	border-color: #f1d3df;
	box-shadow: none;
}

.contact-form .btn.dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:hover {
	border-color: #ecb8cb !important;
}

.contact-form .btn.dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:focus,
.form-control:focus {
	border-color: #e88bb0 !important;
	box-shadow: 0 0 0 3px rgba(239, 143, 180, 0.12) !important;
}

.contact-form-box .contact-info:after {
	background: linear-gradient(180deg, rgba(239, 143, 180, 0.88) 0%, rgba(247, 190, 211, 0.88) 100%);
	opacity: 1;
}

/* Gallery */
.dlab-gallery-box .icon-bx-xs {
	background-color: rgba(255, 255, 255, 0.94);
	color: var(--theme-secondary);
	box-shadow: 0 8px 18px rgba(226, 126, 166, 0.14);
}

.dlab-gallery-box .dlab-info .sub-title {
	color: var(--theme-text-accent);
}

/* Overlay sections */
.overlay-black-middle:after {
	background: var(--theme-grad-overlay);
	opacity: 1;
}

.overlay-black-light:after {
	background: linear-gradient(180deg, rgba(245, 198, 216, 0.28) 0%, rgba(255, 247, 251, 0.10) 100%);
	opacity: 1;
}

/* Blog meta / lines */
.dlab-post-tags,
.dlab-post-meta,
.post-navigation,
.comment-respond,
ol.comment-list li.comment .comment-body {
	border-color: rgba(242, 201, 217, 0.62);
}

.dlab-post-tags .post-tags a,
.widget_tag_cloud a {
	color: #d9789d;
	border-color: rgba(239, 143, 180, 0.24);
	background: rgba(255, 255, 255, 0.76);
}

.dlab-post-tags .post-tags a:hover,
.widget_tag_cloud a:hover {
	color: #ffffff;
	background: var(--theme-grad-main);
}

/* Footer */
.site-footer .footer-top {
	background-image: var(--theme-grad-footer);
}

.site-footer .footer-social li a {
	background-color: rgba(255, 255, 255, 0.24);
}

.site-footer .footer-social li a:hover {
	background-color: #ffffff;
	color: var(--theme-secondary);
}

.footer-bottom,
.site-footer .footer-bottom,
.site-footer .footer-top .copyright,
.site-footer .footer-top .copyright-text,
.site-footer .footer-top .footer-social li,
.site-footer .footer-top .footer-social li a {
	color: #fffafc;
}

.site-footer .footer-bottom-in,
.site-footer .footer-top,
.footer-bottom {
	border-color: rgba(255, 255, 255, 0.16);
}

/* Mobile fixed bottom nav */
.footerFixedBtn ul,
.footerFixedBtn li a {
	background-image: var(--theme-grad-footer);
	background-color: var(--theme-bg-secondary);
}

.footerFixedBtn li a {
	border-left-color: rgba(255, 255, 255, 0.24);
	color: #ffffff;
}

.footerFixedBtn .footerFixesInfo {
	background: rgba(210, 102, 145, 0.92);
}

.footerFixedBtn .footerFixesInfo p,
.footerFixedBtn .footerFixesInfo .label {
	color: #ffffff;
}

#page-top:after {
	background: linear-gradient(180deg, rgba(239, 143, 180, 0) 0%, rgba(231, 124, 165, 0.42) 100%);
}

/* Page top button */
button.scroltop {
	background-image: var(--theme-grad-main);
	box-shadow: 0 10px 24px rgba(226, 126, 166, 0.18);
	color: #ffffff !important;
}

/* Owl / dots */
.owl-theme .owl-dots .owl-dot span {
	background: #f2d7e1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--theme-primary);
}

.owl-prev,
.owl-next {
	background-color: rgba(255, 255, 255, 0.95);
	border-color: rgba(255, 255, 255, 0.95);
	color: var(--theme-text-primary);
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #ffffff;
	border-color: #eeb7cb;
	color: var(--theme-primary-strong);
}

/* Testimonial / quote */
.testimonial-4,
.testimonial-8 .testimonial-text,
.testimonial-9 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 245, 249, 0.94) 100%);
	border-color: rgba(242, 201, 217, 0.62);
	box-shadow: 0 12px 30px rgba(226, 126, 166, 0.10);
}

.testimonial-2 .quote-left:before,
.testimonial-1 .quote-left:before {
	background: var(--theme-grad-main);
	color: #ffffff;
}

/* Misc */
.widget-bx,
.pricingtable-wrapper.style1,
.pricingtable-wrapper.style2,
.product-item .dlab-box,
.product-item .dlab-info {
	border-color: rgba(242, 201, 217, 0.56);
	box-shadow: 0 10px 28px rgba(226, 126, 166, 0.08);
}

.pricingtable-price,
.pricingtable-title,
.pricingtable-footer,
.pricingtable-features {
	background-color: rgba(255, 255, 255, 0.94);
	border-color: rgba(242, 201, 217, 0.60);
}

blockquote {
	border-left-color: var(--theme-primary);
	background: rgba(255, 255, 255, 0.92);
}

.sort-title h4:after,
.sort-title h4:before,
.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
	background: rgba(239, 143, 180, 0.26);
}

.top-bar.bg-light {
	background-color: #f2b8cd;
	color: #ffffff;
}

/* Slight gold accent where needed */
.main-slider .btn,
.menu-box h4,
.pricingtable-highlight .pricingtable-price,
.pricingtable-highlight .pricingtable-footer {
	background-image: var(--theme-grad-gold);
}

.main-slider .btn,
.pricingtable-highlight .pricingtable-price,
.pricingtable-highlight .pricingtable-footer {
	color: #9f7a2a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.70);
}

.main-slider .btn:hover,
.main-slider .btn:focus {
	background: linear-gradient(135deg, #fff3d4 0%, #efd79a 52%, #dfbf70 100%);
	color: #926d22;
}

/* Mobile refinements */
@media only screen and (max-width: 991px) {
	.footerFixedBtn ul,
	.footerFixedBtn li a {
		background-image: var(--theme-grad-footer);
	}

	.nav-dark.header-nav .nav > li > a:hover,
	.nav-dark.header-nav .nav > li > a:active,
	.nav-dark.header-nav .nav > li > a:focus {
		color: var(--theme-primary-strong-hover);
	}
}

@media only screen and (max-width: 767px) {
	.header.gradient,
	.header.gradient .main-bar {
		background-image: linear-gradient(180deg, rgba(239, 143, 180, 0.95) 0%, rgba(247, 190, 211, 0.92) 100%);
	}

	.menu-tabs.style1 .nav-tabs a {
		background-color: rgba(233, 132, 171, 0.90);
		border-bottom-color: rgba(255, 255, 255, 0.18);
	}

	.site-footer .footer-top {
		background-image: var(--theme-grad-footer);
	}

	.main-slider .slide .content {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 246, 250, 0.46) 100%);
		border-color: rgba(255, 255, 255, 0.34);
		box-shadow: none;
	}
}

/*==================================================
TEXT CLARITY OVERRIDES
目的：只提高文字清晰度 / 对比度 / 可读性
限制：不改布局 / 结构 / 尺寸 / 间距
==================================================*/

/* 全站基础文字对比 */
body,
.page-wraper{
    color:#5d4852;
}
h1,
h2,
h3,
h4,
h5,
h6,
.section-head .title,
.menu-box h4,
.blog-post .post-title,
.blog-post .post-title a,
.about-area .about-content .title,
.about-content .title,
.footer-title,
.widget-title{
    color:#4c3741;
}
.section-head .main-title,
.text-primary{
    color:#c96f92 !important;
}
.about-area .about-content p,
.about-content p,
.blog-post .dlab-post-text p,
.menu-list li,
.menu-list li .description,
.menu-list li .item-left,
.menu-list li .item-right,
.dlab-post-meta ul li,
.ow-entry-text p,
.ow-event-text p,
.site-footer .copyright,
.site-footer .copyright-text{
    color:#68515c;
}

/* Hero 首屏文字：提升对比，不改布局 */
.main-slider .slide .content{
    background:linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,250,252,0.86) 100%);
    border:1px solid rgba(255,255,255,0.58);
    box-shadow:0 14px 34px rgba(221,122,164,0.14);
}
.main-slider .title{
    color:#523a45;
    text-shadow:0 1px 0 rgba(255,255,255,0.72);
}
.main-slider .sub-title,
.main-slider .content span{
    color:#6b505c;
    text-shadow:none;
}
.main-slider .btn{
    color:#9f7a2a !important;
    text-shadow:none;
    font-weight:600;
}

/* 新闻 / 介绍 / 料金标题 */
.about-content > h5.title,
.about-content > h4.title,
.menu-box h4,
.section-head .title,
.section-head .main-title,
.dlab-gallery-box .dlab-info .title,
.blog-post.blog-grid .post-folder,
.blog-post.blog-grid .post-title a{
    text-shadow:none;
}
.about-content > h5.title{
    color:#8e6475;
}
.about-content > h4.title,
.blog-post.blog-grid .post-title a{
    color:#4b3640;
}
.menu-box h4{
    color:#9f7a2a;
    text-shadow:0 1px 0 rgba(255,255,255,0.70);
}
.menu-list li .price{
    color:#be6789;
    text-shadow:none;
    font-weight:700;
}
.menu-list li .description{
    color:#8a6e79;
    font-weight:600;
}

/* Therapist / card 文字 */
.blog-post.blog-rounded .dlab-info{
    background:linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,247,251,0.95) 100%);
}
.dlab-post-meta .post-folder{
    color:#5a434e;
}
.blog-post .post-title a,
.dlab-info .post-title a{
    color:#4b3640;
}

/* 全屏菜单文字 */
.one-page-layout .sidenav.full-page .nav > li > a,
.one-page-layout .sidenav.full-page .footer-social li,
.one-page-layout .sidenav.full-page .copyright,
.one-page-layout .sidenav.full-page .copyright-text{
    color:#ffffff;
    text-shadow:none;
}
.one-page-layout .sidenav.full-page .nav > li.open > a,
.one-page-layout .sidenav.full-page .nav > li.active > a,
.one-page-layout .sidenav.full-page .nav > li:hover > a{
    background:rgba(255,255,255,0.20);
}

/* Footer / 固定底部 */
.site-footer .footer-top{
    background-image:var(--theme-grad-footer);
}
.site-footer .footer-top,
.site-footer .footer-bottom,
.site-footer .footer-top .copyright,
.site-footer .footer-top .copyright-text,
.site-footer .footer-top .footer-social li,
.site-footer .footer-top .footer-social li a{
    text-shadow:none;
}
.footerFixedBtn li a{
    color:#ffffff;
    text-shadow:none;
    font-weight:600;
}
.footerFixedBtn .footerFixesInfo p,
.footerFixedBtn .footerFixesInfo .label{
    color:#ffffff;
    text-shadow:none;
}

/* 表单 / 输入框 */
.contact-form .form-control,
.appointment-form .form-control,
.contact-form .btn.dropdown-toggle,
.bootstrap-select .dropdown-toggle,
.form-control{
    color:#5f4854;
}
.form-control::placeholder,
.searchform input[type="text"]::placeholder{
    color:#9f818d;
    opacity:1;
}

/* 深色覆盖区中的白字，避免发灰 */
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small{
    color:#fffdfd;
    text-shadow:none;
}

/* mobile */
@media only screen and (max-width: 767px){
    .main-slider .slide .content{
        background:linear-gradient(180deg, rgba(255,255,255,0.84) 0%, rgba(255,247,251,0.78) 100%);
        box-shadow:none;
    }
    .footerFixedBtn li a{
        font-size:13px;
    }
    .footerFixedBtn .footerFixesInfo p{
        font-size:11px;
    }
}
