 p
{
                  text-align:justify;
              }
              .scrolling-section {
  background-color:#09383b;
  padding: 50px 0;
  text-align: center;
}

.scrolling-section h4 {
  color:#fff;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.scrolling-content {
  display: flex;
/*  justify-content: center;*/
  gap: 20px;
/* overflow: hidden;*/
  position: relative;
}

.service-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  text-align: center;
  transition: transform 0.3s ease;
  font-size:16px;
  color:#000;
}

.service-item:hover {
  transform: scale(1.05);
}

@keyframes scrollAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.scrolling-content {
  animation: scrollAnimation 15s linear infinite;
}
.testi-box_img
{
width:100px;
height:100px;
}
 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    }

    .my-float{
        margin-top:16px;
    }
    .career-section {
    padding: 60px 20px;
    background: #f4f8fc;
    font-family: 'Segoe UI', sans-serif;
}

.career-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #0b3d91;
}

.career-table {
    max-width: 1100px;
    margin: auto;
    border-collapse: collapse;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.career-table thead {
    background: linear-gradient(90deg, #0b3d91, #1e73be);
    color: #ffffff;
}

.career-table th,
.career-table td {
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
}

.career-table th {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.career-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s ease;
}

.career-table tbody tr:hover {
    background: #f0f6ff;
    transform: scale(1.01);
}

.salary {
    font-weight: bold;
    color: #0b3d91;
}

.scope {
    color: #0a7f3f;
    font-weight: 500;
}

@media (max-width: 768px) {
    .career-table thead {
        display: none;
    }

    .career-table, 
    .career-table tbody, 
    .career-table tr, 
    .career-table td {
        display: block;
        width: 100%;
    }

    .career-table tr {
        margin-bottom: 20px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        padding: 15px;
    }

    .career-table td {
        padding: 10px 0;
        text-align: right;
        position: relative;
    }

    .career-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        font-weight: bold;
        color: #0b3d91;
        text-align: left;
    }
}
