.elementor-kit-6{--e-global-color-primary:#2B2B2D;--e-global-color-secondary:#06268E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F4BC5F;--e-global-color-8bf1316:#FCD884;--e-global-color-70a8251:#292929;--e-global-color-fcbafa6:#161616;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sawarabi Gothic";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sawarabi Gothic";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;background-color:var( --e-global-color-70a8251 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.darkOut{
    border-radius: 12px;
background: #292929;
box-shadow:  7px 7px 12px #171717,
             -7px -7px 12px #3b3b3b;
}

.darkInner{
    border-radius: 12px;
background: #292929;
box-shadow: inset 7px 7px 12px #171717,
            inset -7px -7px 12px #3b3b3b;
}

.elementor-form input{
    border-radius: 12px;
background: #292929;
box-shadow: inset 7px 7px 12px #171717,
            inset -7px -7px 12px #3b3b3b;
}

.elementor-form textArea{
    border-radius: 12px;
background: #292929;
box-shadow: inset 7px 7px 12px #171717,
            inset -7px -7px 12px #3b3b3b;
}

.borderPlane{
    border-radius: 0px !important;
}

.glass-card {
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 2px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.glass-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}/* End custom CSS */