.elementor-kit-7{--e-global-color-primary:#E3DAEB;--e-global-color-secondary:#48305F;--e-global-color-text:#48305F;--e-global-color-accent:#FFFFFF;--e-global-color-b0c3b4f:#9A77AD;--e-global-color-23e0acd:#AF94BD;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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-secondary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-primary );border-radius:40px 40px 40px 40px;padding:20px 50px 20px 50px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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;}@media(max-width:1024px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 1. YOUR ORIGINAL LOGO/HEADER CODE (UNCHANGED) --- */
@media (max-width: 767px) {
  /* logos inside header, nav menu, widgets and off-canvas drawers */
  header img,
  .site-logo img,
  .custom-logo-link img,
  .elementor-widget-site-logo img,
  .elementor-widget-image img,
  .elementor-nav-menu--logo img,
  .elementor-nav-menu--dropdown .elementor-nav-menu--logo img,
  .elementor-menu-toggle + .elementor-nav-menu--dropdown .elementor-nav-menu--logo img,
  .elementor-mobile-menu img,
  .offcanvas-menu img {
    max-width: 95px !important;
    max-height: 95px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* tighten header spacing so logo doesn't create tall header */
  header,
  .site-header,
  .elementor-location-header,
  .elementor-nav-menu,
  .elementor-widget-image,
  .elementor-widget-site-logo {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin: 0 !important;
  }

  /* ensure off-canvas drawer content uses normal stacking and logo not overflowing */
  .elementor-nav-menu--dropdown,
  .elementor-menu-toggle + .elementor-nav-menu--dropdown,
  .elementor-mobile-menu,
  .elementor-offcanvas {
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  /* Fallback generic */
  [class*="header"] img,
  [class*="logo"] img {
    max-width: 95px !important;
    height: auto !important;
  }
}

/* --- 2. NEW: SAFE CONTENT CENTERING (Does not break layout) --- */
@media (max-width: 767px) {
  
  /* Center Text Headings & Paragraphs */
  .elementor-widget-heading .elementor-heading-title,
  .elementor-widget-text-editor,
  .elementor-widget-icon-list {
    text-align: center !important;
  }

  /* Center Buttons (The Safe Way) */
  /* We align the wrapper, not the column, so the header stays put */
  .elementor-widget-button .elementor-button-wrapper {
    text-align: center !important;
  }
  
  /* Center Divider Lines */
  .elementor-widget-divider {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* Center Images (Body Only) */
  /* We exclude the header images to be safe */
  .elementor-widget-image:not(.elementor-widget-site-logo) img {
     margin-left: auto !important;
     margin-right: auto !important;
  }
}
/* HIDE SCROLL TO TOP BUTTON */
#scroll-to-top,
.scroll-to-top,
.back-to-top,
a[href="#top"],
#ast-scroll-top { /* Common Astra theme ID */
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}/* End custom CSS */