body {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji /*{body-font-family}*/;
	font-size: 1rem /*{body-font-size}*/;
	color: #000000 /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a, .btn-link{
	color: rgba(241, 103, 34, 1) /*{link-text-colour}*/;
}	
a:hover, a:active, a:focus, .btn-link:hover{
	color: rgba(217, 93, 26, 1) /*{link-text-hover-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji /*{headers-font-family}*/;
	color: #000000 /*{headers-colour}*/;
}
.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #ffffff /*{carousel-text-colour}*/;
}
h1, .h1 {
  font-size: 2.25rem; /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 2rem; /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 1.25rem; /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 1.1rem; /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 1.1rem; /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: rgba(255, 255, 255, 1) /*{buttons | btn-default-text-colour}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-background-colour}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #ffffff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #ffffff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #ffffff /*{buttons | btn-default-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | btn-primary-text-colour}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-background-colour}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #ffffff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #ffffff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #ffffff /*{buttons | btn-danger-text-colour}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-background-colour}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #ffffff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-background-colour}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(241, 103, 34, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #ffffff /*{buttons | btn-info-text-colour}*/;
	background-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-background-colour}*/;
	border-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-background-colour-hover}*/;
	border-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-background-colour-hover}*/;
	border-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #ffffff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-background-colour-hover}*/;
	border-color: rgba(0, 0, 0, 1) /*{buttons | btn-info-border-colour-hover}*/;
}
.breadcrumb {
	background-color: rgba(255, 255, 255, 0) /*{breadcrumb-background-colour}*/;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #868686 /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #868686 /*{breadcrumb-text-colour}*/;
}
.pagination .page-link{
	color: rgba(0, 0, 0, 1) /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #eeeeee /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: rgba(241, 103, 34, 1) /*{pagination-text-colour-hover}*/;
	background-color: #f5f5f5 /*{pagination-bg-colour-hover}*/;
	border-color: rgba(238, 238, 238, 1) /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: rgba(241, 103, 34, 1) /*{pagination-text-colour-active}*/;
	background-color: rgba(238, 238, 238, 1) /*{pagination-bg-colour-active}*/;
	border-color: rgba(238, 238, 238, 1) /*{pagination-border-colour-active}*/;
}
.badge-secondary {
	background-color: #000000 /*{label-default-bg}*/;
}
.badge-primary {
	background-color: rgba(241, 103, 34, 1) /*{label-primary-bg}*/;
}
.badge-success {
	background-color: rgba(241, 103, 34, 1) /*{label-success-bg}*/;
}
.badge-info {
	background-color: rgba(241, 103, 34, 1) /*{label-info-bg}*/;
}
.badge-warning {
	color: #212529 /*{label-warning-text-colour}*/;
	background-color: #ffc107 /*{label-warning-bg}*/;
}
.badge-danger {
	background-color: rgba(241, 103, 34, 1) /*{label-danger-bg}*/;
}
.card {
	border-color: rgba(0, 0, 0, 0.125) /*{panel-border-colour}*/;
}
.card-header {
	background-color: rgba(241, 103, 34, 1) /*{panel-header-bg-colour}*/;
	border-color: rgba(0, 0, 0, 0.125) /*{panel-header-border-colour}*/;
}
.productsave {
	color: rgba(241, 103, 34, 1) /*{sale-colour}*/;
}
.wrapper-header .navbar-toggler {
	color: rgba(241, 103, 34, 1) /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar {
	background-color: #0d0d0d /*{navbar-default-bg-colour}*/;
}
.wrapper-header .navbar .navbar-nav .nav-link:not(.btn) {
	color: rgba(241, 103, 34, 1) /*{navbar-default-link-colour}*/;
}
.wrapper-header .navbar-nav .nav-link:not(.btn):hover,
.wrapper-header .navbar-nav .nav-link:not(.btn):focus {
	color: rgba(255, 144, 79, 1) /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link:not(.btn),
.wrapper-header .navbar-nav .active > .nav-link:not(.btn),
.wrapper-header .navbar-nav .nav-link:not(.btn).show, .wrapper-header .navbar-nav .nav-link:not(.btn).active{
	color: rgba(241, 103, 34, 1) /*{navbar-default-link-colour-active}*/;
}
.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: rgba(0, 0, 0, 0.15) /*{dropdown-menu-border-colour}*/;
}
.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus{
	color: #ffffff /*{dropdown-menu-link-colour-hover}*/;
	background-color: #e41736 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-active}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-active}*/;
}
   .container-2 {
            width: 100%; /* Adjust the width as needed */
            display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between columns */
    padding: 20px 0; /* 20px padding top and bottom, 0 padding left and right */
        }
        .column {
            flex: 1 1 calc(50% - 20px); /* Two columns with a bit of spacing */
            padding: 10px;
            box-sizing: border-box; /* Include padding and borders in width */
        }
        /* Media query for mobile screens */
        @media (max-width: 767px) {
            .column {
                flex: 1 1 100%; /* Make each column take full width on mobile */
                margin-bottom: 15px; /* Add some space between stacked columns */
            }
        }
        /* Container to enable horizontal scrolling */
  .scrollable-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .comparison-table {
    border-collapse: collapse;
    width: 100%;
  }
  .comparison-table th, .comparison-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    background-color: #fff; /* White background for cells */
    color: #000; /* Black text for the first column */
  }
  /* Sticky first column styles */
  .comparison-table th:first-child, .comparison-table td:first-child {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    left: 0;
    background-color: #000; /* Black background for the first column */
    color: #fff; /* White text for the first column */
    z-index: 2;
  }
  /* Ensure the table layout works well on mobile */
  @media screen and (max-width: 600px) {
    .comparison-table th, .comparison-table td {
      min-width: 120px; /* Ensures cells have enough space */
    }
  }
.section-separator td {
  background-color: #EFEFEF; /* Or any color you prefer for the separator */
  border: none; /* Removes the border for the separator row */
  text-align: left; /* Aligns the text to the right */
  font-weight: bold; /* Optional: Makes the text bold */
  padding-right: 15px; /* Adds some padding on the right for better spacing */
}
  .tick-mark {
  display: inline-block;
  background-color: #FF6633;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
.button-style {
  display: inline-block;
  background-color: #FF6633;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/* Hover effect for button */
.button-style:hover {
  background-color: #cc5529; color: #FFFFFF; /* Slightly darker shade for hover effect */
}
.container-with-shadow {
    width: 100%; /* Adjust the width as needed */
    margin: 20px auto; /* Center the container and add some margin around it */
    padding: 20px; /* Add some padding inside the container */
    background-color: #fff; /* Set the background color */
    border-radius: 10px; /* Optional: Add rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Horizontal offset, vertical offset, blur radius, and shadow color */
}
.column-with-shadow {
    flex: 1; /* Makes columns share the container space equally */
    background-color: #fff; /* Column background color */
    padding: 20px; /* Padding inside each column */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect for columns */
    border-radius: 4px; /* Optional: Adds rounded corners to columns */
    min-width: 200px; /* Minimum width for each column to prevent them from becoming too narrow */
}
.section-title-2 {
    position: relative;
    display: inline-block; /* Keeps underline only under the text */
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}
.section-title-2::after {
    content: "";
    display: block;
    width: 90%; /* Adjust to control underline length relative to text */
    max-width: 190px; /* Prevents it from being too long */
    height: 3px; /* Thickness of the line */
    background-color: #F26722; /* Brand color */
    margin: 0.5rem auto 0; /* Center it under text */
    border-radius: 2px; /* Rounded ends */
}
}
.section-title-4 {
    position: relative;
    display: inline-block; /* Keeps underline only under the text */
    margin-bottom: 2rem;
   
}
.section-title-4::after {
    content: "";
    display: block;
    width: 50%; /* Adjust to control underline length relative to text */
    height: 1px; /* Thickness of the line */
    background-color: #F16722; /* Brand color */
    margin-top: 12px;          /* space between text and line */
}
}

.section-title-3 {
  display: inline-block;       /* keeps line same width as text */
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;         /* space below line */
}

.section-title-3::after {
  content: "";
  display: block;              /* sits under the text */
  height: 1px;                 /* line thickness */
  width: 25%;                 /* match title width */
  background-color: #f16722;   /* brand color */
  margin-top: 10px;            /* space between text and line */
  opacity: 0.7;                /* lighter look */
}
h2.section-title-3,
h3.section-title-3 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

h2.section-title-3::after,
h3.section-title-3::after {
  content: "";
  display: block;
  height: 1px;
  width: 25%;
  background-color: #f16722;
  margin-top: 10px;
  opacity: 0.7;
}
.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between testimonials */
    margin: 20px 0; /* Vertical margin for the container */
}
.testimonial {
    background-color: #fefefe; /* Light background for the testimonials */
    border-left: 4px solid #FF6633; /* Accent border on the left */
    padding: 20px; /* Padding around the content */
    border-radius: 5px; /* Rounded corners for the testimonials */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
.testimonial-text {
    font-style: italic; /* Italicize the testimonial text */
    color: #333; /* Dark text color for contrast */
}
.testimonial-author {
    text-align: right; /* Align the author's name to the right */
    margin-top: 10px; /* Space above the author's name */
    font-weight: bold; /* Make the author's name bold */
    color: #FF6633; /* Use the accent color for the author's name */
}

.price-pay {
    background-color: #f16722 !important; /* brand orange */
    color: #fff !important; /* make text/icons white for contrast */
}
.price-pay::after {
  border-left-color: #f16722 !important; /* brand orange */
}
/* Change grid/list toggle buttons to brand orange */
.viewby .btn-outline-primary {
    border-color: #f16722 !important;
    color: #f16722 !important;
}
.viewby .btn-outline-primary.active,
.viewby .btn-outline-primary:hover {
    background-color: #f16722 !important;
    color: #fff !important;
}
/* Apply brand hover color to all product links */
a:hover,
.product-list a:hover,
.card-title a:hover {
    color: #ee4411 !important;
}
/* Change all footer separators (menu titles + contact titles) to brand orange */
footer h4::after,
footer h6::after {
    background-color: #f16722 !important; /* Your brand orange */
}

.nReviewsBlock {
	margin: 0 0 10px;
	min-height: 25px;
	font-size: 12px;
}
.nReviewsBlock i {
	color: rgba(242, 103, 34, 1);
}
.prodrevs {
	font-size: 12px;
}
.prodrevs i {
	color: rgba(242, 103, 34, 1);
}
.prodrevinfo-rating {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 700;
	margin-right: 5px;
}
.prodrevinfo-count {
	display: inline-block;
	vertical-align: middle;
}
.prodrevinfo-stars {
	font-size: 13px;
	color: rgba(242, 103, 34, 1);
}
.prodrevinfo-total {
	font-size: 12px;
}
.prodrev-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
}
.prodrev-name {
	margin-bottom: 15px;
}
.prodrev-det {
	margin-bottom: 20px;
}
.prodrev-date {
	text-align: right;
	font-size: 14px;
}
.prodrev-user-icon,
.prodrev-author,
.prodrev-user-stars,
.prodrev-user-badge {
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
}
.prodrev-user-icon {
	font-size: 25px;
	color: #ccc;
}
.prodrev-user-stars {
	color: rgba(242, 103, 34, 1);
	font-size: 12px;
}
/* ---------- Mobile Accordion ---------- */

.card-header .btn:not(.collapsed) {
  background-color: #f16722; /* active bg */
  color: #fff; /* active text */
}
.productsavetext {
    font-size: 0.9rem; /* smaller text */
    line-height: 1.2; /* tighter spacing */
}

.productsavetext .time {
    font-weight: bold;
    font-size: 1rem; /* slightly larger than surrounding text */
}
/* Product subtitle (Torque theme) */
.wrapper-product-title h3.text-muted[aria-label="Product Subtitle"]{
  font-size: 16px !important;   /* override Bootstrap */
  color: #333333 !important;     /* your chosen colour */
  font-weight: 600;              /* a touch bolder for legibility */
  line-height: 1.35;
  margin-top: 8px;
  margin-bottom: 10px;
}
/* ===== Desktop Product Tabs: Clean Look ===== */
.nav.nav-tabs {
  border-bottom: 1px solid #e5e5e5; /* thin underline */
  margin-bottom: 5px;
}

.nav.nav-tabs .nav-link {
  font-size: 16px;                /* smaller text */
  line-height: 1.2;
  padding: 6px 6px;              /* compact spacing */
  margin-right: 4px;
  border: 1px solid transparent;  /* reset */
  border-radius: 0;               /* square edges */
  background: transparent;
  color: #333;
  transition: all 0.2s ease;
}

/* Hover effect */
.nav.nav-tabs .nav-link:hover {
  background: #f7f7f7;     /* light grey bg */
  color: #EF6730;          /* brand hover text */
  border-color: #e5e5e5 #e5e5e5 transparent; 
}

/* Active tab */
.nav.nav-tabs .nav-link.active,
.nav.nav-tabs .nav-link[aria-selected="true"] {
  background: #EF6730;     /* brand background */
  color: #fff !important;  /* white text */
  border: 1px solid #EF6730;
  border-bottom-color: transparent; /* blend with content panel */
}


.container-3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* desktop gap between columns */
    margin: 0;
    padding: 0;
}

.column {
    flex: 1 1 calc(50% - 20px); /* two columns on desktop */
    padding: 10px;
    box-sizing: border-box;
}

/* Mobile: stack into single column */
@media (max-width: 767px) {
    .container-3 {
        gap: 15px; /* smaller gap for mobile */
    }
    .column {
        flex: 1 1 100%;
        margin-bottom: 0; /* prevent double spacing */
    }
}

/* Remove the padding that creates the big blank space before content */
.tabbable .tab-pane .card-body { padding-top: 0; }

/* Bring the tab bar a bit closer to the content */
.tabbable .nav.nav-tabs { margin-bottom: 10px; }

.clean-list {
  list-style: none;       /* remove default bullets */
  margin: 0;
  padding: 0;
}

.clean-list li {
  position: relative;
  padding-left: 1.2em;    /* space for custom bullet */
  line-height: 1.2;       /* tight line height inside each bullet */
  margin-bottom: 1.4em;   /* spacing between bullets */
}

.clean-list li::before {
  content: "▸";            /* nicer shaped bullet */
  position: absolute;
  left: 0;
  top: 0;
  color: #F16722;          /* orange bullet color */
  font-size: 1.2em;        /* adjust size as needed */
  line-height: 1.2;
}
/* Override review stars only inside the reviews widget */
#_jstl__reviews .fa-star.active {
    color: #F16722 !important; /* brand colour */
}

#_jstl__reviews .fa-star {
    color: #ccc; /* keep inactive stars grey */
}
.cols-5 {
  --gap: 16px;                         /* default gap for desktop */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--gap);
  align-items: start;
}
/* Responsive breakpoints */
@media (max-width: 992px) {
  .cols-5 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .cols-5 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .cols-5 {
    grid-template-columns: 1fr;   /* single column */
    gap: 8px;                     /* reduce gap so it looks like normal spacing */
  }
}
.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 20px;                             /* space between columns */
  padding: 20px;                         /* padding around the container */
}

.cols-3 .col {
  background: #fff;        /* optional, for testing */
  border: 1px solid #ddd;  /* optional, for testing */
  padding: 15px;           /* inner padding for each column */
  text-align: center;      /* optional */
}

/* Tablet: 2 equal columns */
@media (max-width: 768px) {
  .cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 full-width column */
@media (max-width: 480px) {
  .cols-3 {
    grid-template-columns: 1fr;
  }
}
/* Intro */
.lead { font-size: 1.05rem; margin-bottom: .75rem; }

/* Sticky brand index (pure CSS) */
.brand-index {
  position: sticky; top: 64px; z-index: 8;
  display: flex; flex-wrap: wrap; gap: .5rem;
  padding: .75rem 0; margin: .5rem 0 1rem;
  background: #fff; border-bottom: 1px solid #eee;
}
.brand-index a {
  display: inline-block; padding: .35rem .6rem; border-radius: 999px;
  border: 1px solid #ddd; text-decoration: none; font-size: .9rem; line-height: 1;
}
.brand-index a:hover { border-color: #bbb; }

/* Section headings and anchor offset (for sticky headers) */
.brand-heading { margin: 2rem 0 .5rem; scroll-margin-top: 90px; }

/* Table container: prevents layout break on mobile */
.compat-table-wrap { overflow-x: auto; }

/* Tables: clean + readable */
table.compat {
  width: 100%; border-collapse: collapse; margin: .25rem 0 1.25rem;
  font-size: .95rem;
}
table.compat thead th {
  text-align: left; background: #f8f9fa; font-weight: 600;
  border-bottom: 2px solid #e9ecef; padding: .6rem .6rem;
  position: sticky; top: 106px; /* keeps header visible while scrolling table */
  z-index: 1;
}
table.compat thead .brand-label {
  background: #fff; color: #111; font-weight: 700; font-size: 1.05rem;
  border: 0; padding: .75rem .6rem; position: static; /* don't stick the brand row */
}
table.compat tbody td {
  border-bottom: 1px solid #f0f0f0; padding: .55rem .6rem;
}
table.compat tbody tr:nth-child(odd) td { background: #fcfcfd; }

/* Highlight a section when navigated via index link (CSS-only) */
:target .brand-heading { outline: 2px solid #F16722; outline-offset: 6px; }

/* Back-to-top link */
.back-top { margin: .25rem 0 1.5rem; }
.back-top a { font-size: .9rem; text-decoration: none; }
.back-top a:hover { text-decoration: underline; }

/* Accessibility helper */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* Print: make it export-friendly */
@media print {
  .brand-index, .back-top { display: none !important; }
  .brand-heading { margin-top: 1rem; }
  table.compat thead th { position: static; }
}
.careers-hero, 
.careers-hero h1, 
.careers-hero p {
  color:#fff !important;
}
.specials-hero{
  width:100%;
  background:#0f1420;
  color:#fff;
}
.specials-hero__inner{
  padding:56px 0 64px;
}