html {
  font-size: 14px;
}

:root {
  --bs-primary: #ff7a00;
  --bs-primary-rgb: 255, 122, 0;
  --bs-link-color: #ff7a00;
  --bs-link-hover-color: #e66b00;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a {
  color: var(--bs-link-color);
}

a:hover,
a:focus {
  color: var(--bs-link-hover-color);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(255, 122, 0, 0.25);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.product-hero {
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 100%);
}

.product-hero .eyebrow {
  letter-spacing: 0.15em;
  font-size: 0.85rem;
}

.product-hero h1 {
  font-size: clamp(2.25rem, 2.7vw, 3.5rem);
}

.product-hero .hero-actions .btn {
  min-width: 170px;
}

.category-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(20, 60, 120, 0.12);
}

.featured-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(18, 66, 127, 0.12);
}

.product-detail-page .breadcrumb {
  background: transparent;
  padding: 0;
}

.product-summary ul {
  list-style: none;
  padding: 0;
}

.product-summary ul li {
  margin-bottom: 0.75rem;
}

.product-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  color: #253858;
}

.product-tabs .nav-tabs .nav-link.active {
  border-bottom-color: #ff7a00;
}

.product-tabs .nav-tabs .nav-link:hover {
  color: #ff7a00;
}

.btn-request-quote, .btn-outline-primary, .btn-outline-success {
  border-color: #ff7a00;
  color: #ff7a00;
}

.btn-request-quote:hover, .btn-outline-primary:hover, .btn-outline-success:hover {
  background-color: #e66b00;
  border-color: #e66b00;
  color: white;
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .product-hero .hero-actions {
    flex-direction: column;
  }
}

.home-hero {
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.home-hero .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.category-card,
.benefit-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover,
.benefit-card:hover,
.featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(255, 122, 0, 0.12);
}

.category-card img,
.featured-card img {
  max-width: 100%;
  height: auto;
}

.category-card h5,
.featured-card h5 {
  margin-top: 1rem;
  font-size: 1.05rem;
}

.benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.home-cta {
  background: linear-gradient(135deg, #ff7a00 0%, #ffb347 100%);
}

.home-cta .btn-light {
  min-width: 190px;
}

.hero-visual {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .home-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.contact-hero {
  background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

.contact-hero .eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Custom Radio Button Styles */
.form-check-input[type="radio"] {
  display: none;
}

.form-check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 500;
  color: #495057;
  transition: color 0.2s ease;
}

.form-check-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #dee2e6;
  border-radius: 50%;
  background: white;
  transition: all 0.2s ease;
}

.form-check-label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7a00;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.form-check-input[type="radio"]:checked + .form-check-label::before {
  border-color: #ff7a00;
  background: #fff5f0;
}

.form-check-input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
}

.form-check-input[type="radio"]:focus + .form-check-label::before {
  box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.25);
}

.form-check-label:hover::before {
  border-color: #ff7a00;
  transform: translateY(-50%) scale(1.05);
}

.form-check {
  margin-bottom: 0.5rem;
}

.contact-hero-card {
  border: 1px solid rgba(255, 122, 0, 0.12);
}

.contact-main .contact-info,
.contact-main .contact-form-card,
.info-card,
.privacy-card,
.privacy-sidebar,
.privacy-contact {
  border: 1px solid rgba(255, 122, 0, 0.08);
}

.contact-info h2,
.contact-form-card h2,
.privacy-card h2,
.privacy-sidebar h3,
.privacy-contact h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact-info p,
.contact-meta p,
.privacy-card p,
.privacy-sidebar p,
.privacy-contact p {
  color: #556680;
}

.contact-main .form-control {
  border-radius: 0.85rem;
}

.contact-main .btn-primary {
  padding: 0.95rem 1.6rem;
}

.contact-footer .info-card {
  min-height: 200px;
}

.privacy-hero {
  padding-bottom: 4rem;
}

.privacy-hero .eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.privacy-card ul,
.privacy-sidebar ul {
  padding-left: 1.2rem;
}

.privacy-card li,
.privacy-sidebar li {
  margin-bottom: 0.75rem;
}

.privacy-sidebar li::marker {
  color: #ff7a00;
}

@media (max-width: 767.98px) {
  .contact-main,
  .privacy-content {
    flex-direction: column;
  }
}

.btn-primary {
  color: #fff;
  background-color: #ff7a00;
  border-color: #ff7a00;
}

.navbar-orange {
  background: linear-gradient(135deg, #fff4e0 0%, #ffe1c2 100%);
  border-bottom: none;
  box-shadow: 0 14px 40px rgba(255, 122, 0, 0.14);
}

.navbar-orange .navbar-brand,
.navbar-orange .nav-link {
  color: #333;
}

.navbar-orange .nav-link:hover,
.navbar-orange .nav-link:focus {
  color: #e66b00;
}

.footer-orange {
  background: linear-gradient(180deg, #fff6ef 0%, #ffe8d6 100%);
  box-shadow: 0 -10px 35px rgba(255, 122, 0, 0.14);
  border-top: none;
  color: #495057;
}

.footer-orange a {
  color: #ff7a00;
}

.footer-orange a:hover,
.footer-orange a:focus {
  color: #e66b00;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #e66b00;
  border-color: #e66b00;
}

.text-primary {
  color: var(--bs-primary) !important;
}

/* About Page Styles */
.about-hero {
  background: linear-gradient(180deg, #f0f8ff 0%, #ffffff 100%);
}

.about-hero .eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.about-stats .stat-number {
  color: #ff7a00;
}

.about-stats .stat-label {
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.value-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(20, 60, 120, 0.12);
}

.value-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.team-member {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-member:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(20, 60, 120, 0.12);
}

.team-member img {
  border: 4px solid #f8f9fa;
}

img.img-fluid.rounded-4 {
    border-radius: 10% !important;
}