.elementor-kit-66{--e-global-color-primary:#FF0000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#780000;--e-global-typography-primary-font-family:"Roboto Serif";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Serif";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto Serif";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto Serif";--e-global-typography-accent-font-size:27px;--e-global-typography-accent-font-weight:500;}.elementor-kit-66 e-page-transition{background-color:#FFBC7D;}.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;}@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 *//* =========================================
   MATTA AVIATION - LIFTERLMS DASHBOARD LAYOUT
   ========================================= */

/* Main account/dashboard wrapper */
.llms-student-dashboard,
.llms-account,
.lifterlms {
  width: 100%;
  box-sizing: border-box;
}

/* Lifter account layout */
.llms-account-nav,
.llms-account-content {
  box-sizing: border-box;
}

/* Desktop layout */
@media (min-width: 992px) {
  .llms-account-nav {
    width: 260px;
    float: left;
    padding-right: 24px;
  }

  .llms-account-content {
    width: calc(100% - 260px);
    float: left;
  }
}

/* Mobile layout */
@media (max-width: 991px) {
  .llms-account-nav,
  .llms-account-content {
    width: 100%;
    float: none;
  }

  .llms-account-nav {
    margin-bottom: 24px;
    padding-right: 0;
  }
}

/* Clear floats */
.llms-account:after,
.llms-student-dashboard:after {
  content: "";
  display: table;
  clear: both;
}

/* Left navigation styling */
.llms-account-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.llms-account-nav li {
  margin: 0 0 10px 0;
}

.llms-account-nav a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

/* Default nav link */
.llms-account-nav a {
  background: #f5f5f5;
  color: #1f1f1f;
}

/* Active / hover states */
.llms-account-nav li.current a,
.llms-account-nav a:hover {
  background: #111111;
  color: #ffffff;
}

/* Dashboard cards / boxes */
.llms-account-content .llms-loop-item,
.llms-account-content .llms-card,
.llms-account-content .dashboard-widget,
.llms-account-content .llms-access-plan,
.llms-account-content .llms-certificate,
.llms-account-content .llms-achievement {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 24px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* Buttons */
.llms-account-content .button,
.llms-account-content .llms-button,
.llms-account-content input[type="submit"],
.llms-account-content button {
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 600;
}

/* Headings spacing */
.llms-account-content h1,
.llms-account-content h2,
.llms-account-content h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

/* Paragraph spacing */
.llms-account-content p {
  margin-bottom: 16px;
}

/* Prevent giant content images in account pages */
.llms-account-content img,
.llms-student-dashboard img {
  max-width: 100%;
  height: auto;
}

/* Remove excessive top spacing if theme injects it */
.elementor-widget-theme-post-content {
  margin-top: 0;
  margin-bottom: 0;
}
/* Remove extra top spacing from theme */
.site-main,
.content-area {
  padding-top: 0 !important;
}

/* Prevent oversized header spacing */
header {
  margin-bottom: 0 !important;
}

/* Fix dashboard width */
.llms-account {
  max-width: 100%;
}/* End custom CSS */