.elementor-kit-14{--e-global-color-primary:#101111;--e-global-color-secondary:#101111;--e-global-color-text:#F2F2F2;--e-global-color-accent:#1001FF;--e-global-typography-primary-font-family:"Instrument Serif";--e-global-typography-primary-font-size:43px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Syne Mono";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Syne Mono";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manic";--e-global-typography-accent-font-size:21px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 img{border-style:none;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 .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;}.site-footer .site-branding .site-logo img{width:57px;max-width:57px;}.site-footer .copyright p{color:#F2F2F2;font-family:"Instrument Serif", Sans-serif;font-style:italic;}@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 *//* container stays invisible but does NOT animate */
.after-content{
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

/* container becomes visible instantly */
.after-content.show{
  opacity: 1;
}

/* SIZE CONTROLS */
.after-logo{
  width: 100px;
  max-width: 80vw;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.after-enquiry{
  width: 520px;
  max-width: 92vw;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1.8s ease, transform 1.8s ease;
  transition-delay: 0.5s; /* enquiry comes later */
}

.after-content.show .after-logo{
  opacity: 1;
  transform: translateY(0);
}

.after-content.show .after-enquiry{
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 768px){
  .after-logo{
    width: 100px;
  }

  .after-enquiry{
    width: 90%;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mktcntrl.com/wp-content/uploads/2026/01/MANIC.woff2') format('woff2');
}
/* End Custom Fonts CSS */