/* Business Pages Custom Styles */

/* Logo text black */
.probootstrap-navbar .navbar-brand {
  background: none !important;
  text-indent: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .probootstrap-navbar .navbar-brand {
    font-size: 13px !important;
    max-width: 200px;
  }
}

/* Mobile: show contact info below navbar, always visible */
.probootstrap-mobile-contact {
  display: none;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 8px 0;
}

.probootstrap-mobile-contact span {
  display: block;
  font-size: 13px;
  color: #333;
  padding: 2px 15px;
}

.probootstrap-mobile-contact span i {
  margin-right: 8px;
  color: #ff6600;
}

@media screen and (max-width: 768px) {
  .probootstrap-mobile-contact {
    display: block;
  }
  /* Hide top quick-contact bar on mobile */
  .probootstrap-header-top {
    display: none !important;
  }
  /* Hide btn-more toggle */
  .probootstrap-navbar .btn-more {
    display: none !important;
  }
}

/* Service Items */
.probootstrap-service-item {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.probootstrap-service-item:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}

.service-icon {
  font-size: 48px;
  color: #ff6600;
  margin-bottom: 20px;
}

.probootstrap-service-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.probootstrap-service-item ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.probootstrap-service-item ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.probootstrap-service-item ul li:last-child {
  border-bottom: none;
}

/* Brand Items */
.probootstrap-brand-item {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.probootstrap-brand-item:hover {
  background: #ff6600;
  color: #fff;
}

.probootstrap-brand-item h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* Contact Info Box */
.probootstrap-contact-info-box {
  background: #ff6600;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.probootstrap-contact-info-box h4 {
  color: #fff;
  margin-bottom: 15px;
}

.probootstrap-contact-info-box p {
  margin: 10px 0;
}

.probootstrap-contact-info-box i {
  margin-right: 10px;
}

/* CTA Inline */
.probootstrap-cta-inline {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  margin-top: 40px;
}

.probootstrap-cta-inline h3 {
  margin-bottom: 20px;
  color: #333;
}

/* Counter Section */
.probootstrap-counter-wrap {
  padding: 20px;
}

.probootstrap-counter-wrap .probootstrap-icon {
  font-size: 48px;
  color: #ff6600;
  margin-bottom: 15px;
}

.probootstrap-counter {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  display: block;
}

.probootstrap-counter-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Service Left Icon */
.service.left-icon {
  margin-bottom: 30px;
}

.service.left-icon .icon {
  float: left;
  width: 50px;
  height: 50px;
  background: #ff6600;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-right: 20px;
}

.service.left-icon .text {
  overflow: hidden;
}

.service.left-icon .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

/* Slider Sub Heading */
.probootstrap-sub-heading {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  opacity: 0.9;
}

/* Tab Section */
.probootstrap-tab-section {
  padding: 60px 0 0 0;
}

.probootstrap-tabs {
  margin-top: 30px;
}

.probootstrap-tabs li {
  display: inline-block;
}

.probootstrap-tabs li a {
  padding: 15px 30px;
  background: rgba(255,255,255,0.9);
  color: #333;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
}

.probootstrap-tabs li.active a {
  background: #fff;
  color: #ff6600;
}

/* Footer Social */
.probootstrap-footer-social {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.probootstrap-footer-social li {
  display: inline-block;
  margin-right: 10px;
}

.probootstrap-footer-social li a {
  width: 36px;
  height: 36px;
  background: #ff6600;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  transition: all 0.3s ease;
}

.probootstrap-footer-social li a:hover {
  background: #fff;
  color: #ff6600;
}

/* Responsive */
@media (max-width: 768px) {
  .probootstrap-service-item {
    padding: 20px;
  }
  
  .service-icon {
    font-size: 36px;
  }
  
  .probootstrap-counter {
    font-size: 32px;
  }
  
  .probootstrap-tabs li a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
