/*
Theme Name: Strawberry New Theme
Theme URI: 
Description: My Strawberry Responsive Theme with handy backend management
Version: 1.0
Author: 
Author URI:
License:
License URI:
Tags: two-columns, right-sidebar, featured-images, custom-menu
*/

/*  -----------------------------------------------------------------
		Fonts Included
	-----------------------------------------------------------------
	1 > font-family: 'Open Sans', sans-serif;
	2 > font-family: 'FontAwesome';
	3 > font-family: 'typicons';
*/

/*  -----------------------------------------------------------------
		Basic Styles.
	----------------------------------------------------------------- */
body {
	background: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #555555;
	/* Responsive base font size (mobile-friendly) */
	font-size: clamp(16px, 0.45vw + 14px, 20px);
	line-height: 1.6;
	overflow-x: hidden;
}
body.overflow-hidden {
	overflow-y: hidden;
	height: 100vh;
}
ul, ol, li, ul ul, ol ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
img { border: none; }
blockquote {
	border-left: solid 6px;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0 0 30px;
	width: 400px;
}
.clear:after { 
	clear: both;
	content: '';
	display: table;
}
form { margin: 0; }
form:after {
	content: '';
	clear: both;
	display: table;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], input[type="tel"], textarea, select {
	box-shadow: none;
	outline: none;
	margin: 0;
	width: 100%;
	font-size: 16px;
	padding: 13px;
	border-radius: 5px;
	resize: none;
	border: 2px solid #BEBEBE;
}
input[type="submit"] {
	cursor: pointer;
	outline: none;
	width: 100%;
	padding: 15px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="tel"]:focus, textarea:focus {
	background: #fff;
	box-shadow: none;
}
textarea { position: relative; }
h1.page-title,
h1{
	position: relative;
	/* Responsive heading scale */
	font-size: 65px;
	line-height: 1.05;
	text-transform: uppercase;
	color: #ED2592;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 0;
}
h1 span {
	color: rgb(145,47,224);
}
h2 {
	position: relative;
	font-size: clamp(30px, 3.2vw, 55px);
	line-height: 1.08;
	text-transform: uppercase;
	color: #ED2592;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	padding-bottom: 20px;
	margin-bottom: 0;
}
h3 {
	color: rgb(145,47,224);
	position: relative;
	font-size: clamp(24px, 3.0vw, 50px);
	line-height: 1.1;
	font-family: "Playfair Display", serif;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-weight: 400;
}
h4 {
	font-family: "Poppins", sans-serif;
	color: #111111;
	font-size: 25px;
	line-height: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 400;
}
h4 b {
	color: #ED2592;
}
h5 {
	font-family: "Playfair Display", serif;
	color: #111111;
	font-size: 20px;
	line-height: normal;
	padding-bottom: 20px;
}
h5 b {
	color: #ED2592;
	font-size: 25px;
}
h6 {
	font-family: "Playfair Display", serif;
	color: #111111;
	font-size: 21px;
	line-height: normal;
	padding-bottom: 15px;
	margin-bottom: 0;
}
p {
	padding-bottom: 10px;
	margin-bottom: 0;
}
a {
	color: #ED2592;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
}
a:hover { 
	color: #eb1088;
	text-decoration: none;
	outline: none;
}
a:focus {
	color: #eb1088;
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
	transition: all 0.3s ease-in-out;
}
.black-btn {
display: inline-block;
position: relative;
overflow: hidden;

text-transform: uppercase;
color: #000;
font-weight: 300;
border: 4px solid rgb(225, 108, 174);
padding: 12px 28px;
background: transparent;
cursor: pointer;
z-index: 1;
}

/* PERFECT ROUND FILL */
.black-btn::before {
content: "";
position: absolute;
top: 50%;
left: 50%;

/* make circle ALWAYS perfectly round */
width: 350px;
height: 350px;
border-radius: 50%;

background: rgb(225, 108, 174);

/* start hidden */
transform: translate(-50%, -50%) scale(0);
transition: transform .45s ease-out;

z-index: -1;
}

.black-btn:hover {
color: #fff;
}

.black-btn:hover::before {
transform: translate(-50%, -50%) scale(1);
}
section {
	position: relative;
}

/* -----------------------------------------------------------------
   Global responsive spacing tweaks (mobile friendly)
----------------------------------------------------------------- */
@media (max-width: 991px) {
	header { padding: 14px 0; }
	.home-banner { padding: 35px 0; }
	.we-transform { padding: 90px 0 25px 0; }
	.our-products { padding: 35px 0 25px 0; }
	.timeless-story { padding: 60px 0; }
	.our-client { padding: 60px 0; }
	.footer { padding: 40px 0; }
}

@media (max-width: 767px) {
	.home-banner { padding: 25px 0; }
	.we-transform { padding: 60px 0 20px 0; }
	.our-products { padding: 30px 0 20px 0; }
	.timeless-story { padding: 45px 0; }
	.our-client { padding: 45px 0; }
	.footer { padding: 35px 0; }

	/* readability on small screens */
	p { font-size: 16px; line-height: 1.75; }
}

/*  -----------------------------------------------------------------
		Main / Common Div Styles.
	----------------------------------------------------------------- */
header {
	position: relative;
	padding: 20px 0;
	z-index: 99;
}
.site-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.site-menu ul li {
    position: relative;
	display: inline-block;
	margin-left: 40px;
}
.site-menu ul li:first-child {
	margin-left: 0;
}
.site-menu ul li a {
	color: #555555;
	font-family: "Playfair Display", serif;
}
.site-menu ul li a:hover {
	color: #ED2592; 
}

/* Mobile hamburger + offcanvas menu (<=1399px) */
.mobile-menu-toggle {
	display: flex;
	justify-content: flex-end;
}
.hamburger-btn {
	width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
    flex-direction: column-reverse;
}
.hamburger-btn:hover {
	border-color: rgba(237, 37, 146, 0.35);
	box-shadow: 0 0 0 4px rgba(237, 37, 146, 0.10);
}
.hamburger-btn:active {
	transform: translateY(1px);
}
.hamburger-btn span {
	display: block;
	width: 22px;
	height: 2px;
	background: #111111;
	border-radius: 2px;
}
.mobile-offcanvas.offcanvas {
	width: 340px;
}
.mobile-offcanvas .offcanvas-header {
	padding: 22px 22px 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-offcanvas .offcanvas-title {
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 500;
	color: #111111;
}
.mobile-offcanvas .offcanvas-body {
	padding: 18px 22px 24px;
}
.mobile-menu-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.mobile-menu-nav li a {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	background: rgba(248, 223, 236, 0.35);
	color: #111111;
	font-family: "Playfair Display", serif;
	font-size: 18px;
	transition: background 0.2s ease, color 0.2s ease, transform 0.05s ease;
}
.mobile-menu-nav li a:hover {
	background: rgba(237, 37, 146, 0.10);
	color: #ED2592;
}
.mobile-menu-nav li a:active {
	transform: translateY(1px);
}

@media (max-width: 1399px) {
	/* ensure desktop menu hidden at this breakpoint even if utilities are removed */
	.site-menu { display: none; }
	.timeless-story-image {right: 34.9% !important;}
}

@media (min-width: 1400px) {
	.mobile-menu-toggle { display: none; }
}

.home-banner {
	position: relative;
	background-color: rgb(248,223,236);
	padding: 50px 0;
}
.home-banner .black-btn {
	margin-top: 20px;
}
.we-transform {
	text-align: center;
	padding: 130px 0 30px 0;
}
.we-transform p {
	max-width: 1050px;
	margin: 0 auto 50px auto;
}
.we-transform video {
	max-width: 1050px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.our-products {
	text-align: center;
	padding: 40px 0 30px 0;
}
.our-products h2 {
	padding-bottom: 30px;
}
.our-products .product-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.our-products .product-card-link:hover {
	text-decoration: none;
	color: inherit;
}
.our-products .product-card h4 {
	color: #111111;
	transition: color 0.3s ease;
}
.our-products .product-card-link:hover .product-card h4 {
	color: #ED2592;
}
.product-card .image {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.product-card .image::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.product-card .image:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.site-menu ul li ul.sub-menu {
    position: absolute;
    left: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    background: #fff;
    flex-direction: column;
    border-radius: 5px;
    top: 32px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
    width: 200px;
    border: 2px solid #ED2596;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
}
.site-menu ul li:hover ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.mobile-menu-nav ul.sub-menu {
    margin-top: 10px;
    margin-left: 25px;
}
.mobile-menu-nav ul.sub-menu li {
    margin-bottom: 10px;
}
.mobile-menu-nav ul.sub-menu li:last-child {
    margin-bottom: 0;
}
.site-menu ul li ul.sub-menu li {
    margin: 0;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.we-transform .left-sticky {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100px;
	z-index: -1;
}
.our-products  .right-sticky {
	position: absolute;
	top: 0;
	right: 30px;
	width: 100px;
	z-index: -1;
}
.timeless-story {
	padding: 30px 0;
}
.timeless-story h2 {
	text-align: center;
	padding-bottom: 50px;
}
.timeless-story h3 {
	padding-bottom: 24px;
}
.timeless-story .black-btn {
	margin-top: 30px;
}
.timeless-story .left-sticky {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 100px;
	z-index: -1;
}
.our-client {
	padding: 30px 0;
	text-align: center;
}
.our-client h2 {
	padding-bottom: 40px;
}
.testimonial {
	margin-bottom: 30px;
}
.testimonial .image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.testimonial .image {
	margin-bottom: 40px;
}
.our-client .right-sticky {
	position: absolute;
	top: -30px;
	right: 30px;
	width: 100px;
	z-index: -1;
}
.testimonial .description {
	position: relative;
}
.testimonial .description .top-image {
	position: absolute;
	top: -65px;
	width: 50px;
	transform: rotate(180deg) translateX(50%);
	left: 50%;
}
.testimonial .description .bottom-image {
	position: absolute;
	bottom: -65px;
	width: 50px;
	transform: rotate(0) translateX(-35%);
	left: 50%;
}
.home-banner-text {
    width: 70%;
}
.home-banner-images {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 35%;
}
.home-banner-images-inner img {
      height: 460px;
		width: auto;
		display: block;
		object-fit: cover;
		object-position: center bottom;
}
.slider-story .slide-item {
    width: 100%;
}
.timeless-story h3 {
	text-transform: uppercase;
}
.timeless-story .image {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	flex-direction: column;
}
.timeless-story .image img {
    height: 400px;
    width: auto;
}
.slide-step {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    opacity: 0.8;
	color: #912fe0;
}
.product-card h4 {
    text-transform: uppercase;
}
.testimonial-slider .slide {
    padding: 15px;
	padding-bottom: 40px;
}
.we-transform-slider img {
    width: 100%;
    height: auto;
    display: block;
}
.slick-dots li button:before {
    font-size: 15px !important;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
.slick-dots li button {
	height: 15px;
	width: 15px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li.slick-active button:before {
    color: #ed2592 !important;
    opacity: 1 !important;
}
.slick-dots li button:before {
    color: #ccc;
    opacity: 1;
}
.slick-dots {
	bottom: -50px;
}
.timeless-story-image, .timeless-story-image1 {
    position: absolute;
    z-index: 1;
    bottom: 77px;
    width: 70px;
    right: 35%;
    transition: transform 0.6s ease;
}
.timeless-story-image1 {
    width: 180px;
    right: 31%;
    bottom: 41px;
}
.rotate-forward {
    transform: rotate(70deg);
}
.rotate-backward {
    transform: rotate(-70deg);
}


/*  -----------------------------------------------------------------
		Footer Styles
	----------------------------------------------------------------- */
.footer {
	background-color: #f7aad4;
	padding: 50px 0;
	position: relative;
	padding-bottom: 10px;
}
.footer-logo-section {
	margin-bottom: 30px;
}
.footer-logo {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer-logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.footer-logo img {
	max-width: 300px;
	height: auto;
}
.footer-logo-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo-text h3 {
	font-family: "Playfair Display", serif;
	font-size: 24px;
	font-weight: 400;
	color: #ED2592;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.footer-tagline {
	font-family: "Playfair Display", serif;
	font-size: 14px;
	font-style: italic;
	color: #555555;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.footer-contact-section,
.footer-social-section {
	text-align: center;
	margin-bottom: 30px;
}
.footer-section-title {
	color: #111111;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-contact-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}
.footer-icon {
	flex-shrink: 0;
}
.footer-contact-item a {
	color: #555555;
}
.footer-contact-item a:hover {
	color: #ED2592;
}
.footer-social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.timeless-story-image {
	background-color: #fff;
}
.footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #555555;
	text-decoration: none;
	transition: all 0.3s ease;
}
.footer-social-icon svg {
	transition: all 0.3s ease;
}
.footer-social-icon:hover {
	color: #ED2592;
}
.footer-social-icon:hover svg path,
.footer-social-icon:hover svg rect,
.footer-social-icon:hover svg circle {
	stroke: #ED2592;
}
.copyright {
    text-align: center;
}
.copyright p {
    font-size: 13px;
}

@media (min-width: 768px) {
	.footer-contact-section,
	.footer-social-section {
		text-align: left;
		margin-bottom: 0;
	}
	.footer-contact-item {
		justify-content: flex-start;
	}
	.footer-social-icons {
		justify-content: flex-start;
	}
}

/*  -----------------------------------------------------------------
		Album Template Styles
	----------------------------------------------------------------- */
.album-left-sidebar {
	position: sticky;
	top: 25px;
	padding-bottom: 30px;
	background: #fff;
	padding: 15px;
	border: 1px solid rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 0px rgba(0, 0, 0.5);
}
.album-sidebar {
	position: sticky;
	top: 25px;
	background: #fff;
	padding: 25px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.album-sidebar .sidebar-title {
	font-family: "Playfair Display", serif;
	font-size: 24px;
	color: #ED2592;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ED2592;
	font-weight: 400;
}
.category-checkboxes {
	margin-bottom: 30px;
}
.category-checkbox-item {
	display: block;
	padding: 5px;
	margin-bottom: 8px;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.category-checkbox-item:hover {
	background-color: rgb(248,223,236);
}
.category-checkbox-item input[type="checkbox"] {
	margin-right: 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	accent-color: #ED2592;
	display: inline-block;
    vertical-align: middle;
}
.category-checkbox-item span {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #555555;
	vertical-align: middle;
}
.category-checkbox-item input[type="checkbox"]:checked + span {
	color: #ED2592;
	font-weight: 500;
}
.sort-by-section {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.album-sort-select {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #555555;
	border-radius: 4px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #111111;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('images/down-arrow-black.png') no-repeat 95% center;
	background-size: 15px;
	cursor: pointer;
	outline: none;
}
.album-sort-select:focus {
	border-color: #ED2592;
}
.showing-total {
	font-size: 15px;
	line-height: normal;
	color: #555555;
	font-family: "Poppins", sans-serif;
	padding-bottom: 20px;
	padding-top: 20px;
}
section.album-outer {
	padding: 50px 0 80px 0;
}
.post-grid {
	display: flex;
	flex-wrap: wrap; 
	min-height: 300px;
}
.post-grid article {
	width: 33.333%;
	padding: 0 20px;
	margin-bottom: 40px;
}
.post-grid article .product-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.post-grid article .product-card-link:hover {
	text-decoration: none;
	color: inherit;
}
.post-grid article .product-card {
	height: 100%;
}
.post-grid article .product-card .image {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.post-grid article .product-card .image img {
	height: 304px;
	width: 100%;
	object-fit: cover;
	display: block;
}
.post-grid article .product-card h4 {
	text-align: center;
	padding-top: 0;
	margin: 0;
	color: #111111;
}
.post-grid article .product-card-link:hover .product-card h4 {
	color: #ED2592;
}
.album-slider .slick-slide {
	margin: 0 10px;
	padding: 15px 0;
}
section.album-slider-outer {
	background: #fff;
	padding: 50px 0;
}
.album-slider {
	margin: 0 -10px;
}
.album-slider .slick-slide img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	box-shadow: 2px 2px 8px 1px #00000040;
	border: 8px solid #fff;
}
._3d-flip-book, .book-widget {
	height: 600px !important;
}
.flipbook-model .modal-dialog {
	max-width: 850px;
}
.flipbook-model .pink-btn {
	margin: 0;
	text-align: center;
}
section.get-touch-banner.album-banner .container {
	padding-bottom: 20px;
	text-align: right;
	padding-top: 250px;
}
section.get-touch-banner.album-banner .container p, 
section.get-touch-banner.album-banner .container h1 {
	margin-right: 0;
	padding-right: 180px;
}
section.get-touch-banner.album-banner span.left-image1 {
	position: absolute;
	left: 0;
	bottom: 35px;
}
section.get-touch-banner.album-banner span.center-image1 {
	position: absolute;
	top: 0;
	left: 45%;
}
section.get-touch-banner.album-banner span.right-image1 {
	position: absolute;
	right: 0;
	top: 0;
}
section.get-touch-banner.album-banner span.arrow1-image1 {
	position: absolute;
	left: 125px;
	bottom: -75px;
	width: 40%;
}
section.get-touch-banner.album-banner span.arrow2-image1 {
	position: absolute;
	right: 165px;
	top: 0%;
}
.album-slider .slick-slide h5 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
section.album-slider-outer .slick-slide {
	position: relative;
}
section.album-slider-outer .slick-slide h5 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 15px;
	background: rgb(237 37 146 / 70%);
	color: #fff;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.category_id {
	position: relative;
}
section.album-slider-outer .slick-slide:hover h5 {
	opacity: 1;
}
section.album-slider-outer .slick-slide h6 {
	font-size: 14px;
	padding-top: 12px;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.pagination a, .pagination span {
	font-size: 18px;
	color: #555555;
	text-decoration: none;
	padding: 5px 10px;
}
.pagination a:hover {
	color: #ED2592;
}
.pagination .current {
	color: #ED2592;
	font-weight: 600;
}
.album-pagination {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
.album-banner-resp-show {
	display: none;
}
div#posts-container article p {
	font-family: "Poppins", sans-serif;
	text-align: center;
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 0;
}
.no-post-found {
	text-align: center;
	width: 100%;
}
.no-post-found img {
	width: 200px;
	height: auto;
}
.slick-next:before, .slick-prev:before {
	color: #000;
}
.album-inner {
    padding-top: 35px;
}
.single-products h3 {
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
}
section.product_banner .product-banner-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    max-width: 700px;
}
section.product_banner .product-banner-desc h1 {
    font-size: 50px;
}
.latest-posts-section h2 {
    text-align: center;
    padding-bottom: 25px;
}
.single-post h1 {
    	text-align: center;
	}
a.back-gallery {
    position: absolute;
    top: 0px;
    left: 25px;
    font-size: 16px;
}
a.back-gallery:hover {
	text-decoration: underline;
}
.single-infor-block {
    background-color: #f7f7f6;
    text-align: center;
    padding: 40px 0;
}
span.product-tag.empty {
    display: none;
}
.gallery-slider a.slick-slide img {
    max-height: 300px;
    object-fit: contain;
    object-position: center center;
}
.why-it-means-section img {
    max-height: 340px;
    width: auto;
    margin: 0 auto;
    display: block;
}
@media (max-width: 1399px) {
	h1.page-title, h1 {font-size: 50px; line-height: 55px;}
	.home-banner-images-inner img {height: 450px;}
	section.get-touch-banner.album-banner span.arrow2-image1 {width: 27%;}
	section.get-touch-banner.album-banner span.arrow1-image1 {width: 38%; bottom: -40px;}
	.album-slider .slick-slide img {height: 208px;}
	.post-grid article .product-card .image img {height: 259px;}
	.latest-posts-section .product-card .image img {height: 259px;}
	.timeless-story-image1 {right: 30.1%;}
	.home-banner-images-inner img {object-fit: contain;}
	.timeless-story .image img {height: auto;}
}
@media (max-width: 1199px) {
	.post-grid article .product-card .image img {height: 200px;}
	.latest-posts-section .product-card .image img {height: 200px;}
	section.get-touch-banner.album-banner span.arrow1-image1 {left: 110px; bottom: 0; width: 40%;}
	section.get-touch-banner.album-banner span.arrow1-image1 img {height: auto;}
	section.get-touch-banner.album-banner span.arrow2-image1 {right: 130px;}
	section.album-slider-outer .slick-slide h5 {opacity: 1;}
	.album-slider .slick-slide img {height: 299px;}
}
@media (max-width: 991px) {
	.single-post h1 {padding-top: 50px;}
	.post-grid article .product-card .image img {height: 154px;}
	.latest-posts-section .product-card .image img {height: 154px;}
	section.get-touch-banner.album-banner .container p, 
	section.get-touch-banner.album-banner .container h1 {padding-right: 0;}
	section.get-touch-banner.album-banner span.arrow2-image1, 
	section.get-touch-banner.album-banner span.arrow1-image1 {display: none;}
	h1.page-title, h1 {font-size: 40px; line-height: 40px; }
	.home-banner-text {width: 100%;padding-top: 265px;padding-bottom: 20px; text-align: center;}
	.home-banner-images {padding-top: 40px; 
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        right: unset; bottom: unset; background: #fff; }
	.home-banner-images-inner img {height: auto; max-width: 300px; margin: 0 auto;}
	.home-banner {padding-bottom: 0;}
	.album-sidebar {
		position: relative;
		top: 0;
		margin-bottom: 30px;
	}
	.post-grid article {
		width: 50%;
	}
	.footer-logo {justify-content: center;}
}
@media (max-width: 767px) {
	.post-grid article {width: 100%;}
	.post-grid article .product-card .image img {height: auto;}
	.latest-posts-section .product-card .image img {height: auto; }
	.single-post-sidebar {
		margin-top: 30px;
	}
	.we-transform-slider .slick-slide .we-transform-data h2 {font-size: 14px !important; max-width: 60%;}
	.we-transform-slider .slick-slide .we-transform-data .black-btn {font-size: 10px !important; padding: 10px !important;}
	.we-transform-slider .slick-slide .we-transform-data {left: 10px !important; width: 55% !important;}
	.single-post-sidebar {height: auto;}
	.our-products .right-sticky {width: 80px; top: -40px;}
	.timeless-story .left-sticky {top: -80px;}
	.our-client .right-sticky {top: -50px;width: 70px;}
	.sidebar-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.sidebar-post-item .product-card .image img {
		height: 150px;
	}
	.sidebar-post-item .product-card h4 {
		font-size: 15px;
	}
	._3d-flip-book, .book-widget {height: 200px !important;}
	section.get-touch-banner.album-banner .container {padding-top: 170px;}
	section.get-touch-banner.album-banner span.left-image1 {bottom: 70px;}
	.album-slider .slick-slide img {height: 150px;}
	.album-banner-resp-show {display: block;}
	.album-banner-resp-hide {display: none;}
	section.album-slider-outer {padding-bottom: 20px;}
	.album-sidebar {
		margin-bottom: 20px;
	}
	section.product_banner {height: auto !important;}
}

/*  -----------------------------------------------------------------
		Single Post Page Styles
	----------------------------------------------------------------- */
.single-post-page {
	padding: 50px 0;
}
.single-post-image-slider {
	margin-bottom: 40px;
}
.main-image-slider {
	margin-bottom: 20px;
}
.main-image-slider .slick-track,
.main-image-slider .slick-list {
	height: auto !important;
}
.main-image-slider .slider-item {
	position: relative;
	height: auto;
}
.main-image-slider .slider-item img {
	width: 100%;
    height: 636px;
    display: block;
    border-radius: 5px;
    max-height: none;
    object-fit: cover;
}
.main-image-slider .slick-prev,
.main-image-slider .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 50px;
	height: 50px;
	background: #ED2592;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	color: #fff;
}
.main-image-slider .slick-prev {
	left: 15px;
}
.main-image-slider .slick-next {
	right: 15px;
}
.main-image-slider .slick-prev:hover,
.main-image-slider .slick-next:hover {
	background: #eb1088;
	color: #fff;
}
.main-image-slider .slick-prev svg,
.main-image-slider .slick-next svg {
	width: 24px;
	height: 24px;
}
.main-image-slider .slick-prev svg path,
.main-image-slider .slick-next svg path {
	stroke: #fff;
	fill: none;
}
.main-image-slider .slick-prev:before,
.main-image-slider .slick-next:before {
	display: none;
}
.thumbnail-slider {
	margin: 0 -5px;
}
.thumbnail-slider .thumbnail-item {
	padding: 0 5px;
	cursor: pointer;
}
.thumbnail-slider .thumbnail-item img {
	width: 100%;
	height: 152px;
	object-fit: cover;
	border-radius: 5px;
	border: 2px solid transparent;
	transition: all 0.3s ease;
}
.thumbnail-slider .thumbnail-item.slick-current img {
	border-color: #ED2592;
	opacity: 1;
}
.thumbnail-slider .thumbnail-item img:hover {
	opacity: 0.8;
}
.single-post-featured-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.single-post-content {
	padding-left: 30px;
}
/* Product Info Layout Styles */
.product-info-layout {
	padding-left: 30px;
}
.product-main-heading {
	font-family: "Playfair Display", serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #ED2592;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.3;
	text-transform: uppercase;
}
.product-tagline {
	font-family: "Playfair Display", serif;
	font-size: clamp(24px, 3vw, 32px);
	color: #ED2592;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}
.product-info-layout .product-description {
	font-family: "Poppins", sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.8;
	color: #555555;
	margin-bottom: 40px;
}
.product-info-layout .product-description p {
	margin-bottom: 15px;
}
.product-specifications {
	margin-bottom: 40px;
}
.specifications-heading {
	font-family: "Playfair Display", serif;
	font-size: clamp(20px, 2.5vw, 24px);
	color: #ED2592;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}
.sparkle-icons {
	font-size: 18px;
	color: #111111;
}
.size-section {
	margin-bottom: 25px;
}
.size-label {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #111111;
	margin-bottom: 15px;
	font-weight: 500;
}
.size-options {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.size-box {
	border: 2px solid #ED2592;
	border-radius: 5px;
	padding: 15px 20px;
	min-width: 80px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	transition: all 0.3s ease;
}
.size-box:hover {
	background-color: #f8dfec;
}
.size-letter {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	display: block;
	margin-bottom: 5px;
}
.size-dimension {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #555555;
	display: block;
}
.spec-info {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #111111;
	margin-bottom: 15px;
	line-height: 1.6;
}
.spec-info strong {
    font-weight: 600;
    color: #ED2592;
    display: block;
    font-size: 20px;
    line-height: normal;
}
.product-order-button {
	margin-top: 30px;
}
.order-now-btn {
	display: inline-block;
	padding: 12px 40px;
	border: 2px solid #ED2592;
	background-color: #fff;
	color: #ED2592;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.order-now-btn:hover {
	background-color: #ED2592;
	color: #fff;
	text-decoration: none;
}
video {
	max-width: 100%;
	height: auto;
}
.procuct-video {
    margin: 30px 0;
}

/* Premium Quality Slider Section */
.premium-quality-section {
	position: relative;
	padding: 60px 0;
	background-color: #fff;
}
.premium-quality-heading {
	font-family: "Poppins", sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #ED2592;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.premium-quality-description {
	font-family: "Poppins", sans-serif;
	font-size: clamp(16px, 2vw, 18px);
	color: #111111;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.6;
}
.premium-quality-slider .premium-slide {
	padding: 0 15px;
}
.premium-quality-slider .premium-slide img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.premium-quality-arrow {
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
}
.arrow-box {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #ED2592;
	color: #fff;
	border-radius: 5px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease;
}
.premium-quality-arrow:hover .arrow-box {
	background-color: #eb1088;
	transform: scale(1.1);
}
.premium-quality-sparkles {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.premium-quality-sparkles .sparkle {
	position: absolute;
	font-size: 24px;
	color: #111111;
	opacity: 0.6;
}
.premium-quality-sparkles .sparkle-1 {
	bottom: 20px;
	left: 30px;
}
.premium-quality-sparkles .sparkle-2 {
	bottom: 20px;
	left: 60px;
}
.premium-quality-sparkles .sparkle-3 {
	top: 20px;
	right: 30px;
}
.premium-quality-sparkles .sparkle-4 {
	top: 20px;
	right: 60px;
}

/* Why It Means So Much Section */
.why-it-means-section {
	position: relative;
	padding: 60px 0 0;
	background-color: #fff;
}
.why-it-means-heading {
	font-family: "Poppins", sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	color: #ED2592;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.premium-quality-section h3 {
	color: #ED2592;
	text-transform: uppercase;
}
.why-it-means-columns {
	margin-bottom: 40px;
}
.why-it-means-column {
	text-align: center;
	margin-bottom: 30px;
}
.why-it-means-image {
	margin-bottom: 25px;
}
.why-it-means-image img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.why-it-means-title {
	font-family: "Poppins", sans-serif;
	font-size: clamp(16px, 2vw, 18px);
	color: #111111;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
}
.why-it-means-sparkles {
	position: absolute;
	bottom: 20px;
	right: 30px;
	pointer-events: none;
}
.why-it-means-sparkles .sparkle {
	position: absolute;
	font-size: 24px;
	color: #111111;
	opacity: 0.6;
}
.why-it-means-sparkles .sparkle-5 {
	bottom: 0;
	right: 0;
}
.why-it-means-sparkles .sparkle-6 {
	bottom: 0;
	right: 30px;
}
.product-card {
	position: relative;
}

.product-tag {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	border-radius: 20px;
	background: #000;
}

.product-tag.best-seller {
	background: #ED2592;
}

.product-tag.coming-soon {
	background: #912fe0;
}

.product-card.coming-soon {
	pointer-events: none; /* safety fallback */
}
.single-products h1 {
    text-align: center;
    font-size: 50px;
    line-height: normal;
    padding-bottom: 25px;
}
.latest-posts-section h2 {
    padding-bottom: 0;
}
.latest-posts-section p {
    text-align: center;
}
/* Responsive Styles for Premium Quality & Why It Means Sections */
@media (max-width: 991px) {
	.premium-quality-section,
	.why-it-means-section {
		padding: 40px 0 0;
	}
	.premium-quality-slider {
		max-width: 100%;
	}
	.why-it-means-column {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.premium-quality-section,
	.why-it-means-section {
		padding: 30px 0 0;
	}
	.premium-quality-heading,
	.why-it-means-heading {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.premium-quality-description {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.premium-quality-slider .premium-slide {
		padding: 0 10px;
	}
	.why-it-means-heading {
		margin-bottom: 30px;
	}
	.why-it-means-image img {
		max-width: 250px;
	}
	.why-it-means-title {
		font-size: 16px;
	}
}

/* Responsive Styles for Product Info Layout */
@media (max-width: 991px) {
	.product-info-layout {
		padding-left: 0;
		margin-top: 30px;
	}
	.size-options {
		gap: 10px;
	}
	.size-box {
		padding: 12px 15px;
		min-width: 70px;
	}
}

@media (max-width: 767px) {
	.product-main-heading {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.product-tagline {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.product-info-layout .product-description {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.product-specifications {
		margin-bottom: 30px;
	}
	.specifications-heading {
		font-size: 20px;
	}
	.size-options {
		gap: 8px;
	}
	.size-box {
		padding: 10px 12px;
		min-width: 60px;
	}
	.size-letter {
		font-size: 16px;
	}
	.size-dimension {
		font-size: 12px;
	}
	.spec-info {
		font-size: 15px;
	}
	.product-order-button {
		margin-top: 25px;
	}
	.order-now-btn {
		padding: 10px 30px;
		font-size: 14px;
		width: 100%;
		text-align: center;
	}
}
.single-post-title {
	font-family: "Playfair Display", serif;
	font-size: 48px;
	color: #ED2592;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.2;
}
.post-meta {
	margin-bottom: 25px;
}
.post-meta .pages-size {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #555555;
	font-weight: 500;
}
.post-description {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #555555;
	margin-bottom: 30px;
}
.post-description p {
	margin-bottom: 15px;
}
/* List styling for product single page */
.single-products .post-description ul,
.single-products .post-description ol,
.single-products .post-features ul,
.single-products .post-features ol {
	margin: 20px 0;
	list-style-position: outside;
}
.single-products .post-description ul {
	list-style: none;
	position: relative;
}
.single-products .post-description ul li {
	position: relative;
	padding-left: 25px;
}
.single-products .post-description ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 10px;
	background-color: #ED2592;
	border-radius: 50%;
	display: block;
}
.single-products .post-description ol {
	list-style: none;
	counter-reset: item;
	position: relative;
}
.single-products .post-description ol li {
	position: relative;
	padding-left: 35px;
	counter-increment: item;
}
.single-products .post-description ol li::before {
	content: counter(item) '.';
	position: absolute;
	left: 0;
	top: 0;
	color: #ED2592;
	font-weight: 600;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
}
.single-products .post-features ul {
	list-style: none;
	position: relative;
}
.single-products .post-features ul li {
	position: relative;
	padding-left: 25px;
}
.single-products .post-features ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 10px;
	background-color: #ED2592;
	border-radius: 50%;
	display: block;
}
.single-products .post-features ol {
	list-style: none;
	counter-reset: item;
	position: relative;
}
.single-products .post-features ol li {
	position: relative;
	padding-left: 35px;
	counter-increment: item;
}
.single-products .post-features ol li::before {
	content: counter(item) '.';
	position: absolute;
	left: 0;
	top: 0;
	color: #ED2592;
	font-weight: 600;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
}
.single-products .post-description ul ul,
.single-products .post-features ul ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
}
.single-products .post-description ul ul li::before {
	width: 8px;
	height: 8px;
	top: 13px;
}
.single-products .post-description ul ul ul,
.single-products .post-features ul ul ul {
	padding-left: 40px;
}
.single-products .post-description ul ul ul li::before {
	width: 6px;
	height: 6px;
	top: 14px;
}
.single-products .post-description ol ol,
.single-products .post-features ol ol {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 50px;
	counter-reset: item;
}
.single-products .post-description ol ol li {
	counter-increment: item;
	padding-left: 30px;
}
.single-products .post-description ol ol li::before {
	content: counter(item, lower-alpha) '.';
	font-size: 18px;
}
.single-products .post-description ol ol ol,
.single-products .post-features ol ol ol {
	padding-left: 50px;
	counter-reset: item;
}
.single-products .post-description ol ol ol li {
	counter-increment: item;
	padding-left: 30px;
}
.single-products .post-description ol ol ol li::before {
	content: counter(item, lower-roman) '.';
	font-size: 16px;
}
.single-products .post-description li,
.single-products .post-features li {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #555555;
	margin-bottom: 12px;
	line-height: 1.8;
}
.post-features {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post-features h3 {
	font-family: "Playfair Display", serif;
	font-size: 32px;
	color: #ED2592;
	margin-bottom: 20px;
	font-weight: 400;
}
.post-features ul,
.post-features ol {
	margin-left: 20px;
	margin-bottom: 15px;
}
.post-features li {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #555555;
	margin-bottom: 10px;
	line-height: 1.6;
}
/* Single Post Sidebar */
.single-post-sidebar {
    border: 1px solid #dedede;
    padding: 15px;
    height: 650px;
    overflow: auto;
}
.sidebar-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: none;
}
.sidebar-posts {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.sidebar-post-item {
	margin-bottom: 0;
}
.sidebar-post-item .product-card {
	height: auto;
}
.sidebar-post-item .product-card .image {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.sidebar-post-item .product-card .image img {
	height: 160px;
	width: 100%;
	object-fit: cover;
	display: block;
}
.sidebar-post-item .product-card h4 {
	text-align: left;
	padding-top: 0;
	margin: 0;
	color: #111111;
	font-size: 16px;
	line-height: 1.4;
}
.sidebar-post-item .product-card-link:hover .product-card h4 {
	color: #ED2592;
}

.single-post-flipbook {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.premium-quality-section .image img {
    height: 500px;
    object-fit: cover;
}
/* For single-post.php - flipbook only layout */
.single-post-page .single-post-flipbook {
	margin-top: 40px;
	padding-top: 0;
	border-top: none;
}
.single-post-flipbook ._3d-flip-book,
.single-post-flipbook .book-widget {
	width: 100%;
	height: 900px;
	margin: 0 auto;
}
.product-contact-button {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-contact-btn {
	display: inline-block;
	margin-top: 0;
}

/* Product Contact Modal (CF7) - Theme styling */
.product-contact-modal .modal-content {
	border: none;
	border-radius: 14px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.product-contact-modal .modal-header {
	padding: 22px 28px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-contact-modal .modal-title {
	font-family: "Playfair Display", serif;
	font-weight: 500;
	font-size: 26px;
	color: #111111;
	letter-spacing: 0.2px;
}
.product-contact-modal .modal-body {
	padding: 26px 28px 30px;
}
.product-contact-modal .btn-close {
	opacity: 0.7;
}
.product-contact-modal .btn-close:hover {
	opacity: 1;
}
.product-contact-modal .wpcf7 {
	font-family: "Poppins", sans-serif;
}
.product-contact-modal .wpcf7 form p {
	margin: 0 0 16px 0;
}
.product-contact-modal .wpcf7 label {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	color: #111111;
	font-weight: 500;
	font-size: 16px;
}
.product-contact-modal .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.product-contact-modal .wpcf7 input[type="text"],
.product-contact-modal .wpcf7 input[type="email"],
.product-contact-modal .wpcf7 input[type="tel"],
.product-contact-modal .wpcf7 textarea,
.product-contact-modal .wpcf7 select {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #E3E3E3;
	border-radius: 10px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	background: #fff;
	color: #111111;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.product-contact-modal .wpcf7 textarea {
	min-height: 130px;
	resize: vertical;
}
.product-contact-modal .wpcf7 input::placeholder,
.product-contact-modal .wpcf7 textarea::placeholder {
	color: #9B9B9B;
}
.product-contact-modal .wpcf7 input[type="text"]:focus,
.product-contact-modal .wpcf7 input[type="email"]:focus,
.product-contact-modal .wpcf7 input[type="tel"]:focus,
.product-contact-modal .wpcf7 textarea:focus,
.product-contact-modal .wpcf7 select:focus {
	outline: none;
	border-color: #ED2592;
	box-shadow: 0 0 0 4px rgba(237, 37, 146, 0.12);
}
.product-contact-modal .wpcf7 input[type="submit"] {
	width: 100%;
	background: #ED2592;
	color: #fff;
	border: none;
	padding: 16px 20px;
	border-radius: 10px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.05s ease;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.6px;
}
.product-contact-modal .wpcf7 input[type="submit"]:hover {
	background: #eb1088;
}
.product-contact-modal .wpcf7 input[type="submit"]:active {
	transform: translateY(1px);
}
.product-contact-modal span.wpcf7-not-valid-tip {
	font-size: 12px;
	padding-top: 6px;
}
.product-contact-modal .wpcf7-response-output {
	margin-top: 14px !important;
	border-radius: 10px;
	padding: 14px 16px !important;
	color: #111111;
	background: #f8dfec;
	border: 1px solid rgba(237, 37, 146, 0.25);
}
.single-products .faq-box .title h4 {
    font-size: 20px;
    padding-bottom: 5px;
}
.single-products .faq {
    padding-bottom: 0;
}
.single-products .faq-box .description p {
    font-size: 16px;
}
.single-products .faq-box .title span.icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}

@media (max-width: 991px) {
	.single-post-content {
		padding-left: 0;
		padding-top: 0;
	}
	.single-post-title {
		font-size: 36px;
	}
	.single-post-flipbook ._3d-flip-book,
	.single-post-flipbook .book-widget {
		height: 700px;
	}
}
@media (max-width: 767px) {
	.single-post-page {
		padding: 30px 0;
	}
	.single-post-title {
		font-size: 28px;
	}
	.post-description {
		font-size: 16px;
	}
	.post-features h3 {
		font-size: 24px;
	}
	.single-post-flipbook {
		margin-top: 40px;
		padding-top: 30px;
	}
	.single-post-flipbook ._3d-flip-book,
	.single-post-flipbook .book-widget {
		height: 600px;
	}
	.main-image-slider .slick-prev,
	.main-image-slider .slick-next {
		width: 40px;
		height: 40px;
	}
	.main-image-slider .slick-prev {
		left: 10px;
	}
	.main-image-slider .slick-next {
		right: 10px;
	}
	.thumbnail-slider .thumbnail-item img {
		height: 190px;
	}
	.main-image-slider .slider-item img {
		height: 300px;
	}
}

/*  -----------------------------------------------------------------
		Get In Touch Page Styles
	----------------------------------------------------------------- */
section.get-touch {
	position: relative;
	padding: 40px 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
section.get-touch:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f8dfece0;
}
.get-touch .content {
	text-align: center;
}
.get-touch .content h3 {
	color: #912fe0;
}
.get-touch-form label {
	text-align: left;
	font-family: "Poppins", sans-serif;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	color: #111111;
}
.get-touch-form label span.wpcf7-form-control-wrap {
	padding-top: 5px;
	display: block;
	width: 100%;
}
section.get-touch h1 {
	margin-bottom: 20px;
}
body.page-template-template-get-in-touch .site-menu ul li.contact a {
	color: #ED2592;
}
.get-touch-form {
	padding: 30px;
	border-radius: 10px;
}
.get-touch-form input[type="text"],
.get-touch-form input[type="email"],
.get-touch-form input[type="tel"],
.get-touch-form textarea,
.get-touch-form select {
	width: 100%;
	padding: 13px;
	border: 2px solid #BEBEBE;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	background: #fff;
	color: #555555;
	margin-bottom: 0;
}
.get-touch-form input[type="text"]:focus,
.get-touch-form input[type="email"]:focus,
.get-touch-form input[type="tel"]:focus,
.get-touch-form textarea:focus,
.get-touch-form select:focus {
	outline: none;
	border-color: #ED2592;
}
.get-touch-form textarea {
	resize: vertical;
	min-height: 120px;
}
.get-touch-form input[type="submit"] {
	background: #ED2592;
	color: #fff;
	border: none;
	padding: 15px 40px;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-weight: 500;
}
.get-touch-form input[type="submit"]:hover {
	background: #eb1088;
}
.get-touch select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('images/down-arrow-black.png') no-repeat 98% center;
	background-size: 15px;
	padding-right: 25px;
}
section.get-touch-banner {
	text-align: center;
}
section.get-touch-banner .container {
	padding: 160px 15px;
	padding-bottom: 220px;
}
.relative {
	position: relative;
}
section.get-touch-banner h1, 
section.get-touch-banner p {
	max-width: 600px;
	margin: auto;
}
section.get-touch-banner span.left-image {
	position: absolute;
	left: 15%;
	top: 19%;
}
section.get-touch-banner span.right-image {
	position: absolute;
	right: 12%;
	top: -2%;
}
section.get-touch-banner span.top-arrow {
	position: absolute;
	left: 27%;
	width: 50%;
	top: -21%;
}
section.get-touch .container {
	position: relative;
	z-index: 1;
}
section.get-touch-banner span.right-arrow {
	position: absolute;
	right: 3%;
	top: 11%;
	width: 20%;
}
section.get-touch-banner span.bottom-arrow {
	position: absolute;
	bottom: 15%;
	right: 28%;
	width: 50%;
}
section.get-touch-banner span.bottom-image {
	position: absolute;
	bottom: 20%;
	right: 16%;
}
section.get-touch-banner span.start-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
}
section.get-touch-banner span.start-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
}
.faq {
	padding: 50px 0;
}
.faq h2 {
	margin-bottom: 40px;
}
.faq h2, .faq h3 {
	text-align: center;
}
.faq-box {
	margin-bottom: 30px;
}
.faq-box .title {
	border-bottom: 4px solid #111111;
	margin-bottom: 20px;
	position: relative;
	padding-right: 70px;
	cursor: pointer;
}
.faq-box .title span.icon {
	display: inline-block;
	background: #555555;
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 33px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-weight: 700;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.faq-box .title span.icon:hover {
	transform: rotate(45deg);
}
.faq-box .description {
	display: none;
}
.faq-box .title h4 {
	padding-bottom: 20px;
}
.faq-box .description p {
	padding: 0;
}
.faq-box.active .title span.icon {
	transform: rotate(45deg);
	background: #ED2592;
}
ul.social-links {
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.social-links li img {
	width: 35px;
	margin-bottom: 11px;
	display: block;
	transition: transform 0.3s ease;
}
ul.social-links li img:hover {
	transform: scale(1.1);
}
section.get-touch ul.social-links {
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}
span.wpcf7-not-valid-tip {
	font-size: 11px;
	display: block;
	padding-top: 5px;
	color: #ff6b6b;
}
.wpcf7-response-output {
	color: #fff;
	font-size: 16px;
	margin: 0 !important;
}
span.wpcf7-spinner {
	display: none;
}
.sticker-img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
	section.get-touch-banner span.top-arrow, 
	section.get-touch-banner span.right-arrow, 
	section.get-touch-banner span.bottom-arrow { 
		display: none; 
	}
	section.get-touch-banner span.left-image {
		left: 10%;
		top: 65%;
	}
	section.get-touch-banner img {
		height: 115px;
	}
	section.get-touch-banner span.bottom-image {
		right: 5%;
	}
	section.get-touch-banner span.right-image {
		right: 15%;
	}
	section.get-touch-banner span.start-right {
		bottom: 74%;
		width: 110px;
	}
	section.get-touch-banner .container {
		padding-top: 50px; 
		padding-bottom: 130px;
	}
	.timeless-story-image, .timeless-story-image1 {
		display: none;
	}
}
@media (max-width: 991px) {
	section.get-touch-banner .container {
		padding-top: 110px;
	}
	section.get-touch-banner span.bottom-image {
		bottom: 3%;
	}
	section.get-touch-banner span.left-image {
		top: 69%;
	}
}
@media (max-width: 767px) {
	section.get-touch {
		padding: 30px 0;
	}
	section.get-touch {
		padding-top: 30px;
	}
	section.get-touch-banner span.right-image {
		right: 27%;
	}
	section.get-touch-banner span.start-right {
		width: 70px;
	}
	section.get-touch {
		background-attachment: scroll;
	}
	section.get-touch {
		padding-bottom: 0;
	}
}

/* Products Page Template Styles */
section.product_banner {
    height: 355px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fddfec;
}
.product-section {
	position: relative;
	padding-top: 40px;
}
.product-star-icon {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 80px;
	z-index: 0;
	opacity: 0.3;
}
.product-star-icon img {
	width: 100%;
	height: auto;
}
.product-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.product-image-wrapper:hover img {
	transform: scale(1.05);
}
.product-content {
	padding: 20px 0;
}
.product-title {
	font-family: "Playfair Display", serif;
	font-size: clamp(28px, 4vw, 42px);
	color: #ED2592;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.2;
}
.product-description {
	font-family: "Poppins", sans-serif;
	font-size: clamp(16px, 2vw, 18px);
	color: #555555;
	line-height: 1.8;
	margin-bottom: 25px;
}
.product-description p {
	margin-bottom: 15px;
}
.product-features {
	font-family: "Poppins", sans-serif;
	font-size: clamp(15px, 1.8vw, 17px);
	color: #555555;
	line-height: 1.8;
	margin-bottom: 30px;
}
.product-features ul,
.product-features ol {
	margin-left: 20px;
	margin-bottom: 15px;
}
.product-features ul li,
.product-features ol li {
	margin-bottom: 10px;
	padding-left: 10px;
}
.product-features ul li {
	list-style: disc;
}
.product-features ol li {
	list-style: decimal;
}
.product-button .black-btn {
	display: inline-block;
	padding: 12px 35px;
	background-color: transparent;
	border: 2px solid #ED2592;
	color: #ED2592;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.product-button .black-btn:hover {
	background-color: #ED2592;
	color: #fff;
}

/* Latest Posts Section */
.latest-posts-section {
	padding: 60px 0;
	background-color: #f8f8f8;
}
.latest-posts-section .product-card {
	height: 100%;
}
.latest-posts-section .product-card .image {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.latest-posts-section .product-card .image img {
	height: 275px;
	width: 100%;
	object-fit: cover;
	display: block;
}
.latest-posts-section .product-card h4 {
	text-align: center;
	padding-top: 0;
	margin: 0;
	color: #111111;
}
.slick-slide {
    position: relative;
}
.we-transform-slider .slick-slide .we-transform-data {
    position: absolute;
    top: 55%;
    color: #444444;
    transform: translateY(-50%);
    left: 50px;
    width: 50%;
    text-align: left;
    font-size: 35px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.we-transform-slider .slick-slide .we-transform-data h2 {
    color: #444444;
    font-size: 35px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.we-transform-slider .slick-slide .we-transform-data .black-btn {
    display: inline-block;
    padding: 12px 35px;
    background-color: transparent;
    border: 2px solid #444444;
    color: #444444;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-shadow: none;
}
.we-transform-slider .slick-slide .we-transform-data .black-btn:hover {
    color: #fff;
}
.product-section .coming-soon .product-button {
    display: none;
}
.post-header p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
section.product_banner .bg-image-p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
}

/* Responsive Styles for Products Page */
@media (max-width: 991px) {
	.products-page {
		padding: 40px 0;
	}
	.product-star-icon {
		width: 60px;
		top: 10px;
		right: 15px;
	}
	.product-content {
		padding: 15px 0;
		margin-top: 30px;
	}
	.product-image-wrapper {
		margin-bottom: 30px;
	}
	.latest-posts-section {
		padding: 40px 0;
	}
}

@media (max-width: 767px) {
	.products-page {
		padding: 30px 0;
	}
	.slick-next:before, .slick-prev:before {font-size: 20px;}
	.premium-quality-slider {padding: 0 20px;}
	.premium-quality-section .image img {height: auto;}
	.product-section {
		padding: 40px 0;
	}
	.product-star-icon {
		width: 50px;
		top: -20px;
		right: 10px;
	}
	.we-transform-slider .slick-slide h2 {
	    font-size: 16px;
	    left: 10px;
	}
	.product-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.product-description,
	.product-features {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.product-button {
		margin-top: 20px;
	}
	.product-button .black-btn {
		padding: 10px 25px;
		font-size: 14px;
	}
	.latest-posts-section {
		padding: 30px 0;
	}
}
.latest-posts-section {
	padding: 30px 0;
}
.gallery-slider {
	position: relative;
	margin-top: 30px;
}
.gallery-slider .gallery-slide {
	padding: 0 15px;
}
.gallery-slider .gallery-arrow {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
	background: #fff;
	border: 2px solid #ED2592;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.gallery-slider .gallery-arrow:hover {
	background: #ED2592;
}
.gallery-slider .gallery-arrow:hover svg path {
	stroke: #fff;
}
.gallery-slider .gallery-arrow svg {
	width: 24px;
	height: 24px;
}
.gallery-slider .gallery-arrow svg path {
	stroke: #ED2592;
	transition: stroke 0.3s ease;
}
.gallery-slider .gallery-arrow-prev {
	left: -25px;
}
.gallery-slider .gallery-arrow-next {
	right: -25px;
}
.gallery-slider .gallery-arrow:before {
	display: none;
}
.premium-quality-slider .premium-quality-arrow-btn,
.premium-quality-slider .slick-prev,
.premium-quality-slider .slick-next {
	width: 40px;
	height: 40px;
}
.premium-quality-slider .premium-quality-arrow-prev,
.premium-quality-slider .slick-prev {
	left: 10px;
}
.premium-quality-slider .premium-quality-arrow-next,
.premium-quality-slider .slick-next {
	right: 10px;
}
.slick-next:before, .slick-prev:before {
    color: #ed2592;
    opacity: 1;
    font-size: 40px;
    z-index: 1;
    position: relative;
}
.premium-quality-slider {
    padding: 0 50px;
    position: relative;
}
.single-post .main-image-slider .slider-item img {
    height: 500px;
    object-fit: contain;
}
p.spec-info.price span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    vertical-align: middle;
}
.why-it-means-section h4 {
    text-align: center;
}
.post-grid article .product-card h4 {
    display: none;
}
@media (max-width: 1399px) {
    section.product_banner .product-banner-desc {max-width: 670px;}
}
@media (max-width: 1199px) {
	.gallery-slider .gallery-arrow-prev {
		left: 10px;
	}
	.gallery-slider .gallery-arrow-next {
		right: 10px;
	}
	section.product_banner .product-banner-desc h1 {font-size: 40px;}
	section.product_banner .product-banner-desc p { max-width: 500px; }
}
@media (max-width: 991px) {
    section.product_banner .bg-image-p img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: -1px;
    }
    
}
@media (max-width: 767px) {
	.gallery-slider .gallery-arrow {
		width: 40px;
		height: 40px;
	}
	section.product_banner .bg-image-p { background: #fff; margin-top: -30px; }
	section.product_banner .product-banner-desc {
	    position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
	}
	section.product_banner .product-banner-desc h1 { padding-top: 240px;
        font-size: 30px !important;
        line-height: normal; 
	}
	.gallery-slider .gallery-arrow svg {
		width: 20px;
		height: 20px;
	}
	.gallery-slider .gallery-arrow-prev {
		left: 5px;
	}
	.gallery-slider .gallery-arrow-next {
		right: 5px;
	}
	.single-post-sidebar {
	    display: none;
	}
	section.product_banner .bg-image-p { bottom: unset; left: 0; top: 0; width: 100%; }
	.premium-quality-section h3 {font-size: 22px; text-align: center;}
	.premium-quality-section h2 {
        padding-bottom: 30px;
    }
    header .logo img, .footer-logo img {
        max-width: 150px;
    }
}
