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

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

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

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

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

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

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

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

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


/*Imports*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Phudu:wght@300..900&display=swap');


/* Keyframes
	  ========================================================================== */
	  @keyframes animate-pulse-whatsapp{
		 0%{
			 box-shadow: 0 0 0 0 rgba(37, 211, 102,0.7),  0 0 0 0 rgba(37, 211, 102,0.7);
		 }
		 40%{
			 box-shadow: 0 0 0 50px rgba(37, 211, 102,0.0),  0 0 0 0 rgba(37, 211, 102,0.7);
		 }
		 80%{
			 box-shadow: 0 0 0 50px rgba(37, 211, 102,0.0),  0 0 0 30px rgba(37, 211, 102,0);
		 }
		 100%{
			 box-shadow: 0 0 0 0 rgba(37, 211, 102,0.0),  0 0 0 30px rgba(37, 211, 102,0);
		 }
		 
	 }

html, body {
  overflow-x: hidden;
}

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
	font-family: "Inter", sans-serif;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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


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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*Custom WE*/

.d-flex {
	display: flex;
	justify-content: space-between;
}

.container {
	max-width: 1440px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
a.btn {
	font-family: "Phudu", sans-serif;
}

section.about {
    padding: 120px 0;
    background: #f8faf2;
}

.whatsapp.pulse {
animation: animate-pulse-whatsapp 3s linear infinite;
}
.whatsapp {
    position: fixed;
    z-index: 1;
    bottom: 60px;
    right: 50px;
}

.pulse {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
/*Header*/

.outer-master-header {
    background: #a1c930;
	padding: 6px 0;
}
.inner-master-header a {
    text-decoration: none;
    color: #000;
}
.inner-master-header .contact-info .phone, .inner-master-header .contact-info .email {
    align-items: center;
    gap: 10px;
    color: #000000;
}
.social-icons {
    gap: 16px;
    font-size: 18px;
}
.social-icons i {
    color: #000;
    font-size: 18px;
}
.contact-info {
    gap: 32px;
}
.outer-logo-header {
    background: #000;
    padding: 20px 0;
}
.logo a img {
    width: 250px;
}
.inner-logo-header {
    align-items: center;
}
.inner-logo-header .navigation a {
    color: #fff;
    padding: 0 12px;
	transition: 0.4s;
}
.inner-logo-header .navigation a:hover, .inner-logo-header .navigation li.current-menu-item a {
    color: #a3c551;
}
.inner-logo-header .buttons {
    gap: 25px;
}
a.btn {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
	transition: 0.4s;
	color: #000000;
}
a.white.btn {
    background: #fff;
}
a.green.btn {
    background: #a2c743;
}
section.logo-header a.white.btn:hover, .hero-content a.white.btn:hover {
    background: #000;
    color: #fff;
}

section.logo-header a.white.btn {
    border: 2px solid #fff;
}
section.logo-header a.btn.green:hover, .hero-content a.btn.green:hover, .inner-why-us .button a.button:hover, .text-image-box .text-image a.btn.green:hover {
    background: #000;
    color: #a2c743;
}

section.logo-header a.btn.green {
    border: 2px solid #a2c743;
}

/*Mobile Menu*/

.menu-drawer  {
  width: 0;
  position: fixed;
  z-index: 3;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}
.menu-drawer .buttons {
    margin-top: 30px;
    justify-content: center;
    gap: 25px;
}
.menu-drawer .buttons a {
        padding: 8px 20px;
}
.menu-drawer a {

  text-decoration: none;  
  display: block;
  transition: 0.3s;
}

.menu-drawer a:hover {
  color: #f1f1f1;
}

.menu-drawer .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  color: #fff;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  color:#a2c743;
}
.mobile-navigation ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}
.mobile-navigation ul#primary-menu a {
    color: #ffffff;
    padding: 15px 0;
    font-size: 20px;
    border-bottom: 1px solid #a1c9303b;
}
a.mobile-menu.openbtn {
    display: none;
}
/*Hero*/

.inner-hero .video-background {
    width: 100%;
}

.inner-hero {
    position: relative;
}

.inner-hero .overlay {
    position: absolute;
    background: #00000078;
    width: 100%;
    height: 100%;
	top: -5px;
}

.inner-hero .hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 240px;
    color: #fff;
    max-width: 522px;
}

.inner-hero .hero-content h1 {
    font-size: 112px;
    line-height: 1.2;
    margin-bottom: 0;
}
.inner-hero .hero-content h1 span {
	color: #a2c743;
}
.inner-hero .hero-content a.btn.white {
    margin-left: 20px;
}


/*About*/

.inner-about .text-image-box .intro-text {
    background: #a3c551;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 14px;
    color: #000;
    transform: rotate(-4deg);
    line-height: 0.7;
}

.inner-about .text-image-box .intro-text h2 {
    font-size: 16px;
}

.inner-about .text-image-box h3 {
    font-size: 50px;
    max-width: 520px;
    line-height: 1;
    margin: 25px 0 40px 0;
    color: #000;
}
.inner-about .icon-card {
    align-items: center;
    gap: 20px;
}

.inner-about .icon-card .info h4 {
    font-size: 24px;
    margin: 0;
	color: #000;
}

.inner-about .icon-card i {
    font-size: 60px;
	color: #000;
}
.inner-about .icon-card p {
    margin-top: 0;
}
.text-image-box .text-image {
    align-items: center;
    gap: 60px;
}
.text-image-box .text-image a.btn.green {
    margin-top: 20px;
    display: block;
    width: 122px;
}
.text-image .image img {
    width: 470px;
    height: 400px;
    object-fit: cover;
	border-radius: 14px;
}

.inner-about .image-box img {
    height: 540px;
    object-fit: cover;
    width: 100%;
	border-radius: 14px;
}

.inner-about .image-box {
    align-items: end;
    width: 550px;
}

.inner-about .text-image-box {
    width: 800px;
}
.inner-about {
    align-items: end;
}
.inner-philosophy img {
    width: 675px;
    border-radius: 30px;
    margin-top: 40px;
}
.clean-fragrant ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.clean-fragrant h3 {
    font-size: 26px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}
.info-card h3 {
    position: relative;
    padding-left: 35px;
}
.info-card h3::before {
    position: absolute;
    content: "\f560";
    font-family: 'Font Awesome 6 Free';
    left: 0;
    color: #a4c45b;
    font-size: 24px;
}
.inner-who-we-are.core-service img {
    height: 600px;
}
.info-card p {
    padding-left: 35px;
}
.clean-fragrant .right {
    text-align: left;
}
.outer-philosophy {
    padding: 60px 0;
}
.clean-fragrant h3::after {
    position: absolute;
    width: 25px;
    height: 4px;
    background: #a2c743;
    content: "";
    left: 0;
    bottom: 0;
}
.inner-intro.single-service img.wp-post-image {
    width: 1200px;
    height: 650px;
    display: block;
    margin: 40px auto;
    object-fit: cover;
    border-radius: 30px;
}
.inner-con-card > * {
    flex: 1;
    background: #a3c55114;
    border-radius: 20px;
    padding: 30px 30px 0 30px;
}

.inner-con-card {
    text-align: center;
    max-width: 1200px;
    gap: 35px;
    padding: 0;
}
.inner-con-card i {
    color: #a4c45b;
    font-size: 35px;
}

.inner-con-card h4 {
    font-size: 19px;
    color: #000;
}
section.icon-card {
    margin: 0 0 60px 0;
}
.inner-intro.single-service p {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.clean-fragrant ul li {
    padding: 15px 0;
    border-bottom: 1px solid #a1c93069;
    font-size: 18px;
}

.clean-fragrant ul li i {
    color: #a1c930;
    margin-right: 10px;
}
/*Services*/

.outer-services {
    background: #a3c55114;
    padding: 60px 0 120px 0;
}
.outer-services .heading-box {
    margin-bottom: 60px;
    text-align: center;
}
.heading-box .intro-text h2 {
	font-size: 16px;
}
.heading-box h3 {
	font-size: 50px;
    max-width: 520px;
    line-height: 1;
    color: #000;
    margin: 0 auto;
	padding: 30px 0 20px 0;
}
.heading-box .intro-text {
    background: #a3c551;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 14px;
    color: #000;
    transform: rotate(-4deg);
    line-height: 0.7;
}
.inner-services .tab-box .image img {
    max-width: 100%;
}
.tab-content {
    background: #fff;
	padding: 70px 0 60px 0;
	border-radius: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inner-services {
    position: relative;
}
.inner-services .tabs {
	display: flex;
    gap: 10px;
    justify-content: center;
    background: #000;
    padding: 15px 0;
    border-radius: 14px;
    width: 1245px;
    margin: 0 auto;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
  }
  
  .inner-services .tab {
	padding: 10px 20px;
	background-color: #ffffff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
	border-radius: 10px;
	font-weight: 400;
  }
  
  .inner-services .tab.active {
	background-color: #a3c551;
    color: #000000;
  }
  .inner-services .tab-content .tab-box .image {
    flex: 1;
}
.inner-services .tab-content .tab-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.inner-services .tab-content .tab-box h4 {
	margin-bottom: 16px;
	color: #000;
	font-size: 26px;
}
.inner-services .tab-content .tab-box i {
    background: #a3c551;
    padding: 5px 6px;
    border-radius: 5px;
    margin-right: 5px;
}
.inner-services .tab-content .tab-box a.green.btn{
    display: block;
    width: 122px;
    margin-top: 35px;
}
.inner-services .tab-content .tab-box h3 {
    font-size: 40px;
    margin: 0;
    color: #000;
}
.inner-services .tab-content .tab-box ul li {
    flex: 1;
}

  .inner-services .tab-content .tab-box {
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
  }
  
  .inner-services .tab-content .tab-box.active {
	display: flex;
  }
  
  .inner-services .text {
	flex: 1;
	margin-right: 20px;
  }
  
  .inner-services .image img {
	max-width: 200px;
	border-radius: 8px;
  }

.section-1 .text-image-box .text-box, .section-1 .text-image-box .image-box {
    width: 50%;
}
.text-image-box .text-box {
    width: 60%;
}
.text-image-box .image-box {
    width: 40%;
}
.text-image-box {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-image-box img {
    width: 500px;
    display: block;
    margin: 0 auto;
}
.text-box h3 {
    font-size: 24px;
    color: #000;
}
.section-1 a.rcb-button, .section-2 a.rcb-button, .section-3 a.rcb-button, .section-4 a.rcb-button, .section-5 a.rcb-button, .section-6 a.rcb-button, .section-7 a.rcb-button {
    text-align: center;
    display: block;
    background: #a3c551;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    font-family: 'Phudu';
    width: 200px;
    margin: 40px auto;
    border: 2px solid #a2c743;
}
.section-1 a.rcb-button:hover, .section-2 a.rcb-button:hover, .section-3 a.rcb-button:hover, .section-4 a.rcb-button:hover, .section-5 a.rcb-button:hover, .section-6 a.rcb-button:hover, .section-7 a.rcb-button:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
.section-2 a.rcb-button, .section-3 a.rcb-button, .section-4 a.rcb-button, .section-5 a.rcb-button, .section-6 a.rcb-button, .section-7 a.rcb-button {
    margin: 0;
}
.acf-content-inner > * {
    padding: 100px 0;
    border-top: 1px solid #a4c45b5e;
}
.section-1 {
    padding: 0 0 50px 0;
    border-top: 0;
}

 /*How It Works*/
 
 .inner-how-it-works .heading-box h3 {
    padding: 0;
    margin: 30px 0;
    max-width: 380px;
    line-height: 1.1;
}
.inner-how-it-works .heading-box p {
    font-size: 18px;
    max-width: 400px;
}
.inner-how-it-works .text-image .image img {
    width: 750px;
    object-fit: cover;
    border-radius: 14px;
}
.inner-how-it-works .step-cards .card {
    border: 1px solid #dae2d7;
    border-radius: 14px;
    padding: 10px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inner-how-it-works .step-cards {
    gap: 30px;
    margin-top: 45px;
}
.step-cards .intro-text h2 {
    background: #a3c551;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 10px;
    color: #000;
}


/*FAQ's*/

.outer-faqs {
    background: #f8faf2;
    padding: 120px 0;
    margin: 0 0 120px 0;
}
.outer-faqs .heading-box
 {
    text-align: center;
    margin-bottom: 25px;
}

.inner-faqs .accordion-container {
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

.inner-faqs .accordion-item {
	border-bottom: 1px solid #e5e7eb;
}

.inner-faqs .accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s ease;
}

.inner-faqs .accordion-header:hover {
	background-color: rgba(0, 77, 64, 0.03);
}

.inner-faqs .accordion-title {
	color: #000000;
	font-weight: bold;
	font-size: 22px;
}

.inner-faqs .accordion-icon {
	color: #000000;
	font-size: 28px;
	transition: transform 0.4s ease, opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

.inner-faqs .accordion-icon.plus {
	transform: rotate(0deg);
}

.inner-faqs .accordion-item.active .accordion-icon.plus {
	transform: rotate(90deg);
	opacity: 0;
}

.inner-faqs .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0 20px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	opacity: 0;
}

.inner-faqs .accordion-content p {
	margin-bottom: 20px;
	transform: translateY(-10px);
	transition: transform 0.4s ease, opacity 0.4s ease;
	opacity: 0;
}

.inner-faqs .accordion-item.active .accordion-icon.plus {
	display: none;
}

.inner-faqs .accordion-item:not(.active) .accordion-icon.minus {
	display: none;
}

.inner-faqs .accordion-item.active .accordion-content {
	max-height: 200px;
	opacity: 1;
	padding: 0 20px 20px 20px;
}

.inner-faqs .accordion-item.active .accordion-content p {
	transform: translateY(0);
	opacity: 1;
}

.inner-faqs .accordion-item:first-child {
	border-top: 1px solid #e5e7eb;
}
.outer-faqs .heading-box .intro-text h2 {
    font-size: 18px;
}
.outer-faqs .heading-box .intro-text {
    background: #a3c551;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 10px;
    color: #000;
    transform: rotate(-4deg);
    line-height: 0.7;
}

/*Testimonials*/
.outer-testimonials {
    padding-bottom: 120px;
}

/*Price List*/
body.single-store table tbody tr td:last-child {
    font-weight: bold;
}
    #store-selector-container {
        margin: 0 auto;
    }
    
    .selector-group {
        margin-bottom: 15px;
    }
    .woolen-bag > * {
    width: 100%;
}
.woolen-bag
 {
    gap: 40px;
}
.table.men-dc
 {
    min-height: 608px;
}
.table.shoe-dc {
    min-height: 564px;
}
    .selector-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
    
    .selector-group select {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        max-height: 200px;
        overflow-y: auto;
    }
    
    .search-wrapper {
        position: relative;
        margin-bottom: 5px;
    }
    
    .dropdown-search {
        width: 100%;
        padding: 6px 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 12px;
        background: #f9f9f9;
    }
    
    .dropdown-search:focus {
        outline: none;
    border-color: #a4c45b;
    background: white;
    }
    
    .custom-dropdown {
        position: relative;
        width: 100%;
    }
    .inner-price-list p {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
    .dropdown-button {
        width: 100%;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        background: white;
        text-align: left;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .dropdown-button:disabled {
        background-color: #f5f5f5;
        color: #666;
        cursor: not-allowed;
    }
    
    .dropdown-button:hover:not(:disabled) {
    border-color: #000000;
    color: #a3c551;
}
form#store-selector-form {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    gap:40px;
}
.selector-group {
    margin-bottom: 15px;
    width: 400px;
}
    .dropdown-arrow {
        font-size: 12px;
        transition: transform 0.3s ease;
    }
    
    .dropdown-arrow.open {
        transform: rotate(180deg);
    }
    
    .dropdown-options {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 4px 4px;
        max-height: 200px;
        overflow-y: auto;
        z-index: 1000;
        display: none;
    }
    
    .dropdown-options.open {
        display: block;
    }
    
    .dropdown-option {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
    font-family: 'Phudu';
    font-weight: bold;
    }
    .search-wrapper input[type="text"] {
    font-family: 'Inter';
}

    
    .dropdown-option:hover {
        background: #f5f5f5;
    }
    
    .dropdown-option:last-child {
        border-bottom: none;
    }
    
    .dropdown-option.hidden {
        display: none;
    }
    
    .selector-group select:disabled {
        background-color: #f5f5f5;
        color: #666;
        cursor: not-allowed;
    }
    
    .selector-group button {
        background-color: #a3c551;
    border: none;
    cursor: pointer;
    font-family: 'Phudu';
    text-decoration: none;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    }
    
    .selector-group button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }
    
    .selector-group button:hover:not(:disabled) {
    background-color: #000000;
}



/*Footer*/

.outer-footer {
    background: #000000;
	padding: 0 20px;
}
.inner-footer .widgets {
    padding: 30px 0;
}
.copyright {
    color: #fff;
    padding: 10px 0;
}

.inner-footer .description {
	width: 450px;
	padding-top: 35px;
}

.inner-footer .newsletter .form-box {
    background: #a3c551;
    padding: 0 40px;
	width: 450px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.inner-footer .newsletter .form-box h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.inner-footer .newsletter {
    color: #fff;
	justify-content: space-between;
	padding: 0 0 60px 0;
}

.inner-footer .newsletter h3 {
    font-size: 54px;
    margin: 0;
}

.inner-footer .newsletter .form-box .wpforms-container input.wpforms-field-large {
	max-width: none;
}
form#wpforms-form-46 {
    display: flex;
}
.widgets h2 {color: #a3c551;}
.footer-1 a.btn {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    background: #fff;
}


.footer-1 {
    width: 32%;
}

.footer-4 {
    width: 21%;
}

.footer-2 {
    width: 10%;
}
.footer-1 p {
    color: #fff;
	margin: 45px 0;
}

.footer-1 a.btn {
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    background: #fff;
    position: relative;
}
.footer-1 a.btn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #a1c930;
    left: 10px;
    top: 17px;
    border-radius: 100%;
}
.footer-2 .menu-quick-links-container ul, .footer-3 .menu-help-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-2 .menu-quick-links-container li a, .footer-3 .menu-help-container li a {
    color: #fff;
    text-decoration: none;
}

.footer-2 .menu-quick-links-container li, .footer-3 .menu-help-container li {
    padding: 8px 0px;
}

.footer-4 .contact-cards .card {
    justify-content: flex-start;
    gap: 15px;
    margin: 26px 0;
    align-items: center;
}

.footer-4 .contact-cards .card i {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}

.footer-4 .contact-cards .card a {
    text-decoration: none;
    color: #fff;
    word-break: break-word;
}

.inner-footer .copyright .text a {
    color: #a1c930;
    text-decoration: none;
}

.inner-footer .copyright .social-icons i {
	color: #ffffff;
    font-size: 24px;
}


/*Service Slider*/

.service-item {
    background: #fff;
    padding: 20px 20px 30px 20px;
    border-radius: 20px;
    text-align: center;
}
.service-thumbnail img {
    max-width: 100%;
    margin-bottom: 15px;
	height: 380px;
	object-fit: cover;
	border-radius:14px;
}
.service-title {
    font-size: 24px;
	margin-bottom: 0;
}
h4.service-sub-title {
    margin-top: 2px;
}
.service-title a {
    color: #a1c930;
    text-decoration: none;
}
/* Position nav arrows outside the carousel */
.services-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* allows click-through except on buttons */
}

.services-carousel .owl-nav button.owl-prev,
.services-carousel .owl-nav button.owl-next {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 50%;
    pointer-events: auto; /* make buttons clickable */
    transition: background 0.3s;
}

.services-carousel .owl-nav button.owl-prev:hover,
.services-carousel .owl-nav button.owl-next:hover {
    background: #000;
}

.services-carousel {
    position: relative; /* required to anchor nav buttons */
    padding: 0; /* add space for nav buttons */
}

.know-more-button a, .inner-why-us .button a.button {
    display: block;
    background: #a2c743;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    width: 130px;
    margin: 0 auto;
    font-family: 'Phudu';
	transition: 0.4s;
}
.know-more-button a:hover {
    background: #000;
    color: #fff;
}
.know-more-button {
    margin-top: 25px;
}

/*Why Us*/


.heading-box {
    text-align: center;
}
.inner-why-us > * {
    flex: 1;
	align-items: center;
    gap: 120px;
}
.inner-why-us .right-block {
    text-align: center;
}
.inner-why-us .intro-text {
    background: #a3c551;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 14px;
    color: #000;
    transform: rotate(-4deg);
    line-height: 0.7;
}
.left-block > *:first-child {
    text-align: left;
}

.left-block > * {
    text-align: center;
}
.inner-why-us {
	align-items: center;
    gap: 120px;
}
.inner-why-us .button a.button {
    width: 180px;
}
.inner-why-us .intro-text h2 {
    font-size: 16px;
}
.left-block .title h3 {
    font-size: 46px;
    color: #a3c551;
    border-bottom: 2px solid;
    padding-bottom: 30px;
	margin: 0;
}
.icon-card img {
    width: 115px;
    display: block;
    margin: 0 auto;
}
.right-block .icon-card {
    width: 50%;
}
.right-block > * {
    gap: 60px;
	flex: 1;
}
section.why-us {
    border-top: 5px solid #a3c551;
    padding: 80px 0;
    border-bottom: 5px solid #a3c551;
}
.left-block .description p {
    color: #000;
    border-bottom: 2px solid #a3c551;
    padding: 30px 0;
	margin: 0;
}
/*How It Works*/
/* General Reset */


.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 50px 120px 50px;
}

/* Vertical Line */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ddd;
}

/* Timeline Items */
.outer-how-it-works {
    margin-top: 100px;
}
.timeline-item {
    position: relative;
    padding: 20px 0;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #a3c551;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 34px;
    font-family: 'Phudu';
}

.timeline-content h3
 {
    color: #000000;
}
.timeline-content {
    background: #f8faf2;
    padding: 30px;
    border-radius: 14px;
}

.left {
    left: 0;
}

.right {
    left: auto;
    right: 0;
    text-align: right;
}

.timeline-content.left {
    width: 480px;
    text-align: right;
}

.timeline-content.right {width: 480px;margin-left: 615px;text-align: left;}
/* Responsive Design */
@media (max-width: 768px) {
    .timeline {
        padding: 0 20px;
    }

    .timeline-item {
        padding: 10px 0;
    }

    .timeline-dot {
        width: 15px;
        height: 15px;
        font-size: 12px;
    }

    .timeline-content {
        padding-left: 30px;
    }
    .outer-master-header {
        display: none;
    }
}



/*Testimonial Slider*/
.testimonial-item {
    background: #f8faf2;
    padding: 60px 40px 40px;
    position: relative;
    border-radius: 18px;
    text-align: center;
    overflow: visible;
	margin-top: 40px;
}

.testimonial-image-wrapper {
    position: absolute;
    top: -38px; /* floats image above the box */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.testimonial-image-wrapper img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid #a4c45b;
    background: #fff;
    object-fit: cover;
}
.owl-item {
    overflow: visible !important;
}
.owl-carousel.testimonial-carousel {
    padding-top: 40px;
}
.outer-testimonials
 {
    margin-bottom: 120px;
}

/*About Page*/


section.intro {
    margin: 60px 0;
}
.outer-who-we-are {
    background: #f8faf2;
    padding: 120px 0;
}
.inner-who-we-are {
    gap: 40px;
    align-items: center;
}
body.page-template-page-about .inner-intro p {
    text-align: center;
    margin-top: 0;
}
.inner-who-we-are .right {
    text-align: left;
}
body.page-template-page-about .inner-intro img {
    width: 1200px;
    height: 650px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    object-position: center center;
    margin-top: 50px;
}
.inner-who-we-are .heading-box h3 {
    font-size: 50px;
    line-height: 1;
    color: #000;
    margin: 0;
    padding: 15px 0;
}
.inner-who-we-are .heading-box {
    text-align: left;
    padding: 0;
}
.inner-who-we-are img {
    border-radius: 25px;
    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
}
.outer-who-we-are .left, .outer-who-we-are .right {
    flex: 1;
}
/*Service Page*/

.outer-service-list {
    background: #a3c55114;
    padding: 60px 0 120px 0;
}
.outer-price-list.outer-service {
    background: #a3c55114;
    padding: 60px 0;
}
.inner-service-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 20px;
}
.inner-service-list > * {
    width: 49%;
}

.inner-service-list .service-thumbnail img {
    width: 645px;
}

/*Contact Page Open*/
section.contact-form {
    background: #a3c55114;
}
 .outer-contact-form {
	 padding: 100px 0;
 }
.inner-contact-form .contact-details .heading-box h3 {
    line-height: 1;
    color: #000;
    padding: 0;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
	margin-left: 0;
}
 .inner-contact-form .contact-details h2 {
	 font-size: 16px;
 }
 .outer-contact-form .heading-box {
    text-align: left;
    padding: 0;
}
.inner-contact-form .wpcf7 input[type="submit"] {
    background: #a4c45b !important;
    cursor: pointer;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    font-family: 'Phudu';
	transition: 0.4s;
}
.inner-contact-form .wpcf7 input[type="submit"]:hover {
    background: #000 !important;
    color: #fff;
}
 .inner-contact-form .social-icons ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
	 justify-content: flex-start;
 }
 .inner-contact-form {
	 align-items: center;
	 gap: 100px;
 }
 .inner-contact-form .contact-cards i {
	 background: #a3c551;
	 color: #fff !important;
	 font-size: 33px !important;
	 padding: 25px;
	     border-radius: 14px;
 }
 .inner-contact-form .contact-cards h5 {
	 font-size: 20px;
	 color: #000;
	 margin: 0 0 0 24px;
 }
 .inner-contact-form .contact-cards h6 {
	 color: #62646A;
	 font-weight: normal;
	 font-size: 16px;
	 font-family: "Figtree", sans-serif;
	 margin: 0 0 0 24px;
 }
 .inner-contact-form .contact-cards h5 a {
	 color: #000;
	 text-decoration: none;
	 margin: 0;
	 font-size: 25px;
 }
 .inner-contact-form .contact-card-rl {
	 justify-content: space-between;
 }
 .inner-contact-form .contact-cards .icon {
	 height: 83px;
	 width: 83px;
	 background: #a3c551;
	 text-align: center;
	 flex: none;
	 border-radius: 14px;
 }
 .inner-contact-form > * {
	 flex: 1;
 }
 .inner-contact-form .contact-cards .card {
	 margin-bottom: 20px;
	 align-items: center;
	 justify-content: flex-start;
 }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.wpcf7-form p:empty { display: none; }
 /*Contact Page Close*/

 

/* Popup container */
#popup-target, #popup-target-franchise {
  display: none;                /* Hidden by default */
  position: fixed;              /* Sit on top of the page content */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center it */
  width: 80%;
  max-width: 400px;
  background-color: #fff;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 99999;
}

/* Close button */
#popup-target .popup-close, #popup-target-franchise .popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

/* Heading style */
#popup-target h2, #popup-target-franchise h2 {
    margin-top: 0;
    color: #000;
    text-align: center;
    margin-bottom: 21px;
    font-size: 30px;
}

/* Paragraph style */
#popup-target p, #popup-target-franchise p {
  margin: 0 0 1rem;
  line-height: 1.4;
  color: #555;
}
#wpcf7-f1032-o1 input.wpcf7-form-control.wpcf7-submit, #wpcf7-f1034-o2 input.wpcf7-form-control.wpcf7-submit {
    text-decoration: none;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 14px;
    transition: 0.4s;
    color: #000000;
    border: none;
    background: #a3c551;
    margin: 0 auto;
    display: block;
}
#wpcf7-f1032-o1 .wpcf7 form .wpcf7-response-output
 {
    margin: 0;
}
/* Overlay */
#popup-overlay {
  display: none;               /* hidden by default */
  position: fixed;
  top: 0; left: 0;             /* cover entire viewport */
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 900;                /* behind the popup */
}

/* Single Pricing Table */

/* Store Single Page Styles */
.outer-steam-iron {
    padding: 40px 0;
    background: #a3c55114;
}
.store-single-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

body.single-store h3.title {
    color: #000;
    font-size: 30px;
    position: relative;
    margin-bottom: 65px;
    padding-bottom: 5px;
}

body.single-store h3.title::after {
    position: absolute;
    content: "";
    background: #a4c45b;
    width: 35px;
    height: 5px;
    left: 0;
    bottom: -9px;
}
.outer-laundry {
    padding: 60px 0;
    background: #a3c55114;
}

body.single-store .table {
        background: #f8faf2;
    padding: 65px 0;
    border-radius: 38px;
    margin-bottom: 70px;
    color: #000;
    position: relative;
    border: 2px solid #a4c45b;
}
body.single-store .table img {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -32.5px;
    border: 2px solid #a4c45b;
    border-radius: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
}
body.single-store table td {
    padding: 10px 0 !important;
}

body.single-store table tbody>tr:nth-child(2n) {
    background-color: #fff;
}
body.single-store table tbody > tr:nth-child(2n):hover {
  background-color: #a4c45b2e;
  cursor: default;
}

/* Header Styles */
.store-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1e5e9;
}

.store-title {
    font-size: 2.5em;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.store-states {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.store-state-tag {
    background: #a3c551;
    display: inline-block;
    padding: 8px 18px;
    border-radius: 10px;
    color: #000;
    transform: rotate(-4deg);
    line-height: 0.7;
    font-size: 18px;
}

.store-state-tag .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Content Styles */
.store-content {
    margin-bottom: 40px;
}

.store-featured-image {
    margin-bottom: 25px;
    text-align: center;
}

.store-featured-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.store-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.store-description p {
    margin-bottom: 15px;
}


.inner-dry-clean .top, .inner-dry-clean .bottom {
    gap: 40px;
}

.inner-dry-clean .top .left, .inner-dry-clean .top .right, .inner-dry-clean .bottom .left, .inner-dry-clean .bottom .right {
    width: 100%;
}
body.single-store thead th {
    background: #a3c551;
    font-family: 'Phudu';
    color: #000;
    font-size: 20px;
    padding: 12px;
}
.tables.si > * {
    width: 100%;
}

.tables.si {
    gap: 40px;
}





/* Media Queries */

@media (max-width: 1919px) { /* Below Full HD */ }

@media (max-width: 1600px) { /* Mid-size desktop */ }

@media (max-width: 1440px) { /* Large laptop */ }

@media (max-width: 1200px) { /* Tablet landscape */ }

@media (max-width: 992px) {
/*Header*/

.logo a img {
    width: 160px;
}
a.btn {
    padding: 8px 8px;
    font-size: 16px;
}
.inner-logo-header .buttons
 {
    gap: 15px;
}
.inner-logo-header .navigation, .inner-logo-header .buttons {
    display: none;
}
a.mobile-menu.openbtn {
    display: block;
}
/*Hero*/

.inner-hero .hero-content {
    left: 0;
max-width: 490px;

}
.inner-hero .hero-content h1 {
    font-size: 65px;
}
.inner-hero .hero-content a.btn.white {
    margin-left: 10px;
}
.inner-hero a.btn {
padding: 12px 15px;
}
.inner-hero .hero-content p {
    padding-bottom: 25px;
}
.timeline-content.left {
    width: 340px;
}
.timeline-content.right {
    width: 360px;
    margin-left: 510px;
}
}

@media (max-width: 768px) {
    .store-single-container {
        padding: 10px;
    }
    
    .store-title {
        font-size: 2em;
    }
    
    .nav-links {
        flex-direction: column;
    }
    
    .store-states {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .store-title {
        font-size: 1.8em;
    }
    
    .store-state-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 414px) { 

/*Home*/


.inner-hero .hero-content h1 {
        font-size: 30px;
    }
    .inner-hero .hero-content p {
        padding-bottom: 18px;
    }

    .hero-content.container {
    max-width: 100%;
    text-align: center;
    top: 10px;
}

    .inner-hero a.btn {
        padding: 8px 12px;
        border-radius: 8px;
    }
    .heading-box h3 {
    font-size: 42px;
}
.inner-why-us {
    flex-direction: column;
    gap: 60px;
}

.inner-why-us .left-block .title h3 {
    text-align: center;
    font-size: 26px;
}

.inner-why-us .sub-title h4 {
    font-size: 18px;
}

.inner-why-us .button a.button {
    padding: 8px 12px;
    font-size: 16px;
    width: 150px;
}
.inner-why-us .right-block > * {
    flex-direction: column;
    gap: 10px;
}

.inner-why-us .right-block .icon-card {
    width: 100%;
}
.inner-why-us .right-block .bottom {
    margin-top: 30px;
    gap: 30px;
}

.inner-about .text-image-box h3 {
    font-size: 42px;
    max-width: 100%;
    text-align: center;
}

.inner-about .text-image-box {
    width: 100%;
    text-align: center;
}
.inner-about .text-image-box .text-image

 {
    flex-direction: column;
}
.inner-about .image-box {
    display: none;
}
.inner-about .text-image-box .text-image a.btn.green {
    margin: 30px auto 0;
}
section.about {
    padding: 80px 0;
}
.outer-faqs {
    margin: 0 0 80px 0;
}
.inner-about {
    flex-direction: column;
}
    .outer-how-it-works .heading-box h3 {
        margin-bottom: 30px;
    }
    .timeline-content.right, .timeline-content.left {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .timeline-item {
        padding: 100px 0;
    }
    .timeline-dot {
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: 0;
    }

.outer-testimonials {
    margin-bottom: 80px;
}
.outer-testimonials {
    padding-bottom: 0;
}

    /*About Page*/
    .inner-who-we-are {
    flex-direction: column-reverse;
}
.inner-philosophy .clean-fragrant {
    flex-direction: column;
}
.outer-who-we-are {
    padding: 60px 0;
}
.inner-who-we-are img {
    height: auto;
}
/*Services*/
.inner-service-list > * {
    width: 100%;
}
.service-thumbnail img {
    height: 325px;
}

/*Service Detailed Page*/

.inner-con-card {
    flex-direction: column;
    padding: 20px;
}
.inner-intro.single-service p {
    text-align: justify;
}
.inner-intro.single-service img.wp-post-image {
    height: auto;
}

/*Price List*/
        .store-state-tag {
        font-size: 16px;
        padding: 8px 12px;
        line-height: 0.8;
    }
    .inner-dry-clean h3.title, .inner-steam-iron h3.title, .inner-woolen-bag h3.title, .inner-laundry h3.title {
    font-size: 24px !important;
    margin-top: 0;
}
.inner-dry-clean .top {
    flex-direction: column-reverse;
}
.inner-dry-clean .bottom, .tables.si {
    flex-direction: column;
}
.inner-woolen-bag h3.title {
        padding-top: 40px;
    }
    .woolen-bag {
        flex-direction: column;
    }
.inner-dry-clean .table.household-dc, .inner-dry-clean .table.women-dc, .inner-steam-iron .table.men-si, .inner-steam-iron .table.women-si, .woolen-bag .table.woolen {
    margin-bottom: 35px !important;
}

/*Contact Page*/
.inner-contact-form
 {
    flex-direction: column;
}
.inner-contact-form .contact-cards .icon
 {
    height: 30px;
        width: 30px;
 }
 .inner-contact-form .contact-cards i
 {
    font-size: 18px !important;
 }
 .inner-contact-form .contact-cards h5 {
    font-size: 20px;
}
.inner-contact-form .contact-cards h5 a
 {
    font-size: 20px;
}

.inner-contact-form .contact-cards .card {
        margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
        gap: 30px;
}
.inner-contact-form .contact-cards .detail {
            margin-top: 30px;
}
.inner-contact-form .contact-cards i.fas.fa-map-marker-alt

 {
    padding: 28px;
}
.inner-contact-form
 {
    align-items: center;
    gap: 50px;
}

/*Footer*/
.inner-footer .widgets {
    flex-direction: column;
}

.inner-footer .widgets > * {
    width: 100%;
}
.copyright.d-flex {
    flex-direction: column-reverse;
    gap: 25px;
}
.copyright .social-icons {
    justify-content: space-evenly;
}
.copyright .text {
    font-size: 14px;
    text-align: center;
}



}

/* Mobile Portrait */
@media only screen and (max-width: 375px) { 

    /*Home About*/


.inner-hero .hero-content h1 {
        font-size: 29px;
    }
    .inner-hero .hero-content p {
                padding-bottom: 5px; 
    }

    .hero-content.container {
    max-width: 100%;
    text-align: center;
    top: 10px;
}

    .inner-hero a.btn {
        padding: 8px 12px;
        border-radius: 8px;
    }
    .heading-box h3 {
    font-size: 42px;
}
.inner-why-us {
    flex-direction: column;
    gap: 60px;
}

.inner-why-us .left-block .title h3 {
    text-align: center;
    font-size: 26px;
}

.inner-why-us .sub-title h4 {
    font-size: 18px;
}

.inner-why-us .button a.button {
    padding: 8px 12px;
    font-size: 16px;
    width: 150px;
}
.inner-why-us .right-block > * {
    flex-direction: column;
    gap: 10px;
}

.inner-why-us .right-block .icon-card {
    width: 100%;
}
.inner-why-us .right-block .bottom {
    margin-top: 30px;
    gap: 30px;
}

.inner-about .text-image-box h3 {
    font-size: 42px;
    max-width: 100%;
    text-align: center;
}

.inner-about .text-image-box {
    width: 100%;
    text-align: center;
}
.inner-about .text-image-box .text-image

 {
    flex-direction: column;
}
.inner-about .image-box {
    display: none;
}
.inner-about .text-image-box .text-image a.btn.green {
    margin: 30px auto 0;
}
section.about {
    padding: 80px 0;
}
.outer-faqs {
    margin: 0 0 80px 0;
}
.inner-about {
    flex-direction: column;
}
    .outer-how-it-works .heading-box h3 {
        margin-bottom: 30px;
    }
    .timeline-content.right, .timeline-content.left {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .timeline-item {
        padding: 100px 0;
    }
    .timeline-dot {
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: 0;
    }

.outer-testimonials {
    margin-bottom: 80px;
}
.outer-testimonials {
    padding-bottom: 0;
}

        /*About Page*/
    .inner-who-we-are {
    flex-direction: column-reverse;
}
.inner-philosophy .clean-fragrant {
    flex-direction: column;
}
.outer-who-we-are {
    padding: 60px 0;
}
.inner-who-we-are img {
    height: auto;
}
.inner-who-we-are p {
    text-align: justify;
}
.heading-box h3, .inner-who-we-are .heading-box h3 {
    font-size: 38px;
}
/*Services*/
.inner-service-list > * {
    width: 100%;
}
.service-thumbnail img {
    height: 300px;
}

/*Service Detailed Page*/

.inner-con-card {
    flex-direction: column;
    padding: 20px;
}
.inner-intro.single-service p {
    text-align: justify;
}
.inner-intro.single-service img.wp-post-image {
    height: auto;
}

        /*Price List*/
        .store-state-tag {
        font-size: 16px;
        padding: 8px 12px;
        line-height: 0.8;
    }
    .inner-dry-clean h3.title, .inner-steam-iron h3.title, .inner-woolen-bag h3.title, .inner-laundry h3.title {
    font-size: 24px !important;
    margin-top: 0;
}
.inner-dry-clean .top {
    flex-direction: column-reverse;
}
.inner-dry-clean .bottom, .tables.si {
    flex-direction: column;
}
.inner-woolen-bag h3.title {
        padding-top: 40px;
    }
    .woolen-bag {
        flex-direction: column;
    }
.inner-dry-clean .table.household-dc, .inner-dry-clean .table.women-dc, .inner-steam-iron .table.men-si, .inner-steam-iron .table.women-si, .woolen-bag .table.woolen {
    margin-bottom: 35px !important;
}
.table.men-dc, .table.shoe-dc {
    min-height: 100%;
}

/*Contact Page*/
.inner-contact-form
 {
    flex-direction: column;
}
.inner-contact-form .contact-cards .icon
 {
    height: 30px;
        width: 30px;
 }
 .inner-contact-form .contact-cards i
 {
    font-size: 18px !important;
 }
 .inner-contact-form .contact-cards h5 {
    font-size: 18px;
}
.inner-contact-form .contact-cards h5 a
 {
    font-size: 18px;
}

.inner-contact-form .contact-cards .card {
        margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
        gap: 30px;
}
.inner-contact-form .contact-cards .detail {
            margin-top: 30px;
}
.inner-contact-form .contact-cards i.fas.fa-map-marker-alt

 {
    padding: 28px;
}
.inner-contact-form
 {
    align-items: center;
    gap: 50px;
}


/*Footer*/
.inner-footer .widgets {
    flex-direction: column;
}

.inner-footer .widgets > * {
    width: 100%;
}
.copyright.d-flex {
    flex-direction: column-reverse;
    gap: 25px;
}
.copyright .social-icons {
    justify-content: space-evenly;
}
.copyright .text {
    font-size: 12px;
    text-align: center;
}
 }

 @media only screen and (max-width: 320px) { 

    /*Home About*/


.inner-hero .hero-content h1 {
        font-size: 24px;
        margin-top: 0;
    }
    .inner-hero .hero-content p {
        padding-bottom: 0px;
    }

    .hero-content.container {
    max-width: 100%;
    text-align: center;
    top: 14px;
}

    .inner-hero a.btn {
        padding: 8px 12px;
        border-radius: 8px;
                font-size: 13px;
    }
    .heading-box h3 {
    font-size: 42px;
}
.inner-why-us {
    flex-direction: column;
    gap: 60px;
}

.inner-why-us .left-block .title h3 {
    text-align: center;
    font-size: 26px;
}

.inner-why-us .sub-title h4 {
    font-size: 18px;
}

.inner-why-us .button a.button {
    padding: 8px 12px;
    font-size: 16px;
    width: 150px;
}
.inner-why-us .right-block > * {
    flex-direction: column;
    gap: 10px;
}

.inner-why-us .right-block .icon-card {
    width: 100%;
}
.inner-why-us .right-block .bottom {
    margin-top: 30px;
    gap: 30px;
}

.inner-about .text-image-box h3 {
    font-size: 42px;
    max-width: 100%;
    text-align: center;
}

.inner-about .text-image-box {
    width: 100%;
    text-align: center;
}
.inner-about .text-image-box .text-image

 {
    flex-direction: column;
}
.inner-about .image-box {
    display: none;
}
.inner-about .text-image-box .text-image a.btn.green {
    margin: 30px auto 0;
}
section.about {
    padding: 80px 0;
}
.outer-faqs {
    margin: 0 0 80px 0;
}
.inner-about {
    flex-direction: column;
}
    .outer-how-it-works .heading-box h3 {
        margin-bottom: 30px;
    }
    .timeline-content.right, .timeline-content.left {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .timeline-item {
        padding: 100px 0;
    }
    .timeline-dot {
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: 0;
    }

.outer-testimonials {
    margin-bottom: 80px;
}
.outer-testimonials {
    padding-bottom: 0;
}

        /*About Page*/
    .inner-who-we-are {
    flex-direction: column-reverse;
}
.inner-philosophy .clean-fragrant {
    flex-direction: column;
}
.outer-who-we-are {
    padding: 60px 0;
}

    .heading-box h3, .inner-who-we-are .heading-box h3 {
        font-size: 32px;
    }
    body.page-template-page-about .inner-intro img {
            height: 450px;
    }
    .inner-who-we-are.core-service img {
    height: 450px;
}

/*Services*/
.inner-service-list > * {
    width: 100%;
}
.service-thumbnail img {
    height: 300px;
}

/*Service Detailed Page*/

.inner-con-card {
    flex-direction: column;
    padding: 20px;
}
.inner-intro.single-service p {
    text-align: justify;
}
.inner-intro.single-service img.wp-post-image {
    height: auto;
}

     /*Price List*/
        .store-state-tag {
        font-size: 16px;
        padding: 8px 12px;
        line-height: 0.8;
    }
    .inner-dry-clean h3.title, .inner-steam-iron h3.title, .inner-woolen-bag h3.title, .inner-laundry h3.title {
    font-size: 24px !important;
    margin-top: 0;
}
.inner-dry-clean .top {
    flex-direction: column-reverse;
}
.inner-dry-clean .bottom, .tables.si {
    flex-direction: column;
}
.inner-woolen-bag h3.title {
        padding-top: 40px;
    }
    .woolen-bag {
        flex-direction: column;
    }
.inner-dry-clean .table.household-dc, .inner-dry-clean .table.women-dc, .inner-steam-iron .table.men-si, .inner-steam-iron .table.women-si, .woolen-bag .table.woolen {
    margin-bottom: 35px !important;
}
.table.men-dc, .table.shoe-dc {
    min-height: 100%;
}
body.single-store thead th {
    font-size: 16px;
}
body.single-store table td {
    font-size: 13px;
}

/*Footer*/
.inner-footer .widgets {
    flex-direction: column;
}

.inner-footer .widgets > * {
    width: 100%;
}
.copyright {
    flex-direction: column-reverse;
    gap: 25px;
}
.copyright .social-icons {
    justify-content: space-evenly;
}
.copyright .text {
    font-size: 10px;
}

/*Contact Page*/
.inner-contact-form
 {
    flex-direction: column;
}
.inner-contact-form .contact-cards .icon
 {
    height: 30px;
        width: 30px;
 }
 .inner-contact-form .contact-cards i
 {
    font-size: 18px !important;
 }
 .inner-contact-form .contact-cards h5 {
    font-size: 16px;
}
.inner-contact-form .contact-cards h5 a
 {
    font-size: 16px;
}

.inner-contact-form .contact-cards .card {
        margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
        gap: 30px;
}
.inner-contact-form .contact-cards .detail {
            margin-top: 30px;
}
.inner-contact-form .contact-cards i.fas.fa-map-marker-alt

 {
    padding: 28px;
}
.inner-contact-form
 {
    align-items: center;
    gap: 50px;
}
}
body.single-store table tbody tr td:last-child
 {
    font-weight: bold;
    background: #a3c5515e;
}

body.page-template-page-faq .outer-faqs {
    background: #f8faf2;
    padding: 120px 0;
    margin: 0;
}