.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#231513;--e-global-color-5beac8a:#95523B;--e-global-color-c6de17f:#711946;--e-global-color-dc6e093:#FFFFFF;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:15px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-fededa0-font-family:"Marcellus SC";--e-global-typography-fededa0-font-size:60px;--e-global-typography-fededa0-text-transform:uppercase;--e-global-typography-ce86497-font-family:"Marcellus SC";--e-global-typography-ce86497-font-size:40px;--e-global-typography-ce86497-text-transform:uppercase;--e-global-typography-0347ed8-font-family:"Marcellus SC";--e-global-typography-0347ed8-font-size:25px;--e-global-typography-f4c4690-font-family:"Marcellus SC";--e-global-typography-f4c4690-font-size:20px;--e-global-typography-3ab4997-font-family:"Cormorant Garamond";--e-global-typography-3ab4997-font-size:95px;--e-global-typography-3ab4997-font-weight:400;--e-global-typography-3ab4997-line-height:5rem;--e-global-typography-de30150-font-family:"Marcellus SC";--e-global-typography-de30150-font-size:25px;--e-global-typography-de30150-text-transform:capitalize;--e-global-typography-4cfa6f5-font-family:"Jost";--e-global-typography-4cfa6f5-font-size:18px;background-color:#FAF4EF;font-family:"Jost", Sans-serif;font-size:17.5px;font-weight:400;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-c6de17f );font-family:"Jost", Sans-serif;font-size:16px;font-weight:400;text-transform:capitalize;border-radius:12px 12px 12px 12px;padding:16px 26px 16px 26px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Marcellus SC", Sans-serif;}.elementor-kit-7 h2{font-family:"Marcellus SC", Sans-serif;font-size:40px;text-transform:uppercase;}.elementor-kit-7 h3{font-family:"Marcellus SC", Sans-serif;font-size:25px;}.elementor-kit-7 h4{font-family:var( --e-global-typography-f4c4690-font-family ), Sans-serif;font-size:var( --e-global-typography-f4c4690-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-3ab4997-font-size:70px;--e-global-typography-3ab4997-line-height:1em;}.elementor-kit-7 h4{font-size:var( --e-global-typography-f4c4690-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-fededa0-font-size:43px;--e-global-typography-ce86497-font-size:32px;--e-global-typography-3ab4997-font-size:45px;--e-global-typography-3ab4997-line-height:1em;}.elementor-kit-7 h1{font-size:40px;}.elementor-kit-7 h2{font-size:32px;}.elementor-kit-7 h4{font-size:var( --e-global-typography-f4c4690-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gradient-bg{
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 50%, #f3e8ff 100%);
}

/** Hover animation **/

.effect-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.effect-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.1), transparent);
    transition: left 0.6s ease;
    z-index:99;
}

.effect-card:hover::before {
    left: 100%;
}

.effect-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.2);
    border-color: rgba(236, 72, 153, 0.4);
}

.effect-card:hover .effect-icon {
    transform: scale(1.12) rotate(25deg);
    filter: drop-shadow(0 4px 8px rgba(236, 72, 153, 0.3));
}

/* Change Service card icon on hover */

  .service-card:hover  .elementor-icon {
    background-color: white !important;           
  }

  /* Icon fill color change on container hover */
  .service-card:hover .service-icon svg path {
    fill: #8B2523; /* Deep red fill */
    transition: fill 0.3s ease;
  }/* End custom CSS */