﻿
        .herobtn .btn {
    padding: -0.25rem 2rem .75rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}

          .hero-section {
      background: url('https://cdn-lbeob.nitrocdn.com/KppbcGjiOQtssfEzDllzjlrwdUfHLIUj/assets/images/optimized/rev-9540562/www.conduent.com/wp-content/uploads/2016/12/Bnr-Commercial-Human-Cap.jpg') center/cover no-repeat;
      color: white;
      text-align: center;
      padding: 100px 20px;
      position: relative;
    }
    .hero-section::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.6);
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .cta-tabs .nav-link {
      border-radius: 50px;
      margin: 0 5px;
    }
    .card-custom {
      border-radius: 1rem;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .form-section {
      background: #f8f9fa;
      padding: 50px 20px;
    }
    .testimonial-card {
      border-radius: 1rem;
      background: white;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 20px;
    }




      .client-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  height: 100%; /* ensures equal height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-box img {
  max-width: 100%;
  max-height: 80px; /* controls logo size */
  object-fit: contain; /* keeps proportions */
}

.client-box:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

 .section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.testimonial-item {
  padding: 30px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  margin: 15px;
  text-align: left;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.testimonial-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.testimonial-quote {
  font-size: 50px;
  color: #ff6600;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  left: 25px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  margin-top: 20px;
}

.testimonial-author {
  font-weight: 600;
  font-size: 18px;
  color: #222;
  margin-bottom: 4px;
}
.testimonial-role {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.testimonial-link img {
  border-radius: 6px;
  transition: opacity 0.3s ease;
}
.testimonial-link img:hover {
  opacity: 0.85;
}

/* Navigation styling */
.owl-nav {
  text-align: center;
  margin-top: 10px;
}
.owl-nav button {
  background: #ff6600 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 22px !important;
  line-height: 36px;
  margin: 5px;
  transition: 0.3s;
}
.owl-nav button:hover {
  background: #e65c00 !important;
}
.owl-dots {
  margin-top: 15px;
}
.owl-dots .owl-dot span {
  background: #bbb !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.owl-dots .owl-dot.active span {
  background: #ff6600 !important;
}


.testimonial-rating {
  color: #FFD700; /* Gold stars */
  margin-bottom: 12px;
  font-size: 18px;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .testimonial-item {
    padding: 20px;
    margin: 10px;
    max-width: 95%;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .testimonial-author {
    font-size: 16px;
  }

  .testimonial-role {
    font-size: 13px;
  }

  .testimonial-rating {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .testimonial-link img {
    width: 120px;
    height: auto;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .owl-nav button {
    width: 38px;
    height: 38px;
    font-size: 18px !important;
  }
}

@media (max-width: 480px) {
  .testimonial-item {
    padding: 15px;
    border-radius: 12px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-author {
    font-size: 15px;
  }

  .testimonial-role {
    font-size: 12px;
  }

  .testimonial-rating {
    font-size: 14px;
  }

  .testimonial-link img {
    width: 100px;
  }

  .section-title {
    font-size: 20px;
  }
}
.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    position: absolute;
    top: 35%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.owl-carousel .owl-item img {
    display: block;
    width: 16%;
    float: inline-end;
}


/* Tablet */
@media (max-width: 768px) {
  .testimonial-link img {
    width: 120px !important;
    height: auto !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .testimonial-link img {
    width: 100px !important;
    height: auto !important;
  }
}




.testimonial-quote {
font-size: 48px;
    color: #ff6600;
    opacity: 0.15;
    position: absolute;
    top: 3px;
    left: 18px;
    pointer-events: none;
    z-index: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.cta-tabs .nav-link {
    border-radius: 50px;
    margin: -3px 6px;
    padding: 0.75rem 2rem .75rem;
}
.testimonial-item:hover .testimonial-quote {
  opacity: 0.25;            
  transform: scale(1.05);  
}


/* Label styling */
.custom-label {
  font-weight: 600;
  color: #132c40; /* dark navy */
  margin-bottom: 6px;
}

/* Select dropdown styling */
.custom-select {
 border: 2px solid #132c40;
    border-radius: 8px;
    padding: 6px 14px;
        height: 44px;
    font-size: 1rem;
    transition: all 0.3s 
ease-in-out;
}

/* Hover and focus state */
.custom-select:focus {
  border-color: #007bff;       /* highlight color */
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  outline: none;
}

/* Placeholder (disabled option) */
.custom-select option:disabled {
  color: #999;
}



/* Default: make nav pills full width and stack on small screens */
.cta-tabs .nav-item {
    flex: 1 1 100%;       /* each button full width */
    margin-bottom: 10px;  /* spacing between buttons */
}

.cta-tabs .nav-link {
    width: 100%;
    text-align: center;
}

/* On larger screens: keep horizontal layout */
@media (min-width: 768px) {
    .cta-tabs .nav-item {
        flex: initial;
        margin-bottom: 0;
        margin-right: 10px;
    }
}

.form-section {
    background: #f6f6f6;
    padding: 50px 20px;
}



.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  gap: 10px; /* reduced spacing for compact look */
}

.herobtn1 {
  padding: 8px 16px;     /* smaller padding */
  font-size: 14px;       /* smaller text */
  border-radius: 25px;   /* still rounded */
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;      /* reduced width */
  max-width: 200px;
  text-align: center;
  flex: 0 1 auto;        /* tighter fit */
}

/* Primary button */
.herobtn1.primary {
  background-color: #0d6efd;
  color: #fff;
  border: 2px solid #0d6efd;
}
.herobtn1.primary:hover {
  background-color: #084298;
  border-color: #084298;
}

/* Outline buttons */
.herobtn1.outline {
  background: transparent;
  color: #0d6efd;
  border: 2px solid #0d6efd;
}
.herobtn1.outline:hover {
  background: #0d6efd;
  color: #fff;
}

/* Mobile tweak */
@media (max-width: 576px) {
  .herobtn1 {
    min-width: 100%; /* stack full width on very small screens */
  }
}