/** Shopify CDN: Minification failed

Line 517:0 Unexpected "/"

**/
section#NovBreadcrumbs {
    background: url(//www.biotracelabs.com/cdn/shop/collections/titlebar_1920x.webp?v=1782198250);
}
.cart_extend--label.position-absolute.d-none.d-md-block {
    display: none !important;
}

div#push_cart_items {
    max-height: 420px !important;
}
.article-view-leftsidebar.row.no-gutters {
    margin-top: 75px;
}
body.template-article h1.headingBreacrumb.text-uppercase.f_pr.font-800.mb-5.position-relative{
 display: none;
}
.template-article ol.breadcrumb a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
.template-article span.item-breacrumb{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
}
div#shopify-section-template--20092265332889__nov_policy_JXPNYr {
    width: 1410px;
    margin: 0 auto;
}
div#shopify-section-template--20088817844377__nov_policy_JXPNYr {
    width: 1410px;
    margin: 0 auto;
}
div#shopify-section-template--19993843368089__nov_text_number_4d77tb{
    width: 1410px;
    margin: 0 auto;
}
div#shopify-section-template--20086153379993__nov_policy_JXPNYr{
    width: 1410px;
    margin: 0 auto;
}


/* ===================================================
   BioTrace Labs — Program Tabs Section
   =================================================== */

.btl-tabsSection {
  font-family: 'Poppins', sans-serif;
  background-color: #eaf0fb;
  padding: 64px 24px;
}

.btl-tabsSection__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.btl-tabsSection__header {
  text-align: center;
  margin-bottom: 40px;
}

.btl-tabsSection__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e07b0a;
  margin-bottom: 10px;
}

.btl-tabsSection__title {
  font-size: 32px;
  font-weight: 700;
  color: #074B7C;
  margin: 0;
  line-height: 1.3;
}

/* ---------- Tabs shell ---------- */

.btl-tabs {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(7, 75, 124, 0.12);
  overflow: hidden;
}

/* ---------- Tab navigation ---------- */

.btl-tabs__nav {
  position: relative;
  display: flex;
  background-color: #074B7C;
}

.btl-tabs__btn {
  position: relative;
  z-index: 2;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  transition: background-color 0.25s ease;
}

.btl-tabs__btn:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.btl-tabs__btnNum {
  font-size: 13px;
  font-weight: 600;
  color: rgba(234, 240, 251, 0.55);
  border: 1px solid rgba(234, 240, 251, 0.35);
  border-radius: 999px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.btl-tabs__btn.is-active .btl-tabs__btnNum {
  color: #074B7C;
  background-color: #e07b0a;
  border-color: #e07b0a;
}

.btl-tabs__btnText {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.btl-tabs__btnLabel {
  font-size: 15px;
  font-weight: 600;
  color: rgba(234, 240, 251, 0.7);
  transition: color 0.25s ease;
}

.btl-tabs__btnSub {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

.btl-tabs__btn.is-active .btl-tabs__btnLabel {
  color: #e07b0a;
}

.btl-tabs__indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #e07b0a;
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 3;
}

/* ---------- Panels ---------- */

.btl-tabs__panels {
  padding: 40px 36px 44px;
}

.btl-tabs__panel {
  display: none;
}

.btl-tabs__panel.is-active {
  display: block;
  animation: btl-fadeIn 0.35s ease;
}

@keyframes btl-fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Program content blocks ---------- */

.btl-program__blockTitle {
  font-size: 20px;
  font-weight: 700;
  color: #074B7C;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaf0fb;
}

.btl-program__objective {
  margin-bottom: 32px;
}

.btl-program__text {
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
  margin: 0;
}

.btl-program__modules {
  margin-bottom: 32px;
}

.btl-program__idealFor {
  background-color: #eaf0fb;
  border-left: 4px solid #e07b0a;
  border-radius: 10px;
  padding: 20px 24px;
}

.btl-program__idealFor .btl-program__blockTitle {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
}

/* ---------- Module cards ---------- */

.btl-module {
  padding: 18px 0;
  border-bottom: 1px solid #eaf0fb;
}

.btl-module:last-child {
  border-bottom: none;
}

.btl-module__body {
  flex: 1;
}

.btl-module__title {
  font-size: 16px;
  font-weight: 600;
  color: #074B7C;
  margin: 0 0 10px;
  padding-left: 16px;
  border-left: 3px solid #e07b0a;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.btl-module__tag {
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  background-color: #e07b0a;
  padding: 3px 10px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.btl-module__list {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}

.btl-module__list li {
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 6px;
}

.btl-module__list li:last-child {
  margin-bottom: 0;
}

/* ---------- Responsive ---------- */

@media (max-width: 720px) {
  .btl-tabsSection {
    padding: 44px 16px;
  }

  .btl-tabsSection__title {
    font-size: 24px;
  }

  .btl-tabs__nav {
    flex-direction: column;
  }

  .btl-tabs__indicator {
    display: none;
  }

  .btl-tabs__btn {
    padding: 18px 20px;
  }

  .btl-tabs__btn.is-active {
    background-color: rgba(224, 123, 10, 0.12);
  }

  .btl-tabs__panels {
    padding: 28px 20px 32px;
  }
}

@media (max-width: 480px) {
  .btl-tabs__btnSub {
    font-size: 15px;
  }

  .btl-program__blockTitle {
    font-size: 18px;
  }
}


/*----------------- BLOG PAGE ----------------- */

.article-body.text-center {
    text-align: left !important;
}
.template-blog .blog--column-view .article--listing .article__info{
    margin-top: 14px !important;
}
#shopify-section-template--19983823110297__main a.btn {
    font-weight: bold;
    font-size: 13px;
    border: none !important;
}
.block_content {
    background: #f1f1f1;
    padding: 10px;
    height: 100%;
}
.template-blog .blog--column-view .article--listing .article__excerpt {
    margin-bottom: 20px !important;
}

/* ORGANISM TESTED SECTION */

div#shopify-section-template--19993843368089__blocks_ezTp7p{
  width: 1410px;
  margin: 0 auto;
}
.organismsTested {
  background-color: #07132f;
  border-top: 4px solid #e8952f;
  border-image: linear-gradient(90deg, #f0a83a 0%, #d9482f 100%) 1;
  padding: 56px 0 64px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.organismsTested-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.organismsTested-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}

.organismsTested-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  margin-bottom: 0 !important;
}

.organismsTested-rule {
  flex: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.organismsTested-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.organismsTested-card {
  background-color: #16223d;
  border-radius: 10px;
  border-top: 3px solid #e8952f;
  border-image: linear-gradient(90deg, #f0a83a 0%, #d9482f 100%) 1;
  padding: 26px 28px 30px;
}

.organismsTested-card:nth-child(2),
.organismsTested-card:nth-child(6) {
  border-image: linear-gradient(90deg, #d9482f 0%, #f0a83a 100%) 1;
}

.organismsTested-cardTitle {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 12px;
}

.organismsTested-cardText {
  color: #aab3c5;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .organismsTested-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .organismsTested-grid {
    grid-template-columns: 1fr;
  }

  .organismsTested-header {
    flex-wrap: wrap;
  }
}


.services-sec h5 {
    color: #c97025;
    background: #fff4e4;
    border: 1px solid #ffe1b6;
    border-radius: 50px;
    width: fit-content;
    padding: 2px 14px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: -22px;
}

.footertop-item__contact.d-flex.align-items-center {
    align-items: start !important;
}
div#shopify-section-template--19983823372441__main form.cart {
    margin-top: 80px;
}
.service-details .block-policy-content.d-flex.flex-wrap {
    display: block !important;
}
.service-details .policy-item.wow.fadeInUp {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.service-details .policy.block-4.mb-sm-20 {
        margin-bottom: 42px !important;
    }

a.item-breacrumb.item-home , span.item-breacrumb {
    color: #fff !important;
}
ul.ai-contact-list-aceloudr1oflds2hqqaigenblock3f6002afjplgn {
    padding-left: 0;
}
div#shopify-section-template--19983824126105__nov_information_a4fVGM {
    padding: 55px 0 100px 0  !important;
    background: #EAF1FF !important;
}
div#shopify-section-template--19983823700121__main {
    padding-bottom: 50px;
}
main#MainContent {
    margin-bottom: 0 !important;
}
.product-single__top-review.mb-20.d-flex.align-items-center {
    display: none !important;
}
h1.product-single__title{
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #084c7d !important;
}
p.MsoNormal span {
    font-family: unset !important;
}

.block-scroll__item.font-400.d-flex.align-items-center.justify-content-center {
    color: #fff !important;
}
/* .color-background-1.distance.bg.bg-center.wow.fadeInUp {
    padding: 10px;
} */
div#shopify-section-sections--19983825469593__header .col-md-3.pt-35.pb-35.pt-md-20.pb-md-20.d-flex.align-items-center {
    padding: 0 13px 0 20px !important;
}
/section#NovBreadcrumbs {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-position: center;
    background-size: cover;
}
.section-gallery-ins .card_gallery:before{
    display: none;
}

#shopify-section-template--19993843368089__nov_img_text_ePVFP3 .sub_title.mb-15 {
    font-size: 14px;
    letter-spacing: 2px;
    background: #f5eae1;
    width: fit-content;
    border: 1px solid #fe960047;
    border-radius: 20px;
    padding: 4px 12px;
    color: #d4700a !important;
}
div#shopify-section-template--19983824126105__nov_block_info_EKhBAK a {
    background: #a0d7ff00;
    color: #0b4e7e;
    padding: 4px 7px;
    border-radius: 50px;
    border: 1px solid #0b4e7e73;
    font-size: 13px !important;
    font-weight: bold;
}
ul.ai-contact-list-ay215tvu1nghingtybaigenblock3f6002aub6vw9 {
    padding-left: 0;
}
.template-collection .gridlist-toggle a.active, .template-collection .gridlist-toggle a:hover {
    background-color: #074b7c ;
}
section#NovBreadcrumbs {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* #shopify-section-template--20001462026393__nov_accordion_yxBMxx .nov-accordion {
 display: flex;
 flex-wrap: wrap;
 gap: 16px;
 align-items: flex-start;
} */

/* #shopify-section-template--20001462026393__nov_accordion_yxBMxx .nov-accordion__item {
  width: calc(50% - 8px);
  box-sizing: border-box;
} */
#shopify-section-template--20001462026393__nov_accordion_yxBMxx .nov-accordion__content {
  overflow: hidden;
}
.sub_title.mb-15 {
    font-size: 14px;
    letter-spacing: 2px;
    background: #f5eae1;
    width: fit-content;
    border: 1px solid #fe960047;
    border-radius: 20px;
    padding: 4px 12px;
    color: #d4700a !important;
}
.template-collection .gridlist-toggle a.active, .template-collection .gridlist-toggle a:hover {
    background-color: #084e80 !important;
}
.nav-dropdown--lv1.MenuDefault.color-scheme-acff0d2a-c327-4877-8fc1-e82f59b71861 ul {
    padding: 20px !important;
}

/* PRIVACY POLICY SECTION */
/* Privacy Policy Wrapper */
.privacy-policy-wrapper{
    background:#f5f7f9;
    border:1px solid #e2e8ef;
    border-radius:8px;
    padding:30px;
    color:#4f6178;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:1.8;
    width: 74%;
    margin: 40px auto;
}

/* Divider */
.privacy-policy-wrapper hr{
    border:none;
    border-top:1px solid #d9e1ea;
    margin:25px 0;
}

/* Main Headings */
.privacy-policy-wrapper h2{
    color:#123b69;
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    margin:35px 0 15px;
}

/* Section Headings */
.privacy-policy-wrapper > h2:not(:last-child){
    font-size:22px;
}

/* Sub Headings */
.privacy-policy-wrapper h3{
    color:#0f5d9c;
    font-size:18px;
    font-weight:700;
    margin:20px 0 10px;
}

/* Paragraphs */
.privacy-policy-wrapper p{
    margin:0 0 15px;
    color:#4f6178;
}

/* Lists */
.privacy-policy-wrapper ul{
    margin:15px 0 20px 25px;
    padding:0;
}

.privacy-policy-wrapper li{
    margin-bottom:10px;
    color:#4f6178;
}

.privacy-policy-wrapper li::marker{
    color:#0b5fa5;
    font-size:16px;
}

/* Contact Card */
.privacy-contact-card{
    background:#dceaf7;
    border-radius:6px;
    padding:35px 40px;
    margin-top:40px;
}

.privacy-contact-card h2{
    margin:0 0 25px;
    color:#0b4c88;
    font-size:28px;
    font-weight:500;
}

.privacy-contact-card h4{
    margin:0 0 15px;
    font-size:18px;
    font-weight:700;
    color:#111827;
}

.privacy-contact-card p{
    margin-bottom:10px;
    color:#334155;
}

.privacy-contact-card strong{
    color:#111827;
}

.privacy-contact-card a{
    color:#0b4c88;
    text-decoration:none;
}

.privacy-contact-card a:hover{
    text-decoration:underline;
}

/* Responsive */
@media (max-width: 991px){

    .privacy-policy-wrapper{
        padding:25px;
    }

    .privacy-policy-wrapper h2{
        font-size:24px;
    }

    .privacy-policy-wrapper h3{
        font-size:18px;
    }

    .privacy-contact-card{
        padding:25px;
    }

    .privacy-contact-card h2{
        font-size:30px;
    }
}

@media (max-width: 767px){

    .privacy-policy-wrapper{
        padding:20px;
        font-size:13px;
    }

    .privacy-policy-wrapper h2{
        font-size:22px;
    }

    .privacy-policy-wrapper h3{
        font-size:17px;
    }

    .privacy-contact-card h2{
        font-size:26px;
    }
}

/* ==========================================
   TERMS & CONDITIONS PAGE
========================================== */

.terms-condition-page{
    background:#f6f8fa;
    border:1px solid #e5eaf0;
    border-radius:8px;
    padding:35px;
    font-family:Arial, Helvetica, sans-serif;
    color:#4c6178;
    font-size:14px;
    line-height:1.8;
    width: 74%;
    margin: 40px auto;
}

/* Header */
.terms-condition-title{
    text-align:center;
    margin-bottom:20px;
}

.terms-condition-title h1{
    margin:0;
    color:#0c4f87;
    font-size:42px;
    font-weight:700;
    line-height:1.2;
}

.terms-condition-page hr{
    border:none;
    border-top:1px solid #dde5ea;
    margin:25px 0 30px;
}

/* Sections */
.terms-condition-section{
    margin-bottom:25px;
}

.terms-condition-page h2{
    color:#163b68;
    font-size:22px;
    font-weight:700;
    margin:0 0 15px;
    line-height:1.3;
}

.terms-condition-page p{
    margin:0 0 12px;
    color:#4c6178;
}

.terms-condition-page strong{
    color:#163b68;
    font-weight:700;
}

/* Lists */
.terms-condition-page ul{
    margin:15px 0 20px 20px;
    padding:0;
}

.terms-condition-page li{
    margin-bottom:8px;
    color:#4c6178;
}

.terms-condition-page li::marker{
    color:#005a9c;
    font-size:16px;
}

/* Sample Rejection Box */
.terms-condition-alert-box{
    background:#f8efc9;
    border-left:4px solid #f4a621;
    border-radius:6px;
    padding:20px 25px;
    margin:25px 0;
}

.terms-condition-alert-box h4{
    margin:0 0 15px;
    color:#8b5a00;
    font-size:16px;
    font-weight:700;
}

.terms-condition-alert-box ul{
    margin-bottom:0;
}

.terms-condition-alert-box li::marker{
    color:#f4a621;
}

/* Customer Responsibility Box */
.terms-condition-note-box{
    background:#f3ede5;
    border-left:4px solid #f4a621;
    border-radius:6px;
    padding:20px 25px;
    margin-top:20px;
}

.terms-condition-note-box h4{
    margin:0 0 15px;
    color:#f08a00;
    font-size:16px;
    font-weight:700;
}

.terms-condition-note-box ul{
    margin-bottom:0;
}

/* Links */
.terms-condition-page a{
    color:#0c4f87;
    text-decoration:none;
}

.terms-condition-page a:hover{
    text-decoration:underline;
}

/* Responsive */
@media (max-width: 991px){

    .terms-condition-page{
        padding:25px;
    }

    .terms-condition-title h1{
        font-size:46px;
    }

    .terms-condition-page h2{
        font-size:26px;
    }
}

@media (max-width: 767px){

    .terms-condition-page{
        padding:20px;
        font-size:13px;
    }

    .terms-condition-title h1{
        font-size:34px;
    }

    .terms-condition-page h2{
        font-size:22px;
    }

    .terms-condition-alert-box,
    .terms-condition-note-box{
        padding:18px;
    }
}


/* SINGLE PRODUCT DETAILS PAGE */

.product-single__tab.mt-100 td {
    border-color: #d9d9d9 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
}
.product-single__tab .nav-tabs {
    margin-bottom: 15px !important;
}
.product-single__tab.mt-100 .container {
    background: #f9f9f9;;
    padding: 30px;
    border-radius: 15px;
}
.product-single__tab ul.nav.nav-tabs {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0 !important;
}


/* JOB APPLICATION DATA TABLE */


div#shopify-section-template--20102803062937__blocks_6bUVAR {
    background: #daf0f1;
    margin-top: -2px;
}
.career-job-table{
    width:100%;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    border:1px solid #ececec;
    font-family:Arial,sans-serif;
}

.career-job-header{
    display:grid;
    grid-template-columns:2.2fr 1.4fr 1.4fr 1.2fr 1.5fr 1.2fr;
    background:#174f86;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    font-size:15px;
    padding:22px 16px;
    align-items:center;
}

.career-job-header > div{
    padding:0 10px;
}

.career-job-row{
    display:grid;
    grid-template-columns:2.2fr 1.4fr 1.4fr 1.2fr 1.5fr 1.2fr;
    align-items:center;
    padding:20px 16px;
    border-top:1px solid #ececec;
    background:#fff;
}

.career-job-title{
    display:flex;
    align-items:center;
    gap:22px;
}

.career-job-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:10px;
    background:#ff9e2c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.career-job-title span{
    color:#113c6d;
    font-size:16px;
    font-weight:600;
}

.career-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
}

.career-badge-shift{
    background:#eef2f6;
    color:#174f86;
}

.career-badge-category{
    background:#faf1e7;
    color:#ff8300;
}

.career-badge-type{
    background:#eef2f6;
    color:#174f86;
}

.career-location{
    display:flex;
    align-items:center;
    gap:16px;
    color:#222;
    font-size:16px;
    font-weight:500;
}

.career-location-icon{
    width:32px;
    height:32px;
    border-radius:6px;
    background:#faf1e7;
    color:#ff9e2c;
    display:flex;
    align-items:center;
    justify-content:center;
}

.career-apply-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:116px;
    height:44px;
    border-radius:30px;
    background:#ff9e2c;
    color:#fff;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 8px 18px rgba(255,158,44,.35);
    transition:.3s;
}

.career-apply-btn:hover{
    transform:translateY(-2px);
}

@media(max-width:991px){

    .career-job-header{
        display:none;
    }

    .career-job-row{
        grid-template-columns:1fr;
        gap:15px;
    }
}

.job-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    z-index:99999;
    display:none;
    justify-content:center;
    align-items:center;
    padding:20px;
}

.job-popup-container{
    width:100%;
    max-width:800px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    animation:popupFade .3s ease;
}

@keyframes popupFade{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.job-popup-header{
    background:#184f86;
    color:#fff;
    padding: 18px 30px;
    border-bottom:3px solid #ff962b;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.job-popup-header h2{
    margin:0 !important;
    font-size:22px;
    color:#fff;
}

.job-popup-close{
    font-size:34px;
    cursor:pointer;
    line-height:1;
}

.job-popup-body{
    padding:28px;
}

.job-form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.job-form-group{
    display:flex;
    flex-direction:column;
}

.job-form-group label{
    margin-bottom:10px;
    color:#184f86;
    font-weight:600;
}

.job-form-group label i{
    color:#ff962b;
    margin-right:8px;
}

.job-form-group input,
.job-form-group select{
    height:40px;
    border:1px solid #d9d9d9;
    border-radius:4px;
    padding:0 15px;
    font-size:15px;
    width:100%;
}

.full-width{
    margin-top:20px;
}

.phone-group{
    display:flex;
}

.phone-group span{
    width:120px;
    border:1px solid #d9d9d9;
    border-right:none;
    display:flex;
    align-items:center;
    padding:0 15px;
    background:#fafafa;
}

.phone-group input{
    border-radius:0 4px 4px 0;
}

.job-upload-box{
    border:2px dashed #ff962b;
    border-radius:12px;
    padding:20px 20px;
    text-align:center;
    position:relative;
}

.job-upload-box i{
    font-size:42px;
    color:#ff962b;
    margin-bottom:15px;
}

.job-upload-box h4{
    color:#184f86;
    margin-bottom:8px;
}

.job-upload-box h4 span{
    font-weight:400;
}

.job-upload-box p{
    color:#777;
}

.job-upload-box input[type=file]{
    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;
}

.job-submit-wrap{
    text-align:center;
    margin-top:25px;
}

.job-submit-btn{
    height:54px;
    padding:0 40px;
    border:none;
    border-radius:50px;
    background:#ff9b2f;
    color:#fff;
    font-size:18px;
    font-weight: 500;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(255,155,47,.35);
}

.job-submit-btn i{
    margin-right:10px;
}

@media(max-width:767px){
    .job-form-grid{
        grid-template-columns:1fr;
    }
    .job-popup-body{
        padding:20px;
    }
    .job-popup-header h2{
        font-size:18px;
    }
}


/* CUSTOM ENROLL NOW POPUP */
.training-popup{
    width:100%;
    max-width:800px;
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 40px rgba(0,0,0,.15);
    font-family:'Poppins',sans-serif;
}

/* Header */

.training-popup-header{
    background:#f89b00;
    color:#fff;
    padding:28px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.training-popup-header h2{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#fff;
}

.training-popup-close{
    background:none;
    border:none;
    color:#fff;
    font-size:36px;
    line-height:1;
    cursor:pointer;
}

/* Body */

.training-popup-body{
    padding:22px 24px 18px;
    background:#fff;
}

.training-popup-desc{
    margin:0 0 22px;
    color:#5d6c7a;
    font-size:15px;
}

/* Grid */

.training-form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:18px;
}

.training-form-group input,
.training-form-group textarea{
    width:100%;
    border:1px solid #c9d1da;
    border-radius:35px;
    padding:0 22px;
    font-size:16px;
    color:#31475f;
    outline:none;
    transition:.3s;
}

.training-form-group input{
    height:46px;
}

.training-form-group textarea{
    height:130px;
    border-radius:28px;
    resize:none;
    padding-top:18px;
}

/* Focus */

.training-form-group input:focus,
.training-form-group textarea:focus{
    border-color:#f89b00;
}

/* Full Width */

.training-full-width{
    margin-bottom:18px;
}

/* Buttons */

.training-form-actions{
    display:flex;
    justify-content:flex-end;
    gap:12px;
}

.training-btn-cancel{
    border:none;
    background:#6f7881;
    color:#fff;
    height:38px;
    padding:0 20px;
    border-radius:6px;
    cursor:pointer;
    font-size:15px;
}

.training-btn-submit{
    border:none;
    background:#1668f2;
    color:#fff;
    height:38px;
    padding:0 24px;
    border-radius:6px;
    cursor:pointer;
    font-size:15px;
}

/* Responsive */

@media(max-width:768px){

    .training-form-grid{
        grid-template-columns:1fr;
    }

    .training-popup-header{
        padding:20px;
    }

    .training-popup-header h2{
        font-size:20px;
    }

    .training-popup-body{
        padding:20px;
    }

    .training-form-actions{
        flex-direction:column;
    }

    .training-btn-cancel,
    .training-btn-submit{
        width:100%;
    }
}


/* TRAINING DETAILS INFO BOX CALL TO ACTION SECTION  */

  .btl-highlights-bar {
    background: #f79a05;
    padding: 18px 24px;
    width: 100%;
  }
  .btl-highlights-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20%;
  }
  .btl-highlight-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 200px;
  }
  .btl-highlight-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    opacity: 0.95;
  }
  .btl-highlight-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .btl-highlight-text {
    display: flex;
    flex-direction: column;
  }
  .btl-highlight-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2px;
  }
  .btl-highlight-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.3;
  }
  .btl-highlight-sub {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-top: 2px;
  }
  @media (max-width: 767px) {
    .btl-highlights-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .btl-highlight-item {
      min-width: unset;
      width: 100%;
    }
  }

/* SERVICES DETAILS CALL TO ACTION SECTION */

  .bio-cta-banner {
    background: linear-gradient(to right, #FF9A00, #FF5500);
    padding: 70px 40px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .bio-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    padding: 6px 16px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .bio-cta-badge svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    flex-shrink: 0;
  }

  .bio-cta-heading {
    color: #fff;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    max-width: 100%;
    margin: 0 auto 20px;
  }

  .bio-cta-subtext {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 36px;
  }

  .bio-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .bio-cta-btn-primary {
    background: #fff;
    color: #FF5500;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s, color 0.2s;
  }

  .bio-cta-btn-primary:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
  }

  .bio-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
  }

  .bio-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
  }

  @media (max-width: 600px) {
    .bio-cta-banner {
      padding: 50px 24px;
    }
    .bio-cta-buttons {
      flex-direction: column;
    }
    .bio-cta-btn-primary,
    .bio-cta-btn-secondary {
      width: 100%;
      text-align: center;
    }
  }


/* CUSTOM MOBILE RESPONSIVE */

@media(max-width: 768px) {
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 24px !important;
    }
   #shopify-section-template--19983824126105__nov_img_text_UbaM4B h1 {
    line-height: 36px !important;
} 
.header-mobile #show-megamenu:before, .header-mobile #show-megamenu:after{
   background-color: #084c7d !important;
}

.header-mobile #show-megamenu .icon-directional{
    background-color: #084c7d !important;
}
.header-mobile .mobile_cart .site-header__cart-icon {
    color: #084c7d !important;
}
.policy__item--content.position-relative.h-100.style1.text-center {
  padding: 10px !important;
}
.nov-policy-item.col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-6.col-6.bg-icon {
    margin-bottom: 20px;
}
.nov-policy-item.col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-6.col-6 {
    margin-bottom: 20px;
    padding: 0;
}
#shopify-section-template--20088817844377__nov_img_text_ePVFP3 .title_section.text-center.subtop, 
#shopify-section-template--20092265332889__nov_img_text_ePVFP3 .title_section.text-center.subtop,
#shopify-section-template--20086153379993__nov_img_text_ePVFP3 .title_section.text-center.subtop {
    width: 100% !important;
}
    .block-text-content.position-relative.pt-20.pb-20.pt-md-50.d-flex.align-items-center.justify-content-center.w-100.h-100 {
    padding-top: 0px !important;
}
#shopify-section-template--20088817844377__nov_img_text_ePVFP3 .policy-item-content.d-flex.align-items-center {
    margin-right: 40px !important;
}
#shopify-section-template--19983824289945__main .block_text {
    width: 100% !important;
}
#shopify-section-template--19983824289945__main .title.font-700 {
    font-size: 28px !important;
}
}