body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}

a {
  color: var(--bs-primary);
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 50px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-primary);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

#top .dropdown-menu .dropdown-item {
  color: var(--bs-primary);
  transition: background 0.2s, color 0.2s;
}

#top .dropdown-menu .dropdown-item:hover,
#top .dropdown-menu .dropdown-item:focus {
  background: var(--bs-primary);
  color: var(--bs-secondary);
  border-radius: 6px;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 100px;
}
@media (min-width: 768px) {
  #logo {
    text-align: center;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
  background-color: var(--bs-primary);
}

/* cart */
#cart {
  margin-bottom: 10px;
  }
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: var(--bs-primary);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 8px;
  box-shadow: 2px 4px 3px #b8b8b8;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 10px 10px 10px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.667);
  border-radius: 6px;
}
#menu .dropdown-menu {
  border-radius: 6px;
  background-color: rgba(26, 25, 25, 0.879);
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

#menu .dropdown-inner ul li {
  width: 100%;
  min-width: 200px;

}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .dropdown-menu .dropdown-item {
    color: #fff !important;
  }

  #menu .dropdown-menu .dropdown-item:hover,
  #menu .dropdown-menu .dropdown-item:focus {
    color: #0075BE !important;  /* your company blue or any color you like */
    background-color: rgba(255,255,255,0.1) !important; /* subtle hover */
  }


  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  width: 100%;
  padding-top: 30px;
  background-color: var(--bs-primary);
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: var(--bs-primary);
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

:root {
  --bs-primary: #18529D;
  --bs-secondary: #F8F8F8; /* or another value you prefer */
}

.bg-primary,
.text-primary {
  background-color: #18529D !important;
  border-color: #18529D !important;
  color: #fff !important;
  font-size: 16px;
}
body.account-page .btn-primary {
  background-color: #18529D !important;
  border-color: #18529D !important;
  color: #fff !important;
  font-size: 16px;
}

a.text-primary:hover {
  color: #005f99 !important;
}

.iw-sentance {
  color: var(--bs-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.content-account-main {
  margin-bottom: 30px;
  background: #f9f9f9;
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 12px #e6e6e6;
}


.content-account1 {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.content-account1 .content1,
.content-account1 .content2 {
  flex: 1 1 240px;
  min-width: 240px;
  background: #f9f9f9;
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 12px #e6e6e6;
}
.account-button {
  width: 100%;
  background: var(--bs-primary, #007bff);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.15rem;
  margin-bottom: 18px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  font-weight: 500;
}
.account-button:hover,
.account-button:focus {
  background: oklch(41.198% 0.11362 248.991);
  color: #fff;
}

.my-account-title {
  text-align: center;
  color: var(--bs-primary); /* Company blue */
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}

input[readonly] {
  background: #f5f5f5;
  color: #888;
  cursor: not-allowed;
}

.accordion-button.custom-header {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 8px;
}
.accordion-button.custom-header:not(.collapsed) {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.1rem rgba(0,117,190,0.15);
}


#backToTop {
  display: none;                /* Show/hide with JS */
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 2000;
  background: rgb(0, 0, 0);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
  opacity: 0.85;
}

#backToTop:hover,
#backToTop:focus {
  background: white;   /* Your company blue if you want */
  color: var(--bs-primary);
  opacity: 1;
}

.company-primary {
  color: var(--bs-primary) !important;
}

.customer-details {
  font-size: 18px;
}

.content-home-section {
  margin-bottom: 30px;
  background: rgba(219, 220, 221, 0.1); /* 0.2 = 20% opacity */
  padding: 32px 24px 24px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 12px #e6e6e6;
}

.content-home-section h1, h2 {
  color: var(--bs-primary);
}


.content-home-section p {
  font-size: 14px;
}
.zoom-hover {
  transition: transform 0.3s ease;
}

.zoom-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.primary-header {
    color: var(--bs-primary);
}

.link-hover-effect {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  color: var(--bs-primary); /* Optional initial color */
}

.link-hover-effect:hover {
  transform: scale(1.03); /* slight zoom */
  color: #0056b3; /* or any color you like */
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* initial shadow */
}
.card-hover:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* stronger shadow on hover */
}


.card-img-top {
  width: 100%;        /* or a fixed px like 250px */
  height: 100%;
}


table.quote-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
}

table.quote-table thead th {
  background-color: var(--bs-primary); /* Company blue */
  color: #fff;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: bold;
}

table.quote-table tbody td {
  padding: 10px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

table.quote-table tbody tr:last-child td {
  border-bottom: 1px solid #ccc;
}

table.quote-table thead th:first-child {
  border-top-left-radius: 6px;
}

table.quote-table thead th:last-child {
  border-top-right-radius: 6px;
}

table.quote-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

table.quote-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

table.quote-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.quote-table tbody tr:hover {
  background-color: #f1f8ff;
}

/* 🎯 Reset button styles inside quote list actions */
.quote-actions .btn {
  font-size: 0.875rem !important; /* consistent size */
  padding: 6px 12px !important;
  min-width: 70px;
  line-height: 1.5;
  text-align: center;
  border-radius: 6px;
}

/* 👯 Optional: equal width for both buttons */
.quote-actions .btn {
  display: inline-block;
  width: 100px;
  margin-right: 6px;
}

  table.quote-table tfoot td {
    padding: 5px !important;
    border: none !important;
    font-weight: normal;
  }

  table.quote-table tfoot td strong {
    font-weight: bold;
    color: #151515;
  }

  table.quote-table tfoot td.text-end {
    text-align: right;
  }
  /* Remove general table border */
table.quote-table {
  border: none;
}

/* Apply outer border only to header and body */
table.quote-table thead,
table.quote-table tbody {
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

/* Optional: keep rounded top corners on thead */
table.quote-table thead th:first-child {
  border-top-left-radius: 6px;
}
table.quote-table thead th:last-child {
  border-top-right-radius: 6px;
}

/* Optional: bottom corners on tbody */
table.quote-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
table.quote-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

table.quote-table td.quote-footer-label,
table.quote-table td.quote-footer-value {
  border: 1px solid #e7e7e7 !important;
  background-color: #ffffff;
  padding: px 10px !important;
}

/* Limit width of quantity column */
table.quote-table th.quote-col-qty,
table.quote-table td.quote-col-qty {
  max-width: 100px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.availability-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  
}
.bg-green { background-color: #28a745; }
.bg-orange { background-color: #fd7e14; }
.bg-red { background-color: #dc3545; }

body {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Standard */
}


.iw-sentance {
  color: var(--bs-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .iw-sentance {
    font-size: 14px;
    max-width: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.tab-pane {
  padding-top: 20px;
}
#account-account .nav-tabs .nav-link {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem 0.75rem 0 0;
  font-weight: 600;
}

#account-account .nav-tabs .nav-link.active {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

#account-account .nav-tabs .nav-link:hover {
  background-color: rgba(24, 82, 157, 0.1);
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* Sticky Header Styling */
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bs-primary);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  min-height: 100px;
  margin-bottom: 20px;
}

.sticky-header #logo img {
  max-height: 80px;
  width: auto;
}

.sticky-header #logo a {
  filter: brightness(0) invert(1);
}

.sticky-header .company-tagline {
  color: white !important;
}

/* Professional Navigation Styling */
.professional-nav {
  background: transparent;
  border: none;
  box-shadow: none;
}

.company-tagline {
  color: var(--bs-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-link-professional {
  color: #495057;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.nav-link-professional:hover {
  color: var(--bs-primary);
  background-color: rgba(24, 82, 157, 0.1);
  text-decoration: none;
  transform: translateY(-1px);
}

.nav-link-professional.account-portal {
  background: var(--bs-primary);
  color: white;
  font-weight: 600;
}

.nav-link-professional.account-portal:hover {
  background: #0d47a1;
  color: white;
  transform: translateY(-1px);
}

.nav-link-professional.login-btn {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  font-weight: 600;
}

.nav-link-professional.login-btn:hover {
  background: var(--bs-primary);
  color: white;
}

/* Account Portal Dropdown Styling */
.dropdown-toggle::after {
  margin-left: 8px;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  min-width: 200px;
  margin-top: 8px;
}

.dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: rgba(24, 82, 157, 0.1);
  color: var(--bs-primary);
}

.dropdown-item.text-danger {
  color: #dc3545 !important;
}

.dropdown-item.text-danger:hover {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545 !important;
}

.dropdown-divider {
  margin: 8px 0;
  border-color: #e9ecef;
}

/* White styling for sticky header links */
.sticky-header .nav-link-professional {
  color: white !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.sticky-header .nav-link-professional:hover {
  color: rgba(255,255,255,0.8) !important;
  background: transparent !important;
  text-decoration: underline;
}

.sticky-header .nav-link-professional.account-portal {
  background: transparent !important;
  color: white !important;
  border: none !important;
  font-weight: 600;
}

.sticky-header .nav-link-professional.account-portal:hover {
  background: transparent !important;
  color: rgba(255,255,255,0.8) !important;
  text-decoration: underline;
}

.sticky-header .nav-link-professional.login-btn {
  border: 1px solid rgba(255,255,255,0.5) !important;
  color: white !important;
  background: transparent !important;
}

.sticky-header .nav-link-professional.login-btn:hover {
  background: rgba(255,255,255,0.1) !important;
  color: white !important;
  text-decoration: none;
}

/* Sticky header dropdown styling */
.sticky-header .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sticky-header .dropdown-toggle::after {
  color: white;
}

.phone-link {
  color: #28a745;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.phone-link:hover {
  color: #1e7e34;
  text-decoration: none;
}

.utility-nav {
  font-size: 0.9rem;
  color: #6c757d;
}

.utility-nav a {
  color: #6c757d;
  text-decoration: none;
}

.utility-nav a:hover {
  color: var(--bs-primary);
}

/* White styling for sticky header utility links */
.sticky-header .phone-link {
  color: white !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.sticky-header .phone-link:hover {
  color: rgba(255,255,255,0.8) !important;
  text-decoration: underline;
}

.sticky-header .utility-nav {
  color: rgba(255,255,255,0.9) !important;
}

.sticky-header .utility-nav a {
  color: rgba(255,255,255,0.9) !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.sticky-header .utility-nav a:hover {
  color: white !important;
  text-decoration: underline;
}

/* Welcome Section Styling */
.welcome-section {
  background: white;
  margin: 0;
  padding: 0;
}

.welcome-text {
  font-family: 'Brush Script MT', cursive, 'Lucida Handwriting', serif;
  font-size: 5rem;
  color: var(--bs-primary);
  font-weight: normal;
  margin: 0 auto;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  letter-spacing: 3px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  opacity: 0;
  animation: typewriter-reveal 3s steps(19, end) 0.5s forwards;
}

/* Centered typewriter animation */
@keyframes typewriter-reveal {
  from { 
    opacity: 1;
    width: 0;
  }
  to { 
    opacity: 1;
    width: 100%; 
  }
}

/* Style About Inox World heading to match Welcome text */
#information-information h1.text-center {
  font-family: 'Brush Script MT', cursive, 'Lucida Handwriting', serif;
  font-size: 4rem;
  color: var(--bs-primary);
  font-weight: normal;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #information-information h1.text-center {
    font-size: 3rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 576px) {
  #information-information h1.text-center {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
}

/* Company tagline styling */
.company-tagline {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .company-tagline {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .company-tagline {
    display: none;
  }
}

@media (max-width: 768px) {
  .welcome-text {
    font-size: 3.5rem;
    letter-spacing: 2px;
    animation: typewriter-reveal 3s steps(19, end) 0.5s forwards;
  }
  
  .sticky-header .d-flex:first-child {
    flex-direction: column;
    align-items: center !important;
    gap: 10px;
  }
  
  .sticky-header .d-flex:last-child {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .company-tagline {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  
  #logo {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 576px) {
  .welcome-text {
    font-size: 2.8rem;
    letter-spacing: 1px;
  }
  
  .nav-link-professional {
    font-size: 14px;
    padding: 6px 12px;
  }
  
  .phone-link {
    font-size: 14px;
  }
}

