.elementor-1372 .elementor-element.elementor-element-48f6167{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-1372 .elementor-element.elementor-element-d05154b{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1372 .elementor-element.elementor-element-e7d1eb3{text-align:center;}.elementor-1372 .elementor-element.elementor-element-e7d1eb3 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:66px;font-weight:600;color:#FFFFFF;}.elementor-1372 .elementor-element.elementor-element-b70ecd0{margin:-17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-1372 .elementor-element.elementor-element-b70ecd0 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:31px;font-weight:600;line-height:55px;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1372 .elementor-element.elementor-element-eff6f6e{width:var( --container-widget-width, 775px );max-width:775px;margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;--container-widget-width:775px;--container-widget-flex-grow:0;text-align:center;font-family:"Manrope", Sans-serif;font-weight:400;color:#E5DCEE;}.elementor-1372 .elementor-element.elementor-element-eff6f6e.elementor-element{--align-self:center;}.elementor-1372 .elementor-element.elementor-element-5ad2109{--display:flex;}body.elementor-page-1372:not(.elementor-motion-effects-element-type-background), body.elementor-page-1372 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-1372 .elementor-element.elementor-element-e7d1eb3 .elementor-heading-title{font-size:35px;}.elementor-1372 .elementor-element.elementor-element-b70ecd0 .elementor-heading-title{font-size:23px;}.elementor-1372 .elementor-element.elementor-element-eff6f6e{font-size:14px;}}/* Start custom CSS for heading, class: .elementor-element-b70ecd0 *//* Study Buddy Gradient CSS */

.study-buddy-gradient {
  background: linear-gradient(135deg, #ffffff 10%, #e879f9 70%, #c084fc 20%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
}

/* Alternative version with more purple intensity */
.study-buddy-gradient-alt {
  background: linear-gradient(135deg, #f8fafc 0%, #e879f9 25%, #c084fc 50%, #a855f7 75%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* With animation (optional) */
.study-buddy-gradient-animated {
  background: linear-gradient(135deg, #ffffff 0%, #e879f9 30%, #c084fc 60%, #8b5cf6 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 4s ease-in-out infinite;
}

@keyframes gradient-shift {
  0%, 100% { 
    background-position: 0% 50%; 
  }
  50% { 
    background-position: 100% 50%; 
  }
}/* End custom CSS */