.navbar-nav .nav-link.active{
  color: white!important;
}


.heroSwiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.heroSwiper .swiper-wrapper {
  height: 100%;
}

.heroSwiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center; 
}

.hero-img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 1.44%, #0a192f 62.02%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* pagination */
.heroSwiper .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 0;

  width: 100%;
  text-align: center;

  z-index: 10;
}

.heroSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;

  background: #fff;
  opacity: 0.4;
}

.heroSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f8c529;
  width: 40px;
  height: 10px;
  border-radius: 10px;
}
/* Precision Shims */
.pcard-img{
    height: auto!important;
    aspect-ratio: 187 / 120!important;
}
.pcard-link{
  display: block !important;;
  text-decoration:none!important;
  color: inherit !important;;
}
.pcard-body {
    padding: 16px 16px 16px!important;
}
.custom-title{
 margin-top: 1rem;
}

.custom-desc{
  margin: 1rem 0;
}

.pcard {
  position: relative;
}

.pcard-star {
  position: absolute;
  top: 14px;
  right: 14px;
  line-height: 1;
  pointer-events: none;
  display: flex;
}


.sec-sub {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.filters{
  margin-bottom: 1rem;
}

/* why choose us grid */

/* ── Base card ── */

/* mobile */
@media (max-width: 768px) {
  .hero-content {
    padding: 0 20px;
  }
  .hero-btns {
    margin-bottom: 0 !important;
  }
  .about-stats {
    gap: 20px;
    margin-top: 20px!important;
    padding-top: 0!important;
}
.footer-bottom{
  padding-bottom: 1rem;
}
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.contact-list li i {
    color: #0a192f;
    font-size: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}

.contact-list li a {
    color: #000;
    text-decoration: none;
    line-height: 1.6;
}

.contact-list li a:hover,
.contact-list li a:visited,
.contact-list li a:focus {
    color: #000;
    text-decoration: none;
}

#certModal .modal-dialog {
    max-width: 95vw;
    margin: 1rem auto;
}

#certModal .modal-content {
    background: transparent;
    border: none;
}

#certModal .modal-body {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#certImage {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
}

#certModal .modal-content {
    position: relative;
    background: #fff;
    border: none;
}

.cert-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1056;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    padding: 8px;
}

.cert-close:hover {
    opacity: 0.8;
}

#certImage {
    max-width: 100%;
    max-height: 70vh;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}






.client-section{
    background:#fff;
    padding:90px 0;
}

.client-section .why-title{
    color:#12213d;
}

.client-section .why-sub{
    color:#6b7280;
    max-width:600px;
}

.client-logo-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:50px 35px;
    margin-top:60px;
    align-items:center;
}

.client-logo{
    display:flex;
    justify-content:center;
    align-items:center;
}

.client-logo img{
    width:100%;
    max-width:160px;
    height:70px;
    object-fit:contain;
}

/* Large tablets */
@media (max-width:991px){
    .client-logo-grid{
        grid-template-columns:repeat(4,1fr);
        gap:40px 25px;
    }

    .client-logo img{
        max-width:140px;
        height:60px;
    }
}

/* Tablets */
@media (max-width:768px){
    .client-logo-grid{
        grid-template-columns:repeat(3,1fr);
        gap:35px 20px;
    }

    .client-logo img{
        max-width:120px;
        height:55px;
    }
}

/* Mobiles */
@media (max-width:576px){
    .client-section{
        padding:60px 0;
    }

    .client-logo-grid{
        grid-template-columns:repeat(3,1fr);
        gap:25px 15px;
    }

    .client-logo img{
        max-width:110px;
        height:50px;
    }
}

.quote-modal-dialog {
    max-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}

.quote-modal-content {
    border-radius: 10px;
    border: none;
    padding: 30px 40px;
    max-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.quote-modal-body {
    overflow-y: auto;
    padding: 0;
}

.quote-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
}

.quote-modal-title {
    font-size: 32px;
    font-weight: 800;
    color: #16213e;
    margin-bottom: 24px;
}

.quote-modal-title span {
    color: #6b7280;
    font-weight: 800;
}

.quote-form-group {
    margin-bottom: 18px;
}

.quote-form-control {
    width: 100%;
    background-color: #f4f5f7;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 14px 18px;
    font-size: 15px;
    color: #444;
    outline: none;
    transition: border-color 0.2s ease;
}

.quote-form-control::placeholder {
    color: #9ca3af;
}

.quote-form-control:focus {
    border-color: #c9a227;
    background-color: #fff;
}

.quote-form-textarea {
    resize: vertical;
    min-height: 110px;
}

.quote-form-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.quote-form-submit {
    background: linear-gradient(90deg, #f2c94c 0%, #b8860b 100%);
    border: none;
    color: #16213e;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.quote-form-submit:hover {
    opacity: 0.9;
}

.category-list a{
    text-decoration:none;
}