/**
Theme Name: Proba
Author: Dev
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proba
Template: astra
*/

/*  header */



*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}
.decoration-none, .decoration-none a, .privacy-policy a{
	 text-decoration: none !important;
}
ul,
ol {
    list-style: none;
}


/* Remove focus outline for mouse interaction */
:focus:not(:focus-visible) {
    outline: none;
}

a:hover,
a:focus {
    color: inherit;
}
.para-decore a, .custom-accordion a{
	text-decoration: underline !important;
}
/* Optional: remove box-shadow if theme adds it */

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.pt-0>div {
    padding-top: 0 !important;
}

.pb-0>div {
    padding-bottom: 0 !important;
}

.full-image a, .full-width-btn a {
    width: 100% !important;
}
b, strong{
	font-weight: 600 !important;
}
.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}
.fw-300 .menu-link,
.fw-300 .elementor-icon-list-item .elementor-icon-list-text, .fw-300 .product_title, .fw-300 .elementor-counter-number-wrapper, .fw-300  .elementor-heading-title, .fw-300 .elementor-icon-box-title   {
    font-weight: 300 !important;
}
.fw-400 .menu-link,
.fw-400 .elementor-icon-list-item .elementor-icon-list-text, .fw-400 .product_title, .fw-400 .elementor-counter-number-wrapper, .fw-400  .elementor-heading-title , .fw-400 .elementor-icon-box-title  {
    font-weight: 400 !important;
}
.fw-500 .menu-link,
.fw-500 .elementor-icon-list-item .elementor-icon-list-text, .fw-500 .elementor-heading-title, .fw-500 .e-n-accordion-item-title, .fw-500 .elementor-button {
    font-weight: 500 !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.fw-600 .menu-link,
.fw-600 .elementor-icon-list-item .elementor-icon-list-text, .fw-600 .elementor-heading-title, .fw-600 .elementor-icon-box-title, .fw-600 .elementor-icon-box-title a{
    font-weight: 600 !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.fw-700 .menu-link,
.fw-700 .elementor-icon-list-item .elementor-icon-list-text, .fw-700 .elementor-heading-title, .fw-700 .elementor-icon-box-title {
    font-weight: 700 !important;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}/* macOS only */
/* macOS Override */
body.mac-os .fw-700 .menu-link,
body.mac-os .fw-700 .elementor-icon-list-item .elementor-icon-list-text,
body.mac-os .fw-700 .elementor-heading-title,
body.mac-os .fw-700 .elementor-icon-box-title,
body.mac-os .fw-700 .elementor-icon-box-title a {
    font-weight: 500 !important;
}
body.mac-os  .fw-600 .menu-link,
body.mac-os .fw-600 .elementor-icon-list-item .elementor-icon-list-text, body.mac-os  .fw-600 .elementor-heading-title,body.mac-os  .fw-600 .elementor-icon-box-title,body.mac-os  .fw-600 .elementor-icon-box-title a{
  font-weight: 500 !important;	
}
body.mac-os b,body.mac-os strong{
	font-weight: 500 !important;
}
.uppercase .elementor-heading-title{
	text-transform: uppercase !important; 
}

.sticky-header {
    position: fixed !important;
    width: 100% !important;
    transition: all 0.3s;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    z-index: 9999 !important;
}
.sticky-header.active>.e-con-inner {
    transition: all 0.3s;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.sticky-header.active, .error404 .sticky-header{
	background-color: var( --e-global-color-primary ) !important;
}
.text-canter .elementor-counter-title {
    text-align: center;
}
/* for fix line heght */
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    line-height: 1.2 !important;
}
.elementor-kit-9 a, body .footer-text a:hover , .elementor-kit-7 a{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.overflow-hidden {
    overflow: hidden !important;
}
/* Target number inputs more specifically */
input[type="number"] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
 
/* Hide ALL Firefox spinner pseudo-elements */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}
 
input[type="number"]::-moz-number-spin-box,
input[type="number"]::-moz-number-spin-down,
input[type="number"]::-moz-number-spin-up {
  display: none;
  -moz-appearance: none;
  appearance: none;
}
.space-between ul.elementor-icon-list-items {
    gap: 20px;
    justify-content: space-between !important;
}

.h-100 {
    height: 100% !important;
}

.italic-style .elementor-icon-list-text,
.span-color.italic span, .italic {
    font-style: italic !important;
}

.span-color span,
.color-bold b, .span-color {
    color: var(--e-global-color-5c87350);
}
.custom-btn a{
	min-width: 169px;
}
.no-full-width a{
	min-width: 0;
}

.regular p {
    font-style: normal !important;
}

.common-list ul , .privacy-policy  ul{
    margin: 0;
	padding-left: 20px;
	list-style: disc;
}

.common-list ul>li:not(:last-child), .privacy-policy  ul> li:not(:last-child) {
    margin-bottom: 10px;
}
.privacy-policy.last-child ul>li:last-child{
	    margin-bottom: 10px;
}

.privacy-policy  ul> li:not(:last-child){
	   margin-bottom: 8px;
}
.privacy-policy h1 {
    margin-bottom: 20px;
}
body  .privacy-policy h2{
}
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
    margin: 40px 0 15px;
}
.privacy-policy ul, .privacy-policy ol{
	margin: 0 ;
}
.privacy-policy strong{
	font-weight: 600;
}
/*  ./header */

.blur-box{
	--tw-backdrop-blur: 25px;
	-webkit-backdrop-filter: 25px;
	backdrop-filter: 25px
}

 .glow-field {
    background-image: radial-gradient(110% 80% at 8% 0, oklch(75% .1 300 / .24) 0%, #0000 62%), radial-gradient(85% 70% at 96% 6%, oklch(84% .06 300 / .2) 0%, #0000 66%), linear-gradient(oklch(99% .008 300) 0%, oklch(100% 0 0) 100%) !important;
  }

  .lavender-wash {
    background-image: linear-gradient(oklch(97.8% .016 300) 0%, oklch(99.5% .004 300) 100%) !important;
  }
.banner-list ul {
    gap: 10px;
}