 header .navbar-brand img.large {
    max-height: 150px;
    position: absolute;
    top:50px;
}

@media (max-width: 768px) {
  header .navbar-brand img.large {
    max-height: 100px;
}

}

.interactive-banner-style-08 .service-name
{
  
    font-size: 1.35rem;
    color:#fff;

}
 .coverPhoto{
  background-image:url('../images/custom/hero-img.jpg');
  background-position: 0px !important;

 }
 .experience {
      display: flex;
      align-items: center; /* vertical align inside */
      color:#ffffff;
    }

    .experience .number {
      font-size: 6rem;
      font-weight: bold;
      background: #007BFF;
      border-radius: 50%;
      width: 220px;
      height: 220px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .experience .text {
      font-size: 3.5rem;
      line-height: 4.0rem;
      margin-left: 20px;
    }


.table-small{

}

.table-small th, .table-small td{
  font-size:1.0rem;
}
    
/* 🔽 For tablets and smaller (screen <= 768px) */
@media (max-width: 768px) {
  .experience .number {
    width: 150px;
    height: 150px;
    font-size: 4rem;
  }

  .experience .text {
    font-size: 2.5rem;
  }

  .table-small{

  }

  .table-small th, .table-small td{
    font-size:0.85rem;
  }
}

/* 🔽 For mobile phones (screen <= 480px) */
@media (max-width: 480px) {
  .experience .number {
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
  }

  .experience .text {
    font-size: 1.5rem;
  }
}



.whatsapp_float {
    position: fixed;
    bottom:80px;
    right: 20px;
    background-color: #25d366;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    z-index: 100;
    transition: background 0.3s;
}

.whatsapp_float:hover {
    background-color: #20b954;
}

.whatsapp_icon {
    width: 28px;
    height: 28px;
}

.whatsapp_text {
    white-space: nowrap;
}



.nak-tech-service{
/* max-width: 465px; */
height: 100%;

padding: 16px 4px;
}

.nak-tech-service .seperator {
    border-bottom: 1px dotted rgb(0 0 0 / 50%);
    margin-top: 12px;
}

.nak-tech-service .combo{
  background-color: #ffdfa4;
}

.nak-tech-service .combo .service-price{
  margin-bottom: 10px;
}

.nak-tech-service .combo .bg-very-light-gray{
 background-color: #fff;
}

.nak-tech-service .combo .text-base-color{
  color:#000;
}

.nak-tech-service-main h2{
  text-align: center;
  color: #000;
    font-weight: 700;
    padding: 20px 2px;
}

.nak-tech-service img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

    .nak-tech-service .service-title {
      font-size: 1.25rem;
      line-height: 1.65rem;
    }

    .nak-tech-service .service-price {
        text-align: right;
        font-size: 1.25rem;
        margin-top:20px;
        margin-bottom:20px;
    }

        .nak-tech-service .service-price span {
            border: 1px solid gray;
            border-radius: 20px;
            padding: 8px 20px;
            background-color: #000;
            color: #fff;
        }


.nak-tech-service .feature-box-content {
    /*font-size: 1.15rem;*/
}



.all-services{

}

.all-services .service-link{
  
}


.all-services .service-link .logo{
  display: block;
  /* width: 100%;
  height: 100px; */

  border:1px solid #000000;
  border-radius: 6px;
  text-align: center;
  background-color: #ffffff;
}


.all-services .service-link .logo:hover{
  
  background-color: #a4a4a4;
}


.all-services .service-link .logo.inspection{
 
    background-color: #000;
    color: #fff;
    padding: 12px !important;
    height: 100px;
    line-height: 1.5rem;

}

.all-services .service-link .logo.combo{
    background-color: #ffdfa4;
    padding: 12px !important;
    height: 100px;
    line-height: 1.5rem;
    font-size: 0.70rem;
    color: black;
}




.all-services .service-link .service-title{
  display: block;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1.0rem;
  margin: 8px 0px;
}

.seperator {
    border-bottom: 1px dotted rgb(0 0 0 / 50%);
    margin-top: 40px;
    margin-bottom: 28px;
}
