.elementor-kit-6{--e-global-color-primary:#025E36;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B0CB1F;--e-global-color-1ab0bfd:#000000;--e-global-color-61f2a55:#FFFFFF;--e-global-typography-primary-font-family:"Balerno";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:"DM Sans", Sans-serif;font-size:clamp(1.25rem, 1rem + 0vw, 1rem);font-weight:normal;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"DM Sans", Sans-serif;font-size:clamp(1rem, 1rem + 0vw, 1rem);font-weight:normal;}.elementor-kit-6 h1{font-family:"DM Sans", Sans-serif;font-weight:600;}.elementor-kit-6 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h6{font-family:"DM Sans", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Assign this class "my-custom-btn" to your Elementor Button */
.my-custom-btn {
  --color: #560bad;
  font-family: inherit;
  display: inline-block;
  width: 8em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--color);
  text-align: center;
  text-decoration: none;
}

.my-custom-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 200px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.my-custom-btn:hover {
  color: #fff;
}

.my-custom-btn:hover:before {
  top: -30px;
  left: -30px;
}

.my-custom-btn:active:before {
  background: #3a0ca3;
  transition: background 0s;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Balerno';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://botanikaliving.com/wp-content/uploads/2025/12/My-Creative-Land-Balerno-Serif-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Balerno';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://botanikaliving.com/wp-content/uploads/2025/12/My-Creative-Land-Balerno-Serif-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Balerno';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://botanikaliving.com/wp-content/uploads/2025/12/My-Creative-Land-Balerno-Serif-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://botanikaliving.com/wp-content/uploads/2025/12/DMSans-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */