.site-header {
  position: unset;
}
.site-header.is-sticky {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}
.site-header.is-sticky #ast-desktop-header .ast-main-header-wrap {
  max-width: 1281px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  width: 100%;
  display: block;
  clear: both;
  min-height: 0 !important;
  height: auto !important;
}
.site-header.is-sticky #ast-desktop-header .ast-builder-grid-row {
  background-color: rgba(236, 236, 236, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 60px !important;
  padding: 12px 40px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-shadow: 0 8px 32px rgba(16, 23, 48, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 0 !important;
  height: auto !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.site-header.is-sticky #ast-desktop-header .ast-builder-grid-row::before, .site-header.is-sticky #ast-desktop-header .ast-builder-grid-row::after {
  display: none !important;
}
.site-header .ast-container {
  max-width: none;
}
.site-header {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}
.site-header #ast-desktop-header,
.site-header #ast-mobile-header {
  pointer-events: auto;
}
.site-header #ast-desktop-header {
  height: auto;
  padding: 0 !important;
}
.site-header .ast-primary-header-bar,
.site-header .main-header-bar-wrap,
.site-header .site-primary-header-wrap,
.site-header .ast-builder-grid-row-container {
  background-color: transparent !important;
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  animation: slideDownIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.site-header.is-sticky #ast-desktop-header {
  padding: 15px 0 !important;
}

@keyframes slideDownIn {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.admin-bar .site-header {
  top: 32px;
}
.admin-bar .site-header.is-sticky {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .site-header.is-sticky {
    top: 0;
  }
}

#ast-desktop-header {
  width: 100%;
  padding: 30px 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  transition: padding 0.3s ease;
}
#ast-desktop-header .ast-builder-grid-row {
  padding: 12px 40px !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: auto !important;
  width: 100% !important;
}
#ast-desktop-header .site-header-section {
  display: flex !important;
  align-items: center !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  position: relative !important;
}
#ast-desktop-header .site-header-primary-section-left {
  flex: 0 0 auto !important;
}
#ast-desktop-header .site-header-primary-section-center {
  flex: 1 1 auto !important;
  justify-content: center !important;
  padding: 0 30px !important;
}
#ast-desktop-header .site-header-primary-section-right {
  flex: 0 0 auto !important;
  justify-content: flex-end !important;
}
#ast-desktop-header .ast-builder-layout-element {
  display: flex !important;
  align-items: center !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-branding {
  display: flex;
  align-items: center;
  line-height: 1;
}
.site-branding .site-logo-img,
.site-branding .custom-logo-link {
  display: inline-block;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.site-branding .site-logo-img img.custom-logo,
.site-branding .custom-logo-link img.custom-logo {
  max-height: 34px !important;
  width: auto !important;
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.site-branding .site-logo-img img.custom-logo:hover,
.site-branding .custom-logo-link img.custom-logo:hover {
  opacity: 0.85;
}

.main-header-bar-navigation {
  display: flex;
  align-items: center;
  min-height: 0 !important;
  height: auto !important;
}
.main-header-bar-navigation .main-navigation,
.main-header-bar-navigation .ast-inline-flex {
  display: flex !important;
  align-items: center !important;
  min-height: 0 !important;
  height: auto !important;
}
.main-header-bar-navigation .main-header-menu {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 28px;
  background-color: transparent !important;
  min-height: 0 !important;
  height: auto !important;
}
.main-header-bar-navigation .main-header-menu .menu-item {
  position: relative;
  display: inline-block;
  min-height: 0 !important;
  height: auto !important;
}
.main-header-bar-navigation .main-header-menu .menu-item .menu-link {
  color: #101730;
  font-size: 14px;
  font-size: 1rem;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease-in-out;
  padding: 12px 0 !important;
  margin: 0 !important;
  white-space: nowrap;
  line-height: 1 !important;
}
.main-header-bar-navigation .main-header-menu .menu-item .menu-link:hover {
  color: #dd620e;
}
.main-header-bar-navigation .main-header-menu .menu-item .menu-link .ast-header-navigation-arrow {
  display: inline-flex;
  align-items: center;
}
.main-header-bar-navigation .main-header-menu .menu-item .menu-link .ast-header-navigation-arrow svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}
.main-header-bar-navigation .main-header-menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  background-color: #ffffff !important;
  min-width: 240px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 99999;
}
.sub-menu .menu-item {
  display: block;
  width: 100%;
  background: transparent !important;
}
.sub-menu .menu-item .menu-link {
  padding: 12px 24px !important;
  color: #101730 !important;
  font-size: 0.85rem;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  display: block !important;
  width: 100%;
  transition: all 0.2s ease-in-out;
  background: transparent !important;
}
.sub-menu .menu-item .menu-link:hover {
  background-color: rgba(236, 236, 236, 0.6) !important;
  color: #dd620e !important;
}
.sub-menu .menu-item .menu-link svg,
.sub-menu .menu-item .menu-link .ast-header-navigation-arrow {
  display: none !important;
}

.ast-header-html-1 {
  display: flex;
  align-items: center;
}
.ast-header-html-1 .ast-header-html,
.ast-header-html-1 .inner-link-style- {
  display: flex !important;
  align-items: center !important;
}
.ast-header-html-1 .ast-builder-html-element h5 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.ast-header-html-1 .ast-builder-html-element span,
.ast-header-html-1 .ast-builder-html-element a {
  background-color: #dd620e !important;
  color: #ffffff !important;
  padding: 12px 26px !important;
  border-radius: 50px !important;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1 !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.ast-header-html-1 .ast-builder-html-element span strong,
.ast-header-html-1 .ast-builder-html-element a strong {
  font-weight: 400;
}
.ast-header-html-1 .ast-builder-html-element span:hover,
.ast-header-html-1 .ast-builder-html-element a:hover {
  background-color: rgb(197.0191489362, 87.3659574468, 12.4808510638) !important;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  #ast-desktop-header {
    display: none !important;
  }
  .site-header.is-sticky {
    background-color: #ececec !important;
  }
  #ast-mobile-header {
    display: block !important;
    width: 100%;
    background-color: #ececec !important;
    padding: 15px 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99999;
  }
  #ast-mobile-header .ast-builder-grid-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    position: relative !important;
    z-index: 100010 !important;
  }
  #ast-mobile-header .site-branding {
    display: flex;
    align-items: center;
    flex: 1;
  }
  #ast-mobile-header .site-branding img.custom-logo {
    max-height: 38px !important;
    margin: 0;
  }
  #ast-mobile-header .menu-toggle {
    background: transparent !important;
    border: none !important;
    color: #101730 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 0;
  }
  #ast-mobile-header .menu-toggle svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
  }
  #ast-mobile-header .ast-mobile-header-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: static !important;
  }
  #ast-mobile-header .main-header-bar-navigation.toggle-on {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 100000 !important;
    margin: 0 !important;
  }
  #ast-mobile-header .site-navigation {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: 80% !important;
    max-width: 320px !important;
    height: 100vh !important;
    background-color: #ffffff !important;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15) !important;
    padding-top: 80px !important;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  #ast-mobile-header .main-header-bar-navigation.toggle-on .site-navigation {
    transform: translateX(0) !important;
  }
  #ast-mobile-header .main-header-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-y: auto !important;
    background: transparent !important;
  }
  #ast-mobile-header .main-header-menu .menu-item {
    width: 100% !important;
    display: block !important;
  }
  #ast-mobile-header .main-header-menu .menu-item .menu-link {
    padding: 16px 24px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #101730 !important;
    font-size: 18px !important;
    white-space: normal !important;
  }
  #ast-mobile-header .main-header-menu .menu-item .ast-menu-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 10px;
  }
  #ast-mobile-header .main-header-menu .sub-menu {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background-color: #ececec !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
  }
  #ast-mobile-header .main-header-menu .sub-menu .menu-item .menu-link {
    padding-left: 40px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
  }
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu {
  margin-top: 0;
}

.custom-drawer-close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  background: transparent !important;
  border: none !important;
  color: #101730 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  z-index: 100005 !important;
  padding: 10px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: color 0.2s ease !important;
}
.custom-drawer-close:hover {
  color: #dd620e !important;
}

.site-footer p {
  color: #ffffff;
}
.site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row {
  align-items: center; /* Vertically center content in footer columns */
  display: flex;
  justify-content: space-around;
  /* Mobile Grid Reset */
}
@media (max-width: 767px) {
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
  }
}
.site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-section {
  min-height: 140px;
}
@media (max-width: 1024px) {
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-section {
    min-height: auto;
  }
}
.site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-section p {
  font-size: 18px;
  font-size: 1.2857142857rem;
  line-height: 24px;
}
@media (max-width: 767px) {
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-section p {
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 24px;
  }
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-section p br:first-child {
    display: none;
  }
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-section p strong {
    display: block;
    height: 20px;
  }
}
.site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-above-section-1 .widget_media_image img {
  width: 60%;
}
@media (max-width: 767px) {
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-above-section-1 .widget_media_image img {
    width: 50%;
    margin: 0 auto;
  }
}
.site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-above-section-1 .widget_text p {
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .site-footer .site-above-footer-wrap[data-section=section-above-footer-builder] .ast-builder-grid-row .site-footer-above-section-1 .widget_text p {
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 28px;
  }
}
.site-footer {
  /* Container Alignment */
}
.site-footer .footer-social-container {
  display: flex;
  gap: 20px; /* Space between icons */
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .footer-social-container {
    justify-content: center;
    margin-top: 10px;
  }
}
.site-footer {
  /* Base Icon Settings */
}
.site-footer .social-icon-link {
  display: inline-flex;
  width: 40px; /* Icon width */
  height: 40px; /* Icon height */
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 767px) {
  .site-footer .social-icon-link {
    width: 34px;
    height: 34px;
  }
}
.site-footer .social-icon-link svg {
  width: 100%;
  height: 100%;
}
.site-footer {
  /* YouTube Color Definitions */
}
.site-footer .social-icon-link.youtube .yt-body {
  fill: #ff0000; /* Official YouTube Red */
}
.site-footer .social-icon-link.youtube .yt-play {
  fill: #ffffff; /* Explicitly White Play Button */
}
.site-footer {
  /* LinkedIn Color Definitions */
}
.site-footer .social-icon-link.linkedin .li-bg {
  fill: #ffffff; /* White block background */
}
.site-footer .social-icon-link.linkedin .li-text {
  /* Sets the 'in' text color to match the dark navy background */
  fill: #0a1128;
}
.site-footer {
  /* Clean Hover Effects */
}
.site-footer .social-icon-link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

@media screen and (max-width: 921px) {
  .ast-header-break-point .site-above-footer-wrap[data-section=section-above-footer-builder] {
    padding: 0 20px;
  }
}
[class*=grid-cat-container] {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
[class*=grid-cat-container] [class*=grid-cat-row] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  justify-content: center;
}
[class*=grid-cat-container] [class*=grid-cat-card] {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  [class*=grid-cat-container] [class*=grid-cat-card] {
    flex: 1 1 calc(25% - 24px);
    max-width: 305px !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  [class*=grid-cat-container] [class*=grid-cat-card] {
    flex: 1 1 calc(50% - 24px);
    max-width: 340px !important;
  }
}
@media (max-width: 575px) {
  [class*=grid-cat-container] [class*=grid-cat-card] {
    flex: 1 1 100%;
    max-width: 400px !important;
  }
}
[class*=grid-cat-container] [class*=grid-cat-card] img {
  width: 100%;
  height: 100%;
}

html {
  font-size: 14px; /* Forcing the browser root to match your mixin's base math */
}

/*# sourceMappingURL=main.css.map */
