.log img {
  width: 300px;
  border-radius: 17px;
  position: relative;
  top: -11px;
  left: -1px;
}

.service .nav-item span {
        margin: 0 important;
}

.gol {
        height: 48px;
}
.ogl {
        width: 37px;
    }

.hea {
        font-size: 3rem;
}

.siz {
        width: 19%;
}

/* TABS START  */

.pabs {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
background-color: #fff;
border-bottom: 2px solid #ccc;
}

.pab-button {
flex: 1;
padding: 10px;
cursor: pointer;
background-color: var(--bs-primary);
border: none;
outline: none;
transition: background-color 0.3s;
}

.pab-button.active {
background-color: #041531;
color: white;
}

.pab-content {
background-color: white;
padding: 20px;
border: 1px solid #ccc;
display: none;
}

.pab-content.active {
display: block;
}

.pab-image {
max-width: 100%;
height: auto;
margin-top: 15px;
border-radius: 10px;
}      

        /* TABS END  */

    /* TABS SERVIE START  */



.service-section {
  padding: 60px 20px;
}

.content-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  animation: fadeIn 1s ease-in-out;
}

.text-section {
  flex: 1 1 500px;
}

.text-section h1 {
  font-size: 2.5rem;
  color: #0a3d62;
  margin-bottom: 20px;
}

.text-section p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.image-section {
  flex: 1 1 400px;
  text-align: center;
}

.image-section img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .content-container {
    flex-direction: column;
    text-align: center;
  }

  .text-section h1 {
    font-size: 2rem;
  }
}

/* TABS SECTION END HERE   */

.bgcol {
  background-color: #edeeff;
}

.f-p {
  padding: 25px 4px;
}

.service-item img {
  height: 284px;
}

.radi {
  
}

.colwh{
  color: white;
}

.imhig {
  height: 600px;
}

.bgimg {
  background-image: url('/img/transport.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Optional padding if text is hard to read over image */
    padding: 60px 20px;
    font-weight: 500;
}

.trabg {
  background-color: #00000074 ;
  padding: 1rem;
  border-radius: 10px;
  color: #fff;
}