/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 @import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--ancient-color: #1A1A1A;
	--secondary-color: #00A859;
	--description-color: #434343;
	--white-color: #ffffff;
	--light-desc-color: #a9a9a9;
	--highlight-color: #ffd700;
	--transition-global-3s: all 0.3s ease;
	--transition-global-6s: all 0.6s ease;
}
section.about-derma-more {
    overflow: unset !important;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

section.inner-content h1,
section.inner-content h2,
section.inner-content h3,
section.inner-content h4,
section.inner-content h5,
section.inner-content h6,
section.dermawin-products h1,
section.dermawin-products h2,
section.dermawin-products h3,
section.dermawin-products h4,
section.dermawin-products h5,
section.dermawin-products h6,
section.dermawin-single-product h1,
section.dermawin-single-product h2,
section.dermawin-single-product h3,
section.dermawin-single-product h4,
section.dermawin-single-product h5,
section.dermawin-single-product h6,
section.dermawin-products-category-archive h1,
section.dermawin-products-category-archive h2,
section.dermawin-products-category-archive h3,
section.dermawin-products-category-archive h4,
section.dermawin-products-category-archive h5,
section.dermawin-products-category-archive h6 {
	font-family: "Poppins", sans-serif !important;
}

p,
a,
span {
	font-family: "Poppins", sans-serif;
}

a {

	text-decoration: none;
}

/* container width */
@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 85% !important;
	}
}

/* global heading */
.main-heading {
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
}
section.wt-parallax {
    overflow: unset !important;
}
.highlight-heading {
	font-size: inherit;
	font-family: inherit;
}

.big-font-size {
	font-size: 136px;
	margin: 0 15px;
	line-height: 42px;
}
section.cta-2 {
    padding: 80px 0;
}
section.faq {
    margin: 70px 0;
}
section.why-choose {
    padding: 70px 0;
}
section.cta {
    padding: 80px 0;
}
section.services {
    padding: 70px 0;
}
section.testimonials {
    padding: 60px 0;
}
section.services h4 {
    font-family: "Poppins", sans-serif;
    color: black;
}
.derma-desc {
	font-size: 14px;
/* 	color: var(--description-color); */
}

.font-weight-500 {
	font-weight: 500;
}

ul li, ol li {
    list-style: none;
}
/* section */

.site-header {
    background: unset !important;

}
section.about-dermencia {
    padding: 80px 0;
    background: #fffbed;
}
@media(max-width:767px) {
	section {
		padding: 40px 0 !important;
	}
}

/* gobal btn */
.global-btn {
    background: #f3ca5b;
    padding: 10px 20px;
    border-radius: 25px;
    color: #000000;
    border: 1px solid #43255a;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}
.container {
    max-width: 90% !important;
    height: auto;
}
.global-btn:hover {
	background: var(--white-color);
	color: var(--secondary-color);
	border-color: var(--secondary-color);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.global-btn:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, var(--secondary-color) 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}

.global-btn:active:after {
	transform: scale(0, 0);
	opacity: 0.2;
	transition: 0s;
}

.btn-primary {
	background: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	transition: var(--secondary-color);
}

.btn-primary:hover {
	background: var(--white-color);
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

.bg-derma-secondary {
    background-color: #463168;
}

/* header */
header#masthead {
	padding: 15px 0;
	border-bottom: 1px solid #f6f6f6;
}

header#masthead img.logo-header {
    width: 65%;
}
.banner-zoom {
    animation: zoomInBanner 6s ease-in-out forwards;
    transform-origin: center center;
}

@keyframes zoomInBanner {
   0% {
    transform: scale(1);
}
    100% {
        transform: scale(1); /* Stronger zoom-in */
    }
}
.derma-slider .slick-slide {
    transition: transform .6s ease;
}
.about-badge {
    background: #eccc6d;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: 600;
    color: #333;
}

.left-image-wrapper img,
.right-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-badge {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #41255c;
    color: #fff;
    padding: 15px 22px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.2;
}

.image-badge strong {
    font-size: 28px;
    display: block;
}

.years-badge {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #3d2659;
    color: #fff;
    padding: 15px 22px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 1.2;
}
section.about-dermencia h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
}
.years-badge strong {
    font-size: 28px;
    display: block;
}

.about-text {
    font-size: 17px;
    line-height: 1.6;
/*     color: #444; */
}
.derma-slider .slick-current .carousel-card {
    transform: scale(1.05);
}
.carousel-item {
    overflow: hidden;
}
@media(max-width:767px) {
	div#navbar {
		justify-content: flex-end;
	}

	header#masthead img.logo-header {
		width: 100%;
	}
}

/* mobile menu quick */
@media (max-width: 767px) {
.mobile-menu {
	width: 100%;
	background-color: #f8f8f8;
	padding: 0;
	margin-top: 15px;
	position: relative;
	z-index: 1000;
}

#menu-mobile {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

#menu-mobile>li {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	margin: 0;
	text-align: center;
	position: static;
	background-color: var(--white-color);
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	overflow: visible;
}

#menu-mobile>li:nth-child(3n+1) {
	border-left: none;
}

#menu-mobile>li:nth-child(3n) {
	border-right: none;
}

#menu-mobile>li>a {
	display: block;
	padding: 12px 5px;
	text-decoration: none;
	color: var(--ancient-color);
	font-size: 12px;
	line-height: 1.2;
	transition: background-color 0.3s ease;
	position: relative;
}

#menu-mobile>li>a:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

#menu-mobile .menu-item-has-children>a::after {
	content: ' \25BC';
	font-size: 0.7em;
	margin-left: 5px;
	vertical-align: middle;
	transition: transform 0.3s ease;
	display: inline-block;
}

#menu-mobile .menu-item-has-children.active>a::after {
	transform: rotate(180deg);
}

#menu-mobile .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: var(--white-color);
	border-top: 1px solid #e5e5e5;
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 1001;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
}

#menu-mobile .sub-menu li {
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}

#menu-mobile .sub-menu li:last-child {
	border-bottom: none;
}

#menu-mobile .sub-menu a {
	display: block;
	padding: 10px;
	font-size: 12px !important;
	text-decoration: none;
	color: var(--ancient-color);
	transition: all 0.3s ease;
	text-align: left;
}

#menu-mobile .sub-menu a:hover {
	background-color: #f8f8f8;
	color: var(--secondary-color);
	padding-left: 20px;
}

#menu-mobile .menu-item-has-children.active {
	z-index: 1002;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 480px) {
	/* #menu-mobile>li {
		flex: 1 1 50%;
		max-width: 50%;
	} */

	#menu-mobile>li:nth-child(3n+1) {
		border-left: 1px solid #eeeeee;
	}

	#menu-mobile>li:nth-child(3n) {
		border-right: 1px solid #eeeeee;
	}

	#menu-mobile>li:nth-child(odd) {
		border-left: none;
	}

	#menu-mobile>li:nth-child(even) {
		border-right: none;
	}
}

@media (max-width: 360px) {
	#menu-mobile>li>a {
		padding: 10px 3px;
		font-size: 11px;
	}
}
}

/* section about */
section.about-derma {
	position: relative;
	padding: 40px 0;
}

section.about-derma .main-heading {
	font-size: 62px;
}

/* section about derma more */

section.about-derma-more {
	position: relative;
	padding: 0 0 60px;
}

section.about-derma-more .main-heading {
	font-size: 68px;
/* 	margin-bottom: 48px; */
}

section.about-derma-more h3,
section.about-derma-more h4,
section.about-derma-more h5,
section.about-derma-more h6 {
	font-family: "Poppins", sans-serif;
}

section.about-derma-more .derma-slider {
	padding: 0px 0 0px;
	margin: 10px 0;
	overflow: hidden;
}

section.about-derma-more .slick-list {
	position: relative;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 40px 0 10px;
}

section.about-derma-more .slider-item:first-child .carousel-card,
section.about-derma-more .slick-current .carousel-card {
	transform: scale(1.15) translateY(-20px);
	z-index: 2;
}

section.about-derma-more .slider-controls {
	padding: 0 15px;
	margin-top: 0 !important;
}

section.about-derma-more .slider-item {
	padding: 0 15px;
	transition: all 0.3s ease;
}

section.about-derma-more .carousel-card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s ease;
	margin: 0 auto;
	transform: scale(0.9);
	box-shadow: 10px 6px 15px -4px rgba(63,63,63,0.22);
-webkit-box-shadow: 10px 6px 15px -4px rgba(63,63,63,0.22);
-moz-box-shadow: 10px 6px 15px -4px rgba(63,63,63,0.22);
}

section.about-derma-more .slider-item:first-child .carousel-card,
section.about-derma-more .slick-current .carousel-card {
	transform: scale(1.15) translateY(-20px);
	z-index: 2;
}

section.about-derma-more .card-img-container {
	height: 180px;
	overflow: hidden;
}

section.about-derma-more .card-img-container img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: transform 0.3s ease;
}

section.about-derma-more .slider-item:first-child .card-img-container img,
section.about-derma-more .slick-current .card-img-container img {
	transform: scale(1.05);
}

section.about-derma-more .card-body {
	padding: 15px;
	background: white;
}

section.about-derma-more .arrow-link {
	font-size: 1.5rem;
	text-decoration: none;
	color: #000;
	transition: transform 0.3s ease;
}

section.about-derma-more .slider-item:first-child .arrow-link,
section.about-derma-more .slick-current .arrow-link {
	transform: scale(1.2);
}

section.about-derma-more .slider-controls {
	padding: 0 15px;
	margin-top: 30px;
}

section.about-derma-more .slider-dots {
	display: flex;
}

section.about-derma-more .slider-dots .slick-dots {
	position: static;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

section.about-derma-more .position-relative {
	position: relative !important;
	z-index: 99;
	top: -30px;
}

section.about-derma-more .slider-counter {
	font-size: 0.9rem;
	color: #666;
}

section.about-derma-more .card:hover {
	box-shadow: unset !important;
}

section.about-derma-more .derma-slider-prev,
section.about-derma-more .derma-slider-next {
	background: none;
	border: none;
	color: #000;
	font-size: 1.2rem;
	padding: 0 10px;
	cursor: pointer;
}

section.about-derma-more .arrow-link i {
	transform: rotate(320deg);
}

section.about-derma-more .slick-arrow {
	display: none !important;
}

@media (max-width: 767.98px) {

	section.about-derma-more .slider-item:first-child .carousel-card,
	section.about-derma-more .slick-current .carousel-card {
		transform: scale(1.05) translateY(-10px);
	}

	section.about-derma-more .derma-slider {
		padding: 20px 40px;
	}

	section.about-derma .main-heading {
		font-size: 32px;
	}

	section.about-derma .big-font-size {
		font-size: 48px;
		margin: 0 15px;
		line-height: 42px;
	}

	section.about-derma-more .arrow-link {
		font-size: 14px;
	}

	section.about-derma-more .slider-dots {
		display: none;
	}

	section.about-derma-more .derma-slider {
		margin: 0;
	}
}

/* derma services */
.derma-services .section-header {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.derma-services .section-title {
    color: #dca504;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.derma-services .section-subtitle {
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 1.6;
}

.derma-services .services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
	justify-content: center;
}

.derma-services .service-card {
	background: var(--white-color);
	border-radius: 10px;
	padding: 2.5rem;
	position: relative;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.08);
	transition: var(--transition-global-3s);
	overflow: hidden;
}

.derma-services .service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.derma-services .service-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #d4a739;
    color: #000000;
    padding: 0.4rem 2.5rem 0.4rem 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.derma-services .service-icon {
    color: #3e2656;
    margin-bottom: 1.5rem;
    height: auto;
    width: 100%;
}

.derma-services .service-name {
	color: var(--ancient-color);
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	position: relative;
	font-family: "Poppins", sans-serif;
	padding-bottom: 0.75rem;
}

.derma-services .service-name::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: var(--highlight-color);
}

.derma-services .service-description {
/* 	color: var(--description-color); */
	margin-bottom: 1.75rem;
	line-height: 1.7;
}

.derma-services .service-benefits {
	list-style: none;
	padding: 0;
	margin-bottom: 2.25rem;
}

.derma-services .service-benefits li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.85rem;
	color: var(--ancient-color);
	line-height: 1.6;
}

.derma-services .service-benefits li::before {
	content: "\f00c";
/* 	font-family: "Font Awesome 6 Free"; */
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--secondary-color);
}

.derma-services .service-cta {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 2rem;
    background-color: #cda94e;
    color: #000000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-global-3s);
    border: 2px solid transparent;
}

.derma-services .service-cta:hover {
	background-color: transparent;
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.derma-services .service-cta-box {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
	border-radius: 10px;
	padding: 2.5rem;
	border: 1px solid rgba(0, 168, 89, 0.15);
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(2px);
}

.derma-services .cta-title {
	color: var(--ancient-color);
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}

.derma-services .cta-buttons {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	flex-wrap: wrap;
}

.derma-services .cta-btn-primary {
    padding: 0.8rem 2rem;
    background-color: #c7aa5d;
    color: #000000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-global-3s);
    border: 2px solid transparent;
}

.derma-services .cta-btn-primary:hover {
	background-color: transparent;
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.derma-services .cta-btn-secondary {
    padding: 0.8rem 2rem;
    background-color: transparent;
    color: #3e2656;
    border: 2px solid #3e2656;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-global-3s);
}
.derma-services .cta-btn-secondary:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

@media (max-width: 768px) {
	.derma-services .services-grid {
		grid-template-columns: 1fr;
	}

	.derma-services .service-card {
		padding: 2rem;
	}

	.derma-services .section-title {
		font-size: 1.8rem;
	}

	.derma-services .cta-buttons {
		flex-direction: column;
		gap: 1rem;
	}

	.derma-services .cta-btn-primary,
	.derma-services .cta-btn-secondary {
		width: 100%;
		text-align: center;
	}
}

/* section derma moment */
.wt-parallax {
	position: relative;
	min-height: 150vh;
}

.wt-parallax__content {
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.hero__wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.hero__overlay__content {
	text-align: center;
	color: var(--color-custom-text, #212529);
	max-width: 800px;
	padding: 2rem;
}

.hero__title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	margin-bottom: 1.5rem;
	animation: slide-in 0.8s ease-out;
}

.hero__text {
	font-size: 1.1rem;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.wt-parallax__gallery {
	position: relative;
	padding-top: 50vh;
	padding-bottom: 10vh;
	z-index: 2;
}

.wt-parallax__gallery__list {
	display: flex;
	flex-direction: column;
	gap: 25vh;
	list-style: none;
	padding: 0;
	margin: 0;
}

.wt-parallax__gallery__item {
	display: flex;
}

.wt-parallax__gallery__item:nth-child(odd) {
	justify-content: flex-start;
	padding-left: 10%;
}

.wt-parallax__gallery__item:nth-child(even) {
	justify-content: flex-end;
	padding-right: 10%;
}

.wt-parallax__img {
	display: block;
	border-radius: 12px;
	width: 60vw;
	max-width: 460px;
	height: auto;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	transform-origin: center;
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

@media (max-width: 768px) {
	.wt-parallax {
		min-height: 120vh;
	}

	.wt-parallax__gallery__item:nth-child(odd),
	.wt-parallax__gallery__item:nth-child(even) {
		justify-content: center;
		padding: 0 5%;
	}

	.wt-parallax__img {
		width: 80vw;
	}
}

/* why choose section  */

section.why-choose .main-heading-choose {
	font-size: 36px;
	font-family: "Poppins", sans-serif;
}

/* section.why-choose .main-heading-choose span.highlight {
	font-family: "Kalnia", serif;
} */

section.why-choose .counter-teext {
	font-size: 46px;
	font-weight: 600;
}

section.why-choose .counter-title {
	font-weight: 500;
	color: var(--description-color);
}

section.why-choose .counter-desc {
	font-size: 13px;
}

/* section services */
section.services {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	background-color: var(--secondary-color);
}

section.services .main-heading {
	font-family: "Poppins", sans-serif;
}

section.services .main-heading span.highlight {
	font-family: "Poppins", sans-serif;
}

section.services .services-slider {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}

section.services .service-item {
	padding: 0 15px;
	text-align: center;
	transition: all 0.3s ease;
}

section.services .service-img-container {
	position: relative;
	display: inline-block;
}

section.services .service-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.3s ease;
}

section.services .service-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #f8c851;
	color: #000;
	padding: 5px 15px;
	border-radius: 20px;
	font-weight: bold;
	z-index: 2;
}

section.services .service-content {
	max-width: 200px;
	margin: 20px auto 0;
}

section.services .service-title {
	font-size: 24px;
	margin-bottom: 8px;
}

section.services .service-title a {
	color: var(--white-color);
	transition: all 0.3s ease;
}

section.services .service-title a:hover {
	color: var(--secondary-color);
}

section.services .service-desc {
	font-size: 0.9rem;
	opacity: 0.9;
}

section.services .services-slider .slick-list {
	overflow: visible;
	padding: 0 10% 0 0 !important;
}

section.services .services-slider .slick-slide {
	transition: all 0.3s ease;
}

section.services .services-slider .slick-center {
	transform: translateY(-20px);
}

section.services .services-slider .slick-center .service-img {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

section.services .slider-controls {
	position: relative;
}

section.services .services-slider-prev,
section.services .services-slider-next {
	background: none;
	border: none;
	color: white;
	font-size: 1.5rem;
	padding: 0 15px;
	cursor: pointer;
	transition: all 0.3s ease;
}

section.services .services-slider-prev:hover,
section.services .services-slider-next:hover {
	color: #f8c851;
}

section.services .slider-dots {
	display: flex;
	justify-content: center;
}

section.services .slider-dots .slick-dots {
	position: static;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

section.services .slider-dots .slick-dots li {
	margin: 0 5px;
}

section.services .slider-dots .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 50%;
	border: none;
	font-size: 0;
	line-height: 0;
	transition: all 0.3s ease;
}

section.services .slider-dots .slick-dots li.slick-active button {
	background: none;
}

/* section.services .slider-counter {
	position: absolute;
	left: 0;
	top: 0;
} */

section.services .slick-dots li.slick-active button:before {
	color: var(--white-color);
}

section.services .slider-counter {
	font-size: 0.9rem;
}

@media (max-width: 991.98px) {
	section.services .services-slider .slick-list {
		padding: 0 !important;
	}

	section.services .service-img {
		width: 400px;
		height: 400px;
	}

	section.services .slider-counter {
		display: none;
	}
}

@media (max-width: 767.98px) {
	section.services .services-slider .slick-list {
		padding: 0 !important;
	}

	section.services .service-img {
		width: 300px;
		height: 300px;
	}

	section.services .services-slider .slick-center {
		transform: translateY(-15px);
	}
}


/* section testimonials */

section.testimonials {
	position: relative;
}

section.testimonials .inner-testimonials {
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
}

section.testimonials .derma-desc {
	font-size: 18px;
	font-weight: 500;
}

.testimonial-detail .testimonail-heading {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.testimonial-detail .designation {
	color: var(--light-desc-color);
	font-size: 14px;
}

.testimonial-detail .rating {
	color: var(--highlight-color);
}

/* section cta */

section.cta {
	background-position: center !important;
	position: relative !important;
	background-color: var(--ancient-color) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
@media (max-width:767px) {
	section.cta {
	background-position: 100% !important;
}
	section.cta:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
}
section.cta > .container {
	position: relative;
	color: #F6F6F6;
}
}

/* section faq */

section.faq {
	position: relative;
}

 section.faq .main-heading{
	  font-family: "Poppins", sans-serif;
} 
section.faq .accordion-header {
	font-family: "Poppins", sans-serif;
}

section.faq .main-heading {
    font-size: 40px;
    line-height: 50px;
}

/* section cta 2 */

section.cta-2 {
	background-position: center;
	position: relative;
	background-color: var(--ancient-color);
	background-repeat: no-repeat;
	background-size: cover;
}

section.cta-2 .inner-cta-2 {
	padding: 60px 0;
}

/* footer */
p.footer-head.text-white {
    color: #eccc6d !important;
}
footer.derma-footer {
    background: #151515;
    padding-top: 60px;
}
footer.derma-footer img {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    width: 80%;
}
footer.derma-footer a:hover {
    color: #e7cd7b !important;
}

footer.derma-footer .footer-head {
	font-size: 18px;
	color: var(--white-color);
	font-weight: 500;
}

footer.derma-footer .footer-links {
	list-style: none;
	padding: 0;
}

footer.derma-footer .link-items a,
footer.derma-footer .link-items {
	color: #fff;
	margin-bottom: 10px;
}

footer.derma-footer .icon i {
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer.derma-footer .contact-head {
    font-size: 16px;
    color: #e7cd7b;
    font-weight: 400;
}

footer.derma-footer .contact-desc,
footer.derma-footer .contact-desc a {
	color: #fff;
	font-size: 16px;
}

footer.derma-footer .copyright {
	margin-top: 60px;
	padding: 40px 0;
	border-top: 2px solid #ccc;
}

footer.derma-footer .copyright-text {
	color: #fff;
}

footer.derma-footer .privacy-links {
	gap: 30px;
	display: flex;
}

footer.derma-footer .privacy-links,
footer.derma-footer .privacy-links a {
	color: var(--white-color);
}

footer.derma-footer .social-icons {
	display: flex;
	gap: 15px;
}

footer.derma-footer .social-icons i {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #442456;
}
ul#footer-menu li {
    margin-bottom: 10px;
}
ul#footer-menu li a{
	color:#fff !important;
}
ul#footer-menu li a:hover{
	color:#eccc6d !important;
}
@media(max-width:767px) {
	footer.derma-footer .icon {
		margin-bottom: 10px;
	}

	footer.derma-footer .contact-head {
		margin-bottom: 10px;
	}
}

/* sequence */

#sequence {
    width: 100%;
    float: left;
    background: #452e66;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: var(--white-color) !important;
    margin: 0 !important;
}
section {
    overflow: hidden;
}
#sequence a {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 8px 0;
	font-size: 15px;
	color: var(--white-color) !important;
	font-weight: 600;
	text-decoration: none !important;
	border-right: 1px solid;
}


/* Breadcrumb Section */
section.breadcrumb-section {
	position: relative;
	padding: 60px 0;
	background: linear-gradient(135deg, #1a237e, #283593);
	overflow: hidden;
	z-index: 1;
}

section.breadcrumb-section .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(169 78 124 / 48%);
    z-index: -1;
}
section.inner-content.pt-4.pb-4 .bg-light {
    background: linear-gradient(135deg, #e9e9e9 19%, #f7f7f7, #eaeaea 96%) !important;
}

/* Particles Background */
section.breadcrumb-section #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}

section.breadcrumb-section .heading-text {
	position: relative;
	display: inline-block;
	animation: textReveal 1.5s ease-out forwards;
	opacity: 0;
	transform: translateY(20px);
}

section.breadcrumb-section .heading-underline {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #ff6b6b, #ffa502);
	animation: underlineGrow 1.2s 0.5s ease-out forwards;
}

section.breadcrumb-section .breadcrumb {
	background: transparent;
	padding: 0;
	font-size: 1.1rem;
}

section.breadcrumb-section .breadcrumb-item {
	position: relative;
	margin: 0 10px;
}

section.breadcrumb-section .breadcrumb-item:not(:last-child):after {
	content: ">";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.7);
}

section.breadcrumb-section .breadcrumb-link {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
}

section.breadcrumb-section .breadcrumb-link:hover {
	color: #fff;
	transform: translateX(5px);
}

section.breadcrumb-section .breadcrumb-link i {
	transition: all 0.3s ease;
}

section.breadcrumb-section .breadcrumb-link:hover i {
	transform: scale(1.2);
}

section.breadcrumb-section .breadcrumb-current {
	color: #fff;
	font-weight: 500;
	position: relative;
}

section.breadcrumb-section .breadcrumb-current:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #ff6b6b, #ffa502);
	animation: currentUnderline 0.8s ease-out forwards;
}

section.breadcrumb-section .main-heading {
	text-align: center;
}

/* Animations */
@keyframes textReveal {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes underlineGrow {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes currentUnderline {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}

	50% {
		transform: scaleX(1);
		transform-origin: left;
	}

	51% {
		transform-origin: right;
	}

	100% {
		transform: scaleX(1);
		transform-origin: right;
	}
}

@media (max-width: 768px) {
	section.breadcrumb-section .breadcrumb-section {
		padding: 40px 0;
	}

	section.breadcrumb-section .breadcrumb {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
	}

	section.breadcrumb-section .breadcrumb-item {
		white-space: nowrap;
	}
}

/* About Us Section */
.about-us-section {
	background-color: var(--white-color);
}

/* Director's Message Section */
.director-message-section {
	background-color: var(--light-desc-color);
}

/* Mission Vision Section */
.mission-vision-section {
	background-color: var(--white-color);
}

/* Quality Policy Section */
.quality-policy-section {
	background-color: var(--light-desc-color);
}

/* R&D Section */
.rnd-section {
	background-color: var(--white-color);
}

/* Timeline Style */
.timeline {
	position: relative;
	padding-left: 30px;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--secondary-color);
}

.timeline-badge {
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	z-index: 1;
}

.timeline-panel {
	position: relative;
	padding-bottom: 20px;
}

.contact-us-section {
	background-color: var(--light-desc-color);
}

.social-links a {
	transition: var(--transition-global-3s);
}

.social-links a:hover {
	color: var(--ancient-color) !important;
	transform: translateY(-3px);
}

/* PCD Franchise Section */
.pcd-franchise-section {
	background-color: var(--white-color);
}

/* Franchise Benefits Cards */
.card {
	transition: var(--transition-global-3s);
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Investment Boxes */
.bg-light {
    background: linear-gradient(135deg, #492c69 19%, #eccc6d, #452d65 96%) !important;
}

/* Testimonial Images */
.rounded-circle {
	object-fit: cover;
}

/* Accordion Styling */
.accordion-button:not(.collapsed) {
	background-color: rgba(0, 168, 89, 0.1);
	color: var(--secondary-color);
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: var(--secondary-color);
}

/* Form Styling */
.form-control:focus,
.form-select:focus {
	border-color: var(--secondary-color);
	box-shadow: 0 0 0 0.25rem rgba(0, 168, 89, 0.25);
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
	.display-5 {
		font-size: 2rem;
	}

	.lead {
		font-size: 1rem;
	}
}

input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	height: 120px;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

input.wpcf7-form-control.wpcf7-submit {
	background: var(--secondary-color);
	padding: 10px 20px;
	border-radius: 25px;
	color: var(--white-color);
	border: 1px solid var(--secondary-color);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	display: inline-block;
	position: relative;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}

input.wpcf7-form-control.wpcf7-submit:hover {
	background: var(--white-color);
	color: var(--secondary-color);
	border-color: var(--secondary-color);
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

input.wpcf7-form-control.wpcf7-submit:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, var(--secondary-color) 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}

input.wpcf7-form-control.wpcf7-submit:active:after {
	transform: scale(0, 0);
	opacity: 0.2;
	transition: 0s;
}


/* ================ Product Archive Styles ================ */
section.dermawin-products {
	background-color: #f9f9f9;
}

section.dermawin-products .ancient-page-header {
	margin-bottom: 40px;
}

section.dermawin-products .ancient-page-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--ancient-color);
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

section.dermawin-products .ancient-page-title:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: var(--secondary-color);
}

section.dermawin-products .ancient-page-subtitle {
	font-size: 1.2rem;
	color: #666;
}

section.dermawin-products .ancient-product-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	overflow: hidden;
	position: relative;
}

section.dermawin-products .ancient-product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

section.dermawin-products .product-badge .badge {
	background: var(--secondary-color);
	color: #fff;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 0.8rem;
	font-weight: 600;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

section.dermawin-products .product-image-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

section.dermawin-products .product-image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

section.dermawin-products .product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 100, 83, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

section.dermawin-products .ancient-product-card:hover .product-overlay {
	opacity: 1;
}

section.dermawin-products .quick-view-btn {
	color: #fff;
	background: var(--secondary-color);
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

section.dermawin-products .ancient-product-card:hover .quick-view-btn {
	transform: translateY(0);
}

section.dermawin-products .product-content {
	padding: 20px;
}

.product-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--ancient-color);
	margin-bottom: 1rem;
}

section.dermawin-products .product-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

section.dermawin-products .product-title a:hover {
	color: var(--secondary-color);
}

section.dermawin-products .product-meta {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 15px;
}

section.dermawin-products .meta-item {
	margin-bottom: 8px;
	align-items: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.dermawin-products .meta-item i {
	color: var(--secondary-color);
	margin-right: 8px;
	width: 20px;
	text-align: center;
}

section.dermawin-products .product-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

section.dermawin-products .price {
	font-weight: 700;
	color: var(--ancient-color);
}

section.dermawin-products .price .amount {
	font-size: 1.2rem;
}

section.dermawin-products .add-to-cart a {
	background: var(--secondary-color);
	color: #fff;
	border: none;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
}

section.dermawin-products .add-to-cart a:before {
	content: '\f217';
/* 	font-family: 'Font Awesome 5 Free'; */
	font-family: Poppins", sans-serif;
	font-weight: 900;
	margin-right: 8px;
}

section.dermawin-products .add-to-cart a:hover {
	background: var(--ancient-color);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(139, 194, 74, 0.3);
}

/* ================ Single Product Styles ================ */
section.dermawin-single-product {
	background-color: #f9f9f9;
	padding: 50px 0;
}

section.dermawin-single-product .ancient-product-detail {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 30px;
}

section.dermawin-single-product .ancient-product-gallery {
	position: relative;
}

section.dermawin-single-product .main-image {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

section.dermawin-single-product .main-image img {
	width: 100%;
	height: auto;
	display: block;
}

section.dermawin-single-product .thumbnail-slider {
	display: flex;
	gap: 10px;
	margin-top: 15px;
}

section.dermawin-single-product .thumbnail-img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 5px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}

section.dermawin-single-product .thumbnail-img:hover {
	border-color: var(--secondary-color);
}

section.dermawin-single-product .ancient-product-info {
	padding-left: 30px;
}

section.dermawin-single-product .product-title {
	font-size: 2rem;
	margin-bottom: 10px;
	color: var(--ancient-color);
}

section.dermawin-single-product .product-rating {
	margin-bottom: 15px;
}

section.dermawin-single-product .star-rating {
	color: #ffb300;
	font-size: 1.2rem;
}

section.dermawin-single-product .product-price {
	font-size: 1.8rem;
	color: var(--ancient-color);
	font-weight: 700;
	margin-bottom: 20px;
}

section.dermawin-single-product .meta-box {
	background: rgba(139, 194, 74, 0.05);
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
}

section.dermawin-single-product .meta-title {
	font-size: 1.1rem;
	color: var(--ancient-color);
	margin-bottom: 10px;
	font-weight: 600;
}

section.dermawin-single-product .meta-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

section.dermawin-single-product .meta-list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

section.dermawin-single-product .meta-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

section.dermawin-single-product .description-title {
	font-size: 1.3rem;
	color: var(--ancient-color);
	margin-bottom: 15px;
	font-weight: 600;
}

section.dermawin-single-product .product-share {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.dermawin-single-product .share-label {
	font-weight: 600;
	margin-right: 15px;
	color: var(--ancient-color);
}

section.dermawin-single-product .share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;
	transition: all 0.3s ease;
}

section.dermawin-single-product .share-icon.facebook {
	background: #3b5998;
}

section.dermawin-single-product .share-icon.twitter {
	background: #1da1f2;
}

section.dermawin-single-product .share-icon.linkedin {
	background: #0077b5;
}

section.dermawin-single-product .share-icon.whatsapp {
	background: #25d366;
}

section.dermawin-single-product .share-icon:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
	section.dermawin-single-product .ancient-product-info {
		padding-left: 0;
		padding-top: 30px;
	}

	section.dermawin-single-product .product-title {
		font-size: 1.6rem;
	}

	section.dermawin-single-product .product-price {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	section.dermawin-single-product .ancient-product-detail {
		padding: 20px;
	}

	section.dermawin-single-product .thumbnail-slider {
		flex-wrap: wrap;
	}
}

.dermawin-related-products {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dermawin-related-products .section-title {
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--ancient-color);
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
}

.dermawin-related-products .section-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: var(--secondary-color);
}

.dermawin-related-products .ancient-product-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	overflow: hidden;
}

.dermawin-related-products .ancient-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dermawin-related-products .product-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}

.dermawin-related-products .product-badge .badge {
	background: var(--secondary-color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 600;
}

.dermawin-related-products .product-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.dermawin-related-products .product-image-wrapper img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}

.dermawin-related-products .product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.dermawin-related-products .ancient-product-card:hover .product-overlay {
	opacity: 1;
}

.dermawin-related-products .quick-view-btn {
	color: #fff;
	background: var(--ancient-color);
	padding: 8px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.9rem;
}

.dermawin-related-products .product-content {
	padding: 15px;
}

.dermawin-related-products .product-title {
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.dermawin-related-products .product-title a {
	color: var(--ancient-color);
	text-decoration: none;
}

.dermawin-related-products .product-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 15px;
}

.dermawin-related-products .product-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dermawin-related-products .price {
	font-weight: 700;
	color: var(--ancient-color);
}

@media (max-width: 768px) {
	.dermawin-related-products .section-title {
		font-size: 1.5rem;
	}
}

/* Table and grid toggle css */

/* View Toggle Styles */
.view-toggle {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.view-toggle .btn {
	border: none;
	padding: 8px 20px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.view-toggle .btn.active {
	background: var(--secondary-color);
	color: #fff;
}

.view-toggle .btn:not(.active):hover {
	background: rgba(139, 194, 74, 0.1);
	color: var(--ancient-color);
}

/* Table View Styles */
.products-table-view .table {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.products-table-view .table th {
	background: var(--secondary-color);
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 15px;
}

.products-table-view h5 a {
	color: var(--ancient-color);
	transition: var(--transition-global-3s);
}

.products-table-view h5 a:hover {
	color: var(--secondary-color);
}

.products-table-view .table td {
	vertical-align: middle;
	padding: 15px;
	border-color: rgba(0, 0, 0, 0.05);
}

.products-table-view .table tr:hover td {
	background: rgba(139, 194, 74, 0.05);
}

.products-table-view .badge {
	background: var(--secondary-color);
	color: #fff;
	padding: 4px 10px;
	border-radius: 30px;
	font-size: 0.7rem;
	font-weight: 600;
	display: inline-block;
	margin-top: 5px;
}


section.dermawin-single-product .product-query {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

section.dermawin-single-product .query-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 25px;
	background: linear-gradient(135deg, var(--ancient-color), var(--secondary-color));
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

section.dermawin-single-product .query-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	color: #fff;
}

section.dermawin-single-product .query-btn:active {
	transform: translateY(1px);
}

section.dermawin-single-product .query-icon {
	margin-right: 10px;
	font-size: 1.3rem;
	transition: all 0.3s ease;
}

section.dermawin-single-product .query-btn:hover .query-icon {
	transform: rotate(15deg);
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(var(--ancient-color), 0.7);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(var(--ancient-color), 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(var(--ancient-color), 0);
	}
}

section.dermawin-single-product .pulse-animate {
	animation: pulse 2s infinite;
}

section.dermawin-single-product .query-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
}

section.dermawin-single-product .query-btn:focus:not(:active)::after {
	animation: ripple 1s ease-out;
}

@keyframes ripple {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(20, 20);
		opacity: 0;
	}
}

section.dermawin-single-product .query-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, var(--secondary-color), var(--ancient-color));
	opacity: 0;
	transition: opacity 0.3s ease;
	border-radius: 50px;
}

section.dermawin-single-product .query-btn:hover::before {
	opacity: 1;
}

section.dermawin-single-product .query-text {
	position: relative;
	z-index: 1;
}

section.dermawin-single-product .query-icon {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.global-btn {
		font-size: 14px !important;
	}

	section.about-derma .main-heading {
		font-size: 52px !important;
	}
}

/* modal */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}
#contactModal .phone-number-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.5rem;
	background-color: rgba(0, 168, 89, 0.08);
	border-radius: 10px;
	border: 1px solid rgba(0, 168, 89, 0.15);
	text-decoration: none;
	transition: var(--transition-global-3s);
	flex: 1;
	min-width: 250px;
}

#contactModal .phone-number-card:hover {
	background-color: rgba(0, 168, 89, 0.15);
	transform: translateY(-2px);
}

#contactModal .phone-icon {
	width: 40px;
	height: 40px;
	background-color: var(--secondary-color);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

#contactModal .phone-details {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#contactModal .phone-label {
	font-size: 0.75rem;
	color: var(--light-desc-color);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#contactModal .phone-number {
	font-weight: 600;
	color: var(--ancient-color);
	font-size: 1.1rem;
}

#contactModal .phone-call-action {
	color: var(--secondary-color);
	opacity: 0;
	transition: var(--transition-global-3s);
}

#contactModal .phone-number-card:hover .phone-call-action {
	opacity: 1;
}

#contactModal .line-left,
#contactModal .line-right {
	height: 1px;
	background-color: var(--light-desc-color);
}

#contactModal .modal-content {
	display: flex;
	flex-direction: column;
}

#contactModal .modal-body {
	flex: 1;
	overflow-y: auto;
}

#contactModal .form-control:focus {
	border-color: var(--secondary-color);
	box-shadow: 0 0 0 0.25rem rgba(0, 168, 89, 0.25);
}

#contactModal .wpcf7-submit {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	padding: 0.5rem 1.5rem;
}

#contactModal .wpcf7-submit:hover {
	background-color: #008a4a;
	border-color: #008a4a;
}

@media (max-width: 768px) {
	#contactModal .phone-number-card {
		min-width: 100%;
	}

	#contactModal .phone-number {
		font-size: 15px;
	}

	#contactModal .phone-label {
		font-size: 11px;
	}
}

/* 404 page design */
.error-404-section {
	/* background-color: #f8f9fa; */
	min-height: calc(100vh - 200px);
	display: flex;
	align-items: center;
}

.error-content-wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem;
	background: white;
	border-radius: 12px;
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
}

.error-gif-container {
	max-width: 400px;
	margin: 0 auto;
}

.error-gif {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.error-title {
	font-size: 5rem;
	font-weight: 700;
	color: var(--secondary-color);
	margin: 1rem 0 0.5rem;
	line-height: 1;
}

.error-subtitle {
	font-size: 2rem;
	color: var(--ancient-color);
	margin-bottom: 1.5rem;
}

.error-message {
	font-size: 1.1rem;
	color: var(--description-color);
	max-width: 600px;
	margin: 0 auto 2rem;
	line-height: 1.6;
}

.error-actions .btn {
	padding: 0.75rem 2rem;
	font-weight: 500;
	border-radius: 50px;
	transition: var(--transition-global-3s);
}

.error-actions .btn-primary {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.error-actions .btn-primary:hover {
	background-color: #008a4a;
	border-color: #008a4a;
	transform: translateY(-2px);
}

.error-actions .btn-outline-primary {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.error-actions .btn-outline-primary:hover {
	background-color: var(--secondary-color);
	color: white;
	transform: translateY(-2px);
}

.search-box {
	max-width: 500px;
	margin: 2rem auto 0;
}

.search-box input[type="search"] {
	border-color: var(--secondary-color);
}

.search-box input[type="submit"] {
	background-color: var(--secondary-color);
	color: white;
	border: none;
}

.search-box input[type="submit"]:hover {
	background-color: #008a4a;
}

@media (max-width: 768px) {
	.error-title {
		font-size: 3.5rem;
	}

	.error-subtitle {
		font-size: 1.5rem;
	}

	.error-actions {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.error-actions .btn {
		width: 100%;
	}

	.error-actions .btn.me-3 {
		margin-right: 0 !important;
	}
}

/* privacy and term page */
.privacy-policy-content,
.terms-conditions-content {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
    color: #333;
}

.privacy-policy-content h2,
.terms-conditions-content h2 {
    color: var(--secondary-color);
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.privacy-policy-content h3,
.terms-conditions-content h3 {
    color: var(--ancient-color);
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.privacy-policy-content p,
.terms-conditions-content p {
    margin-bottom: 1.2rem;
}

.privacy-policy-content ul,
.terms-conditions-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.privacy-policy-content li,
.terms-conditions-content li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}

.privacy-policy-content li::before,
.terms-conditions-content li::before {
    content: "•";
    color: var(--secondary-color);
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {
    .privacy-policy-content,
    .terms-conditions-content {
        padding: 1rem;
    }
	section.why-choose img {
    margin: 20px 0 0 0 !important;
}
	body.home.blog.logged-in.admin-bar.wp-embed-responsive.wp-theme-twentythirteen.mega-menu-primary.single-author.sidebar.customize-support {
    overflow-x: hidden !important;
}
	.container {
    max-width: 100% !important;
    height: auto !important;
}
	section.faq {
    margin: 0px 0 !important;
}
	.years-badge {
    padding: 8px 15px !important;
}
	.image-badge {
    bottom: 4px !important;
    padding: 10px 15px !important;
}
	.mobile-menu {
    display: none !important;
}
	h5.card-title.m-0 {
    font-size: 11px !important;
}
section.about-dermencia h2 {
    font-size: 27px !important;
    font-weight: 500 !important;
    line-height: 37px !important;
}	
	section.about-derma-more .main-heading {
    font-size: 53px !important;
/*     margin-bottom: 18px !important; */
}
}

.about-us-section {
        background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(245,255,250,0.8) 100%);
    }
    
    .feature-card {
        transition: var(--transition-global-3s);
        border-left: 3px solid transparent;
    }
    
 .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-left-color: #44265b;
}
    
    .icon-box {
        transition: var(--transition-global-3s);
    }
    
.feature-card:hover .icon-box {
    background-color: #573b6d !important;
    color: white !important;
}
    
    .discovery-card .card {
        transition: var(--transition-global-3s);
        border-radius: 12px !important;
    }
    
    .discovery-card:hover .card {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 168, 89, 0.1) !important;
    }
    
    .discovery-card .icon-wrapper {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition-global-3s);
    }
    
 .discovery-card:hover .icon-wrapper {
    background-color: #43295e !important;
    color: white !important;
}
    
    .hover-shadow {
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }
    
    .transition-all {
        transition: all 0.3s ease;
    }
    
    .divider {
        opacity: 0.7;
    }
    
    .btn-outline-secondary {
        border-color: var(--secondary-color);
        color: var(--secondary-color);
    }
    
    .btn-outline-secondary:hover {
        background-color: var(--secondary-color);
        color: white;
    }
