/* ============================================================
   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;
}

.ShineStarName{
	background-color:#003728;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:500;
	color:#FFFFFF;
	font-family:'Gordita', Sans-serif;
	font-size: 13px;
	text-transform:uppercase;
  }
 .class-title {
    font-family: "Butler", Sans-serif;
    font-size: 40px;
    font-weight: 600;
	padding:0px;
	margin:0px;
	
}

.title-underline-small {
    width: 40px;
    height: 3px;
    background: #9b0000;
    margin: 10px auto 0;
}

/* Download circle */
.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #003728;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
}

.download-btn:hover {
    background: #8b0000;
    color: #fff;
    transform: translateY(-3px);
}

/* Vertical divider */
.vertical-divider {
    width: 1px;
    height: 180px;
    background: #ccc;
    margin: auto;
}
 .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-gallery2 {
  column-count: 2;
  column-gap: 35px;
}

.press-gallery {
  column-count: 3;
  column-gap: 25px;
}

/* Individual cards */
.press-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  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:#fbb316;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:#9b0000;
}	

.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:#9b0000;opacity:1
  		   }  
		   
.number {         
		 font-family:Butler;
		 font-size:75px;
		 font-weight:600;
		 color:#9b0000;
        }
.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) {  
  .vertical-divider {
        display: none;
    }
  .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; }
 .class-title {  font-size: 35px; }


 .ParaText_infrastructure {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
  }

.heading3 {
    font-family: "Gordita", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
	color:#9b0000;
}	

.classLogo{
		height:120px;
		
		}
		
 .press-gallery2 {
  column-count: 1;
  column-gap: 25px;
}

}



 
@media (min-width: 992px) {
  .col-lg-1th {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .col-lg-4th {
    flex: 0 0 25%;
    max-width: 25%;
  }
   .col-lg-3rd {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

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