.header-info {
    background-color: #f8f9fa;
    padding: 15px 0;
  }
  .contact-info {
    font-size: 14px;
  }
  .contact-info span {
    display: block;
    font-weight: bold;
    color: #003366;
  }

  #voxlab{
    color: #003366;
  }

  .contact-info .icon {
    margin-right: 8px;
  }
  .vertical-line {
    border-left: 1px solid #ddd;
    height: 50px;
    margin: auto 15px;
  }
  .address-section, .phone-section {
   
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
 
  .navbar-custom {
    background-color: #003366;
  }
  .navbar-nav .nav-link {
    color: white;
    font: bold;
    font-size: 1.3rem;
  }
  .navbar-nav .nav-link:hover {
    color: #ccd2e1;
  }
  .navbar-nav .nav-link.active {
    color: white;
    background-color: transparent; 
  }
  


/* main style */


.aboutpara{
  font-family: sans-serif;
}

.aboutpara:hover{
color: blue;
font-weight: bold;
font-style: italic;

}




/* what we offer */


.offer-section {
  background-color: #f8f9fa;
  padding: 60px 15px;
}
.offer-section h2 {
  color: #343a40;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}
.offer-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offer-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.offer-icon {
  font-size: 40px;
  color: #007bff;
  margin-right: 20px;
}
.offer-text h5 {
  margin: 0;
  font-weight: 600;
  color: #343a40;
  font-size: 1.2rem;
}
.offer-text p {
  margin: 5px 0 0;
  color: #6c757d;
}




/* our experties */

#ourexpertise{
  background-image: url('../img/blog/34.jpg');
}


.logo {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
}


#map {
  width: 100%;
  height: 400px; /* Set the height to a smaller value */
}

#ourproduct{
  align-items: center;
  justify-content: center;
  text-align: center;
}


/* our experties */


.bg-section {
  background-image: url('/img/blog/34.jpg'); /* Yahan apni image ka path dalen */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 50px 0;
 
}
.content {
  text-align: center;
}
.content img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.content p {
  font-size: 1rem;
  line-height: 1.5;
}



/* last section */

.bg-primary {
  background-color: #082644; 
}

.text-white a {
  text-decoration: none;
}

.text-white a:hover {
  color: #ddd;
}

.fs-5 {
  font-size: 1.25rem; 
}

.fs-6 {
  font-size: 1rem; 
}

.img-fluid {
  max-width: 100%;
  height: auto;
}





  /* footer section */


  .footer {
    background-color: #f8f9fa;
    color: #333;
  }
  footer h5 {
    color: #003366;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }
  footer a {
    color: #003366;
    text-decoration: none;
  }
  footer a:hover {
    color: #0066cc;
    text-decoration: underline;
  }
  .footer-bottom {
    background-color: #002244;
    color: white;
    font-size: 0.875rem;
  }




/* about page */


.why-choose-us {
  background-color: #e9f3fe;
  padding: 50px 15px;
}
.why-choose-us h2 {
  color: #343a40;
  font-weight: bold;
}
.why-choose-us .icon {
  font-size: 30px;
  color: #007bff;
}
.why-choose-us .card {
  border: none;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.why-choose-us .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* product page */



.green td { background-color: #28a745; color: white; }
.red td { background-color: #dc3545; color: white; }
.orange td{ background-color: #fd7e14; color: white; }
.purple td { background-color: #6f42c1; color: white; }
.dark-purple td { background-color: #800080; color: white; }

.service-title {
  background-color: #6f42c1;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
}

.service-content:hover{
  
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bolder;
  font-size: 1.2rem;
  color: #083e64;
}



/* icons */

/* 
.floating-icons {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.floating-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #000;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}

.floating-icons .icon:hover {
  width: 180px;
  border-radius: 10px 2px 10px 2px;
  height: 60px;
  justify-content: center;
  font-size: 1.2rem;
} */

/* .floating-icons .icon span {
  display: none;
  margin-left: 10px;
}

.floating-icons .icon:hover span {
  display: inline;
}

.icon.whatsapp { background-color: #25D366; }
.icon.email { background-color: #D44638; }
.icon.phone { background-color: #007BFF; } */
