.elementor-kit-5{--e-global-color-primary:#442783;--e-global-color-secondary:#54595F;--e-global-color-text:#232323;--e-global-color-accent:#DF9739;--e-global-color-376b872:#ADA7CF;--e-global-color-f5afa6d:#FFFFFF;--e-global-color-53b82c3:#F4F2EE;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{border-radius:25px 25px 25px 25px;}.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 */:root {
  --e-global-typography-text-font-family: "Inter", sans-serif;
  --e-global-typography-primary-font-family: "Montserrat", sans-serif;
  --e-global-typography-secondary-font-family: "Montserrat", sans-serif;
}



.elementor-widget-text-editor p:last-child{ margin-bottom:0px!important;}


.my-hover-button .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.my-hover-button .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #DF9739; /* Your desired hover fill color */
    transition: width 0.3s ease-in-out;
    z-index: -1;
}

.my-hover-button:hover .elementor-button::before {
    width: 100%;
}

.my-hover-button:hover .elementor-button {
    color: #ffffff !important; /* Optional: Change text color for contrast */
}

.my-hover-button .elementor-button .elementor-button-text,
.my-hover-button .elementor-button .elementor-button-icon {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;
}

.my-hover-button .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;
}

@media (min-width:468px) {
.text-90 {
  transform: rotate(-90deg);
  /*transform-origin: left bottom;*/
  display: inline-block;
  bottom:0px;
  font-size: 18px;
    /*white-space: nowrap;  Prevent line breaks */
}
}

.more-text {
  display: none;
}

.readmore-toggle {
  display: inline;
  margin-top: 5px;
  color: #ADA7CF
;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px; font-wight:normal;
  border:1px solid #ddd;
  padding:3px 12px;
  border-radius:50px;
}

.readmore-toggle:hover {
  color:#333;
}

.no-space-list {
  margin: 0;        /* removes default margin around ul */
  padding: 0;       /* removes default padding inside ul */
/*   list-style: none; removes bullets (optional, if you don’t want them) */
}

.no-space-list li {
  margin: 0;  /* removes default margin between li items */
  padding: 0; /* optional, if you want them fully tight */
}

:root {
  --e-global-typography-text-font-family: "Inter", sans-serif;
  --e-global-typography-primary-font-family: "Montserrat", sans-serif;
  --e-global-typography-secondary-font-family: "Montserrat", sans-serif;
}

.contact-mobile {display: none!important;}

@media (max-width:768px) {
.contact-mobile {display:block!important;}
}/* End custom CSS */