.elementor-kit-7{--e-global-color-primary:#9155FB;--e-global-color-secondary:#A395E9;--e-global-color-text:#0B111E;--e-global-color-accent:#F0F2F4;--e-global-color-a6853f0:#151C28;--e-global-color-aa56df3:#BABEC4;--e-global-color-45e8778:#5E5C66;--e-global-color-93879f6:#EFEFFF;--e-global-color-10cae6a:#2A1454;--e-global-color-86814a2:#EFF5F2;--e-global-typography-primary-font-family:"Hind Siliguri";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Hind Siliguri";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Hind Siliguri";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 img{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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: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 */.elementor-heading-title .gradient-heading {
  background: linear-gradient(90deg, #8750F7, #2A1454);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}





/* default state */
.product-hover-wrap .hover-hide-img {
  opacity: 1;
  transition: opacity 0.3s ease 5s; /* 5s delay on show */
}

/* hover করলে hide (instant) */
.product-hover-wrap:hover .hover-hide-img {
  opacity: 0;
  transition: opacity 0.2s ease; /* no delay when hiding */
}




/* base style */
.gradient-border {
  position: relative;
  z-index: 100;
   border-radius: 5px; /* 👈 এখানে add */
}

/* pseudo border */
.gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px; /* border thickness */
  border-radius: inherit;

  background: linear-gradient(45deg, #2A1454, #8750F7);

  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
  transition: background 0.4s ease;
}

/* hover → reverse gradient */
.gradient-border:hover::before {
  background: linear-gradient(45deg, #8750F7, #2A1454);
}


body {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(0,0,0,0.01) 2px, transparent 2px),
    linear-gradient(90deg, rgba(0,0,0,0.01) 2px, transparent 2px);
  background-size: 60px 60px;
}/* End custom CSS */