/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* Remove DND section border */
.dnd-section,
.dnd-column,
.widget-span {
    border: none !important;
    box-shadow: none !important;
}
/*  For Menu bar In Home Page */

@media (min-width: 768px) {
    .header-container .custom-menu-primary.menu-right {
        margin-left: 50px !important;
    }

    .header-container .main-header-inner {
        justify-content: flex-start !important;
    }
}
/* For common footer issue */

html, body {
  height: 100%;
}

.body-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}


/* For Menu Items */

/* Increase submenu width */
.hs-menu-wrapper .hs-menu-children-wrapper {
  min-width: 280px !important;   /* increase width */
  width: auto !important;
}

/* Prevent text from breaking into multiple lines */
.hs-menu-wrapper .hs-menu-children-wrapper li a {
  white-space: nowrap !important;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.image-with-content .btn {
  display: none !important;
}

/* =========================
   HEADER MAIN CONTAINER
========================= */
/* HEADER CONTAINER */
.custom-header-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;   /* reduced from 16px */
  background-color: #001d3b !important;
}

/* Logo spacing */
.header-left {
  margin-right: 40px;
}

.header-left img {
  height: 42px;
}

/* =========================
   SEARCH WRAPPER
========================= */
.header-search-wrapper {
  display: flex;
  align-items: center;
}

/* SEARCH INPUT */
.search-input {
  width: 520px;              /* wider */
  padding: 14px 22px;        /* taller */
  border-radius: 40px;
  border: none;
  outline: none;
  font-size: 15px;
  background: #ffffff;
}

/* SEARCH BUTTON */
.search-btn {
  margin-left: 15px;
  padding: 14px 28px;        /* match input height */
  border-radius: 40px;
  border: none !important;
  cursor: pointer;
  font-weight: 600;
  background-color: #001d3b !important;
  color: #ffffff !important;
  flex-shrink: 0;
}

/* =========================
   REGISTER BUTTON
========================= */
.header-cta {
  margin-left: 30px;
}

.register-btn {
  padding: 14px 30px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  background-color: #001d3b;
  color: #ffffff;
}


.support-doc-a {
  background: #f4f6f9;
  padding: 60px 20px;
  font-family: Lato;
}

.doc-container {
  
  padding: 50px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.doc-container h1 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #1f2d3d;
}

.doc-container h2 {
  margin-top: 50px;
  font-size: 22px;
  border-bottom: 2px solid #e5e9f2;
  padding-bottom: 10px;
}

.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.doc-table th {
  background: #2f3452;
  color: #fff;
  text-align: left;
  padding: 12px;
}

.doc-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e9f2;
}

.doc-table tr:nth-child(even) {
  background: #f9fafc;
}

.nw-doc-a {
  max-width: 1100px;
  margin: 60px auto;
  padding: 40px;
  background: #ffffff;
  font-family: Lato;
  line-height: 1.7;
}

.nw-doc-a h1 {
  font-size: 34px;
  margin-bottom: 30px;
}

.nw-doc-a h2 {
  margin-top: 50px;
  font-size: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.nw-doc-a h3 {
  margin-top: 30px;
  font-size: 18px;
}

.nw-doc-a ul {
  margin-left: 20px;
}

.nw-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
}

.nw-table th,
.nw-table td {
  border: 1px solid #dcdcdc;
  padding: 12px;
  vertical-align: top;
}

.nw-table th {
  font-weight: 600;
}

.support-content {
    
    margin: 0 auto;
   
    box-sizing: border-box;
    font-family: Lato;
    line-height: 1.6;
    color: #000000; !important;
  
}
body {
  color: #1f1f1f;
}
/* Headings override 
.support-content h1,
.support-content h2,
.support-content h3,
.support-content h4,
.support-content h5
{
    color: #783f04 !important;
}
*/
/* Remove theme container padding */
.support-content .page-center,
.support-content .container,
.support-content .content-wrapper,
.page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Tables */
.support-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.support-content th,
.support-content td {
    padding: 12px;
    border: 1px solid #ddd;
}

.support-content th {
    background-color: 001d3b;
    color: #FFFFFF !important; 
    font-weight: 600;
    
}



/* Fallback method (if :has is not supported) */



/* ==========================================
   PRODUCT VERSION LIFE CYCLE PAGE
========================================== */

.lifecycle-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    font-family: Lato;
    line-height: 1.6;
   /* color: #000000; */
}

/* Headings */
.lifecycle-page h1,
.lifecycle-page h2 {
  /*  color: #783f04; */
    margin-top: 40px;
}

/* Tables */
.lifecycle-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.lifecycle-page th,
.lifecycle-page td {
    border: 1px solid #c6c6c6;
    padding: 12px;
    vertical-align: top;
}

.lifecycle-page th {
    background-color: rgb(33, 94, 153);
     color: #001d3b; 
    text-align: left;
}

/* Responsive */
@media (max-width: 992px) {
    .lifecycle-page table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Remove Ladder layout spacing only for lifecycle page */

.row-fluid-wrapper:has(.lifecycle-page),
.row-fluid:has(.lifecycle-page) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===============================
   Warranty and Replacement Page
   =============================== */

.nw-warranty {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 40px;
  font-size: 14px;
 /* color: #000000; */
  line-height: 1.6;
  font-family: Lato;
}

.nw-warranty h1 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.nw-warranty h2 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.nw-warranty p {
  margin-bottom: 15px;
}

.nw-warranty ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.nw-warranty li {
  margin-bottom: 8px;
}

.nw-warranty a {
 /* color: #0a58ca; */
  text-decoration: none;
}

.nw-warranty a:hover {
  text-decoration: underline;
}

.nw-warranty-note {
  margin: 30px 0;
  padding: 15px 20px;
  background-color: #f2f2f2;
  border-left: 5px solid #123B79;
  border-radius: 6px;
}




/* ===== FOOTER MAIN ===== */


/* MAIN FOOTER */


/* REMOVE LADDER EXTRA HEIGHT */
.footer-section,
.footer-column-wrapper,
.custom-fullwidth {
  padding: 0 !important;
}

/* CONTAINER */
.nw-footer {
  background: #001d3b !important; /* Background color */
  padding: 0 40px !important;
  color: #FFFFFF !important; /* White text color */
  height: 115px !important; 
  align-items: center;
  display: flex;
}

.nw-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nw-footer-left {
  display: flex;
  justify-content: space-between;
  width: 45%;
  font-weight: bold;
}

.footer-col-1, .footer-col-2 {
  width: 50%;
}

.footer-col-2 a {
  display: block; /* Ensures links appear on separate lines */
  margin-bottom: 8px; /* Optional: adds spacing between the links */
}

.nw-footer-left a, .nw-footer-social a {
  text-decoration: none;
  font-size: 14px;
  color: white !important; /* Ensure text inside links is white */
}

.nw-footer-right {
  text-align: right;
}

.nw-footer-logo {
  height: 36px;
  margin-bottom: 10px;
  margin-top: 7px;
}

.nw-footer-social {
  margin-bottom: 12px;
  margin-right: 60px;
  font-weight: bold;
}

.nw-footer-social a {
  margin-left: 15px;
}

.nw-footer-copy {
  font-size: 13px;
  font-weight: bold;
}

/* Social icon size control */
.social-icon {
  width: 24px;  /* Set the size of the icon */
  height: 24px; /* Set the size of the icon */
  object-fit: contain; /* Ensure the image fits well without distortion */
}

/* Override Ladder theme footer spacing */
footer.footer,
.footer-section,
.footer-column-wrapper,
.footer-row,
.footer-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
}

/* Education FAQ Starts here */

.education-faq {
  background-color: #f8f9fb;
  padding: 60px 0px;
  
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-page-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #001d3b;
}

.faq-item {
 /* background: #ffffff;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); 
  transition: all 0.3s ease; */
  color: #1f1f1f;
  margin-bottom: 40px;
}

.faq-item h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: 001d3b;
}

.faq-item h4 {
  
  color: #0c5394;
}

.faq-item p {
  font-size: 16px;
  line-height: 1.7;
  color:001d3b;
  margin: 0;
}

.faq-item a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}

.faq-item a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .faq-page-title {
    font-size: 28px;
  }

  .faq-item {
   /* padding: 20px; */
  }

  .faq-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: 001d3b;
}
}

/* ================================
    Instructor Led Training Page Styles
   ================================ */

/* PAGE WRAPPER */
.nw-training-page {
  font-family: "Just", Arial, sans-serif;
  color: #1f1f1f;
 /* max-width: 1100px; */
  margin: 40px auto;
  padding: 0 20px;
}

/* HEADINGS */
.nw-training-page h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1f1f1f;
}

/* PARAGRAPHS */
.nw-training-page p {
  font-size: 14px;
  margin-bottom: 12px;
}

.nw-training-page .note {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* TABLE WRAPPER */
.table-wrapper {
  overflow-x: auto;
}

/* TABLE */
.training-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  background: #ffffff;
}

/* TABLE HEADERS (Section Titles) */
.training-table .section-header th {
  background-color: #001d3b;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
}

/* TABLE CELLS */
.training-table td {
  border: 1px solid #dcdcdc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

/* FIRST COLUMN (Course Level) */
.training-table td:first-child {
  font-weight: 500;
  background-color: #f7f9fc;
}

/* ROW HOVER EFFECT */
.training-table tr:hover td {
  background-color: #f2f6fb;
  transition: 0.2s ease;
}


/* ============================= */
/* NEW PRODUCT READINESS PAGE   */
/* ============================= */

.npr-training-page {
  font-family: just;
  color: #1f1f1f;
  font-size: 14px;
  padding: 40px 60px;
  line-height: 1.7;
}

.npr-training-page h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.npr-training-page p {
  margin-bottom: 30px;
  max-width: 900px;
}

.npr-table {
  width: 85%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #ffffff;
  border: none !important;
}

.npr-table tr {
  border: none !important;
}

.npr-table td {
  padding: 8px 15px;   /* top/bottom 12px, left/right 18px */
  vertical-align: top;
  border: none !important;
}


.npr-table th {
  border: none !important;
}


.npr-table tr:hover {
  background-color: #f9f9f9;
}

/* Styled Training Links */
.npr-table a {
  display: inline-block;
  margin-top: 6px;
  color: #001d3b;
  text-decoration: none;
  font-weight: 500;
}

.npr-table a:hover {
  text-decoration: underline;
}
/* On-Demand Virtual Training starts here */

.odvl-page {
  font-family: just;
  font-size: 14px;
  color: #1f1f1f;
  padding: 40px 60px;
  line-height: 1.7;
}

.odvl-page h4 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.odvl-page p {
  margin-bottom: 20px;
}

.odvl-list {
  margin-left: 20px;
  margin-bottom: 25px;
}

.odvl-list ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.odvl-image {
 /* text-align: center; */
  margin: 25px 0;
}

.odvl-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* TABLE */

.odvl-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  background: #ffffff;
}

.odvl-table th {
  background-color: #001d3b;
  color: #ffffff;
  padding: 14px;
  text-align: left;
  font-weight: 500;
}

.odvl-table td {
  padding: 18px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}

.odvl-table tr:hover {
  background-color: #f9f9f9;
}




/* ======================================
   Additional Training Page – Final CSS
   Ladder Safe – No Layout Control
====================================== */

.training-container {
    font-family: 'Just', sans-serif;
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1.6;
}

/* H4 – Standard Heading */
.training-container h4 {
    font-family: 'Just', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 15px 0 10px 0;
}

/* Paragraph */
.training-container p {
    margin: 8px 0;
}

/* Lists */
.training-container ul {
    margin: 8px 0 8px 18px;
}

.training-container li {
    margin-bottom: 6px;
}

/* Tables */
.training-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.training-container table th,
.training-container table td {
    border: 1px solid #d6d6d6;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

/* Images */
.training-container img {
    max-width: 100%;
    height: auto;
}

/* Hyperlink Styling */
.training-container a {
    color: #3d85c6;
    text-decoration: none;
}

.training-container a:hover {
    text-decoration: underline;
}

/* Technical Instructions Tick Layout */

.training-container .tech-instructions {
    margin-top: 15px;
}

.training-container .tech-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.training-container .tech-item img {
    width: 45px;   /* adjust if needed */
    height: auto;
    margin-right: 18px;
}

.training-container .tech-item p {
    margin: 0;
    font-size: 14px;
}
/*
.training-container table th {
    background-color: #f2f2f2;
    padding: 14px;
    border: 1px solid #dddddd;
}
*/


.training-container .platform-image-wrapper {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.training-container .platform-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* or cover if you prefer */
    display: block;
}


/* Completely remove table border from rich text */
.widget-type-rich_text table {
    border: 0 !important;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
}

/* Also remove borders from cells */
.widget-type-rich_text table td,
.widget-type-rich_text table th,
.widget-type-rich_text table tbody {
    border: 0 !important;
}

/* Traing Requrest CSS */



.training-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.page-center,
.container {
    max-width: 100% !important;
}

h3 {
    color: #333;
    margin-bottom: 20px;
}

p {
    line-height: 1.6;
    color: #444;
}

ul {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
}

li {
    margin-bottom: 6px;
}

.email {
    font-weight: bold;
    color: #0056b3;
}

.important {
    background-color: #fff4e5;
    border-left: 4px solid #ff9800;
    padding: 12px;
}

.agreement {
    background-color: #f1f6ff;
    border-left: 4px solid #2a6df4;
    padding: 12px;
    font-style: italic;
}

a {
    color: #2a6df4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* Training Catalog Starts here */
.training-catalog {
    font-size: 14px;
    color: #1f1f1f;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
}

.training-catalog h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #1f1f1f;
}

.training-catalog h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1f1f1f;
}

.training-catalog p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.training-catalog ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.training-catalog li {
    margin-bottom: 6px;
}

.course-title {
    font-weight: 600;
    margin-top: 15px;
}

/* Training Awareness Page */

.training-awareness {
    font-size: 14px;
    color: #1f1f1f;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
   
}

.training-awareness h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #1f1f1f;
}

.training-awareness h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    color: #1f1f1f;
}

.training-awareness p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.training-awareness ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.training-awareness li {
    margin-bottom: 6px;
}

.training-awareness .course-title {
    font-weight: 600;
    margin-top: 18px;
}