body {
  margin: 0;
  padding: 0;
  font-family: Kanit, sans-serif !important;
}
.MuiBreadcrumbs-ol, .main-header, .exclusive-offer-wrapper, .footerMain , .footerSections, .subFooter, .copyrightWrapper, .temp-offer-wrapper{display: none!important;}

.main-toolkit { background: url(https://static.globalindustrial.com/site42/htmlsection/pilot5/top-ac-form/download-kit/smarter-campus-spend/toolkit-bg.png) center;}
.main-noise {background: url(https://static.globalindustrial.com/site42/htmlsection/pilot5/top-ac-form/download-kit/noise-hazards/noise-bg.webp) no-repeat top; background-size: 100%;}
.main-gloves {background: url(https://static.globalindustrial.com/site42/htmlsection/pilot5/top-ac-form/download-kit/gloves-buying-guide/gloves-bg.webp) no-repeat top; background-size: 100%;}
.main-header, .main-noise, .main-gloves {  height: auto; position: relative;}
.bg-split {display: flex;}
.blue-bg {width: 75%; background-color: rgb(0, 45, 80, 0.9); color: #ffffff; position: relative;}
.grey-bg {width: 25%; background-color: rgb(245, 245, 245, 0.8);}
.toolkit-left {width: 70%;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.toolkit-left .gic-logo {width: fit-content;}
.toolkit-left h4, .toolkit-left h2 {text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.toolkit-left h4, .toolkit-left h2, .list-right h6 {font-weight: 800;}
.toolkit-left h4 {color: #ACE0FF; font-size: 33px; margin-bottom: 0; margin-top: 20px;}
.toolkit-left h2 {font-size: 56px; line-height: 1; margin-top: 10px;margin-bottom: 30px; letter-spacing: 3%;color: #ffffff; text-transform: uppercase;}
.toolkit-left p {padding-bottom: 10px;}
.toolkit-left .edu-divider {
    margin: 25px 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.feature {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    padding-top: 1em;
}
.list-right h6 {font-size: 18px; margin-top: 0; color: #ffffff; margin-bottom: 20px;}

.list-right ul {list-style: none; position: relative;}
.list-right li::before {background: url(https://images-global-qa-web.geccdn.net/qa-gec-us-web/site42/htmlsection/Pilot-5/workbook/tick.svg) no-repeat;}
.list-right li:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 2em;
    height: 2em;
}
.list-right li {padding-bottom: 15px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 2em;}
.list-right ul li::marker {vertical-align: middle;}

.form-right { position: absolute;
    right: 10%;
    top: 15%;
    z-index: 3;
    width: 500px;
    background: #ffffff;
    padding: 10px 0 0px;
    border-radius: 6px;
    overflow: hidden;
}
.toolkit-form {  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25); padding-bottom: 40px;}
input[type="checkbox" i] { vertical-align: middle;}
.toolkit-form, .ty-popup p, .ty-popup h6, .step-links { padding-left: 25px; padding-right: 25px; }
.toolkit-form h3 {text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.input-box { position: relative; }

/* Hide actual placeholder */

.placeholder-text {
    position: absolute;
    left: 12px;
    top: 35%;
    transform: translateY(-50%);
    color: #424C5B;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    pointer-events: none;
    transition: 0.2s;
}
.placeholder-text .required { color: red; }
/* Hide custom placeholder when typing */
.input-box input:valid + .placeholder-text { display: none;}
.input-field {
    width: 100%;
    outline: none;
    border: 1px solid #BCBEC0;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    margin-bottom: 20px;
    color: #424C5B;
}
.input-field::placeholder {
    color: #424C5B;
    opacity: 1;
}
.input-field::-webkit-input-placeholder {
    color: #424C5B;
    opacity: 1;
}
.input-field::-moz-placeholder {
    color: #424C5B;
    opacity: 1;
}

.input-field:-ms-input-placeholder {
    color: #424C5B;
}
.input-field::-ms-input-placeholder { color: #424C5B;}
.sub-note {
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    margin-top: 3em;
}
.subscribe-deals {font-size: 14px; color: #212934; font-weight: 300;}
.submit-btn {
    width: 100%;
    padding: 10px 50px;
    background-color: #D41E3D;
    color: #fff;
    font-size: 16px;
    font-family: Kanit, sans-serif !important;
    font-weight: 600;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
}
.submit-btn img {vertical-align: bottom;}
.form-copyrgt {background-color: #212934;
padding: 5px; text-align: center;}
.form-copyrgt h6 {color: #ffffff; font-size: 14px; font-weight: 300; margin: 15px auto;}

/* Thank you css */
.thank-you-message { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0 25px;
    background: white;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    opacity: 0;
}
.thank-you-message.slide-up {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 25px;
}
.ty-popup {background: #fff;
    text-align: center; }
.ty-heading {position: relative;}
.ty-logo {padding-bottom: 15px;}
.ty-heading img {width: 100%;}
.ty-popup h5 {font-size: 32px; font-weight: 800; color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    bottom: 0;}
.ty-popup p {font-size: 18px; line-height: 26px; text-align: left; padding-top: 15px;}
.hr-line .text { font-size: 12px; line-height: 16px; letter-spacing: 3.6px;  font-weight: 800; padding: 25px 20px;}
.hr-line {
    display: flex;
    align-items: center;
    text-align: center;
    width: 88%; 
    margin: auto;
  }

  .line {
    flex: 1;
    height: 1px;
    background-color: #C1C7D0; 
  }
.ty-popup .submit-btn img { margin-right: 8px;  margin-bottom: 2px;}
.ty-popup .submit-btn {width: 90%;}
.step-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .step-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #F3F3F8;
      border-radius: 6px;
      padding: 16px 18px;
      text-decoration: none;
      outline: none;
      color: #212934;
      transition: background 0.18s ease, box-shadow 0.18s ease;
      cursor: pointer;
    }
 
    .step-item:hover {
      background: #e2e6ed;
      box-shadow: 0 2px 8px rgba(13,45,94,0.10);
    }
 
    .step-item-left {
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .step-icon {
      width: 28px;
      height: 28px;
      flex-shrink: 0;
      color: #212934;
    } 
    .step-label {
      font-size: 15px;
      font-weight: 600;
      color: #212934;
      letter-spacing: 0.01em;
    }
    .step-arrow {
      width: 20px;
      height: 20px;
      color: #212934;
      flex-shrink: 0;
      transition: transform 0.18s ease;
    }
    .step-item:hover .step-arrow {transform: translateX(3px); }

  /* Responsive CSS */
  @media screen and (min-width:1920px) {
    .form-right { right: 15% !important;}
    .toolkit-left { margin: auto;}
    .toolkit-left .edu-divider {width: 70% !important;}
}
 @media screen and (min-width:1750px) {
    .form-right { right: 12%;}
    .toolkit-left { margin: auto;}
    .toolkit-left .edu-divider {width: 90%;}
}
    @media screen and (max-width:1024px) {     
        .main-toolkit, .main-noise, .main-gloves {background: none;}
        .main-toolkit .blue-bg {background:linear-gradient(rgb(0, 45, 80, 0.9)), url(https://images-global-qa-web.geccdn.net/qa-gec-us-web/site42/htmlsection/Pilot-5/workbook/toolkit-bg.png) center;}
        .main-noise .blue-bg {background:linear-gradient(rgb(0, 45, 80, 0.9)), url(https://static.globalindustrial.com/site42/htmlsection/pilot5/top-ac-form/download-kit/noise-hazards/noise-bg.webp) center;}
        .bg-split {display: block;}
        .blue-bg, .grey-bg, .toolkit-left{  width: 100%; }
        .toolkit-left { padding: 50px 80px 245px; 
            display: block; }
        .form-right {position: relative; transform: none; margin:-12em auto 6em; width: 83%; right: 0; left: 0;}
    }

    @media screen and (max-width:768px) {
        .toolkit-left { padding: 50px 45px 245px; }
         .form-right { width: 86%;}
    }
    @media screen and (min-width:768px) {
      .mob-show {display: none;}  
    }
    @media screen and (max-width:767px) {
        .mob-hide {display: none;}
        .toolkit-left .gic-logo { margin: 0 auto; display: block; }
        .toolkit-left {  padding: 30px 20px 238px; }
        .toolkit-left p { padding-bottom: 0;}
        .toolkit-left h4 {font-size: 21px;}
        .toolkit-left h2 { margin-top: 0; margin-bottom: 15px;font-size: 39px;}
        .toolkit-form h3 {font-size: 14px; margin-top: 0;}
        .subscribe-deals { font-size: 12px;}
        .form-right {margin:-14em auto 0em; width: 90%;}
        .toolkit-form {
            padding-left: 20px;
            padding-right: 20px;
        }
        .toolkit-left .edu-divider {margin: 25px 0 20px;}
        .ty-popup p {font-size: 16px; line-height: 24px;}
        .step-links {padding-left: 0; padding-right: 0; margin: auto; width: 90%;}
        .sub-note {  margin-top: 1em;}
        .form-copyrgt h6 {font-size: 10px;}
        .feature.mob-show  {padding: 2em 1em 1em;}
        .feature.mob-show .list-right h6 {color: #212934; font-size: 14px;}
        .list-right ul { padding-left: 27px;}
        .list-right li {font-size: 12px; line-height: 17px;}
        .list-right li::before {background-size: 17px;}
       .feature.mob-show .list-right li {padding-left: 0;}
       .ty-popup h5 {
            font-size: 28px;
            top: -30px;}
    }

  
