/*!
Theme Name: Common_Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: common_theme
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.

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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"] {
	appearance: button;
	-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"] {
	appearance: textfield;
	-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
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: transparent;
}

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:active {
	font-weight: bold;
} */


/* 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;
}


.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%;
} */


.navbar-nav .nav-link.active  {
    color: #ed5ab0 !important;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-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;
}


/* clean home page custom css */

.page .entry-title {
	display: none;
}

.above-site-header {
	display: flex;
    background-color: #ed5ab0;
    color: #fff;
    font-size: 16px;
	font-weight: 400;
	padding: 20px 0px;
}
.above-site-header i {
    margin-right: 5px;
}
.above-site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top-header-content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.left-info{
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.left-info{
	flex-direction: column;
	}

.top-header-content{
	flex-direction: column;
	justify-content: center;
	gap: 20px;

}
}

@media screen and (min-width: 768px) and (max-width: 979px) {

.top-header-content{
	justify-content: center;
	gap: 20px;

}
}

.site-header {
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-branding {
	width: 50%;
}

.main-navigation {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.nav-menu {
	display: flex;
	gap: 20px;
}

.navbar-collapse ul {
	margin-left: auto !important;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

#secondary,
.widget-area {
	display: none;
}

.edit-link a {
	display: none;
}


.navbar {
	width: 100%;
}

.navbar>.container {
	padding: 0px;
	margin: 0px;
	justify-content: flex-start !important;
}

.navbar-brand {
	width: 50%;
	margin: 0px !important;
}

.navbar-nav {
	margin-left: 0px !important;
}

.navbar-collapse {
	width: 50%;
}

.navbar-nav .dropdown-menu {
	display: none;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu.show {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.custom-logo-link {
	width: 150px;
}

@media (min-width: 768px) and (max-width: 990px) {
	.site-header {
		padding: 0px 25px 0px 25px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 0px !important;
	}
}

@media (max-width: 767px) {
	.site-header {
		padding: 0px 10px 0px 10px;
	}

	.navbar>.container {
		width: 45%;
	}
}

/* BANNER */


.image-parent .image-inner {
	transition: transform 2.5s ease-in-out;
}

.image-parent:hover .image-inner {
	transform: scale(1.15);
}

.goldish-icon i {
	font-size: 50px;
	color: #957127;
	transition: transform 0.3s ease;
}

.goldish-icon i:hover {
	transform: scale(1.2);
}


/* footer */

.footer-widgets {
	display: flex;
	justify-content: space-between;
	background-color: #c4eafb !important;
	color: black;
	font-weight: 350;
	padding: 40px;
	margin-top: -25px !important;
}

.footer-widget ul {
	list-style-type: none;
}

.footer-widget ul li a {
	text-decoration: none;
	color: black;
}

@media screen and (max-width: 768px) {
	.footer-widgets {
		flex-direction: column;
		text-align: center;
	}

	.footer-icons {
		justify-content: space-evenly;
		gap: 0px;
	}

	/* .footer-mark {
		width: 80%;
		margin: 0 auto;
	} */
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.footer-widgets {
		flex-direction: column;
		text-align: center;
	}

	.footer-icons {
		justify-content: space-evenly;
		gap: 0px;
	}

	/* .footer-mark {
		width: 80%;
		margin: 0 auto;
	} */
}


.footer-column {
	flex: 1;
	margin: 0 40px;
}

.footer-title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #3d56f0;
}

.footer-widget {
	margin-bottom: 20px;
}

.footer-widget h2{
	color: #3d56f0;
}

.footer-widget ul {
    list-style-type: none; /* Removes the default bullet */
    padding-left: 0;
    margin-left: 0;
}

.footer-widget ul li {
    /* Set positioning context for the ::before element */
    position: relative; 
    /* Add padding to the left to make space for the custom bullet */
    padding-left: 15px; 
}

.footer-widget ul li::before {
    content: "\2022"; /* Unicode character for a standard bullet point (•) */
    color: #3d56f0;  /* Sets the color of the bullet */
    font-size: 25px; /* Adjusts the size of the bullet */
    position: absolute; /* Positions the bullet relative to the list item */
    left: 0; /* Aligns the bullet to the start of the list item padding */
    top: -6px;
}

.wp-block-heading {
	margin-top: 13px;
}

/* .footer-mark {
	border-top: 1px solid white;
	padding: 30px 0px 20px 0px;
	color: white;
	text-align: center;
} */

.wp-image-590 {
	margin-top: 22px !important;
}

/* .footer-col-1 .footer-title {
    color: #333;
    text-transform: uppercase;
} */

.footer-social-medias {
	display: flex;
	flex-direction: row !important;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	background-color: transparent;
}

.footer-social-medias ul {
	display: flex;
	gap: 20px;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.footer-social-medias {
		justify-content: center;

	}

	.footer-widget ul li::before {
		content: "";
		display: none;
	}

		.footer-widget ul li{
		padding-left: 0px;
	}

}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.footer-social-medias {
		justify-content: center;
	}

	.footer-widget ul li{
		padding-left: 0px;
	}

	.footer-widget ul li::before {
		content: "";
		display: none;
	}	
}


/* accordion */

.elementor-accordion .elementor-accordion-item {
	margin-top: 10px !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
}


.elementor-accordion .elementor-tab-content {
	border-block-start: 1px solid white !important;
}

.elementor-accordion .elementor-tab-title:before {
	content: "\2022";
	color: #423321;
	font-weight: 700;
	font-size: 1.2em;
	margin-right: 10px;
}

.elementor-widget-accordion .elementor-tab-content {
	background-color: #423321 !important;
	border-radius: 20px !important;
	color: white !important;
}

.elementor-accordion .elementor-tab-title {
	line-height: 25px !important;
	padding: 20px !important;
}

.elementor-15 .elementor-element.elementor-element-7ca730f .elementor-accordion-icon svg {
	fill: #423321 !important;
}

/* goldish form css */

.track-order-form {
	text-align: center;
	width: 100%;
}

/* Input fields */
.track-order-form input[type="email"],
.track-order-form input[type="text"] {
	width: 100%;
	padding: 12px 15px;
	background-color: #dddddd;
	border: none;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #333;
	outline: none;
	box-sizing: border-box;
}

.track-order-form input::placeholder {
	color: #a5a5a5;
	opacity: 1;
	font-weight: 500;
}

/* Error styling */
.track-order-form input.wpcf7-not-valid {
	border: 1px solid #e74c3c;
	color: #e74c3c;
}

.track-order-form input.wpcf7-not-valid::placeholder {
	color: #e74c3c;
}

/* Hide default CF7 error message */
.wpcf7-not-valid-tip {
	display: none !important;
}

/* Submit button */
.track-submit {
	background-color: #423321;
	color: white;
	border: none;
	border-radius: 6px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}


/* Spinner */
.btn-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid white;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin 0.7s linear infinite;
	display: none;
}

.track-submit.loading .btn-spinner {
	display: inline-block;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	color: white !important;
	background-color: green !important;
	text-align: center !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffcd43;
	color: black !important;
	text-align: center !important;
}



/* WOO COMMERCE TEMPLATE DESIGN CSS */

.entry-content {
	margin-top: 0px !important;
}

/* Fix footer alignment on WooCommerce pages */
body.woocommerce .site-main {
	width: 100%;
	box-sizing: border-box;
}


/* Prevent footer overlap */
body.woocommerce #colophon,
body.woocommerce footer {
	clear: both;
	position: relative;
	z-index: 1;
}

/* Optional: reset any float or flex issue from product grid */
body.woocommerce .woocommerce {
	max-width: 1200px;
	margin: 50px auto;
	display: block;
	width: 100%;
}

.woocommerce .woocommerce-result-count {
	background-color: #423321;
	color: white;
	border: 2px solid #423321;
	padding: 10px 15px;
	border-radius: 5px;
}

.woocommerce-ordering select {
	border: none;
}

.woocommerce .woocommerce-ordering select {
	background-color: white;
	color: #423321;
	outline: 2px solid #423321;
	padding: 10px 15px;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	body.woocommerce .woocommerce {
		width: 90%;
		margin: 40px auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	body.woocommerce .woocommerce {
		width: 90%;
		margin: 40px auto;
	}
}

.woocommerce span.onsale {
	min-height: 40px !important;
	min-width: 50px !important;
}

.entry-header h1 {
	width: 1200px;
	margin: 50px auto;
}

.comments-area {
	display: none;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}

.nav-links {
	display: none;
}

.header-icons {
	display: flex;
	gap: 10px;
}

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

	.entry-header h1 {
		width: 90%
	}

	.header-icons {
		margin-top: 10px;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {

	.entry-header h1 {
		width: 90%
	}

	.header-icons {
		margin-top: 10px;
		justify-content: flex-end;
	}
}

.header-icons i {
	font-size: 20px;
}

.navbar-expand-lg .navbar-collapse {
	gap: 20px;
}

@media screen and (max-width: 768px) {
	.site-header {
		padding: 15px;
		height: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.site-header {
		padding: 15px;
		height: auto;
	}
}

.navbar-expand-lg .navbar-collapse {
	gap: 20px;
}


.woocommerce button.button.alt {
	background-color: #423321 !important;
}

.woocommerce .quantity .qty {
	height: 35.75px;
}

.wc-block-components-sidebar-layout.wc-block-cart {
	width: 1200px;
	margin: 50px auto;
}

.woocommerce ul.products li.product .button {
	background-color: #423321;
	color: white;
}

.posted_in a,
.wc-block-components-product-name,
.woocommerce-loop-product__title {
	text-decoration: none;
	font-weight: bold;
	color: #423321;
}

.wc-block-cart-item__remove-link {
	color: red !important;
}

.wc-block-cart__submit-container,
.wc-block-components-button {
	background-color: #423321;
	/* border-radius: 5px; */
}

.wc-block-cart__submit-container a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.wc-block-components-checkout-place-order-button__text {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.wc-block-components-sidebar-layout {
	width: 1200px;
	margin: 0 auto;
}

/* Tablet: 2 columns */
@media screen and (min-width: 768px) and (max-width: 979px) {
	.woocommerce ul.products[class*="columns-"] li.product {
		width: 48% !important;
		margin: 1% !important;
	}
}

/* Mobile: 1 column */
@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
}

.added_to_cart {
	padding-top: 0px;
	padding-left: 10px;
	color: #958e09;
}












/* Desktop default (already side by side) */
.wc-block-components-sidebar-layout.wc-block-cart {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 1200px;
	margin: 50px auto;
}

/* Make each section flexible */
.wc-block-components-main.wc-block-cart__main {
	flex: 2;
}

.wc-block-components-sidebar.wc-block-cart__sidebar {
	flex: 1;
}

.wc-block-components-button__text {
	color: white;
	opacity: 1 !important;
}

/* Responsive for tablets and phones */
@media screen and (max-width: 979px) {
	.wc-block-components-sidebar-layout.wc-block-cart {
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}

	.wc-block-components-main.wc-block-cart__main,
	.wc-block-components-sidebar.wc-block-cart__sidebar {
		width: 100%;
	}

	.wc-block-components-sidebar.wc-block-cart__sidebar {
		margin-top: 20px;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main {
		width: 90% !important;
		margin: 0 auto !important;
		padding-right: 0px !important;
	}

	.wc-block-cart .wc-block-components-sidebar {
		margin-top: 0;
		padding-left: 0px !important;
		width: 90% !important;
		margin: 0 auto !important;
	}
}


/* Default desktop layout (already two columns) */
.wc-block-components-sidebar-layout.wc-block-checkout {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 1200px;
	margin: 50px auto;
}

/* Make each section flexible */
.wc-block-components-main.wc-block-checkout__main {
	flex: 2;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar {
	flex: 1;
}

/* Responsive layout for mobile and tablet */
@media screen and (max-width: 979px) {
	.wc-block-components-sidebar-layout.wc-block-checkout {
		flex-direction: column-reverse;
		width: 90%;
		margin: 0 auto;
	}

	.wc-block-components-main.wc-block-checkout__main,
	.wc-block-components-sidebar.wc-block-checkout__sidebar {
		width: 100%;
	}

	.wc-block-components-sidebar.wc-block-checkout__sidebar {
		margin-top: 25px;
	}

	.wp-block-woocommerce-checkout-order-summary-block {
		margin-bottom: 30px;
	}
}

.wp-block-woocommerce-checkout {
	padding-top: 0 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}


/* oconnor free consultation form css */
/* === O'CONNOR FREE CONSULTATION FORM === */
.oconnor-free-consultation-form {
	max-width: 1200px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.oconnor-free-consultation-form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.oconnor-free-consultation-form-row.full {
	flex-direction: column;
}

.oconnor-free-consultation-form-col {
	flex: 1;
}

.oconnor-free-consultation-form input.oconnor-input,
.oconnor-free-consultation-form textarea.oconnor-textarea {
	width: 100%;
	padding: 16px 20px;
	background-color: #f8f8f8;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #333;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.oconnor-free-consultation-form input.oconnor-input::placeholder,
.oconnor-free-consultation-form textarea.oconnor-textarea::placeholder {
	color: #999;
	opacity: 1;
}

.oconnor-free-consultation-form input.oconnor-input:focus,
.oconnor-free-consultation-form textarea.oconnor-textarea:focus {
	outline: none;
	background-color: #fff;
	box-shadow: 0 0 0 2px #d4af37;
}

.oconnor-free-consultation-form textarea.oconnor-textarea {
	min-height: 140px;
	resize: vertical;
}

.oconnor-free-consultation-form .button-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.oconnor-free-consultation-form .contact-button-row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.oconnor-free-consultation-form input.oconnor-submit {
	background-color: #CCBD99;
	/* Gold */
	color: white;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 16px 40px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.oconnor-free-consultation-form input.oconnor-submit:active {
	transform: translateY(0);
}

/* Responsive */
@media (max-width: 640px) {
	.oconnor-free-consultation-form-row {
		flex-direction: column;
		gap: 15px;
	}

	.oconnor-free-consultation-form input.oconnor-submit {
		width: 100%;
	}
}












/* === CF7 CUSTOM FORM - 3 EQUAL COLUMNS === */

.cf7-custom-form {
  width: 100%;
  margin: 0 auto;
}

/* Flex row with 3 equal columns */
.cf7-row-cols {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cf7-col {
  flex: 1;
  min-width: 0; /* Allows flex shrinking */
}

/* Style inputs inside columns */
.cf7-col input {
  width: 100%;
  padding: 16px 20px;
  background-color: #c4eafb;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  color: #4a4a4a;
  outline: none;
  box-sizing: border-box;
}

.cf7-col input::placeholder {
  color: #4a4a4a;
}

/* Message textarea */
.cf7-row textarea {
  width: 100%;
  min-height: 160px;
  padding: 16px 20px;
  background-color: #c4eafb;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  color: #4a4a4a;
  resize: vertical;
  box-sizing: border-box;
}

.cf7-row textarea::placeholder {
  color: #4a4a4a;
}

/* Submit button */
.cf7-submit-row {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.wpcf7-submit {
  background-color: #ed5ab0 !important;
  color: white !important;
  font-weight: bold !important;
  font-size: 16px !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wpcf7-submit:hover {
  background-color: #3d56f0!important;
}

/* Responsive: Stack on mobile */
@media (max-width: 768px) {
  .cf7-row-cols {
    flex-direction: column;
  }
  .cf7-col {
    flex: none;
  }
  .cf7-col input {
    min-width: 100%;
  }
  .wpcf7-submit {
    width: 100%;
    max-width: 300px;
  }
}

/* Remove CF7 default <p> and <br> */
.wpcf7 form p {
  margin: 0;
  padding: 0;
}
.wpcf7 form br {
  display: none;
}

.wpcf7-response-output{
	text-align: center !important;
}

.footer-mark {
  border-top: 1px solid #ed5ab0;
  background-color: #c4eafb !important;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 40px;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-left {
  display: flex;
  gap: 5px;
  max-width: 60%;
}

.footer-left a {
  color: #ed5ab0;
  text-decoration: none;
  font-weight: 500;
}

.footer-left a:hover {
  text-decoration: underline;
}

.footer-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  color: black;
}

@media (max-width: 768px) {
  .footer-mark {
    flex-direction: column;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    align-items: center;
    text-align: center;
    justify-content: center;
    align-self: center;
    max-width: 100%;
  }

  .footer-right {
    margin-top: 15px;
  }
}








