.elementor-kit-5{--e-global-color-primary:#0D0D0D;--e-global-color-secondary:#232323;--e-global-color-text:#101010;--e-global-color-accent:#FFF901;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Roboto Slab";--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:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-a3c02ba-font-family:"Caveat";}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Caveat", Sans-serif;font-size:70px;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Caveat", Sans-serif;font-size:40px;}.elementor-kit-5 h3{font-family:"Caveat", Sans-serif;font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* base notepaper */
.note-paper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 
    0 8px 25px rgba(0,0,0,0.12),
    0 4px 12px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 -1px 0 rgba(0,0,0,0.02);
  transform: translateY(3px); /* rotation comes from extra classes */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background:
    repeating-linear-gradient(0deg, transparent 0px, transparent 19px, rgba(0,0,0,0.04) 20px, rgba(0,0,0,0.04) 21px),
    repeating-linear-gradient(90deg, transparent 0px, transparent 19px, rgba(0,0,0,0.04) 20px, rgba(0,0,0,0.04) 21px),
    linear-gradient(145deg, #fefce3 0%, #f8f4e3 100%);
  background-size: 100% 21px, 100% 21px, 100% 100%;
  padding: 25px;
}

.note-paper:hover {
  transform: translateY(1px) rotate(0deg);
}

/* rotation variants */
.note-tilt-l1 { transform: translateY(3px) rotate(-0.4deg); }
.note-tilt-l2 { transform: translateY(4px) rotate(-1deg); }
.note-tilt-l3 { transform: translateY(5px) rotate(-1.6deg); }

.note-tilt-r1 { transform: translateY(3px) rotate(0.4deg); }
.note-tilt-r2 { transform: translateY(4px) rotate(1deg); }
.note-tilt-r3 { transform: translateY(5px) rotate(1.6deg); }

/* base still on .note-paper as above */

/* inside parent with class .note-list */
.note-list > .elementor-container:nth-child(4n+1) .note-paper { 
  transform: translateY(3px) rotate(-1.2deg);
}
.note-list > .elementor-container:nth-child(4n+2) .note-paper { 
  transform: translateY(4px) rotate(0.6deg);
}
.note-list > .elementor-container:nth-child(4n+3) .note-paper { 
  transform: translateY(5px) rotate(-0.7deg);
}
.note-list > .elementor-container:nth-child(4n+4) .note-paper { 
  transform: translateY(2px) rotate(1.3deg);
}


/* General CF7 fields inside notepaper */
.note-paper-form .wpcf7-form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  padding: 6px 4px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

/* Textarea more “note-like” */
.note-paper-form textarea.wpcf7-form-control {
  min-height: 120px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  background-color: rgba(255,255,255,0.3);
}

/* Submit button */
.note-paper-form .wpcf7-submit {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 26px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.note-paper-form .wpcf7-submit:hover {
  background: #000;
  transform: translateY(-1px);
}/* End custom CSS */