.elementor-kit-7{--e-global-color-primary:#BB86FC;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#D1D5DB;--e-global-color-accent:#BB86FC;--e-global-color-d47e2b1:#B5B5B5;--e-global-color-9d962be:#B7B5ED;--e-global-color-0fc46c3:#141516;--e-global-color-73bb0e4:#48484840;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--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:"Manrope";--e-global-typography-accent-font-weight:500;background-color:#0D0B14;font-family:"Inter", Sans-serif;font-size:20px;font-weight:400;line-height:28px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{text-decoration:none;}.elementor-kit-7 a:hover{text-decoration:none;}.elementor-kit-7 h1{font-family:"Manrope", Sans-serif;font-size:64px;font-weight:700;line-height:80px;}.elementor-kit-7 h2{font-family:"Manrope", Sans-serif;font-size:36px;font-weight:700;line-height:80px;}.elementor-kit-7 h3{font-family:"Manrope", Sans-serif;font-size:32px;font-weight:700;line-height:40px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Manrope", Sans-serif;font-size:16px;font-weight:600;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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-7{font-size:18px;line-height:27px;}.elementor-kit-7 h1{font-size:48px;line-height:58px;}.elementor-kit-7 h2{font-size:36px;line-height:54px;}.elementor-kit-7 h3{font-size:32px;line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:16px;line-height:24px;}.elementor-kit-7 h1{font-size:32px;line-height:40px;}.elementor-kit-7 h2{font-size:24px;line-height:36px;}.elementor-kit-7 h3{font-size:20px;line-height:30px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Target button by class */
.gradient-border-btn {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: transparent;
  border: none;
  z-index: 1;
  cursor: pointer;
  font-weight: 500;
}

/* Gradient border using before */
.gradient-border-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, #0560EB, #7000FF);
  border-radius: 30px;
  z-index: -2;
}

/* Inner background to simulate transparent center */
.gradient-border-btn::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #0d0b14; /* match your section background */
  border-radius: 30px;
  z-index: -1;
}

/* Subscribe post */

#subscribe-submit{
    border-radius: 8px !important;
    background-color: #BB86FC !important;
}
#subscribe-submit:hover {
    background-color: #BB86FC !important;
}
.wp-block-button__link{
    color: #08090A !important;}
.wp-block-button__link:hover {
    color: #ffffff !important;
}
.wp-block-button__link.no-border-radius{
    border-radius: 8px !important;
}
.wp-block-button__link.no-border-radius:hover{
    border-radius: 8px !important;
    background-color: #141516 !important;
}

/* Hide floating subscribe button everywhere */
#subscribe-blog {
    display: none !important;
}

/* Show only on Blog page (ID 6956) */
body.page-id-6956 #subscribe-blog {
    display: block !important;
}/* End custom CSS */