.elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#212121;--e-global-color-text:#1A1A1A;--e-global-color-accent:#1A1A1A;--e-global-typography-primary-font-family:"Anko";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{color:#212121;font-size:55px;line-height:60px;letter-spacing:-1px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-weight:600;border-radius:0px 0px 0px 0px;padding:19px 40px 19px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1230px;}.e-con{--container-max-width:1230px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 70px;--widgets-spacing-row:20px;--widgets-spacing-column:70px;}{}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-kit-6 h2{font-size:45px;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*image double border*/
.img_shape {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.img_shape img {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 200px 200px 0 0;
}

.img_shape::before,
.img_shape::after {
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid #1a1a1a;
  border-radius: 200px 200px 0 0;
  z-index: 0;
  pointer-events: none;
}

.img_shape::before {
  height: 98.5%;
}

.img_shape::after {
  height: 100%;
}

.img_shape::before {
  top: 27px;
  left: -20px;
}

.img_shape::after {
  top: 40px;
  left: -40px;
}

@media only screen and (max-width: 767px) {
  .img_shape::after {
    height: 98%;
  }
  .img_shape::before {
    top: 15px;
    left: -9px;
  }

  .img_shape::after {
    top: 26px;
    left: -18px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Anko';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dev.planthebash.co/wp-content/uploads/2026/02/anko-semi-bold.woff2') format('woff2'),
		url('https://dev.planthebash.co/wp-content/uploads/2026/02/anko-semi-bold.woff') format('woff');
}
/* End Custom Fonts CSS */