.elementor-kit-6{--e-global-color-primary:#265509;--e-global-color-secondary:#CDDAC4;--e-global-color-text:#5AB423;--e-global-color-accent:#8CA584;--e-global-color-8546736:#1C3B06;--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;font-family:"Raleway", Sans-serif;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-weight:500;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-weight:700;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:92%;}.e-con{--container-max-width:92%;}.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 */html, body {
  overflow-x: hidden;
}

a, a:hover {
    color: unset;
}

h1, h2, h3, h4, h5, h6, a {
    font-size: unset;
}

.brendinq a {
  color: #fff; /* Default color */
  transition: all 0.4s ease-in-out;
}

.brendinq  a:hover {
  color: #e25822; /* Hover color */

}


/* shrinking header section */

.shrinker {
        height: 150px;
	transition: all .2s linear !important;
	-webkit-transition: all .2s linear !important;
	-moz-transition: all .2s linear !important;
}

.shrinker.elementor-sticky--effects {
        height: 120px !important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: all .2s linear !important;
	-webkit-transition: all .2s linear !important;
	-moz-transition: all .2s linear !important;
}

/* shrinking logo image */

.shrinking-logo img {
	width: 300px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects img {
	width: 200px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}



.btn--jump {
  animation: .4s jump ease infinite alternate;
}

@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
  }
  100% {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
  }
}


.elementor-nav-menu a:after {
    background-color: #CDDAC4 !important; /* Color on hover */
}


/* Move the accordion icon to the right */
.e-n-accordion-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.e-n-accordion-item-title-header {
    flex-grow: 1;
}
.e-n-accordion-item-title-icon {
    order: 1; /* Ensures the icon stays at the end */
    margin-left: auto; /* Pushes the icon to the far right */
}/* End custom CSS */