.jbpeb-heading {color: #ff6d00; font-weight: 600;font-size:22px;}
.lead{font-size:14px;}

.jbpeb-about-section {
  background-color: #f8f9fa;
}

.jbpeb-heading {
  font-size: 22px;
  font-weight: 600;
  color: #0b2041; /* Dark blue */
}

.jbpeb-paragraph {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.jbpeb-about-image {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.jbpeb-heading {
  font-size: 22px;
  font-weight: 600;
  color: #0b2041;
}

.jbpeb-paragraph {
  font-size: 14px;
  color: #333;
}

.jbpeb-icon-box {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.jbpeb-icon-box:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.jbpeb-icon {
  font-size: 28px;
  color: #ff6d00;
}

.jbpeb-icon-title {
  font-size: 16px;
  font-weight: 600;
  color: #0b2041;
  margin-bottom: 8px;
}

.jbpeb-icon-text {
  font-size: 14px;
  color: #555;
}


.jbpeb-why-choose {
  background-color: #f4f6f9;
}

.jbpeb-heading {
  font-size: 22px;
  font-weight: 600;
  color: #0b2041;
}

.jbpeb-paragraph {
  font-size: 14px;
  color: #333;
}

.jbpeb-feature-card {
  background: #fdfdfd; /* Light off-white */
  border-radius: 10px;
  border: 1px solid #eaeaea;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}


.jbpeb-feature-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.jbpeb-feature-icon {
  font-size: 28px;
  color: #ff6d00;
  margin-bottom: 10px;
}

.jbpeb-feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #0b2041;
  margin-bottom: 8px;
}

.jbpeb-feature-text {
  font-size: 14px;
  color: #555;
}


.service-slide {
  min-height: 280px; /* Adjust height for images + text */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin: 0 15px;
}

.service-img img {
  max-height: 120px; /* control image height */
  object-fit: contain;
  border-radius: 8px;
}

.service-title {
  color: #0b2041;
  font-weight: 600;
  font-size: 22px;
}

.service-desc {
  font-size: 14px;
  color: #444;
}


.our-projects .section-title {
  font-size: 22px;
  font-weight: 600;
  color: #0b2041;
}

.project-card h5 {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}




.industry-box img {
  max-height: 50px;
  margin-bottom: 10px;
}

.industry-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}




.slick-next .slick-arrow{
    display: none;
}


.jbpeb-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #0b2041;
}

.jbpeb-accordion-btn {
  font-size: 16px;
  background-color: #eef3f7;
  color: #0b2041;
}

.jbpeb-accordion-body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
}

.jbpeb-accordion-item {
  border: 1px solid #dce3ea;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Active (open) accordion button background & text */
.jbpeb-accordion-btn:not(.collapsed) {
  background-color: #0b2041;  /* match your brand dark blue */
  color: #ffffff;             /* white text */
}

/* If you need to override Bootstrap’s default focus styles */
.jbpeb-accordion-btn:focus {
  box-shadow: none;
}



.jbpeb-feature-cards .jbpeb-feature-card {
  background: #ffffff;
  border: 1px solid #e3e8ed;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jbpeb-feature-cards .jbpeb-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.jbpeb-feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.jbpeb-feature-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #0b2041;
}

.jbpeb-feature-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}




@media (min-width: 1200px) {
  .col-lg-1-7 {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}

.peb-contact-section {
  background: #f5f7fa;
  padding: 60px 20px;
}

.peb-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.peb-content {
  flex: 1 1 50%;
}

.peb-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #01184c;
}

.peb-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.peb-content ul {
  padding-left: 20px;
  list-style: disc;
  color: #333;
}

.peb-content ul li {
  margin-bottom: 10px;
}

.peb-form {
  flex: 1 1 50%;
  background: #fff;
  border-radius: 12px;

}

.peb-cta-section {
  background: #01184c;
  color: #fff;
  text-align: center;
  padding: 30px;
  width: 100%;
}

.peb-cta-section h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.peb-cta-section p {
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.peb-cta-section .cta-btn {
  background: #f5c518;
  color: #000;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.peb-cta-section .cta-btn:hover {
  background: #e0b400;
}



@media (max-width: 768px) {
  .peb-container {
    flex-direction: column;
  }

  .peb-content,
  .peb-form {
    flex: 1 1 100%;
  }
}