.elementor-kit-8{--e-global-color-primary:#401480;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1B1B1B;--e-global-color-accent:#D93D85;--e-global-typography-primary-font-family:"Darker Grotesque";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Darker Grotesque";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Darker Grotesque";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Darker Grotesque";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1386px;}.e-con{--container-max-width:1386px;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
   
  background: linear-gradient(
    to bottom,
    #3a0069 0%,  
    #9b009b 40%, 
    #d73d85 55%, 
    #3a0069 90% ,
    #401480 100% );
}
/*------------------------*/


@media (max-width: 900px) {
  .post-grid .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
  }

  .post-grid .elementor-loop-container > .e-loop-item {
    flex: 0 0 calc(50% - 20px); 
  }
}
@media(max-width:700px){
    .post-grid .elementor-loop-container > .e-loop-item{
        flex: 1 1 calc(100%);
    }
}



/*--------------------------*/


.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0; /* stays at bottom of hero */
  left: 0;
  right: 0;
  height: 80px; /* slightly shorter */

  /* Brighter white center */
  background: rgba(255, 255, 255, 0.65);

  /* Sharper edges + stronger punch */
  filter: blur(50px);

  /* Stronger glow spread */
  box-shadow: 0px 0px 60px 50px rgba(255, 255, 255, 0.65);

  z-index: -1;
  pointer-events: none;
}/* End custom CSS */