/* CALIBER PAGE - caliber.css */
.page-hero {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45)
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #fff;
  padding: 0 1rem
}

.page-hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
  margin-bottom: .5rem
}

.page-hero-content .breadcrumb {
  justify-content: flex-start
}

.page-hero-content .breadcrumb-item,
.page-hero-content .breadcrumb-item.active,
.page-hero-content .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, .85);
  font-size: .9rem
}

.page-hero-content .breadcrumb-item a {
  color: #fff;
  text-decoration: none
}


.section-title {
  margin-bottom: 3rem
}

.section-title h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block
}

.section-title h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1e40af, #dc2626);
  margin: .5rem auto 0
}

.caliber-excellence {
  padding: 90px 0 80px;
  background: #fff
}

.caliber-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15)
}

.caliber-img-wrap img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block
}

.caliber-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1e40af, #dc2626);
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25)
}

.caliber-badge-num {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1
}

.caliber-badge-lbl {
  font-size: .72rem;
  opacity: .9;
  text-transform: uppercase;
  letter-spacing: .06em
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .92rem;
  color: #374151
}

.feature-list li i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eff6ff;
  color: #1e40af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  flex-shrink: 0
}

.caliber-qualifications {
  padding: 90px 0 80px;
  background: #fff
}

.qualifications-table-wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
  overflow: hidden;
  border: 1px solid #e5e7eb
}

.qualifications-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0
}

.qualifications-table thead {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  color: #fff
}

.qualifications-table thead th {
  padding: 1.5rem 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: .02em;
  border: none;
  text-align: left;
  vertical-align: middle
}

.qualifications-table tbody tr {
  transition: background-color .2s
}

.qualifications-table tbody tr:hover {
  background-color: #f8fafc
}

.qualifications-table tbody td {
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #e5e7eb;
  font-size: .92rem;
  line-height: 1.7;
  color: #374151;
  vertical-align: top
}

.qualifications-table tbody td strong {
  color: #1f2937;
  font-weight: 700;
  font-size: .95rem;
  display: block;
  margin-bottom: .25rem
}

.qualifications-table tbody tr:last-child td {
  border-bottom: none
}

.caliber-standards {
  padding: 90px 0 80px;
  background: #f8faff
}

.standard-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: transform .3s, box-shadow .3s
}

.standard-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(30, 64, 175, .12);
  border-color: transparent
}

.standard-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--sib, #eff6ff);
  color: var(--sic, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 1.25rem
}

.standard-card h5 {
  font-weight: 700;
  color: #1f2937;
  font-size: 1.05rem;
  margin-bottom: .5rem
}

.standard-card p {
  color: #6b7280;
  font-size: .88rem;
  line-height: 1.6;
  margin: 0
}

.caliber-team {
  padding: 90px 0 80px;
  background: #fff
}

.team-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15)
}

.team-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block
}

.team-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem
}

.tstat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transition: box-shadow .25s
}

.tstat-card:hover {
  box-shadow: 0 8px 24px rgba(30, 64, 175, .1)
}

.tstat-num {
  font-size: 2rem;
  font-weight: 800;
  color: #1e40af;
  line-height: 1
}

.tstat-suf {
  font-size: 1.2rem;
  font-weight: 800;
  color: #dc2626
}

.tstat-lbl {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7280;
  margin-top: .3rem
}

.testimonials-section {
  padding: 90px 0 80px;
  background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/home/testominalbg.jpg') center/cover no-repeat;
  background-attachment: fixed;
  position: relative
}

.testimonials-section .section-title h2 {
  color: #fff !important
}

.testimonials-section .section-title h2::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2))
}

.testimonials-section .section-title p {
  color: rgba(255, 255, 255, 0.85) !important
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 2.2rem 2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden
}

.testimonial-card::before {
  content: '\201C';
  font-size: 6rem;
  color: #fff;
  opacity: 0.12;
  position: absolute;
  top: -10px;
  left: 12px;
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none
}

.testimonial-text {
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  font-size: 0.97rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1
}

.testimonial-author h6 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px
}

.testimonial-author small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem
}

.stars i {
  font-size: 0.92rem;
  margin-right: 1px
}

.testimonial-carousel {
  position: relative;
  padding-bottom: 3.5rem
}

.testimonial-carousel .carousel-inner {
  padding: 0.5rem 3rem
}

.testimonial-carousel .carousel-control-prev,
.testimonial-carousel .carousel-control-next {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0.8;
  transition: all 0.3s ease
}

.testimonial-carousel .carousel-control-prev:hover,
.testimonial-carousel .carousel-control-next:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1)
}

.testimonial-carousel .carousel-control-prev {
  left: -10px
}

.testimonial-carousel .carousel-control-next {
  right: -10px
}

.testimonial-carousel .carousel-indicators {
  bottom: 0;
  margin-bottom: 0
}

.testimonial-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  margin: 0 4px
}

.testimonial-carousel .carousel-indicators .active {
  background: #fff;
  transform: scale(1.25)
}

.caliber-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(30, 64, 175, .92), rgba(220, 38, 38, .85)), url('../images/hero/Security%20Hero%201.png') center/cover no-repeat
}

[data-animate] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease
}

[data-animate].animated {
  opacity: 1;
  transform: none
}

@media(max-width:992px) {
  .team-stats-grid {
    grid-template-columns: 1fr 1fr
  }

  .caliber-img-wrap img,
  .team-img-wrap img {
    height: 320px
  }

  .qualifications-table thead th,
  .qualifications-table tbody td {
    padding: 1.25rem 1.25rem
  }
}

@media(max-width:768px) {
  .qualifications-table thead th {
    font-size: .9rem;
    padding: 1rem
  }

  .qualifications-table tbody td {
    font-size: .85rem;
    padding: 1rem;
    display: block;
    width: 100%
  }

  .qualifications-table tbody td:first-child {
    background: #f8fafc;
    border-bottom: none;
    padding-bottom: .75rem
  }

  .qualifications-table tbody td:last-child {
    padding-top: .75rem
  }

  .qualifications-table tbody tr {
    display: block;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e5e7eb
  }

  .qualifications-table tbody tr:last-child {
    border-bottom: none;
    margin-bottom: 0
  }

  .qualifications-table thead {
    display: none
  }

  .testimonials-section {
    background-attachment: scroll
  }

  .testimonial-carousel .carousel-inner {
    padding: 0.5rem 1.5rem
  }

  .testimonial-carousel .carousel-control-prev {
    left: -8px
  }

  .testimonial-carousel .carousel-control-next {
    right: -8px
  }
}

@media(max-width:576px) {
  .page-hero {
    height: 280px
  }

  .caliber-excellence,
  .caliber-qualifications,
  .caliber-standards,
  .caliber-team,
  .testimonials-section,
  .caliber-cta {
    padding: 60px 0 50px
  }

  .team-stats-grid {
    grid-template-columns: 1fr 1fr
  }

  .qualifications-table-wrapper {
    border-radius: 12px
  }
}