.elementor-kit-7{--e-global-color-primary:#00665E;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000908;--e-global-color-accent:#61CE70;--e-global-color-981e56e:#002320;--e-global-color-78dd1bc:#00423D;--e-global-color-9599dbe:#B2D1CE;--e-global-color-88cc54d:#353535;--e-global-color-a7c499a:#717171;--e-global-color-d2fc927:#C2C2C2;--e-global-color-e62aded:#EAEAEA;--e-global-color-386ccbf:#EDF4F4;--e-global-color-cbd86c1:#02010100;--e-global-color-5fac27d:#000000;--e-global-color-c4fd450:#BB673E;--e-global-color-bf8f7e9:#ECE5DA;--e-global-color-07363b9:#ECE5DA;--e-global-color-b790a25:#BCA88C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-d0d079f-font-family:"Montserrat";--e-global-typography-d0d079f-font-size:55px;--e-global-typography-d0d079f-text-transform:uppercase;--e-global-typography-d0d079f-line-height:60px;--e-global-typography-410f59f-font-family:"Montserrat";--e-global-typography-410f59f-font-size:25px;--e-global-typography-410f59f-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-kit-7{--e-global-typography-d0d079f-font-size:50px;--e-global-typography-d0d079f-line-height:55px;}}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:35px;--e-global-typography-primary-line-height:40px;--e-global-typography-d0d079f-font-size:40px;--e-global-typography-d0d079f-line-height:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*main button hover*/

.hover-btn .elementor-button {
    position: relative;
    overflow: hidden; /* Contain the pseudo-element within the rounded button */
    border-radius: 0px; /* Ensure parent matches the shape */
    z-index: 0;
}

.hover-btn .elementor-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
    z-index: 0;
}

.hover-btn .elementor-button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.hover-btn .elementor-button-text {
    position: relative;
    z-index: 1;
}

.hover-btn .elementor-button-icon {
    position: relative;
    z-index: 1;
}









.green {color:#00665E ;}
.light-green {color:#B2D1CE;}




/*icon hover slightly right*/

.icon-hover-right .elementor-button-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.icon-hover-right:hover .elementor-button-icon {
  transform: translateX(5px);
}/* End custom CSS */