/**
* Theme Name: Allmart Child
* Description: This is a child theme of Allmart, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: allmart
* Version: 1.1
*/
@font-face {
  font-family: 'Sul Sans Test';
  src: url('/wp-content/uploads/2025/12/SulSansTest-Regular.woff2') format('woff2'),
       url('/wp-content/uploads/2025/12/SulSansTest-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sul Sans Test';
  src: url('/wp-content/uploads/2025/12/SulSansTest-Light.woff2') format('woff2'),
       url('/wp-content/uploads/2025/12/SulSansTest-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sul Sans Test';
  src: url('/wp-content/uploads/2025/12/SulSansTest-Medium.woff2') format('woff2'),
       url('/wp-content/uploads/2025/12/SulSansTest-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sul Sans Test';
  src: url('/wp-content/uploads/2025/12/SulSansTest-Bold.woff2') format('woff2'),
       url('/wp-content/uploads/2025/12/SulSansTest-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sul Sans Test';
  src: url('/wp-content/uploads/2025/12/SulSansTest-Italic.woff2') format('woff2'),
       url('/wp-content/uploads/2025/12/SulSansTest-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}



body {
  font-family: 'Sul Sans Test', sans-serif !important;
}
h1,h2,h3,h4,h5,h6,a,span,p{
  font-family: 'Sul Sans Test', sans-serif !important;
}


/**
* MEGA MENU STYLES
**/
#themehunk-megamenu-wrap-main #themehunk-megamenu-main li.themehunk-megamenu-is-megamenu { position:relative; }
.header-content-holder {background-color: #00416b;}

/* ========== BASE LAYOUT ========== */
.th-mega-wrapper {
  display: flex;
  width: 100%;
  min-height: 300px;
}

.th-mega-left {
  width: 30%;
  border-right: 1px solid #eee;
  padding: 15px;
}

.th-mega-left li {
  padding: 12px 15px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.th-mega-left li.active,
.th-mega-left li:hover {
  background: #f5f5f5;
  color: #e53935;
}

/* Accordion icon */
.th-accordion-icon {
  display: none;
  position: absolute;
  right: 15px;
}

/* RIGHT */
.th-mega-right {
  /* width: 70%;
  display: flex;
  gap: 30px;
  padding: 20px; */
  width: 70%;
  display: flex;
  gap: 0;
  padding: 0;
  position: relative;
}

.th-mega-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  aspect-ratio: 1;
  background-color: #e0eef9;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  z-index: 15;
  pointer-events: none;
}

/* Images */
.th-mega-image {
  width: 50%;
  overflow: hidden;
}
.th-mega-image img {
  display: none;
  width: 100%;
  /* max-width: 350px; */
}

.th-mega-image img.active {
  display: block;
}

.th-submenus {
  width: 50%;
  padding: 40px 40px 40px 80px;
}

/* Submenus */
.th-submenu {
  display: none;
  width: 300px;
}

.th-submenu.active {
  display: block;
}

.th-submenu a {
  display: block;
  padding: 6px 0;
  color: #333;
  text-decoration: none;
}

.th-submenu a:hover {
  color: #e53935;
}

/* ========== MOBILE ACCORDION ========== */
@media (max-width: 768px) {

  .th-mega-wrapper {
    flex-direction: column;
  }

  .th-mega-left,
  .th-mega-right {
    width: 100%;
  }

  .th-mega-image {
    display: none;
  }

  .th-accordion-icon {
    display: inline;
  }

  .th-mega-left li.active + .th-mega-right {
    display: block;
  }

  .th-submenu {
    padding-left: 15px;
  }
}



/* CSS for my profile page */


/* End CSS for my profile page */