.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#46509F;--e-global-color-text:#6B5CA8;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#686868;font-family:"Jost", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Outfit", Sans-serif;font-size:70px;font-weight:600;line-height:80px;}.elementor-kit-7 h2{font-family:"Outfit", Sans-serif;font-size:50px;font-weight:500;line-height:60px;}.elementor-kit-7 h3{font-family:"Outfit", Sans-serif;font-size:30px;font-weight:500;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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 */.blue-gradient-btn {
  position: relative;
  display: inline-block;
  padding: 2px;
  border-radius: 25px;
}

.blue-gradient-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 5px 4px 25px;
  background-color: #ffffff;
  color: #46509F;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
}

/* White circle icon - NEW ICON HERE */
.blue-gradient-btn a::after {
  content: '';
  width: 44px;
  height: 44px;
  background-color: #46509F;
  background-image: url(https://quantixh.elvirainfotech.live/wp-content/uploads/2025/07/Vector-23.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Hover effect */
.blue-gradient-btn a:hover {
  background-color: #0245A3; /* Button hover background */
  color: #ffffff; /* Text color on hover */
}

.blue-gradient-btn a:hover::after {
  background-color: #ffffff; /* Icon circle turns white */
  background-image: url(https://quantixh.elvirainfotech.live/wp-content/uploads/2025/07/Vector-22.png); /* Hover icon */
  transform: rotate(45deg);
}
.blue-gradient-btn1 {
  position: relative;
  display: inline-block;
  padding: 2px;
  border-radius: 25px;
}

.blue-gradient-btn1 a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 5px 4px 25px;
  background-color: #ffffff;
  color: #004A8F;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
}
/* White circle icon - NEW ICON HERE */
.blue-gradient-btn1 a::after {
  content: '';
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  background-image: url(http://xn--kreskoleranders-5tb.dk/wp-content/uploads/2026/02/Vector-29.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Hover effect */
.blue-gradient-btn1 a:hover {
  background-color: #0245A3; /* Button hover background */
  color: #ffffff; /* Text color on hover */
}
.blue-gradient-btn1 a:hover::after {
 background: #004A8F;
  background-image: url(http://xn--kreskoleranders-5tb.dk/wp-content/uploads/2026/02/Vector-23.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  transform: rotate(45deg);
}/* End custom CSS */