.testimonial-box {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 40px;
  min-height: 120px;
}

.testimonial-box p {
  font-family: inherit;
}

.btn-main {
  background-color: #dc4405;
  border-color: #dc4405;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 3px;
  transition: all 0.3s;
}

.btn-main:hover {
  background-color: #b53804;
  color: #fff;
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.footer-logo {
  margin-bottom: 25px;
}
.footer-logo img {
  max-width: 250px;
  height: auto;
}

.footer-address {
  margin-bottom: 25px;
  font-size: 15px;
  color: #ffffff;
}

.btn-directions {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  font-size: 14px;
}
.btn-directions:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.btn-directions i {
  margin-right: 8px;
}

.footer-phone {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #dc4405;
}
.footer-phone i {
  margin-right: 12px;
  font-size: 24px;
  transform: rotate(90deg);
}
.footer-phone a {
  color: #dc4405;
  text-decoration: none;
}

.footer-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.video-wrapper {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  gap: 15px;
}
.social-links li a {
  color: #dc4405;
  font-size: 18px;
  transition: color 0.3s;
}
.social-links li a:hover {
  color: #ffffff;
}

/* Bottom Footer */
.footer-divider {
  border-top: 1px solid #333333;
  margin: 40px 0 25px 0;
}
.copyright-text {
  color: #666666;
  margin: 0;
  font-size: 13px;
}
.footer-links {
  color: #dc4405;
  text-decoration: none;
}
.footer-links:hover {
  text-decoration: underline;
}
.separator {
  margin: 0 8px;
  color: #444;
}

.banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.banner-img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: contain;
}

.app-container {
  background-color: #3a3d44;
}
@media (max-width: 767px) {
  .footer-right-col {
    align-items: flex-start;
    margin-top: 40px;
  }
  .video-wrapper {
    max-width: 100%;
  }
  .copyright-text {
    text-align: center;
    line-height: 2;
  }
}

.product-header h1 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 5px;
}

.product-subprice {
  font-size: 24px;
  color: #666;
  margin-bottom: 25px;
  font-weight: 500;
}

.product-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.product-features li {
  font-size: 16px;
  margin-bottom: 8px;
  color: #555;
}

.btn-rucker-orange {
  background-color: #ef5b25;
  color: #fff;
  border: 1px solid #ef5b25;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 2px;
}

.btn-rucker-orange:hover {
  background-color: #d14412;
  color: #fff;
}

.btn-rucker-outline {
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 2px;
}

.btn-rucker-outline:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.sidebar-box {
  background-color: #f2f2f2;
  padding: 40px 30px;
  position: relative;
  height: 100%;
}

.sidebar-box h4 {
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.sidebar-sub {
  color: #777;
  margin-bottom: 25px;
  display: block;
}

.sidebar-box p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.sidebar-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}
.sidebar-list li:first-child {
  color: #ef5b25;
}

.corner-accent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #ef5b25 transparent;
}
.corner-icon {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: white;
  font-size: 16px;
  z-index: 2;
}

.related-section {
  background-color: #000;
  padding: 40px;
}

.related-title {
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #ef5b25;
  display: inline-block;
  padding-bottom: 10px;
}

.product-card {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-details {
  padding: 20px;
  background: #fff;
}

.card-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #333;
}

.card-price {
  color: #333;
  font-size: 14px;
}

.special-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: auto;
  z-index: 10;
}

.main-img-wrapper {
  position: relative;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.sidebar-list li {
  border-bottom: 1px solid #e0e0e0;
}

.sidebar-list li a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  position: relative;
}

.sidebar-list li a:hover {
  color: #ef5b25;
  padding-left: 5px;
}

.product-card-link {
  text-decoration: none !important;
  display: block;
}

.product-card {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: block;
}

.product-card-link:hover .product-card {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.card-title,
.card-price {
  color: #333;
}

.alt-header {
  position: relative;
  background-size: cover;
  background-position: center;
}

.alt-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.alt-header header {
  position: relative;
  z-index: 2;
}

.alt-header .title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.breadcrumb-inverted {
  background: transparent;
  padding-left: 0;
}

.breadcrumb-inverted li a {
  color: #ddd;
  text-decoration: none;
}

.breadcrumb-inverted li a:hover {
  color: #fff;
}

.breadcrumb-inverted li.active {
  color: #ef5b25;
  font-weight: 600;
}
.cat-active {
  font-weight: bold;
  text-decoration: underline;
}
.cat-active:hover,
.cat-active:focus {
  color: #ef5b25;
  text-decoration: underline;
}

.cat-default {
  color: #666;
  text-decoration: none;
}
.cat-default:hover,
.cat-default:focus {
  color: #666;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content-box {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 90%;
  max-width: 700px;
  position: relative;
  border-radius: 4px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.close-modal-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  transition: color 0.3s;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
