.enquire-now-link {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.enquire-now-link:hover {
    color: white;
}
.sell-price {
    display: none;
}
/* Notice banner styling */
.notice-banner {
    background-color: #ffcc00; /* Yellow background for visibility */
    color: #333; /* Dark text for contrast */
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 5px solid #b52025; /* Orange border for emphasis */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.notice-banner p {
    margin: 0;
}

.notice-banner strong {
    color: #b52025; /* Red color for important dates and event name */
}
.mt-5 {
    margin-top:5%;
}
.mt-2 {
    margin-top:2%;
}
.pd-33 {
    padding: 33px;
}
/* Benefits Section */
.benefit-icon {
    width: 70px;
    height: auto;
    margin-right: 15px;
}
.d-flex {
    display: flex;
    align-items: center;
}

.gap-3 {
    gap: 15px; /* Controls the space between the icon and text */
}
/* Industries Section */
.industries-section {
    background-color: #f5f5f5;
    text-align: center;
}

.industry-card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.industry-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}
.overlay > p{
    text-align: center;
    font-size: 16px;
}
.industry-card:hover .overlay {
    opacity: 1;
}

.industry-label {
    background-color: #c21f1f;
    margin-top: -5%;
    text-align: center;
    width: 200px;
    color: white;
    font-weight: bold;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.industry-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px; /* Adjust based on the small parallelogram size */
    width: 25px;
    height: 100%;
    background-color: #c21f1f; /* Same as main parallelogram */
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}
.small-industry-label {
    position: absolute !important;
    margin-left: 52%;
    background-color: #c21f1f;
    margin-top: -13.5%;
    width: 55px;
    height: 50px;
    padding: 15px 25px;
    display: inline-block;
    position: relative;
    clip-path: polygon(0 0, 66% 0, 100% 100%, 33% 100%);
}
@media screen and (max-width: 950px) {
    .small-industry-label{
    display:none;
}
}
@media screen and (max-width: 1200px) {
    .small-industry-label{
    margin-left: 59%;
    margin-top: -15.5%;
}
}
.small-industry-label::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px; /* Adjust based on the small parallelogram size */
    width: 25px;
    height: 100%;
    background-color: #c21f1f; /* Same as main parallelogram */
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}

/*For Nu landing */
#node-1228 {
    position: relative;
    top: -124px;
}
.nu-header {
    background-color: #868686;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.font-color-red {
    color: #b52025 !important;
}
.nu-header-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Container */

.nu-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nu-nav li > a {
        color:#ffffff !important;
}
ul.nu-nav .leaf.last {
    background-color: #b52025;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: -15px;
}
ul.nu-nav .last>.log-out {

    background-image: url(/sites/all/themes/nordon/img/log-out.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 20px;
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 21px;
    display: block;
    margin-left: 20px;
    background-color: #b52025;
}
/* Logo */
.nu-logo {
    width: auto;
    display: block;
}

.nu-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Content section styling (add as needed) */
.nu-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
}
.nu-features {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    margin-top: 25px;
}
.nu-description {
        padding-left:50px;
        padding-right:50px;
        padding-top:40px;
}
.nu-last-des {
     padding-left: 50px;    
     padding-right: 50px;
    padding-bottom: 30px;
    padding-bottom: 20px;

}
.nu-industry {
        background-color: #e1e1e1;
            padding: 30px;
}
.nu-form {
background-color: #c21f1f;
    position: relative;
    top: -124px;
    color: #ffffff;
    box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.75), 5px 0 10px -5px rgba(0, 0, 0, 0.75); 
}
.nu-contact {
    position: relative;
    top: -124px;
    background-color: #c21f1f;
    color: #ffffff;
    margin-top: -2%;
    padding: 50px;
    text-align: center;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.75);
}

.nu-contact ul {
    list-style: none;
    margin: 0 auto;
}

.nu-contact li {
  margin: 10px 0;
}

.nu-contact a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.nu-contact a:hover {
  text-decoration: underline;
}

.nu-contact > ul > li > h3 {
        color: #ffffff !important;
}
.nu-button-wrapper {
    display: flex;
    justify-content: flex-end; /* Aligns button to the right */
    align-items: center; 
    margin: 20px 0px;
}
.nu-button-wrapper > a {
    padding: 15px;
    border-radius: 5px;
    background: #b91b38;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
.nu-button-wrapper > a:hover {
    text-decoration: underline;
}
.nu-button {
    background-color: #c21f1f;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 12px;
    border-color: #c21f1f;
    border-radius: 33px;
    border: none;
}

  .nu-cylinder-table-wrapper {
    width: 100%;
    overflow-x: auto; /* responsive horizontal scroll on small screens */
  }
  table.nu-cylinder-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    min-width: 800px; /* prevents squishing columns too much on mobile */
  }
  table.nu-cylinder-table th,
  table.nu-cylinder-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
  }

  /* Bore Size column in red */
  table.nu-cylinder-table th, table.nu-cylinder-table th:first-child,
  table.nu-cylinder-table td:first-child {
    background-color: #a40000;
    font-weight: bold;
    color:#ffffff;
  }
  table.nu-cylinder-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  .red-bullets li::marker {
          font-size: 20px;
    color: #a40000;
  }
@media screen and (min-width: 1190px) {
    .nu-section,.nu-form {
    max-width: 100%;
}
}

/* Override Bootstrap's form-control for your custom fields */
.nu-series-text-field.form-control,
.nu-series-email-field.form-control,
.nu-series-phone-field.form-control,
.nu-series-message-field.form-control {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px dotted #000 !important; /* Adjust color as needed */
    border-radius: 0 !important; /* Remove rounded corners if present */
    box-shadow: none !important; /* Remove any Bootstrap shadows */
    background-color: transparent !important; 
    color: #ffffff;

}

/* Hover/Focus states (optional) */
.nu-series-text-field.form-control:hover,
.nu-series-email-field.form-control:hover,
.nu-series-phone-field.form-control:hover,
.nu-series-text-field.form-control:focus,
.nu-series-email-field.form-control:focus,
.nu-series-phone-field.form-control:focus,
.nu-series-message-field.form-control.form-textarea:focus{
    border-color: #333 !important;
    border-bottom: 1px dotted #333 !important; /* Darker on focus/hover */
    outline: none !important; /* Remove default browser outline */
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.8) !important;
}
.nu-series-message-field {
    border-style: dotted;
}
.submitted{
    display:none;
}
#industries {
        background-color: #e1e1e1;
}
#block-webform-client-block-1229 > h2 {
    display:none;
}
#webform-client-form-1229 > div > div.form-actions > button {
        background-color: transparent !important; 
    color: #ffffff;
    border:1px solid #ffffff;

}
.node-blogs > header > h2 > a {
    line-height: 28px !important;
}
.node-readmore > a {
        margin-top: 5px;
    font-size: 16px;
}
.list-group-item {
    border-left:none !important;
    border-right:none !important;
}
.blog-header {
    text-align: center;
    font-size: 39px !important;
}
.blog-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.teaser-img img {
  width: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 20px;
}

.blog-content {
  flex: 1;
}
.top-phone { 
    background: #e1e1e1e1;
}
#header-phone {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    margin-right: -39px;
    
}
.blog-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-body {
  color: #555;
  font-size: 15px;
}

@media (max-width: 768px) {
  .blog-row {
    flex-direction: column;
  }
  .teaser-img img {
    width: 100%;
  }
}
.field-name-field-top-banner {
    margin-bottom:20px;
}
.navbar-nav>.expanded.dropdown {
    padding-top:15px !important;
}
#navbar-collapse > nav > ul > li.expanded.dropdown.open > ul > li.leaf.cart {
    display:none !important;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 40px;
}

.footer-box {
    flex: 1;
    padding: 15px;
    min-width: 180px;
    margin: 0;
}

.footer-box img {
  display: block;
  margin: 0 auto;
}

.breadcrumb {
display: none !important;
}
/* Top banner wrapper */
.page-header {
  width: 100%;
  padding: 0;
  overflow: hidden; 
}

/* Make the banner image fully responsive */
.page-header-img,
.page-header img {
  display: block;
  width: 100%;             /* scale to full width of container */
  height: auto;            /* keep aspect ratio */
}

/* Credit card form */
.credit-button {
    background-color: #c21f1f;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 12px;
    border-color: #c21f1f;
    border-radius: 5px;
    font-size: 18px;
    border: none;
}
.thank-you-page {
  padding: 40px 0;
  text-align: center;
}

.thank-you-inner {
  max-width: 700px;
  margin: 0 auto;
}

.thank-you-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.thank-you-title {
  margin-bottom: 10px;
}

.thank-you-message p {
  margin-bottom: 20px;
}

.thank-you-actions .btn {
  padding: 10px 25px;
  text-decoration: none;
}
.icon-check {
    color: green;
}






/** * NORDON LIVE SITE MATCH - LOGIN & PASSWORD RESET 
 */

/* 1. Reset container to be broad like live site */
body.path-user main[role="main"] {
    display: block !important; 
    min-height: auto !important;
    padding: 0 !important;
}

body.path-user .region-content,
body.path-user .main-container {
    max-width: 1140px !important;
    margin: 100px auto !important;
    padding: 0 15px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Tabs Styling (Log in / Request password) - Exactly like live */
body.path-user .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    display: flex;
}

body.path-user .nav-tabs .nav-item {
    margin-bottom: -1px;
}

body.path-user .nav-tabs .nav-link {
    color: #b52025; /* Nordon Red for inactive tabs */
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 15px;
    background: transparent;
}

body.path-user .nav-tabs .nav-link.active {
    color: #555; /* Grey text for active tab */
    background-color: #fff;
    border-color: #ddd #ddd #fff; /* Grey border top/sides, white bottom */
    font-weight: normal;
}

body.path-user .nav-tabs .nav-link:hover:not(.active) {
    background-color: #eee;
    border-color: #eee #eee #ddd;
}

/* 3. Form Labels & Required Asterisk */
body.path-user .form-item label {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    display: inline-block;
}

/* 4. Input Fields Broad Width */
body.path-user .form-control {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 6px 12px;
    color: #555;
    height: auto;
}

/* 5. Button Styling (Small, Left-aligned, Red) */
body.path-user #edit-submit {
    background-color: #b52025 !important;
    border-color: #a01c21 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    width: auto !important; 
    font-weight: bold;
    display: inline-block !important;
    margin-top: 10px;
    text-transform: none !important;
}

body.path-user #edit-submit:hover {
    background-color: #8c152b !important;
}

/* Remove any custom icons we added earlier */
body.path-user #edit-submit::before {
    content: none !important;
}