/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CSS Variables */
.select_btn{
  position: relative;
}
.select_btn .gtranslate_wrapper{
  position: relative;
  display: inline-block;
}
.select_btn .gtranslate_wrapper > select.gt_selector{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px !important;
}
.select_btn .gtranslate_wrapper::after{
  content: "\003e";
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  font-size: 22px;
  color: #000;
  line-height: 1;
}
.select_btn .goog-te-combo{
  appearance: auto !important;
  padding-right: initial !important;
}
.page-id-981 #masthead {
  display: none;
}

.page-id-981  #colophon {
 display: none;
}

.gold-month {
color:#ffff !important;
}


/*  Button Style  */

.btn_style {
box-shadow: 0px 10px 0px -3px #7721e1;
border-radius: 300px; 
width: max-content;
}
.select_btn{
box-shadow: 0px 10px 0px -3px #c6c6c6ad;
border-radius: 300px; 
width: max-content !important;
}
.btn_style .elementor-widget-container, .select_btn .elementor-widget-container {
border-radius: 280px;
padding: 4px;
background: #FFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(175 175 175) 61%);
}

.btn_style .elementor-button-wrapper {
border-radius: 40px;
  background: #00000091;
  padding: 1px;
}
.select_btn .elementor-shortcode, .select_btn .elementor-button-wrapper {
  border-radius: 40px;
  background: #00000091;
  padding: 1.5px;
  padding-bottom: 3.5px;
  padding-top: 0px;
}
.additonal_silver_btn .elementor-button-wrapper {
padding-bottom: 1.5px !important;
padding-top: 1px !important;
}

.btn_style a, .select_btn select.gt_selector.notranslate {
box-shadow: none !important;
border-style: none !important;
}

.m-auto {
margin: auto;
}

.search-btn-container.btn_style {
position: absolute;
right: 5px;
top: 2px;
}
.location-btn-container.btn_style {
position: absolute;
bottom: 15px;
left: 15px;
}
.map-btn-container.btn_style.grey_btn {
box-shadow: 0px 10px 0px -3px #929292 !important;
}
.map-btn-container.btn_style.orange_btn {
box-shadow: 0px 10px 0px -3px #fda085 !important;
}
:root {
--color-primary: #5318FD;
--color-secondary: #9440EE;
--color-accent: #00c896;
--color-background: #ffffff;
--color-text: #1a1a1a;
}
body {
overflow-x: hidden;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
display: none !important;
}
select.gt_selector.notranslate {
display: flex;
align-items: center;
gap: 16px;
color: #64748b;
font-size: 14px;
font-weight: 600;
background-color: transparent;
font-family: "DM Sans", Sans-serif;
fill: var(--e-global-color-text);
color: var(--e-global-color-text);
background-image: linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);
border-style: groove;
border-width: 5px 5px 5px 5px;
border-radius: 90px 90px 90px 90px;
padding: 8px 0px 8px 10px;
box-shadow: 0px 10px 0px -3px #C6C6C6;
border-color: inherit !important;
outline: none !important;
FONT-SIZE: 16PX;
text-align: center;
top: 2px;
position: relative;
}

::-webkit-scrollbar {
width: 8px;
height: 8px;
}

::-webkit-scrollbar-track {
background: #9a9a9a00; 
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background-image: linear-gradient(
  130deg,
  var(--e-global-color-primary) 0%,
  var(--e-global-color-secondary) 100%
);
}

* {
scrollbar-color: var(--e-global-color-primary) var(--e-global-color-secondary);
scrollbar-width: thin;
}


.success {
color:#008001 !important;
font-size: 16px !important;
}
.chat_btn_single {
text-align: right;
position: absolute;
top: 80px;
right: 20px;
}
button.chat-btn.disabled {
cursor: not-allowed;
opacity: 0.5;
}
button.chat-btn {
background-color: transparent;
font-family: "DM Sans", Sans-serif;
font-size: 18px;
font-weight: 600;
background-image: linear-gradient(130deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
box-shadow: 0px 10px 0px -3px #9440EE;
border-style: groove;
border-width: 5px 5px 5px 5px;
border-radius: 40px 40px 40px 40px;
padding: 6px 50px 6px 50px;
border-color: inherit;
color: #fff;
}

body .failed{
color: #CF2121 !important;
font-size: 16px !important;
}

button#prevBtn {
color: black !important;
  background: linear-gradient(180deg, #C6C6C6 0%, #FFFFFF 100%);

}

[type=button], [type=submit], button {
  color: var(--e-global-color-primary);
}

button:hover {
  background-color: inherit;
}

p.result-message.failed {
color: #CF2121 !important;
font-size: 16px !important;
}

.gradient-border {
position: relative;
background: white;
border-radius: 20px;
padding: 22px;
z-index: 1;
}

.gradient-border::before {
content: "";
position: absolute;
inset: 0;
padding: 1px; /* border thickness */
background: linear-gradient(45deg, #D6B6FF, #7B35CD);
border-radius: 20px; /* match the container */
z-index: -1;
-webkit-mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask:
linear-gradient(#fff 0 0) content-box,
linear-gradient(#fff 0 0);
mask-composite: exclude;
}



.categiries_btn span.elementor-button-content-wrapper {
align-items: center !important;
}

.lined-text:before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
border-radius: 30px !important;
width: 3px !important;
background: linear-gradient(to bottom, #5318FD, #9440EE) !important;
height: 92% !important;
display: block !important;
}


body h2.tag-seller {
font-size: 36px;
font-weight: 700;
background: url('/wp-content/uploads/2025/05/eeca3f4075901033f9898f46c187fda42c6769e1.jpg');	
border-bottom: 2px solid transparent;
border-image: url(/wp-content/uploads/2025/05/eeca3f4075901033f9898f46c187fda42c6769e1.jpg) 30 round;
display: inline-block;
padding-bottom: 10px;
-webkit-text-stroke: 1px black;
text-transform: capitalize;
}

h2.tag-gold {
font-size: 53px !important;
font-weight: 600 !important;
background: url('/wp-content/uploads/2025/05/b0ea8845b9fe7e15a9f2f014d204992e7072e4ce.jpg');
border-bottom: 2px solid transparent;
border-image: url(/wp-content/uploads/2025/05/b0ea8845b9fe7e15a9f2f014d204992e7072e4ce.jpg) 30 stretch ;
display: inline-block;
padding-bottom: 10px;
text-transform: capitalize;
-webkit-text-stroke: 1px #EABA4C;
} 

h2.tag-platinum {
font-size: 45px !important;
font-weight: 700 !important;
border-bottom: 2px solid transparent;
border-image: url('/wp-content/uploads/2025/05/a5dbac3bddf5366e1fa20c939f1953f0bed932c2.png') stretch 160 ;
display: inline-block;
padding-bottom: 10px;
-webkit-text-stroke: 1px black;
text-transform: capitalize;
}




.text-bg {
background: url('/wp-content/uploads/2025/05/a5dbac3bddf5366e1fa20c939f1953f0bed932c2.png');	

-webkit-background-clip: text !important;
 background-clip: text !important;
-webkit-text-fill-color: transparent;	

}

.text-bg.gold {
background: url('/wp-content/uploads/2025/05/b0ea8845b9fe7e15a9f2f014d204992e7072e4ce.jpg');	

} 

.text-bg.single {
background: url('/wp-content/uploads/2025/05/eeca3f4075901033f9898f46c187fda42c6769e1.jpg');	
   
}

.text-bg.silver {
background: url('/wp-content/uploads/2025/05/silver.jpg');	
}

.price {
font-size: 74px;
font-weight: 700;
background: url('/wp-content/uploads/2025/05/a5dbac3bddf5366e1fa20c939f1953f0bed932c2.png');	
-webkit-background-clip: text !important;
 background-clip: text !important;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: black 1px ;
background-size: cover;
}
span.price.gold {
background: url('/wp-content/uploads/2025/05/b0ea8845b9fe7e15a9f2f014d204992e7072e4ce.jpg');	
   -webkit-text-stroke: white 1px !important;
} 

span.price.single {
background: url('/wp-content/uploads/2025/05/eeca3f4075901033f9898f46c187fda42c6769e1.jpg');	
 
} 

span.price.silver{
background: url('/wp-content/uploads/2025/05/silver.jpg');	
 
}

/* custom Drop down */

.custom-select {
position: relative;
font-size: 16px;
width: 100%;
}

/* Selected box */
.select-selected {
position: relative;
background: #fff;
border: 1px solid #c084fc;
border-radius: 30px;
padding: 14px 16px;
color: #4C4C4C;
cursor: pointer;
user-select: none;
 
}

/* Custom arrow icon (your SVG) */
.select-selected::after {
content: "";
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
width: 18px;
height: 9px;
pointer-events: none;
background: url("data:image/svg+xml;utf8,<svg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.8183 0.808594L10.2983 7.32859C9.52827 8.09859 8.26827 8.09859 7.49827 7.32859L0.978271 0.808594' stroke='%234C4C4C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>") 
            no-repeat center;
background-size: contain;
}

/* Arrow rotates when dropdown is open */
.custom-select.open .select-selected::after {
transform: translateY(-50%) rotate(180deg);
}

/* Dropdown menu */
.select-items {
position: absolute;
left: 0;
right: 0;
margin-top: 4px;
background: #fff;
border: 1px solid #eee;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
z-index: 9;
pointer-events: auto;
overflow: hidden;
max-height:300px;
overflow:scroll;	
}

.select-items::-webkit-scrollbar {
width: 4px;   /* vertical scrollbar width */
height: 4px;   /* horizontal scrollbar height */
}

/* Options */
.select-items div {
padding: 12px 16px;
cursor: pointer;
background: #fff;       /* force default background */
color: #4C4C4C;         /* force default text color */
}

/* Hover effect */
.select-items div:hover {
background-color: #f5f5f5 !important;
color: #4C4C4C !important;
}

/* Selected option checkmark */
.select-items div.selected::after {
content: "✔";
float: right;
color: #9440EE;
font-weight: 700;
}

/* Hidden menu */
.select-hide {
display: none;
}

/* Start the loader section */
#page-loader {
display: none;
position: fixed;
inset: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.9);
z-index: 9999;
justify-content: center;
align-items: center;
}

#page-loader .spinner {
border: 5px solid #f3f3f3;
border-top: 5px solid #9440EE; 
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 1s linear infinite;
}

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


.language-currency {

display: flex;
  align-items: center;
  gap: 16px;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  font-family: "DM Sans", Sans-serif;
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text);
  background-image: linear-gradient(130deg, #C6C6C6 0%, #FFFFFF 100%);
  border-style: groove;
  border-width: 5px 5px 5px 5px;
  border-radius: 90px 90px 90px 90px;
  padding: 6px 30px 6px 30px;
  box-shadow: 0px 10px 0px -3px #C6C6C6;
}


.per-month {
font-size: 24px;
font-weight: 400;
color:#797979;
margin-left: 4px;
vertical-align: middle;
}
.Sales-btn{
text-align: center;
margin:50px auto;
}

.Sales-btn a {
display: inline-block !important;
all: unset;
padding: 8px 34px;
border-radius: 38.8px;

background: linear-gradient(89.36deg, #5318FD 0.55%, #9440EE 101.39%), radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);
font-weight: 600;
font-size: 18px;
border-style: groove;
border-width: 5px 5px 5px 5px;
box-shadow: 0px 10px 0px -3px #9440EE;

}
.relative_top {
position: relative;
top: 4px;
}

.Sales-btn a {
color:white;
cursor: pointer;
}


.Sales-btn a:hover  {
color:white;
}

.Sales-btn button {

all: unset;
margin-top:50px;
margin-bottom:50px;
padding: 10px 28px;
border-radius: 38.8px;
border: 1.02px solid transparent;
background: radial-gradient(
50% 50% at 83% 68%,
#5318FD 0%,
#9440EE 100%
);
font-weight: 600;
font-size: 18px;

}
.listings-pagination {
z-index:1;
margin-bottom:70px;
}

.custom-pagination {
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
}

/* contact us */

.flex-contact-form {

margin: 40px auto;
padding: 40px 60px;
background: white;
border-radius: 15px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
font-family: 'Poppins', sans-serif;
text-align: left;
}

.flex-contact-form h2 {
font-size: 40px;
font-weight:400;	
color:#1E1E1E;	
margin-bottom: 10px;
}

.flex-contact-form p {
font-size:22px;
font-weight:400;	
margin-bottom: 30px;
color: #4C4C4C;
}

.form-flex-row p {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}



.form-flex-row input[type="text"],
.form-flex-row input[type="email"],
.form-flex-row input[type="tel"] {
width: 100% !important;
max-width: 100%;
box-sizing: border-box;
padding: 20px 20px;
font-size: 15px;
border: 1px solid #a94eff;
border-radius: 999px;
background: transparent;
color: #000;
outline: none;
transition: all 0.3s ease;
display: block;
font-family: 'Poppins', sans-serif;
flex: 1 1 auto;
}

.form-flex-row p > span {
flex: 0 0 48%;
}

.flex-contact-form textarea {
width: 100%;
height: 150px;
resize: none;
padding: 14px 18px;
border: 1px solid #a24df5;
border-radius: 20px;
font-size: 15px;
outline: none;
background: transparent;
transition: border-color 0.3s;
}

.flex-contact-form input:focus,
.flex-contact-form textarea:focus {
border-color: #7a00ff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #9440EE !important;
  color: black !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
color: black !important;
}

.submit-wrapper p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
gap: 10px;
margin-bottom: 0px !important;
}


.submit-wrapper {
display: flex;
justify-content: center;
margin-top: 25px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

body .custom-submit-button {
background-image: linear-gradient(130deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
  box-shadow: 0px 10px 0px -3px #9440EE;
  border-style: groove;
  border-width: 5px 5px 5px 5px;
  border-radius: 40px 40px 40px 40px;
  padding: 10px 30px 10px 30px;
border: none;
padding: 12px 35px;
border-radius: 25px;
font-size: 15px;
font-weight: 500;
color: white;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
transition: all 0.3s;
}

.custom-submit-button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

/* hide CF7 default spinner */
.wpcf7-spinner {
display: none !important;
}

/* loader container (transparent by default so it only shows the circle) */
#cf7-page-loader {
display: none;
position: fixed;
background: rgba(255,255,255,0.9);	
inset: 0;
z-index: 99999;
pointer-events: none; /* clicks pass through - change below if you want backdrop to block clicks */
}

/* center the spinner */
#cf7-page-loader .cf7-spinner-wrap {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: auto;
}

/* circular ring spinner (like your image) */
.cf7-spinner-ring {
width: 60px;
height: 60px;
border-radius: 50%;
border: 5px solid rgba(0,0,0,0.12); /* light ring background */
border-top-color: #9440ee;             /* blue progress arc — change to #2196F3 or #9440EE as you like */
box-sizing: border-box;
animation: cf7-spin 1s linear infinite;
}

/* keyframe */
@keyframes cf7-spin {
to { transform: rotate(360deg); }
}

/* OPTIONAL: if you want a dimming overlay behind the spinner (uncomment to use)
#cf7-page-loader {
background: rgba(255,255,255,0.9); 
pointer-events: auto; 
}
*/



/* start buttons section */ 

.btn-gradient-active {
background: linear-gradient(135deg, #5318FD, #9440EE);
color: white;
padding: 20px 100px;
border-radius: 20px;
border: none;
box-shadow: 0px 10px 20px rgba(148, 64, 238, 0.4);
font-weight: 500;
font-size: 26px;
}

.btn-outline-gradient {
background: transparent;
color: #1f1f1f;
padding: 20px 100px;
border-radius: 30px;
border: 2px solid #9440EE;
font-weight: 500;
transition: 0.3s;
font-size: 26px;
}

.btn-outline-gradient svg {
fill: #9440EE;
}

.btn-outline-gradient:hover {
background: rgba(148, 64, 238, 0.05);
color: #5318FD;
border-color: #5318FD;
}

.btn svg {
width: 20px;
height: 20px;
}

/* start buttons section elmentro*/ 

.categiries_btn a {
display: block !important;
}

.categiries_btn .elementor-button-icon svg {
height: 35px !important;
width: 35px !important;
}
.categiries_btn2 a:hover svg path {
fill: #fff;
}
div#absulote_divv {
position: absolute;
top: 0;
bottom: 0;
justify-content: space-between;
align-items: center;
}
div#margin-auto {
margin: auto;
}

marquee.ticker > * {
margin-right: 5% !important;
}


@keyframes marquee {
0% {
right: 0;
}
100% {
right: -100%;
}
}

ul#menu-1-63f31ea li {
border-bottom: 1px solid #ccc;
}


ul#menu-1-63f31ea {
padding-right: 10px;
padding-left: 10px;
} 



html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}

*,:after,:before {
box-sizing: border-box
}

body {
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
margin-block-start: .5rem;
margin-block-end: 1rem;
font-weight: 500;
line-height: 1.2;
color: inherit
}

h1 {
font-size: 2.5rem
}

h2 {
font-size: 2rem
}

h3 {
font-size: 1.75rem
}

h4 {
font-size: 1.5rem
}

h5 {
font-size: 1.25rem
}

h6 {
font-size: 1rem
}

p {
margin-block-start: 0;
margin-block-end: .9rem
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible
}

pre {
font-family: monospace,monospace;
font-size: 1em;
white-space: pre-wrap
}

a {
background-color: transparent;
text-decoration: none;
color: #c36
}

a:active,a:hover {
color: #336
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}

a:not([href]):not([tabindex]):focus {
outline: 0
}

abbr[title] {
border-block-end: none;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted
}

b,strong {
font-weight: bold;
}

code,kbd,samp {
font-family: monospace,monospace;
font-size: 1em
}

small {
font-size: 80%
}

sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}

sub {
bottom: -.25em
}

sup {
top: -.5em
}

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

details {
display: block
}

summary {
display: list-item
}

figcaption {
font-size: 16px;
color: #333;
line-height: 1.4;
font-style: italic;
font-weight: 400
}

[hidden],template {
display: none
}

@media print {
*,:after,:before {
  background: transparent!important;
  color: #000!important;
  box-shadow: none!important;
  text-shadow: none!important
}

a,a:visited {
  text-decoration: underline
}

a[href]:after {
  content: " (" attr(href) ")"
}

abbr[title]:after {
  content: " (" attr(title) ")"
}

a[href^="#"]:after,a[href^="javascript:"]:after {
  content: ""
}

pre {
  white-space: pre-wrap!important
}

blockquote,pre {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  border: 1px solid #ccc
}

thead {
  display: table-header-group
}

img,tr {
  -moz-column-break-inside: avoid;
  break-inside: avoid
}

h2,h3,p {
  orphans: 3;
  widows: 3
}

h2,h3 {
  -moz-column-break-after: avoid;
  break-after: avoid
}
}

label {
display: inline-block;
line-height: 1;
vertical-align: middle;
color:black; 	  
}

button,input,optgroup,select,textarea {
font-family: inherit;
font-size: 1rem;
line-height: 1.5;
margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
width: 100%;
border: 1px solid #666;
border-radius: 3px;
padding: .5rem 1rem;
transition: all .3s
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
border-color: rgb(148, 64, 238);
}

button,input {
overflow: visible
}

button,select {
text-transform: none
}

[type=button],[type=reset],[type=submit],button {
width: auto;
-webkit-appearance: button;
appearance: button
}

[type=button],[type=submit],button {
display: inline-block;
font-weight: 400;
color: #c36;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid #c36;
padding: .5rem 1rem;
font-size: 1rem;
border-radius: 3px;
transition: all .3s
}

[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible) {
outline: none
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
color: #fff;
background-color: #c36;
text-decoration: none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
cursor: pointer
}

fieldset {
padding: .35em .75em .625em
}

legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}

progress {
vertical-align: baseline
}

textarea {
overflow: auto;
resize: vertical
}

[type=checkbox],[type=radio] {
box-sizing: border-box;
padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
height: auto
}

[type=search] {
-webkit-appearance: textfield;
appearance: textfield;
outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}

select {
display: block
}

table {
background-color: transparent;
width: 100%;
margin-block-end: 15px;
font-size: .9em;
border-spacing: 0;
border-collapse: collapse
}

table td,table th {
padding: 15px;
line-height: 1.5;
vertical-align: top;
border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table th {
font-weight: 700
}

table tfoot th,table thead th {
font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
border-block-start: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
background-color: hsla(0,0%,50.2%,.0705882353)
}

table tbody tr:hover>td,table tbody tr:hover>th {
background-color: hsla(0,0%,50.2%,.1019607843)
}

table tbody+tbody {
border-block-start: 2px solid hsla(0,0%,50.2%,.5019607843)
}

@media (max-width: 767px) {
table table {
  font-size:.8em
}

table table td,table table th {
  padding: 7px;
  line-height: 1.3
}

table table th {
  font-weight: 400
}
}

dd,dl,dt,li,ol,ul {
margin-block-start: 0;
margin-block-end: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent
}

.categiries_btn a:hover path {
fill: #fff;
}

.categiries_btn a:hover {
border-width: 5px;
}

/* Registrartion */


.login-right-section {
max-width: 550px;
margin: auto;
padding: 50px 20px;


}

.login-right-section h2 {
font-size: 40px;
font-weight: 400;
color: #1E1E1E;
margin-bottom: 10px;
}

.login-right-section h2 span {
color: #9440EE;
}

.login-right-section p {
font-size: 18px;
font-weight: 400;	
color: #4C4C4C;
margin-bottom: 20px;
}
.login-right-section form{
margin-top: 50px;
}

.login-input {
width: 100% !important;
padding: 14px 24px !important;
margin-bottom: 12px !important;
border: 1px solid #D6B6FF !important;
border-radius: 30px !important;
font-size: 18px !important;
outline: none !important;
background-color: transparent;
color: #4C4C4C;
font-weight: 500;
}

.login-input.error {
border-color: #CF2121 ;
}

.login-error-message {
color: #CF2121 !important;
font-size: 12px !important;
margin-bottom: 15px !important;
}

.login-options {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
font-size: 13px;
color:black;	
}

.login-options a {
color: #CF2121;
text-decoration: none;
font-size: 16px;
} 


/* Custom checkbox container */
.custom-checkbox {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
font-size: 16px;
position: relative;
margin: 10px 0;
color: #4C4C4C;
}

/* Hide default checkbox */
.custom-checkbox input[type="checkbox"] {
display: none;
}

/* Custom checkbox appearance */
.checkmark {
height: 26px;
width: 26px;
background-color: transparent;
border-radius: 6px;
position: relative;
margin-right: 10px;
border: 1px solid #D0D5DD;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #a644ff;
  border-color: #a644ff;
}
#signup-section .checkmark{
width: 34px;
}
/* Checkmark icon */
.checkmark::after {
content: "";
position: absolute;
left: 10px;
top: 6px;
width: 6px;
height: 11px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
display: none;
}

/* Show checkmark when checked */
.custom-checkbox input:checked + .checkmark::after {
display: block;
}

.login-button {
width: 100% !important;
padding: 10px !important;
color: #fff !important;
font-size: 20px !important;
border-radius: 40px !important;
cursor: pointer !important;
font-weight: 600;
background: 
linear-gradient(89.36deg, #5318FD 0.55%, #9440EE 101.39%),
radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%),
radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%);

border-color: #fff;
}


.login-divider {
display: flex;
align-items: center;
color: #4C4C4C;	
gap: 10px;
margin:20px;

}

.login-divider hr {
flex: 1 !important;
border: none !important;
height: 1px !important;
background-color: #4C4C4C !important;
margin: 0;
}

.login-divider span {
font-size: 14px !important;
color:  #4C4C4C !important;
white-space: nowrap !important;
}

.social-btn {
width: 100%;
padding: 10px;
border-radius: 40px;
background: #fff;
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
font-size: 20px;
cursor: pointer;
color:#1E1E1E !important;	
font-weight: 600;
background-image: linear-gradient(130deg, #ffffff 0%, #f5f5f5 100%);
border-color: #fff;
}

.social-btn img,
.social-btn svg {
width: 18px;
height: 18px;
flex-shrink: 0;
}

.login-right-section p.register-link {
font-size: 20px;
}

.register-link a {
color: #8132ec;
text-decoration: none;
font-weight: 600;
}


/* Start create Accout section */

.signUp-p{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #4C4C4C;
  margin-bottom: 20px;
  margin-top: 20px;
cursor: pointer;
}

.signUp-right-section {
max-width: 550px;
margin: auto;
padding: 80px 20px;


}

.signUp-right-section h2 {
font-size: 40px;
font-weight: 400;
color: #1E1E1E;
margin-bottom: 10px;
}

.signUp-right-section h2 span {
color: #9440EE;
}

.signUp-right-section p {
font-size: 18px;
font-weight: 400;	
color: #4C4C4C;
margin-bottom: 20px;
}

.password-wrapper {
position: relative;
width: 100%;
}

.eye-icon {
position: absolute;
right: 18px;
top: 40%;
transform: translateY(-50%);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.signUp-input {
  width: 100% !important;
  padding: 14px 24px !important;
  margin-bottom: 12px !important;
  border: 1px solid #D6B6FF !important;
  border-radius: 30px !important;
  font-size: 18px !important;
  outline: none !important;
  background-color: transparent;
  color: #4C4C4C;
  font-weight: 500;
}


/*  Forgot Password! */


.Forgot-right-section {
max-width: 550px;
margin: auto;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
  padding: 50px 20px;


}

p.reset_result 
{ color: #CF2121 !important; font-size: 12px !important; margin-top: -50px; }

.Forgot-right-section h2 {
font-size: 40px;
font-weight: 400;
color: #1E1E1E;
margin-bottom: 10px;
}

.Forgot-right-section h2 span {
color: #9440EE;
}

.Forgot-right-section p {
font-size: 18px;
font-weight: 400;	
color: #4C4C4C;
margin-bottom: 20px;
} 

.Forgot-input {
width: 100% !important;
padding: 14px 24px !important;
margin-bottom: 12px !important;
border: 1px solid #D6B6FF !important;
border-radius: 30px !important;
font-size: 18px !important;
outline: none !important;
background-color: transparent;
color: #4C4C4C;
font-weight: 500;
} 

.Forgot-button {
width: 100% !important;
padding: 10px !important;
color: #fff !important;
font-size: 20px !important;
border-radius: 40px !important;
cursor: pointer !important;
font-weight: 600;
background-image: linear-gradient(130deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
border-color: #fff;
margin-bottom: 0px !important;
}
.Forgot-button#backtoLogin_btn{
    width: 100%;
  padding: 10px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: #1E1E1E !important;
  font-weight: 600;
  background-image: linear-gradient(130deg, #ffffff 0%, #f5f5f5 100%);
  box-shadow: 0px 10px 0px -3px #dfdfdf;
  border-style: groove;
  border-width: 5px 5px 5px 5px;
  border-color: #fff;
}

.ForgotEmail-right-section {
max-width: 550px;
margin: auto;
height: 100vh !important;
display: flex;
flex-direction: column !important;
justify-content: center !important;
padding-right: 20px;
padding-left: 20px;
} 



.img-email {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.ForgotEmail-right-section h2 {
font-size: 40px;
font-weight: 400;
color: #1E1E1E;
margin-bottom: 10px;
}

.ForgotEmail-right-section h2 span {
color: #9440EE;
}

.ForgotEmail-right-section  p {
font-size: 18px;
font-weight: 400;	
color: #4C4C4C;

} 

.email-line {
background: #D2D2D2;
}
.resend {
color: #9440EE;
} 
.receive {
  margin-top: 10px;
} 

/* forget Password */
.Reset-button{
width: 100% !important;
padding: 14px !important;
background: linear-gradient(to right, #8132ec, #5704db) !important;
color: #fff !important;
font-size: 15px !important;
border: none !important;
border-radius: 30px !important;
cursor: pointer !important;
margin-top: 50px !important;
}

.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(4px);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}

input#password-change-btn {
margin-top: 0px !important;
}

.popup-box {
background: white;
padding: 40px 30px;
border-radius: 16px;
max-width: 420px;
width: 90%;
text-align: center;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.popup-icon img {
max-width: 60px;
margin-bottom: 20px;
}

.popup-box h2 {
font-size: 24px;
margin-bottom: 10px;
font-weight: 600;
color:black;
}

.popup-box .purple-text {
color: #9146FF;
}

.popup-box p {
font-size: 14px;
color: #333;
margin-bottom: 30px;
}

.popup-btn {
display: inline-block;
padding: 12px 60px;
font-size: 20px;
color: #fff !important;
background: linear-gradient(to right, #9146FF, #C77DFF);
border: none;
border-radius: 30px;
text-decoration: none;
box-shadow: 0 5px 0 #5c2c91;
font-weight: 600;
} 

/* Start the location_search */

.search-container {
max-width: 700px;
width: 100%;
}

.search-container input {
border: none !important;
}

label {
font-weight: 500;
display: block;
margin-bottom: 15px;
color: #444;
}

.input-row {
display: flex;
gap: 15px;
margin-bottom: 20px;
}

.input-field {
flex: 1;
display: flex;
align-items: center;
border: 1px solid #aa66ff;
border-radius: 30px;
padding: 5px 15px;
background: white;	
position: relative;
}

.input-field .custom-select .select-selected {
  border: none;
}
.input-field i {
color: #4C4C4C;
margin-right: 10px;
}

.input-field input {
border: none;
outline: none;
flex: 1;
font-size: 16px;
background: transparent;
color: #333;
}

.full-width {
width: 100%;
margin-bottom: 20px;
}

.or-divider {
text-align: center;
font-weight: bold;
color: #555;
margin: 15px 0;
}

.apply-btn {
background: linear-gradient(135deg, #aa66ff, #4a00e0);
color: white;
font-weight: bold;
border: none;
padding: 10px 40px;
border-radius: 30px;

}

form#custom-search-form {
margin-bottom: 20px;
}

.search-company {
position: relative;
padding-right: 110px;
}

.search-btn {
border: none;
border-radius: 30px;
padding: 3px 40px;
background: linear-gradient(135deg,#9440EE,#5318FD);
color: white;
font-weight: bold;

}




/* map */

.map-section {
position: relative;
width: 100%;
max-width: 600px;
height: 360px;
border: 2px solid #9440EE;
border-radius: 16px;
overflow: hidden;
}

#map {
width: 100%;
height: 100%;
}
.map-btn{  
position: absolute; top: 10px; left: 10px; display: flex; gap: 10px; z-index: 10; 
} 

.serach-label {
font-size: 18px;
font-weight: 400;
color: #4C4C4C;
}

.toggle-btn {
padding: 8px 16px;
border: none;
border-radius: 999px;
font-weight: bold;
cursor: pointer;
background: #d9d9d9;
box-shadow: inset -2px -2px 5px #aaa, inset 2px 2px 5px #fff;
color: #333;
}

.toggle-btn.regional {
background: linear-gradient(to right, #f6d365, #fda085);
color: #000;
}

.toggle-btn.active {
background: linear-gradient(to bottom, #444, #aaa);
color: white;
}

.map-controls {
position: absolute;
top: 10px;
right: 10px;
display: flex;
flex-direction: column;
gap: 10px;
z-index: 5;
}

.map-controls button {
background: white;
border: 1px solid #9440EE;
border-radius: 999px;
width: 36px;
height: 36px;
font-size: 16px;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
padding:5px;	
color:black;	
}

.location-btn {
background: linear-gradient(to right, #5318FD, #9440EE);
color: white;
padding: 10px 20px;
border-radius: 999px;
font-weight: bold;
display: flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
cursor: pointer;
z-index: 5;
}

.map-controls button:hover, .map-controls button:hover i, .map-controls button:focus, .map-controls button:focus i {
background: #ffffff;
color: #000;
}

/* cards */

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
}
.card {
  display: flex;
  background: #FCFCFC;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: calc(50% - 13px);
  height: 230px;
  position: relative;
  padding: 10px 15px;
}
.card-image {
  position: relative;
  height: 173px;
width:35%;  
 
}
.card-image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
}
.top-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
}
.icon-btn {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
color:#898989; 
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.photo-count {
  position: absolute;
  bottom: -25px;
  right: 10px;
  background: #ffff;
  color: #000;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-content {
  padding: 16px 0px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:65%;
}
.top-line {
display: flex;
justify-content: space-between;
font-size: 14px;
color: #898989;
margin-bottom: 3px;
padding-top: 10px;
}
.badges {
  display: inline-flex;
  gap: 6px;
  margin-left: 8px;
}
.badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}
.badge.national {
  background-color: #f1f1f1;
  color: #737373;
}
.badge.estate {
  background-color: #efe0fd;
  color: #a354e4;
}
.badge.status-postponed {
  background-color: #f59e0b;
  color: white;
}
.badge.status-cancelled {
  background-color: #ef4444;
  color: white;
}
.badge.status-published {
  background-color: #10b981;
  color: white;
}
.title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  color: #252525;
}
.time-date {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  color: #4C4C4C;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 20px 0px;
border-color: #F1F1F1;	
}
.location {
  font-size: 13px;
  color: #4C4C4C;
  display: flex;
  align-items: center;
  padding:10px 0;
gap: 5px;

}

/* Services advertising Form */ 
.form-container {
    background: #fff;
    max-width: 1280px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  
  }
  .form-container h2 {
    font-size: 34px;
    font-weight: 700;
color:#1E1E1E;  
    margin-bottom: 24px;
  }
  .form-container .highlight {
    color: #8b5cf6;
  }
  .form-container label {
   font-size: 18px;
   font-weight: 500;
   display: block;
   color: #1E1E1E;
   margin: 40px 0 14px;
  }
  .form-container .sub {
    font-weight: 400;
    color: #B1B1B1;
    font-size: 16px;
  }
body .form-input,
  .form-select,
  .form-container textarea {
    width: 100% !important;
    padding: 16px 16px !important;
    border: 1px solid #c084fc !important;
    border-radius: 30px !important;
    outline: none !important;
    font-size: 16px !important;
color:#4C4C4C  !important;  
    background-color: #fff !important;
    transition: border 0.3s ease !important;
  }
input.form-input::placeholder {
color: #4C4C4C;
}
.form-select {
width: 100%;
padding: 14px 16px;
border: 1px solid #c084fc;
border-radius: 30px;
outline: none;
font-size: 14px;
background: url("data:image/svg+xml;utf8,<svg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19.9201 9.4502L13.4001 15.9702C12.6301 16.7402 11.3701 16.7402 10.6001 15.9702L4.08008 9.4502' stroke='%234C4C4C' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat right 1rem center;
background-color: #fff;
background-size: 16px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
  }
body .form-container textarea {
    height: 150px;
    border-radius: 20px !important;
    resize: none;
  }
  .flex-row {
    display: flex;
    gap: 20px;
  }
  .flex-item {
    flex: 1;
  }
  .checkbox-group {
    display: flex;
flex-direction: column;
    gap: 20px;
    margin-top: 8px;
  }
  .checkbox-group label {
       font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  }

.Services-custom-checkbox {
width: 18px;
height: 18px;
accent-color: #a644ff;
border: 1px solid #ccc;
border-radius: 6px;
cursor: pointer;
}

  .form-container button {
    margin-top: 30px;
    padding: 12px 24px;
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(140, 82, 255, 0.4);
    transition: 0.3s ease;
  }
  .form-container button:hover {
    transform: translateY(-2px);
  }
  .form-select:focus, .form-input:focus, .form-container textarea:focus {
    border-color: #a855f7;
  }

.services-sub-btn {
display: flex;
justify-content: center;
margin-top: 30px;
} 

/* Optional: for always-visible spinner */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
opacity: 1; /* Force spinner visible */
}
/*  start select payment section */ 


.payment-option {
position: relative;
}
.payment-option input[type="radio"] {
-webkit-appearance: none;
appearance: none;
z-index: 9999;
position: absolute;
right: 21px;
width: 20px;
height: 20px;
}

.payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  padding: 2px 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}
/* 
.payment-option:hover,
.payment-option.active {
  border: 2px solid #7a36ff;
} */

.payment-option img {
  height: 24px;
}

.payment-option label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
}

.radio {
  width: 22px;
  height: 22px;
  border: 2px solid #bbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}

.radio.checked {
  border-color: #7a36ff;
}

.radio.checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7a36ff;
  border-radius: 50%;
}

.payment-select-btn {
width: 100% !important;
padding: 10px !important;
color: #fff !important;
font-size: 20px !important;
border-radius: 40px !important;
cursor: pointer !important;
font-weight: 600;
background-image: linear-gradient(130deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
box-shadow: 0px 10px 0px -3px #9440EE;
border-style: groove;
border-width: 5px 5px 5px 5px;
border-color: #fff;
margin-bottom: 20px !important;
margin-top: 40px !important;
}

/* Payment Detail screen */ 


.Payment-Detail-container {
max-width: 550px;
margin: auto;
padding: 50px 20px;
}

.Payment-Detail-container h2 {
  font-size: 40px;
font-weight: 400;
color: #1E1E1E;
margin-bottom: 10px;
}

.highlight {
color: #9440EE;
font-size: 40px !important;
font-weight: 700 !important;	
}

.exclaim {
color: #000;
}

.subtitle {
color: #4C4C4C;
font-weight: 400;	
font-size: 20px;
margin-bottom: 25px;
}

label {
display: block;
font-size: 18px;
font-weight: 500;
color: #1E1E1E;
margin: 20px 0;
}


body .Payment-Details-inputs{
width: 100% !important;
padding: 12px 15px !important;
border-radius: 30px !important;
outline: none;
background-color: #f2f2f2;	
font-size: 16px !important;
border: 1px solid  #D6B6FF !important;
}

.paymet-textarea {
 height: 135px !important;
overflow: auto !important;
resize: none !important;
width: 100% !important;
padding: 12px 15px !important;
border-radius: 10px !important;
outline: none;
background-color: #f2f2f2;
font-size: 16px !important;
border: 1px solid #D6B6FF !important;
}

.input-icon {
position: relative;
}

.input-icon input {
padding-right: 40px;
}

.input-icon .icon {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
color: #a041ff;
font-size: 18px;
}

.expiry-row {
display: flex;
gap: 10px;
position: relative;
}

.expiry-row select.Payment-Details-inputs {
appearance: none; /* Remove default arrow */
-webkit-appearance: none;
-moz-appearance: none;

width: 100%;
font-size: 14px !important;
color: #4C4C4C;	
background-color: #f2f2f2;
background-image: url("/wp-content/uploads/2025/06/arrow-down.svg");
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 18px;
}
.expiry-row select.Payment-Details-inputs::after {
content: '';
position: absolute;
pointer-events: none;

}
.total-row {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
margin-top: 20px !important;
font-size: 16px !important;
}

.total {
font-size: 24px;
font-family:500;
color:#4C4C4C;

}
.amount {
color:#9440EE;
font-weight:700;
font-size:24px;	
}

.btn-Confirm-Pay {
margin-top: 10px;
margin-bottom: 20px;
}

.secure {
text-align: center;
margin-top: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: #6B7280;
gap: 10px;
}

/* verification-link */

.verification-link {
display: flex;
align-items: center;
gap: 10px;
border: solid 1px #9440EE;
padding: 10px;
margin-bottom: 20px;
border-radius: 10px;
background-color:#f3eff8;
}

.verification-link a {
font-size:14px;
font-weight:400px;
color:#9440EE;
}

/* muti steper form */

h2.busines-info {
font-size: 40px;
font-weight: 500;
color: #1E1E1E;
margin-bottom: 10px;
}

body .busines-info-subtitle {
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
color:#4C4C4C;		
}

.business-info-btn {
margin-top: 30px
} 

label.business-info {
font-size: 18px;
font-weight: 500;
color: #1E1E1E;
margin-bottom: 15px;
} 

.form-row-group {
  display: flex;
  gap: 10px;
}

.form-row-group input {
  flex: 1;
} 
.business-info-Area {
width: 100% !important;
padding: 14px 24px !important;
margin-bottom: 12px !important;
border: 1px solid #D6B6FF !important;
border-radius: 30px !important;
font-size: 18px !important;
outline: none !important;
background-color: transparent;
color: #4C4C4C;
font-weight: 500;
}
.business-info-textarea {
width: 100% !important;
padding: 14px 16px !important;
border: 1px solid #D6B6FF !important;
border-radius: 30px !important;
outline: none !important;
font-size: 18px !important;
color: #4C4C4C !important;
background-color: transparent !important;
transition: border 0.3s ease !important;
height:160px;
resize:none;
}

.business-info-textarea::-webkit-scrollbar {
display:none;
}

button.add-more-btn {
  font-size: 14px;
  font-weight: 700;
  color: #9440EE !important;
  border: none;
  background: rgba(242, 240, 255, 1) !important;
  border-radius: 20px;
}

div#link-fields-wrapper .form-row-group.link-group div {
width: 50%;
}
.upload {
text-align: center;
}
.upload-media-logo {
background: white;
border: 2px dashed #903eef;
padding: 20px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
} 
h2.upload-heading{

font-size: 18px;
font-weight: 500;
color: #1E1E1E;
}

.upload-divider{
display: flex;
align-items: center;
color: #4C4C4C !important;
gap: 10px;


} 

.upload-divider hr {
flex: 1 !important;
border: none !important;
height: 1px !important;
background-color: #E7E7E7 !important;
margin: 0;
}

.upload-btn {
margin-top: 20px;
}

.multi-step-form {
max-width: 639px !important;
margin: auto !important;
padding: 50px 10px !important;
}

/* Hide the native file input */
.file-input {
display: none;
}




/* Stepper */
body .stepper {
display: flex !important;
/* width: 639.8px !important; */
align-items: flex-start !important;
justify-content: center !important;
position: relative !important;
margin-top: 90px;
margin-bottom: 90px;
}

.stepper .element {
display: flex;
flex-direction: column;
width: 104.24px;
align-items: center;
justify-content: center;
gap: 12.71px;
position: relative;
}

.stepper .step-symbol {
position: relative;
width: 40.68px;
height: 40.68px;
}

.stepper .overlap-group {
position: relative;
width: 41px;
height: 41px;
}

.stepper .icon {
position: absolute;
width: 41px;
height: 41px;
top: 0;
left: 0;

}

.stepper .circle {
position: relative;
width: 40px;
height: 40px;
top: -1px;
left: -1px;
border-radius: 21.03px;
box-shadow: inset 0px -1.85px 6.03px #0000004c, inset 0px 0.23px 0.23px
#ffffff99;
background: radial-gradient(
  50% 50% at 83% 68%,
  rgba(0, 0, 0, 0.23) 0%,
  rgba(0, 0, 0, 0) 86%
),
radial-gradient(
  50% 50% at 72% 50%,
  rgba(255, 255, 255, 0.59) 0%,
  rgba(255, 255, 255, 0) 70%,
  rgba(255, 255, 255, 0) 100%
),
linear-gradient(85deg, rgba(83, 24, 253, 1) 0%, rgba(148, 64, 238, 1) 100%);
}

.stepper .icon-action-check {
position: absolute;
width: 18px;
height: 30px;
top: 5px;
left: 10px;
}

.stepper .text-wrapper {
position: relative;
width: fit-content;
margin-left: -3.38px;
margin-right: -3.38px;
font-weight: 600;
color: #9440EE;
font-size: 16px;
letter-spacing: 0;
line-height: normal;
text-align: center;
}

.stepper .line {
position: relative;
width: 30px;
height: 41px;
}

.stepper .rect {
background-color: #9440EE;
position: relative;
height: 3px;
top: 20px;
border-radius: 63.56px;
}

.stepper .div {
display: flex;
flex-direction: column;
width: 76.27px;
align-items: center;
gap: 12.71px;
position: relative;
}

.stepper .icon-action-check-wrapper {
position: relative;
width: 40.68px;
height: 40.68px;
background-color:#E0E0E0;
border-radius: 20.34px;
}

.stepper .div-wrapper {
position: relative;
width: 31px;
height: 31px;
top: 5px;
left: 4px;
}

.stepper .text-wrapper-2 {
position: absolute;
width: 20px;
top: 6px;
left: 6px;

font-weight: 600;
color: #21232280;
font-size: 16.5px;
text-align: center;
letter-spacing: 0;
line-height: normal;
white-space: nowrap;
}

.stepper .text-wrapper-3 {
position: relative;
width: fit-content;
font-weight: 400;
font-size: 16px;
color:#21232280;	
letter-spacing: 0;
line-height: normal;
text-align: center;
}

.stepper .rect-2 {
background-color: #dfdfdf;
position: relative;
height: 3px;
top: 20px;
border-radius: 63.56px;
}

.stepper .element-2 {
display: flex;
flex-direction: column;
width: 73.09px;
align-items: center;
justify-content: center;
gap: 12.71px;
position: relative;
}

.stepper .number {
position: relative;
width: 41px;
height: 41px;
background-color: #E0E0E0;
border-radius: 20.34px;
overflow: hidden;
}

.stepper .text-wrapper-4 {
position: absolute;
width: 20px;
top: 11px;
left: 10px;
font-weight: 600;
color: #21232280;
font-size: 16.5px;
text-align: center;
letter-spacing: 0;
line-height: normal;
white-space: nowrap;
}

.stepper .text-wrapper-5 {
position: relative;
width: fit-content;
font-weight: 400;
color:#21232280;
font-size: 16px;
letter-spacing: 0;
line-height: normal;
text-align: center;
position: absolute;
  width: 120px;
  bottom: -34px;
}

/* COMPLETED STEP STYLES */
.stepper .completed .icon .circle,
.stepper .completed .number,
.stepper .completed .icon-action-check-wrapper {
background: radial-gradient(
  50% 50% at 83% 68%,
  rgba(0, 0, 0, 0.23) 0%,
  rgba(0, 0, 0, 0) 86%
),
radial-gradient(
  50% 50% at 72% 50%,
  rgba(255, 255, 255, 0.59) 0%,
  rgba(255, 255, 255, 0) 70%,
  rgba(255, 255, 255, 0) 100%
),
linear-gradient(85deg, rgba(83, 24, 253, 1) 0%, rgba(148, 64, 238, 1) 100%) !important;
}

.stepper .completed .text-wrapper-2,
.stepper .completed .text-wrapper-4 {
color: #fff !important;
}

.stepper .completed .text-wrapper,
.stepper .completed .text-wrapper-3,
.stepper .completed .text-wrapper-5 {
color: #9440EE !important;
font-weight: 600 !important;
}

.stepper .completed .icon-action-check {
display: block;
}

.stepper .icon-action-check {
display: none;
}

/* ACTIVE STEP */
.stepper .active .number,
.stepper .active .icon-action-check-wrapper {
background-color: #9440EE !important;
}

.stepper .active .text-wrapper-2,
.stepper .active .text-wrapper-4 {
color: #fff !important;
}

.stepper .active .text-wrapper,
.stepper .active .text-wrapper-3,
.stepper .active .text-wrapper-5 {
color: #9440EE !important;
font-weight: 600 !important;
}

/* Completed lines */
.stepper .line.completed .rect,
.stepper .rect.completed {
background-color: #9440EE;
}

/* Hide number when step is completed */
.stepper .completed .text-wrapper-2,
.stepper .completed .text-wrapper-4 {
display: none !important;
}

/* Popup Profile Success */

.popup-icon-profile img {
max-width: 80px;
}
.popup-box-profile {
background: white;
padding: 40px 30px;
border-radius: 16px;
max-width: 420px;
width: 90%;
text-align: center;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.popup-box-profile h2 {
font-size: 30px;
margin-bottom: 10px;
font-weight: 700;
color: black;
}


/* 	Test Start	 */
  
    .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
  
  .stepper .element:not(.active):not(.completed) .step-number,
.stepper .div:not(.active):not(.completed) .step-number,
.stepper .element-2:not(.active):not(.completed) .step-number {
  color: #21232280;
}
  
   .stepper .element.completed .step-number,
.stepper .div.completed    .step-number,
.stepper .element-2.completed .step-number {
  color: transparent;
  font-size: 0;          /* collapses the text box */
}

/* Active steps: white text */
.stepper .element.active   .step-number,
.stepper .div.active       .step-number,
.stepper .element-2.active   .step-number {
  color: #fff !important;
}
.stepper .element.completed .icon-action-check,
.stepper .div.completed .icon-action-check,
.stepper .element-2.completed .icon-action-check {
  display: inline-block !important;
  color:white;
  filter: brightness(0) invert(1); /* force white svg */
  background: none !important;     /* strip extra bg */
}

/* Stepper line styling */
.stepper .line .rect,
.stepper .line .rect-2 {
  height: 3px;
  background-color: #e0e0e0;   /* default empty line */
  transition: background-color 0.3s ease;
}

/* filled line for completed or active steps */
.stepper .element.completed + .line .rect,
.stepper .element.active + .line .rect,
.stepper .div.completed + .line .rect-2,
.stepper .element-2.completed + .line .rect-2 {
  background-color: #9440EE;
}
  
   .stepper .element.active .circle,
.stepper .element.active .step-number {
  background-color: #7e57c2;
  color: #fff !important;
}

/* Completed step background */
.stepper .element.completed .circle,
.stepper .div.completed .div-wrapper,
.stepper .element-2.completed .number {
/*     background-color: #d1c4e9; */
  color: transparent;
}

/* Fill line between completed steps */
.stepper .line .rect.completed,
.stepper .line .rect-2.completed {
  background-color: #7e57c2;
}

/* Make completed steps clickable */
.stepper .element.completed,
.stepper .div.completed,
.stepper .element-2.completed {
  cursor: pointer;
}
  
/* 	Test End	 */


/* shop_by_item_Search */

.local-sales-search {
display: flex;
justify-content:end;

}

.local-sales-search h2 {
font-size: 20px;
font-weight: 600;
color: #333;
margin: 0;
}

.search-bar {
display: flex;
align-items: center;
background: #fff;
border-radius: 999px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.search-bar .search-icon {
padding: 16px;
display: flex;
align-items: center;
}

.search-bar input {
border: none;
outline: none;
padding: 8px 10px;
font-size: 18px;
min-width: 300px;
}

.search-bar button {
border: none;
padding: 12px 40px;
border-radius: 999px;
background: linear-gradient(90deg, #7e2de9, #a632e9);
color: #fff;
font-size: 18px;
font-weight: 600;	
cursor: pointer;
transition: background 0.3s ease;
}

.search-bar button:hover {
background: linear-gradient(90deg, #6c1cd8, #9425d8);
}

.search-bar input::placeholder {
color:#4C4C4C; 
opacity: 1;  
}

/* Get Notifications */

.Notifications-container {
background: #fff;
max-width: 1280px;
margin: 75px auto 0;
padding: 60px 60px 40px;
border-radius: 16px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.Notifications-container h2 {
font-size: 32px;
font-weight: 400;
color: #1E1E1E;
margin-bottom: 24px;
}

.Notifications-container .highlight {
color: #9440EE;
font-size: 32px !important;
font-weight: 700 !important;
}
.Notifications-container p {
font-size: 18px;
font-weight: 400;
color: #4C4C4C;
line-height: 1.1em;
margin: 0;
}

.Notifications-container form {
margin-top: 55px;
}

body .Notifications-input {

width: 100% !important;
padding: 16px 16px !important;
border: 1px solid #c084fc !important;
border-radius: 30px !important;
outline: none !important;
font-size: 16px !important;
color: #4C4C4C !important;
background-color: #fff !important;
transition: border 0.3s ease !important;
}

.Notifications-row {
margin-top:10px;
} 

.Notifications-btn {
display: flex;
justify-content: center;
margin-top: 25px;
}

.Notifications-container button {

padding: 12px 64px;
background-image: linear-gradient(130deg, #7e2de9, #a632e9);
color: white;
border: none;
border-radius: 30px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 4px 12px rgba(140, 82, 255, 0.4);
transition: 0.3s ease;
}

.Expand-container {
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
margin-top: 25px;
}

.Expand-container h1 {

font-size: 50px;
font-weight: 700;
color: #1E1E1E;
 line-height: 44.45px;
} 

.Expand-container .highlight {
color: #9440EE;
font-size: 50px !important;
font-weight: 700 !important;
}

.Expand-container h2 {
font-size: 24px;
font-weight: 600;
color: #1E1E1E;
margin-bottom: 6px;
}

.Expand-container p {
font-size: 18px;
font-weight: 400;
color: #4C4C4C;
} 

p.notified_popup_P {
font-size: 14px;
font-weight: 400;
color: #4C4C4C;
}


/* Notifications form */

.Notification-form-container {
background: #fff;
max-width: 1280px;
margin: 40px auto;
padding: 40px;
border-radius: 16px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .interest-form input[type="text"],
    .interest-form input[type="email"],
    .interest-form input[type="password"] {
        display: block;
        width: 100%;
        padding: 12px 18px;
        border-radius: 40px;
        border: 1px solid #ddd;
        margin-bottom: 28px;
        font-size: 15px;
    }

    .interest-form h2 {
        font-size: 36px;
        font-weight: 700;
        margin: 20px 0 10px;
  color:#252525;
    }

   

    .checkbox-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .group {
        flex: 1 1 45%;
        font-size: 18px;
  font-weight:400;
  color:#9a9a9a;

    }

    .group label {
      display: block;
      font-size:22px;
      font-weight: 700;
      margin-bottom: 6px;
      color: #252525;
    }
    .group .sub-group {
      margin-top: 20px;
        padding-left: 40px;
    }
    .group .sub-group label {
      color: #1E1E1ECC;
      font-size: 18px;
      font-weight: 400;
      margin: 14px 0;
      line-height: 1.4em;
    }


 .footer-note-label {
    font-size: 18px;
    font-weight: 500;
    color:#4C4C4C;
    display: inline-flex;
  }
  .footer-note-label input[type="checkbox"]{
    width: 26px !important;
  }

    .group div {
        margin-bottom: 6px;
    }

    .interest-form input[type="checkbox"] {
        margin-right: 16px;
        width: 20px;
        height: 20px;
        border: 1px solid #d1d5db;
        border-radius: 3px;
        background-color: #ffffff;
        cursor: pointer;
        position: relative;
        appearance: none;
    }
    .interest-form input[type="checkbox"]:checked {
        background: linear-gradient(180deg, #5318FD 0%, #9440EE 100%);
        border-color: #8b5cf6;
    }
    .interest-form input[type="checkbox"]:checked::after {
        content: '✓';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

    .footer-note {
        font-size: 13px;
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px solid #eee;
    }

    .interest-form button {
        display: block;
        margin: 0px auto 0;
        padding: 12px 30px;
        background: linear-gradient(to right, #7a32f3, #a166f3);
        color: white;
        border: none;
        border-radius: 40px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .interest-form button:hover {
        background: linear-gradient(to right, #692be0, #8e55e0);
    } 

.category-checkbox {
        font-weight: 600;
        display: block;
        margin-bottom: 8px;
    }




/* /multipl form hire stepper */

@media (max-width: 991px){
div#absulote_divv {
  position: unset;
} 


.form-container {
padding: 30px;
margin: 30px auto;
}

.form-container h2 {
font-size: 28px;
}

.form-container label {
font-size: 16px;

}

.form-container .sub {
font-size: 14px;
}

.form-select,
.form-input,
.form-container textarea {
font-size: 14px !important;
padding: 14px 14px !important;
}

.form-container button {
font-size: 13px;
padding: 10px 20px;
}

.Services-custom-checkbox {
width: 15px;
height: 15px;
}
} 




@media(min-width:991px){
#home_banner {
    max-width: 1380px;
    border-radius: 20px;
}
}

@media(max-width: 768px){

.gradient-border .elementor-heading-title h1 {
    font-size: 41px !important;
}

.price {
 font-size: 50px !important;
} 

.Forgot-right-section {
justify-content: flex-start;
    margin-top: 20px;
  height: auto;		
}

.ForgotEmail-right-section {
justify-content: flex-start;
    margin-top: 20px;
  height: auto;	
} 

.card {
flex-direction: column;
width: 100%;
height: auto;
padding: 0;
}

.card-image {
height: auto;
}

.card-image img {
height: auto;
max-height: 220px;
object-fit: cover;
}

.card-content {
padding: 16px;
}

.top-line {
align-items: flex-start;
gap: 4px;
}

.time-date {
flex-direction: column;
align-items: flex-start;
gap: 4px;
}

.location {
flex-wrap: wrap;
} 

.input-row {
flex-direction: column;
gap: 10px;
}

.apply-btn {
width: 100%;
padding: 12px 0;
}

.search-company-wrapper {
 flex-direction: column;
 align-items: stretch;

}

.search-company {
padding-right:20px;
}

.search-btn {
width: 100%;
padding: 12px 0; 
 bottom: -64px;
top: unset;
}

/* Services form */

.form-container {
padding: 20px;
margin: 20px auto;
}

.form-container h2 {
font-size: 24px;
text-align: center;
}

.form-container label {
font-size: 14px;
}

.form-container .sub {
font-size: 13px;
text-align: center;
}

.form-select,
.form-input,
.form-container textarea {
font-size: 14px !important;
padding: 12px 12px !important;
}

.form-container textarea {
height: 120px;
}

.flex-row {
flex-direction: column;
gap: 16px;
}

.checkbox-group {
gap: 14px;
}

.checkbox-group label {
font-size: 14px;
}

.Services-custom-checkbox {
width: 14px;
height: 14px;
}

.form-container button {
width: 100%;
font-size: 14px;
}

.signUp-input input[type="password"], .login-input input[type="password"] { 
padding-right: 50px !important;
}

/* Merged 767px and 768px media query rules */
div#absulote_divv {
  position: unset;
} 
.card-image {
  width: 100% !important;
}
.global_form_ss {
  padding: 30px 10px 10px 10px !important;
}
.reduce_sizee h2 span {
font-size: 22px !important;
}

h2.tag-platinum  {
  font-size: 24px !important;
      display: flex !important;
      margin: auto !important;
     justify-content: center !important;
     width: max-content !important;
}

h2.tag-gold {

  font-size: 24px !important;
  display: flex !important;
  margin: auto !important;
  justify-content: center !important;
  width: max-content !important;
}

body h2.tag-seller {
font-size: 24px !important;
  display: flex !important;
   margin: auto !important;
  justify-content: center !important;
  width: max-content !important;
}
.login-right-section h2, .signUp-right-section h2, .Forgot-right-section h2, .ForgotEmail-right-section h2 {
font-size: 28px !important;
text-align:center !important;
}
.login-right-section p, .signUp-right-section p, .Forgot-right-section p, .ForgotEmail-right-section p {
font-size: 16px !important;
text-align:center !important;
}
.login-right-section form {
margin-top: 20px !important;
}
.login-right-section p.register-link {
font-size: 15px !important;
}
.social-btn, .Forgot-button, .login-button, .payment-button, .payment-select-btn {
font-size: 17px !important;
}
#signup-section .checkmark {
width: 62px !important;
}
.img-email {
max-width: 60px;
margin: auto;
margin-top: 0px;
}
.ForgotEmail-right-section {
height: 100% !important;
}
.total-row .total { 
font-size: 18px;
}
.title {
font-size: 18px;
}
.browse-sales-filter-heading {
font-size: 22px !important;
line-height: 30px !important;
}
.browse-sales-filter-subheading {
font-size: 16px !important;
}
.browse-sales-filter-btn {
font-size: 14px !important;
padding: 6px 20px !important;
}
.browse-sales-filter-ui-container {
  flex-direction: column;
}
.browse-sales-filter-sidebar, .card-content, .ves-main-image {
width: 100% !important;
}
div#map-legend {
left: 4%;
right: unset !important;
top: 20% !important;
}
.browse-sales-filter-map-section {
height: 400px !important;
}
div#content-state .ves-title {
font-size: 20px !important;
}
.ves-badge {
padding: 6px 12px !important;
font-size: 10px !important;
}
.listing-inner-bayout__preview-section h2, .preview-section h2 {
font-size: 16px !important;
text-transform: capitalize;
}
div#content-state .ves-location, div#content-state .schedule-day-title {
font-size: 16px !important;
}
.chat_btn_single {
position: unset !important;
text-align: center !important;
margin-top: 20px;
}
.ves-badges  {
top: 34px !important;
}
.ves-side-images img, .ves-view-all {
flex-basis: calc(42% - 8px) !important;
height: 100px !important;
min-height: auto !important;
object-fit: cover !important;
}
.ves-side-images {
gap: 10px !important;
width: 100% !important;
}
.ves-view-all, .audio-title {
font-size: 13px !important;
}
.listing-inner-bayout__info-grid, .info-grid, .schedule-times, .emp-btn-grid, .listing-Inner-Auctions__info-grid{
display: flex !important;
flex-direction: column !important;
}
span.dynamic-content {
word-break: break-all;
}
div#description-item {
font-size: 14px !important;
}
.main_filter {
flex-direction: column;
gap: 50px !important;
}
.map, .emp-info {
width: 100% !important;
}
.schedule-day-icon {
width: 22px !important;
height: 22px !important;
font-size: 11px !important;
}
span#emp-email-label {
word-break: break-all;
}
.emp-logo {
width: 100% !important;
height: auto !important;
line-height: 0 !important;
}
.emp-wrapper {
padding: 20px 10px !important;
}
.emp-heading {
font-size: 24px !important;
text-transform: capitalize !important;
}
.flex-contact-form {
padding: 20px !important;
}
.flex-contact-form h2 {
font-size: 24px !important;
}
.flex-contact-form p {
font-size: 18px !important;
}
.form-flex-row p > span {
flex: 0 0 100% !important;
}
.form-flex-row p {
gap: 12px !important;
}

.form-flex-row br {
 display:none !important;
}

}
.topbar-marquee .elementor-widget-container {
  height: 23px !important;
}
.bordered-gradient {
  background: linear-gradient(90deg, #D6B6FF 0%, #7B35CD 100%);
}
.services-list-cc .e-con-full .e-con-full {
  height: 100%;
}
.heading-span-normal .elementor-heading-title span{
font-weight: 400;
color: #9440EE;
}
.btn-set-bottom {
  margin-top: auto;
}
.btn-wrap img{
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}

.estate-long-content .elementor-widget-container ul li {
  margin-bottom: 20px;
}
.estate-long-content .elementor-widget-container ul li::marker {
  font-size: 24px;
}
.estate-content-warning .elementor-widget-container p{
display: flex;
align-items: center;
gap: 6px;
}
.auction-long-content .elementor-widget-container ul{
padding-left: 26px;
}
.auction-long-content .elementor-widget-container ul li {
  margin-bottom: 20px;
  line-height: 22px;
}
.auction-long-content .elementor-widget-container ul li::marker {
  font-size: 24px;
  color: #1E1E1E;
}
.terms-long-content .elementor-widget-container ul{
padding-left: 24px;
}
.terms-long-content .elementor-widget-container ul li {
  margin-bottom: 20px;
  line-height: 22px;
}
.terms-long-content .elementor-widget-container ul li::marker {
  font-size: 24px;
  color: #1E1E1E;
}
.terms-long-content .elementor-widget-container ol{
  padding-left: 19px;
  list-style: lower-alpha;
}
.terms-long-content .elementor-widget-container ol li {
  margin-bottom: 20px;
  line-height: 22px;
}
.terms-long-content .elementor-widget-container ol li::marker {
  content: counter(list-item, lower-alpha) ") ";
}
.terms-long-content .elementor-widget-container ul ol {
  padding-left: 40px;
  margin-top: 20px;
  list-style: unset;
}
.terms-long-content .elementor-widget-container ol li::marker{
content: counter(list-item) ". ";
font-size: 18px;
color: #1E1E1ECC;
font-weight: 400;
}
.lined-text .elementor-widget-container ol{
padding-left: 19px;
}
.lined-text .elementor-widget-container ol li {
  margin-bottom: 16px;
  line-height: 22px;
  font-size: 18px;
  color: #4C4C4C;
  padding-left: 16px;
}
.lined-text .elementor-widget-container ol li::marker {
  color: #1E1E1E;
  font-weight: 800;
}

.flex.gap-1 {
  font-size: 15px !important;
}

/* ========================================
 LARGE TABLETS & SMALL DESKTOPS (max-width: 1200px)
 ======================================== */
@media (max-width: 1200px) {
  /* Container adjustments */     
  .elementor-container {
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px;
  }
  
  /* Chat button position */
  .chat_btn_single {
      right: 15px;
      top: 70px;
  }
}

/* ========================================
 TABLETS (max-width: 1024px)
 ======================================== */
@media (max-width: 1024px) {
  /* General spacing */
  .elementor-section {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
  
  /* Typography */

  
  h3 {
      font-size: 24px !important;
  }
  
  /* Buttons */
  button.chat-btn,
  .elementor-button {
      font-size: 16px;
      padding: 12px 24px;
  }
  
  /* Forms */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  textarea,
  select {
      font-size: 16px;
      padding: 12px;
  }
  
}

/* ========================================
 MOBILE LANDSCAPE & TABLETS (max-width: 768px)
 ======================================== */
@media (max-width: 768px) {
  .menu-item a {
    text-transform: capitalize;
}
  html:not([lang^="en"]) .map-controls,
html[lang="auto"] .map-controls {
    top: 75px;
}
html:not([lang^="en"]) h1,
html[lang="auto"] h1 {
  font-size: 30px !important;
} 
  .location-btn-container.btn_style {
    width: 90%;
}
  div#home-post-sale, .btn_style {
    margin: auto;
}

html[lang="ru"].text-bg single  h2{
   font-size:28px !important;
}

.fix-bg {
background-size: 100% 100% !important;
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  width: 100% !important;
}
.Expand-container .highlight {
  font-size: 30px !important;
}
.Notifications-container {
  padding: 30px  !important;  
}
.Sales-btn.btn_style {
  margin-top: 20px !important;
}
div#copyRight_text p {
  font-size: 14px !important;
}
.apply-btn-container.btn_style {
  width: 100%;
} 
.search-btn-container.btn_style {
position: absolute;
width: 100%;
display: block;
margin-top: 70px !important;
left: 0;
}


.btn_style {
  margin-bottom: 20Px !important;
}
.map-controls button  {
  margin: 0px !important;
}
a.elementor-button.elementor-size-sm{
  margin: auto !important;
}
  /* Body and general */
  body {
      font-size: 15px;
  }
  
  /* Container adjustments */
  .elementor-container {
      padding-left: 16px;
      padding-right: 16px;
  }
  
  .elementor-section {
      padding: 30px 16px !important;
  }
  
  
  
  h3 {
      font-size: 20px !important;
  }
  
  h4 {
      font-size: 18px !important;
  }
  
  p {
      font-size: 15px;
      line-height: 1.6;
  }
  
  /* Navigation */
  .elementor-nav-menu {
      flex-direction: column;
  }
  
  .elementor-nav-menu__item {
      width: 100%;
      text-align: center;
      padding: 10px 0;
  }
  
  
  /* Forms */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  textarea,
  select {
      width: 100%;
      font-size: 16px;
      padding: 12px 14px;
      border-radius: 8px;
  }
  
  /* Language selector */
  select.gt_selector.notranslate {
      font-size: 14px;
      padding: 6px 12px;
  }
  
  /* Chat button */
  .chat_btn_single {
      position: fixed;
      bottom: 20px;
      right: 20px;
      top: auto;
      z-index: 999;
  }
  
  button.chat-btn {
      font-size: 14px;
      padding: 10px 18px;
      box-shadow: 0px 6px 0px -2px #9440EE;
  }
  
  /* Grid layouts */
  .elementor-column {
      width: 100% !important;
  }
  
  /* Images */
  img {
      max-width: 100%;
      height: auto;
  }
  
  
  /* Lists */
  .terms-long-content .elementor-widget-container ol li,
  .lined-text .elementor-widget-container ol li {
      font-size: 16px;
      padding-left: 10px;
  }
  
  /* Spacing utilities */
  .elementor-spacer {
      height: 20px !important;
  } 

.lined-text:before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
border-radius: 30px !important;
width: 3px !important;
background: linear-gradient(to bottom, #5318FD, #9440EE) !important;
height: 97% !important;
display: block !important;
}

}

/* ========================================
 MOBILE PORTRAIT (max-width: 480px)
 ======================================== */
@media (max-width: 480px) {
  /* Body and root */
  body {
      font-size: 14px;
  }
  
  /* Container */
  .elementor-container {
      padding-left: 12px;
      padding-right: 12px;
  }
  
  .elementor-section {
      padding: 20px 12px !important;
  }

.gradient-border h2.elementor-heading-title  {
    font-size: 41px !important;
}
  
  
  h3 {
      font-size: 18px !important;
  }
  
  h4 {
      font-size: 16px !important;
  }
  
  p {
      font-size: 14px;
      line-height: 1.6;
  }
  
  /* Buttons */
  button,
  .elementor-button,
  .chat-btn {
      font-size: 14px;
      padding: 12px 18px;
      width: 100%;
  }
  
  /* Forms */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  textarea,
  select {
      font-size: 16px; /* Prevents iOS zoom */
      padding: 10px 12px;
  }
  
  /* Language selector */
  select.gt_selector.notranslate {
      font-size: 13px;
      padding: 6px 10px;
  }
  
  /* Chat button */
  .chat_btn_single {
      right: 15px;
      bottom: 15px;
  }
  
  button.chat-btn {
      font-size: 13px;
      padding: 8px 16px;
      box-shadow: 0px 4px 0px -1px #9440EE;
  }
  
  /* Lists */
  .terms-long-content .elementor-widget-container ol li,
  .lined-text .elementor-widget-container ol li {
      font-size: 14px;
      line-height: 20px;
      padding-left: 8px;
      margin-bottom: 12px;
  }
  
  .terms-long-content .elementor-widget-container ol li::marker,
  .lined-text .elementor-widget-container ol li::marker {
      font-size: 14px;
  }
  
  /* Spacing utilities */
  .elementor-spacer {
      height: 15px !important;
  }
  
h2.tag-platinum {
  font-size:34px !important;
}

h2.tag-gold {
   font-size:38px !important;
  }

   html[lang="ru"] .text-bg.single h2{
   font-size:28px !important;
}	

}

/* ========================================
 SMALL MOBILE (max-width: 375px)
 ======================================== */
@media (max-width: 375px) {
  
  
  
  
  h3 {
      font-size: 17px !important;
  }
  
  /* Container - Ultra compact */
  .elementor-container {
      padding-left: 10px;
      padding-right: 10px;
  }
  
  .elementor-section {
      padding: 16px 10px !important;
  }
  
  /* Buttons - Smaller */
  button,
  .elementor-button,
  .chat-btn {
      font-size: 13px;
      padding: 10px 16px;
  }
  
  /* Forms - Optimized */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  input[type="number"],
  input[type="date"],
  textarea,
  select {
      padding: 8px 10px;
  }
  
  /* Lists - Compact */
  .terms-long-content .elementor-widget-container ol,
  .lined-text .elementor-widget-container ol {
      padding-left: 15px;
  }
  
  .terms-long-content .elementor-widget-container ol li,
  .lined-text .elementor-widget-container ol li {
      font-size: 13px;
      line-height: 18px;
      padding-left: 6px;
      margin-bottom: 10px;
  }



}

/* ========================================
 LANDSCAPE ORIENTATION OPTIMIZATIONS
 ======================================== */
@media (max-width: 768px) and (orientation: landscape) {
  /* Reduce vertical spacing in landscape */
  .elementor-section {
      padding: 20px 16px !important;
  }
  
  

  
  .elementor-spacer {
      height: 15px !important;
  }
}
