/*
Theme Name: The Duratrac Group
Theme URI: https://www.theduratracgroup.com
Template: Divi
Author: Glimmernet Technologies
Author URI: https://www.glimmernet.com
Version: 4.27.4.1744203763
Updated: 2025-04-09 09:02:43

*/

/* Footer Main */
footer {
    background: #1a1a1a;
}

/* Footer Logo */
/*footer .et_pb_image img {
    max-width: 200px;
}*/

/* Footer Tagline Text */
footer .et_pb_text p {
    color: rgba(255, 255, 255);
    font-size: 15px;
    /*line-height: 1.7;*/
}

footer .et_pb_text_inner {
    color: rgba(255, 255, 255);
    font-size: 15px;
    /*line-height: 1.7;*/
}

/* Footer Column Headers */
footer h4,
footer .et_pb_module_header {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
	margin-top:15px;
}

/* Footer Links */
footer a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

footer a:hover {
    color: #ffffff;
}

/* Footer Bottom Bar */
footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    margin-top: 48px;
}

footer .footer-bottom p,
footer .footer-bottom span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

footer .footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

footer .footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.8);
}

/* Remove bullet points from footer lists */
footer ul {
    list-style: none !important;
    padding-left: 0 !important;
}

footer li {
    margin-bottom: 12px;
}

/* Breadcrumb Container */
.et_pb_module.dmpro_breadcrumbs ul {
    padding-left: 0 !important;
    gap: 8px;
}

/* Breadcrumb Items */
.dmpro-breadcrumb-item a,
.dmpro-breadcrumb-item span {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}

.dmpro-breadcrumb-item a:hover {
    color: #1a5a6e;
}

/* Current Page (last item) */
.dmpro-breadcrumb-item:last-child span,
.dmpro-breadcrumb-item:last-child a {
    color: #1a1a1a;
    font-weight: 500;
}

/* Global Heading Styles */
h1 {
    font-family: 'IBM Plex Serif', Georgia, serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 12px;
}

h2 {
    font-family: 'IBM Plex Serif', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 16px;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 12px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 8px;
}

h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 8px;
}

h6 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 12px;
}

/* Product Gallery - add class 'tdg-gallery-column' to Column */
.tdg-gallery-column {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

/* Main image - full width */
.tdg-gallery-column .et_pb_image:first-child {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Thumbnails - 4 in a row */
.tdg-gallery-column .et_pb_image:not(:first-child) {
    width: calc(25% - 9px) !important;
    margin-bottom: 0 !important;
}

.tdg-gallery-column .et_pb_image:not(:first-child) .et_pb_image_wrap {
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s;
    cursor: pointer;
}

.tdg-gallery-column .et_pb_image:not(:first-child) .et_pb_image_wrap:hover {
    border-color: #1a5a6e;
}

.tdg-gallery-column .et_pb_image:not(:first-child) .et_pb_image_wrap img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    .tdg-gallery-column .et_pb_image:not(:first-child) {
        width: calc(50% - 6px) !important;
    }
}

/* Feature Blurbs 2x2 Grid - add class 'tdg-feature-blurbs' to Column */
.tdg-feature-blurbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.tdg-feature-blurbs .et_pb_blurb {
    width: calc(50% - 8px) !important;
    margin-bottom: 0 !important;
}

/* Reset Multi Button module */
.tdg-feature-blurbs .dmpro_button_grid {
    width: 100% !important;
    flex-shrink: 0 !important;
}

.tdg-feature-blurbs .dmpro-button-grid-container {
    display: flex !important;
    gap: 16px !important;
}

@media (max-width: 600px) {
    .tdg-feature-blurbs .et_pb_blurb {
        width: 100% !important;
    }
}

/* Eyebrow Text */
.tdg-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a5a6e;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

/* Eyebrow Text - Light (for dark backgrounds) */
.tdg-eyebrow-light {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    /*color: #becf42;*/
	color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

/* Tagline Text */
.tdg-tagline {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 24px;
}

/* Certification Tags - add class 'tdg-cert-tags' to Text Module */
.et_pb_text.tdg-cert-tags ul {
    list-style: none !important;
    list-style-position: inside !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px;
}

.et_pb_text.tdg-cert-tags ul li {
    font-size: 13px;
    padding: 8px 12px !important;
    background: #f3f4f6;
    border-radius: 6px;
    color: #4a4a4a;
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.et_pb_text.tdg-cert-tags ul li:before {
    content: "✓";
    color: #166534;
    font-weight: 600;
}

/* Application Tags - add class 'tdg-app-tags' to Text Module */
.et_pb_text.tdg-app-tags h4 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 12px;
}

.et_pb_text.tdg-app-tags ul {
    list-style: none !important;
    list-style-position: inside !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px;
}

.et_pb_text.tdg-app-tags ul li {
    font-size: 13px;
    padding: 6px 12px !important;
    background: #f3f4f6;
    border-radius: 4px;
    color: #4a4a4a;
    margin: 0 !important;
}

.et_pb_text.tdg-app-tags ul li:before {
    display: none !important;
}


/* Config Label Tags */
.config-label-light {
    display: inline-block;
    padding: 4px 10px;
    background: #1a5a6e;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 16px;
}

.config-label-heavy {
    display: inline-block;
    padding: 4px 10px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 16px;
}

/* Specs Grid */
.tdg-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.tdg-spec {
    padding: 12px;
    background: #f3f4f6;
    border-radius: 6px;
}

.tdg-spec .tdg-spec-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 4px;
}

.tdg-spec strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Config Note */
.tdg-config-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1a5a6e;
    margin-top: 24px;
}

.tdg-config-note:before {
    content: "ℹ";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #e0f2fe;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
}


/* Specs Table */
.tdg-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tdg-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 600px;
}

.tdg-specs-table th {
    text-align: left;
    padding: 16px 20px;
    background: #f3f4f6;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 2px solid #e5e7eb;
}

.tdg-specs-table th:first-child {
    border-radius: 8px 0 0 0;
}

.tdg-specs-table th:last-child {
    border-radius: 0 8px 0 0;
}

.tdg-specs-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e7eb;
    color: #4a4a4a;
}

.tdg-specs-table tr:last-child td {
    border-bottom: none;
}

.tdg-specs-table td:first-child {
    font-weight: 500;
    color: #1a1a1a;
}


/* 2x2 Blurb Grid - add class 'tdg-blurb-grid' to Column */
.tdg-blurb-grid .et_pb_text {
    grid-column: span 2;
}

.tdg-blurb-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
}

.tdg-blurb-grid .et_pb_blurb {
    margin-bottom: 0 !important;
}

@media (max-width: 600px) {
    .tdg-blurb-grid {
        grid-template-columns: 1fr !important;
    }
    
    .tdg-blurb-grid .et_pb_text {
        grid-column: span 1;
    }
}


/* "Learn More >>" link styling in Works Great With section */
.et_pb_blurb_25 .et_pb_blurb_description a,
.et_pb_blurb_26 .et_pb_blurb_description a {
    color: #1a5a6e;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.et_pb_blurb_25 .et_pb_blurb_description a:hover,
.et_pb_blurb_26 .et_pb_blurb_description a:hover {
    color: #0d3d4a;
}

/* "Download PDF" styling in Documentation section */
.et_pb_blurb_13 .et_pb_blurb_description a,
.et_pb_blurb_14 .et_pb_blurb_description a,
.et_pb_blurb_15 .et_pb_blurb_description a,
.et_pb_blurb_16 .et_pb_blurb_description a {
    color: #d4b078;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

/* Documentation section cards */
.tdg-doc-card .et_pb_blurb_description a,
.tdg-doc-card .et_pb_blurb_description p a {
    color: #d4b078;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.tdg-doc-card .et_pb_blurb_description a:hover,
.tdg-doc-card .et_pb_blurb_description p a:hover {
    color: #e8c88a;
}

h1 {
    margin-bottom: 8px !important;
	 	padding-bottom: 0 !important;

}

.tdg-tagline {
    margin-bottom: 16px;
}

.et_pb_text_0 p:last-of-type {
    margin-bottom: 24px;
}


/* Tighten blurb title to description spacing */
.tdg-feature-blurbs .et_pb_blurb .et_pb_module_header {
    margin-bottom: 2px !important;
    padding-bottom: 0 !important;
}

.tdg-feature-blurbs .et_pb_blurb .et_pb_blurb_description {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.et_pb_text.tdg-app-tags h4 {
    margin-top: 24px;
}

.am-feature-block {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.am-body {
  padding: 0;
}

.am-stat {
  margin-bottom: 24px;
}

.am-stat-value {
  font-size: 48px;
  font-weight: 700;
  color: #1a5a6e;
  line-height: 1;
}

.am-stat-unit {
  font-size: 20px;
  font-weight: 600;
  color: #1a5a6e;
  margin-left: 6px;
}

.am-stat-label {
  font-size: 14px;
  color: #6b7280;
  margin-top: 8px;
}

.am-checklist {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.am-checklist li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.5;
}

.am-checklist li:last-child {
  border-bottom: none;
}

.am-check {
  color: #166534;
  font-weight: 700;
  margin-right: 10px;
}




.specs-table {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.specs-table th {
  text-align: left;
  padding: 14px 20px !important;
  background: #1a5a6e;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.specs-table td {
  padding: 14px 20px !important;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
  color: #1a1a1a;
}

.specs-table tr:last-child td {
  border-bottom: none;
}

.specs-table td:first-child {
  font-weight: 500;
  color: #4a4a4a;
  width: 40%;
}

.specs-table tr:hover {
  background: #f9fafb;
}





.frp-table {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
  border-collapse: collapse;
}

.frp-table th {
  text-align: left;
  padding: 14px 16px !important;
  background: #f3f4f6;
  font-weight: 600;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4a4a4a !important;
}

.frp-table th.frp-col {
  background: #1a5a6e;
  color: #fff !important;
}

.frp-table td {
  padding: 14px 16px !important;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
  color: #1a1a1a;
}

.frp-table tr:last-child td {
  border-bottom: none;
}

.frp-table td:first-child {
  font-weight: 500;
  color: #4a4a4a;
}

.frp-table td.frp-col {
  background: rgba(26, 90, 110, 0.05);
  font-weight: 600;
  color: #1a5a6e;
}

.frp-table td.timber-col {
  color: #6b7280;
}

.frp-winner {
  color: #166534;
  font-weight: 700;
  margin-right: 6px;
}



.specs-table {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.specs-table th {
  text-align: left;
  padding: 14px 20px !important;
  background: #1a5a6e;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.specs-table td {
  padding: 14px 20px !important;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
  color: #1a1a1a;
}

.specs-table tr:last-child td {
  border-bottom: none;
}

.specs-table td:first-child {
  font-weight: 500;
  color: #4a4a4a;
  width: 40%;
}

.specs-table tr:hover {
  background: #f9fafb;
}


/* 
  TDG Blurb Card Style
  Apply class "tdg-blurb-card" to Divi blurb modules
  Add to Divi > Theme Options > Custom CSS or child theme stylesheet
*/

.tdg-blurb-card {
  background: #f3f4f6;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tdg-blurb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.tdg-blurb-card .et_pb_blurb_container {
  padding: 24px;
}

.tdg-blurb-card .et_pb_module_header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tdg-blurb-card .et_pb_module_header a {
  color: #1a1a1a;
  text-decoration: none;
}

.tdg-blurb-card .et_pb_blurb_description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

.tdg-blurb-card .et_pb_blurb_description a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1a5a6e;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: 8px;
}

.tdg-blurb-card .et_pb_blurb_description a:hover {
  text-decoration: underline;
}


/* Blurb card on dark backgrounds - color overrides only */
.tdg-blurb-card.tdg-blurb-card-dark .et_pb_blurb_description {
    color: rgba(255, 255, 255, 0.8);
}

.tdg-blurb-card.tdg-blurb-card-dark .et_pb_module_header,
.tdg-blurb-card.tdg-blurb-card-dark .et_pb_module_header a {
    color: #FFFFFF;
}

/* Remove default Divi blurb spacing if needed */
.tdg-blurb-card .et_pb_main_blurb_image {
  margin-bottom: 0;
}

.tdg-blurb-card .et_pb_main_blurb_image img {
  display: block;
  width: 100%;
  height: auto;
}


.products-compare-table {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.products-compare-table th {
  text-align: left;
  padding: 20px 24px !important;
  background: #1a5a6e;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.products-compare-table th:first-child {
  background: #f3f4f6 !important;
  color: #4a4a4a !important;
}

.products-compare-table td {
  padding: 16px 24px !important;
  border-bottom: 1px solid #e5e7eb !important;
  font-size: 14px !important;
  color: #4a4a4a !important;
}

.products-compare-table tr:last-child td {
  border-bottom: none !important;
}

.products-compare-table td:first-child {
  font-weight: 500 !important;
  color: #1a1a1a !important;
  background: #f3f4f6 !important;
}

.products-compare-table tbody tr:hover td:not(:first-child) {
  background: rgba(26, 90, 110, 0.03);
}

#gform_submit_button_1,
.gform_button.button {
    background: #1a5a6e;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

#gform_submit_button_1:hover,
.gform_button.button:hover {
    background: #0d3d4a;
}

.et_pb_text.tdg-cert-tags h4 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 12px;
}

.dmpro_button_grid_0 .dmpro-button-grid-container {
    gap: 16px !important;
}
