/* header nav css */
.excruit_header_nav_wrap {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    backdrop-filter: blur(18px);
    padding: 16px 0;
}
.excruit_header_nav {
   display: flex; 
   align-items: center; 
   justify-content: space-between;
   gap: 16px;
}
.back_home_link {
    text-decoration: none;
    color: var(--primary);
}
.nav_logo { font-family: var(--font-display); text-decoration: none; }
.excruit_header_nav .nav_logo img {
    width: 202px;
    max-width: 202px;
}
.light_mode_logo {
    display: none;
    opacity: 0;
    visibility: hidden;
}
body.light-mode .light_mode_logo {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}
body.light-mode .dark_mode_logo {
    display: none;
    visibility: hidden;
    opacity: 0;
}
body.dark-mode .dark_mode_logo {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}
body.dark-mode .light_mode_logo {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.nav_logo span { color: var(--primary); }
.nav_links {
    display: flex;
    gap: 10px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid var(--neutral-400);
    border-radius: 2em;
    padding: 12px 20px;
}
.nav_links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color .15s;
}
.nav_links a:hover { color: var(--primary); }
.nav_cta {
    display: flex;
    gap: 16px;
    align-items: center;
}
.excruit_header_nav .right_nav {
    gap: 0 16px;
}
.excruit_header_nav .nav_btn {
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
}
.excruit_header_nav .nav_btn img {
  width: 22px;
}
.excruit_header_nav .nav_btn .btn_icon {
    display: none;
}
.nav_toggle {
  display: none;
  cursor: pointer;
}
.nav_toggle img {
    width: 28px;
}
.theme_change_toggle_btn {
    border: 1px solid var(--neutral-400);
    align-items: center;
    border-radius: 2em;
    overflow: hidden;
}
.theme_change_toggle_btn .toggle_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-right: 1px solid var(--neutral-400);
    cursor: pointer;
}
.theme_change_toggle_btn .toggle_icon:last-child {
    border-right: none;
}
.theme_change_toggle_btn .toggle_icon svg {
    width: 20px;
    height: 20px;
    fill: var(--body_white_color);
}
.theme_change_toggle_btn .toggle_icon svg path {
    stroke: var(--body_white_color);
}
.theme_change_toggle_btn .toggle_icon.active {
    background: var(--white_color_20);
}
@media(max-width:1199px) {
  .nav_cta {
      display: flex;
      gap: 8px;
  }
  .excruit_header_nav .nav_btn {
        padding: 8px;
    }
  .excruit_header_nav .nav_logo img {
      width: 100px;
      max-width: 100px;
  }
   .nav_links {
        gap: 28px 16px;
    }
  /* footer css */
  .footer-links {
      gap: 13px 15px;
      justify-content: center;
  }
  .footer-inner {
      justify-content: center;
  }
  /* footer css */
}
@media(max-width:991px) {
  .nav_toggle {
    display: inline-flex;
  }
  .nav_links {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #000;
    z-index: 11;
    padding: 0px 20px 20px;
    border: none;
    border-bottom: 2px solid var(--primary);
    border-radius: 0;
  }
  .nav_links > li {
      width: 100%;
  }
  .nav_links a {
      text-decoration: none;
      font-size: 14px;
      transition: color .15s;
      padding: 6px 5px;
      display: block;
  }
}

@media(max-width:768px) {
 
}
@media(max-width:575px) {
  .excruit_header_nav .nav_btn {
      padding: 0;
      width: 30px;
      height: 30px;
  }
  .excruit_header_nav .nav_btn img {
      width: 16px;
      height: 16px;
  }
 .excruit_header_nav .nav_btn .btn_icon {
      display: inline-flex;
  }
  .excruit_header_nav .nav_btn .btn_text {
    display: none;
  }
  .theme_change_toggle_btn .toggle_icon {
        padding: 5px 8px;
    }
    .excruit_header_nav .nav_btn {
        background: var(--primary);
        border: none !important;
    }
    .excruit_header_nav .nav_btn img {
        filter: none !important;
    }
}
/* header nav css */


/* ════════════════════════════
   FOOTER
════════════════════════════ */
.excruit_footer {
    background-color: var(--white_color_4);
    padding: 36px 0;
}
.footer-top {
    display: grid;
    grid-template-columns: 324px 1fr;
    gap: 44px;
    margin-bottom: 36px;
}
.footer-brand-logo {
    display: block;
    margin-bottom: 24px;
}
.footer-brand-logo img {
    width: 202px;
	max-width: 202px;
}
.footer-brand-logo span { color:var(--primary); }
.footer-brand-tagline {
    margin-bottom: 32px;
}
.footer-brand-badges { display:flex; flex-wrap:wrap; gap:8px; }
.fb-badge {
    font-size: 10px;
    line-height: 18px;
    padding: 3px 12px;
    border-radius: 2em;
    border: none;
    background-color: var(--neutral-900);
    color: #fff;
    font-weight: 500;
}
.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 20px;
}
.footer-nav-col .footer_title {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 24px;
    font-weight: 500;
    padding-bottom: 12px;
    position: relative;
}
.footer-nav-col .footer_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--primary);
    border-radius: 2em;
}
.footer-nav-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 0;
    margin: 0;
}
.footer-nav-col a {
    text-decoration: none;
    font-size: 14px;
    transition: color .15s;
    color: var(--neutral-200);
}
.footer-nav-col a:hover { color: var(--primary); }
.footer-bottom {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--neutral-900);
    padding-top: 36px;
    flex-direction: column;
    text-align: center;
}
.footer-bottom .footer_text1 {
    margin-bottom: 8px;
}
.footer-copy {
    font-size: 14px;
    color: var(--neutral-500);
    line-height: 20px;
}
.footer-legal { display:flex; gap:18px; }
.footer-legal a { font-size:14px; color: var(--neutral-200); text-decoration:none; transition:color .15s; }
.footer-legal a:hover { color: #ffffff; }

@media(max-width:1280px) {
    .footer-top {
        grid-template-columns: 250px 1fr;
        gap: 40px 30px;
        margin-bottom: 36px;
    }
    .footer-brand-logo img {
        width: 150px;
        max-width: 150px;
    }
    .footer-brand-tagline {
        margin-bottom: 28px;
    }
}
@media(max-width:1199px) {
    .footer-nav-col a {
        font-size: 12px;
        line-height: 18px;
    }
}
@media(max-width:1100px) {
  .footer-top   { grid-template-columns:1fr; gap:40px; }
  .footer-nav {
        gap: 30px 16px;
    }
    .footer-nav-col a {
        font-size: 14px;
        line-height: 20px;
    }
}
@media(max-width:991px) {
    .footer-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
    }
}
@media(max-width:767px) {
    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-copy {
        width: 100%;
        flex: 0 0 auto;
        text-align: center;
    }
    .footer-legal {
        width: 100%;
        justify-content: center;
    }
}
@media(max-width:375px) {
  .footer-nav {
      grid-template-columns: repeat(1, 1fr);
      gap: 30px 0px;
  }
}
/* ════════════════════════════
   FOOTER
════════════════════════════ */