.ShineStarName{
	background-color:#3dcfe0;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:500;
	color:#000000;
	font-family:'Gordita', Sans-serif;
	font-size: 13px;
	text-transform:uppercase;
  }
 
 .ParaText_infrastructure {
  margin-top: 40px;
  font-family: "Gordita", Sans-serif;
  font-size: 17px;
  color: #666;
  line-height: 30px;
  font-weight: 400;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ParaText_infrastructure {
  width: 850px;
} 

.bg-image {
  background-image:url(career-work-with-us-bg.html);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
/* ============================================================
   GLOBAL SETTINGS
   ============================================================ */
body {
  overflow-x: hidden; /* Prevent horizontal scroll */
}
/* Gallery Main */

/* Gallery container */
.press-gallery {
  column-count: 2;
  column-gap: 25px;
}

/* Individual cards */
.press-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Hover zoom */
.press-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.press-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Gallery Close */

 .HeadingBarFull{
		  width:100%;margin:0 auto;height:1px;border-width:0;background-color:#3dcfe0;opacity:1
			 }		
			 
 .HeadingBarFullDark{
		  width:100%;margin:0 auto;height:1px;border-width:0;background-color:#666666;opacity:1
			 }		
			 			 
.heading3 {
    font-family: "Gordita", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: none;
	color:#3dcfe0;
}	

.resultTable {
	font-family: "Gordita", Sans-serif;	
	color:#666666;
    font-size: 13px;
}		 

.HeadingBox { 
	font-size: 50px;
	font-family: Butler;
  font-weight: 700;
  color: #333;
  line-height: 1em;
  letter-spacing: 0.02em;
 }

.HeadingBoxSmall { 
	font-size: 30px;
	font-family: Butler;
  font-weight: 700;
  color: #333;
  line-height: 1em;
  letter-spacing: 0.02em;
 }
.classLogo{
		height:150px;
		width:auto;
		}
  
.HeadingBar{
	  width:100px;margin:0 auto;height:3px;border-width:0;background-color:#3dcfe0;opacity:1
  		   }  
		   
.number {         
		 font-family:Butler;
		 font-size:75px;
		 font-weight:600;
		 color:#3DCFE0;
        }
.numDesc{
		font-family:'Gordita', Sans-serif;
		font-size:16px; font-weight:500;
}		                                                                                                                                                             

@media (max-width: 992px) {
 .press-gallery { column-count: 2; }
 
  .container {
    max-width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ParaText_infrastructure {
    font-size: 17px;
    line-height: 33px;
    width: 95%;
  }

  .HeadingBox { font-size: 45px; }
  
  .number {  font-size:60px; 	 }
  
  .numDesc{ font-size:15px; font-weight:500; }		                               

}

/* --- =768px (Tablets) --- */
@media (max-width: 768px) {  

  .HeadingBox {
    font-size: 38px;
    text-align: center;
    padding: 0 0px;
  }
  .ParaText_infrastructure {
    font-size: 16px;
    line-height: 30px;
    width: 95%;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
  }
  .HeadingBoxSmall { 
	font-size: 28px;
	}
 }

@media (max-width: 576px) {
  .press-gallery { column-count: 1; }
.heading3 {
    font-size: 20px;
}	
.classLogo{
		height:100px;
		width:auto;
		}

}

@media (max-width: 480px) {
 .heading3 {
    font-size: 20px;
}	
.classLogo{
		height:100px;
		width:auto;
		}

}

/* ============================================================
   BOX SECTION (2nd Section)
   ============================================================ */
.box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.box:hover {
  transform: translateY(-5px);
  animation: glowPulse 1.5s infinite alternate;
}

 
@media (min-width: 992px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .col-md-4th {
    flex: 0 0 25%;
    max-width: 25%;
  }
}