.articlesListing .article{
box-shadow: 1px 1px 18px 6px #cecece2e !important;
}
.articlesListing .article {
    padding: 0px !important;
    margin: 0px !important;
}
.articlesListing .entry-content,
.articlesListing .entry-summary {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.takeaways { padding: 10px 15px;background-color: #f4f4f4;border-left: 4px solid #0f0f0f;border-radius: 12px;margin-bottom: 30px;}
.takeaways h2, .takeaways h3, .takeaways > b,.takeaways > p > b,.takeaways strong {font-size: 20px; }
.three-column-layout {
    display: flex;
    gap: 24px;
}
.articlesListing .article .box {
    box-shadow: unset !important;
 
}
.toc-sidebar {
    width: 25%;
}
.custom-toc {
    position: sticky;
    top: 100px;
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 8px;
}

.custom-toc ul {
    margin: 12px 0 0;
    padding-left: 18px;
}

.custom-toc li {
    margin-bottom: 8px;
}

.custom-toc a {
    text-decoration: none;
    color: #2563eb;
}
.single-content {
    width: 50%;
}
.single-sidebar {
    width: 25%;
}
.box-header-nav .main-menu .children>.page_item>a, .box-header-nav .main-menu .sub-menu>.menu-item>a {
    color: #000000 !important; 
}.box-header-nav .main-menu .page_item a, .box-header-nav .main-menu>.menu-item>a {
    color: #161414 !important;
    background: #fff !important;
}
body.itech-popup-open {
  overflow: hidden;
}.articlesListing.blogitemlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
}
.itechOpenPopup {
  cursor: pointer;
}
.mega-cta-main-heading {
    font-size: 20px !important;
    font-weight: 700;
    color: #000 !important;
}
.itech-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.itech-popup-overlay.show {
  display: flex;
  opacity: 1;
}
 .load-more-btn, .see-less-btn{ 
    cursor: pointer;
}
.itech-popup {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.itech-close {
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: #f4c84d;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}
.itech-popup-left {
  background-image: url('https://www.indigenetech.ca/wp-content/uploads/2025/12/cta-header-background-img.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  position: relative;
  color: #ffffff;
}
.itech-popup-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.itech-popup-left * {
  position: relative;
  z-index: 2;
}
.itech-popup-left h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
  color: #ffffff;
}
.itech-popup-left h2 span {
  color: #f4c84d;
}
.itech-popup-left p {
  font-size: 16px;
  line-height: 1.7;
}
.itech-popup-right {
  position: relative;
  padding: 30px 34px;
  background: #ffffff;
  text-align: center;
}
.itech-popup-right h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 6px;
  line-height: 32px;
}
.itech-form-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.mega-cta-inner {
    text-align: left;
}
p.bolt-text-mega-menu {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: 'Livvic';
}.advanced-col {
    transition: all 0.3s ease-in-out;
}
.advanced-col:hover {
    background-color: #0080f7;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 128, 247, 0.3);
}
.advanced-col:hover,
.advanced-col:hover h1,
.advanced-col:hover h2,
.advanced-col:hover h3,
.advanced-col:hover h4,
.advanced-col:hover h5,
.advanced-col:hover h6,
.advanced-col:hover p,
.advanced-col:hover span,
.advanced-col:hover a {
    color: #ffffff;
}
.advanced-col:hover i,
.advanced-col:hover svg {
    color: #ffffff;
    fill: #ffffff;
}
.mobile-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 45px;
}
.mobile-menu li.menu-item-has-children > a::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    color: #111;
}
.mobile-menu li.menu-item-has-children.open > a::after {
    content: "–";
}
.mega-cta-inner .mega-cta-btn{
    padding: 12px 32px;
    background-color: #DD2C2A !important;
    color: #fff !important;
}
.site-header,
.nav-classic,
.header-middle-inner,
.header-inner,
.header-wrapper {
    position: relative;
}
.relative-menu li .mega-menu {
    background: #fff;
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
    max-width: 1490px;
    margin: -12px auto 0 !important;
    transform: translateX(-50%);
}
.relative-menu .main-menu > li.has-mega {
    position: inherit !important;
}

.main-menu > li {
    position: static; 
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    background: #ffffff;
    padding: 40px;
    z-index: 2000;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);

    display: grid;
    grid-template-columns: 30% 70%;
    gap: 40px;

    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}
.main-menu > li.has-mega:hover > .mega-menu {
    display: grid;
    opacity: 1;
    visibility: visible;
}
.mega-cta {
    padding-right: 18px;
    border-right: 1px solid #eee;
}

.mega-cta-inner h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
}

.mega-cta-inner p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.mega-cta-inner a {
    display: inline-block;
    padding: 12px 22px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.mega-menu-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.mega-menu-right ul li {
    display: flex;
    align-items: center;
}
.nav-classic .header-middle-inner>*:not(:last-child) {
    padding: 18px 15px 16px 0 !important;
    max-width: 22% !important;
}
.mega-menu-right ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    background: #fff !important;
}
.submenu-icon {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
}
.main-menu li.current-menu-item > a,
.main-menu li.current-menu-parent > a {
    background: none;
    color: inherit;
}
.box-header-nav .main-menu .children > .page_item > a, .box-header-nav .main-menu .sub-menu > .menu-item > a {
    padding: 7px 20px !important;
  
}
.submenu-icon {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    vertical-align: middle;
}
.single-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 28px;
}
.nav-classic {
    background-color: #ffffff;
    position: relative !important;
    width: 100%;
    box-shadow: unset !important;
    max-width: 1240px;
    margin: auto;
}.author.vcard {
    display: none;
}
.site-header {
    position: sticky !important;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    margin: auto;
    background: white;
    box-shadow: 0 0px 10px #eb8d43 !important;
}#block-8{
    position: sticky;
    top: 111px;
}.sticky-form-archive {
    text-align: center;
}.sticky-form-archive h4 {
    margin: 5px;
    font-size: 19px;
    font-weight: 700;
}.site-wrapper {
    margin-top: 30px;
}#primary {
    margin: 20px 0 20px !important;
}.main-heading-blog h1 {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    padding: 0px 16px;
}
.sticky-form h4 {
    font-size: 19px;
    margin-bottom: 6px;
    line-height: 26px;
    text-align: center;
}.sticky-form p {
    text-align: center;
    margin: 0px;
}
.featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.post-date {
    display: block;
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}
#block-11 {
    display: none;
}
.sticky-form{
    position: sticky;
    top: 100px;
    padding: 25px;
    background: #f7f7f7;
    border-radius: 10px;
	margin-bottom:20px;
}


.comments-link {
    display: none;
}
.articlesListing .article .metainfo div:after {
    display: none;

}

@media (max-width: 1024px) {
    .mega-menu {
        display: none !important;
    }.toggle-inner {
    font-size: 22px;
    background: #282424;
    padding: 4px 7px 2px 7px;
}
}
@media (max-width: 991px) {
    .single-wrapper {
        flex-direction: column;
        padding:10px;
    }   .three-column-layout {
        flex-direction: column;
    } .mobile-tab-scroll .elementkit-tab-wraper {
    overflow: visible !important;
  }
  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }

    .toc-sidebar,
    .single-content,
    .single-sidebar {
        width: 100%;
    }
    .single-content,
    .single-sidebar {
        width: 100%;
    }.main-heading-blog h1 {
    font-size: 30px;
    text-align: center;
}.site-wrapper {
    margin-top: 10px;
}.nav-classic .header-middle-inner>*:not(:last-child) {
    max-width: 50% !important;
}.mobile-menu li.menu-item-has-children > a::after {
   display:none;
}.menu-search-form.widget_search {
    display: none !important;
}.site-wrapper {
    display: flex !IMPORTANT;
    flex-direction: COLUMN !IMPORTANT;
    justify-content: space-between;
    OVERFLOW: HIDDEN;
    MARGIN: 0PX;
}.articlesListing.blogitemlist {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 20px;
}@media (max-width: 767px) {
  .mobile-tab-scroll .elementkit-tab-wraper {
    overflow: visible !important;
  }
  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 10px;
  }.takeaways h2, .takeaways h3, .takeaways > b,.takeaways > p > b,.takeaways strong { font-size: 18px; }
  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab > li {
    flex: 0 0 auto !important;
  }
  /* Chrome / Edge / Safari */
  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab::-webkit-scrollbar {
    height: 6px;
  }

  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
  }

  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab::-webkit-scrollbar-thumb {
    background: #facc15;
    border-radius: 10px;
  }
  .mobile-tab-scroll ul.elementkit-tab-nav.elementskit-fullwidth-tab {
    scrollbar-color: #facc15 #f5f5f5;
    scrollbar-width: thin;
  }
}

}
