.elementor-kit-3{--e-global-color-primary:#003747;--e-global-color-secondary:#8CC446;--e-global-color-text:#474747;--e-global-color-accent:#8CC446;--e-global-color-7d596fb:#F7F7F7;--e-global-color-81f568a:#FFFFFF;--e-global-color-27074bb:#8CC44652;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:700;--e-global-typography-ea5aded-font-family:"Plus Jakarta Sans";--e-global-typography-ea5aded-font-size:16px;--e-global-typography-ea5aded-font-weight:700;--e-global-typography-ea5aded-line-height:28px;--e-global-typography-287220e-font-family:"Plus Jakarta Sans";--e-global-typography-287220e-font-size:16px;--e-global-typography-287220e-font-weight:500;--e-global-typography-287220e-line-height:28px;--e-global-typography-3495d78-font-family:"Plus Jakarta Sans";--e-global-typography-3495d78-font-size:20px;--e-global-typography-3495d78-font-weight:600;--e-global-typography-3495d78-line-height:28px;--e-global-typography-ed42409-font-family:"Plus Jakarta Sans";--e-global-typography-ed42409-font-size:14px;--e-global-typography-ed42409-font-weight:500;--e-global-typography-ed42409-line-height:22px;font-family:"Plus Jakarta Sans", Sans-serif;font-size:16px;font-weight:500;line-height:30px;}.elementor-kit-3 button,.elementor-kit-3 input[type="button"],.elementor-kit-3 input[type="submit"],.elementor-kit-3 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Plus Jakarta Sans", Sans-serif;font-weight:700;color:var( --e-global-color-primary );}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 h1{font-family:"Plus Jakarta Sans", Sans-serif;font-size:70px;font-weight:500;line-height:75px;letter-spacing:-4px;}.elementor-kit-3 h2{font-family:"Plus Jakarta Sans", Sans-serif;font-size:48px;font-weight:500;line-height:60px;letter-spacing:-3px;}.elementor-kit-3 h3{font-family:"Plus Jakarta Sans", Sans-serif;font-size:28px;font-weight:500;line-height:48px;letter-spacing:-2px;}.elementor-kit-3 h4{font-family:"Plus Jakarta Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-3 h1{font-size:50px;line-height:55px;}.elementor-kit-3 h2{font-size:42px;line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3 h1{font-size:40px;line-height:48px;}.elementor-kit-3 h2{font-size:32px;line-height:36px;}.elementor-kit-3 h3{font-size:28px;line-height:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Wrapper container */
.dual-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

/* Button Styling */
.dual-button .elementor-button {
  border-radius: 50px !important;
  background-color: #8CC446 !important;
  color: #003747 !important;
  padding: 14px 24px;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

/* Arrow Icon Styling */
.dual-button .elementor-icon {
  background-color: #8CC446 !important;
  color: #003747 !important;
  border-radius: 50% !important;
  padding: 0px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: rotate(0deg);
}

/* Hover effect on parent — affects both */
.dual-button:hover .elementor-button {
  background-color: #8CC446 !important;
  color:  #003747 !important;
}

.dual-button:hover .elementor-icon {
  background-color: #8CC446 !important;
}

/* Change SVG color on hover */
.dual-button:hover .elementor-icon svg {
  fill: #fff !important;
  transition: fill 0.3s ease;
}

.dual-button .elementor-icon svg {
  width: 50px !important;
  height: 50px !important;
}

.custom-icon svg path {
  fill: #003747; /* default color */
  
  transition: fill 0.3s ease;
}

.dual-button:hover .custom-icon svg path {
  fill: #003747; /* hover color */
  
}
.small-icon svg {
  width: 12px;
  height: 12px;
}
.dual-button:hover .custom-icon svg {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .dual-button {
    justify-content: center !important;
  }
}

/*second button*/

/* Wrapper container */
.dual-button2 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

/* Button Styling */
.dual-button2 .elementor-button2 {
  border-radius: 50px !important;
  background-color: #003747 !important;
  color: #fff !important;
  padding: 14px 24px;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

/* Arrow Icon Styling */
.dual-button2 .elementor-icon2 {
  background-color: #003747 !important;
  color: #8CC446 !important;
  border-radius: 50% !important;
  padding: 0px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: rotate(0deg);
}

/* Hover effect on parent — affects both */
.dual-button2:hover .elementor-button2 {
  background-color: #003747 !important;
  color:  #fff !important;
}

.dual-button2:hover .elementor-icon2 {
  background-color: #003747 !important;
}

/* Change SVG color on hover */
.dual-button2:hover .elementor-icon2 svg {
  fill: #fff !important;
  transition: fill 0.3s ease;
}

.dual-button2 .elementor-icon2 svg {
  width: 50px !important;
  height: 50px !important;
}

.custom-icon2 svg path {
  fill: #8CC446; /* default color */
  
  transition: fill 0.3s ease;
}

.dual-button2:hover .custom-icon2 svg path {
  fill: #8CC446; /* hover color */
  
}
.small-icon2 svg {
  width: 12px;
  height: 12px;
}
.dual-button2:hover .custom-icon2 svg {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .dual-button2 {
    justify-content: center !important;
  }
}/* End custom CSS */