.elementor-kit-6{--e-global-color-primary:#095010;--e-global-color-secondary:#D1983D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#095010;--e-global-color-a6d2f0a:#FFFFFF;--e-global-color-9c32754:#FFFFFF00;--e-global-color-f56a9a1:#09501038;--e-global-color-8747d50:#E9ECE9;--e-global-color-3d68850:#000000;--e-global-color-2a03369:#E6FDE8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.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 */.backdrop-filter {
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(24px) !important;
}



.btn-primary, .btn-secondary, .btn-primary-dark {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.btn-primary a.elementor-button {
    background-color: transparent !important;
    color: rgb(17, 74, 19) !important;
    border: 1px solid rgb(17, 74, 19) !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    font-family: "Poppins", sans-serif !important;
    transition: color 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.btn-secondary a.elementor-button {
    background-color: transparent !important;
    color: rgb(208, 151, 61) !important;
    border: 1px solid rgb(208, 151, 61) !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    font-family: "Poppins", sans-serif !important;
    transition: color 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.btn-primary-dark a.elementor-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-family: "Poppins", sans-serif;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.btn-primary a.elementor-button::before {
    content: "";
    position: absolute;
    background-color: rgb(17, 74, 19);
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease, color 0.3s ease;
}
.btn-secondary a.elementor-button::before {
    content: "";
    position: absolute;
    background-color:  rgb(208, 151, 61);
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease, color 0.3s ease;
}

.btn-primary-dark a.elementor-button::before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease, color 0.3s ease;
}

.btn-primary a.elementor-button:hover::before ,
.btn-primary-dark a.elementor-button:hover::before ,.btn-secondary a.elementor-button:hover::before {
    width: 100% !important;
}

.btn-primary a.elementor-button:hover, .btn-secondary a.elementor-button:hover{
    color: #fff !important;
}
.btn-primary-dark a.elementor-button:hover {
    color: #000;
}



@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s ease-out;
}

.fade-in-down.active {
  animation: fade-in-down 0.8s ease-out forwards;
}

.m-w-70 {
    max-width: 70% !important;
}/* End custom CSS */