body {
  overflow-x: hidden; /* Prevent horizontal scroll */
}
/* ============================================================
   ?? BUTTON Outline STYLES
   ============================================================ */
.btn-custom-outline {
  font-family: "Gordita", Sans-serif;
 /*  background-color: #3dcfe0;*/
  color: #00513b;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  /*border: none;*/
  transition: 0.3s;
  border-width: 2px;
  border-color: #00513b;
}

.btn-custom-outline:hover {
  background-color: #3dcfe0;
  color:#000000;
}

.btn-custom-outline:hover i {
  transform: translateX(4px);
  color:#000000;
}

/* Register Card */

.register-card {
  background-color: #fff;
  border-radius: 6px;
  min-height:350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.register-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.heading-underline {
  width: 80px;
  height: 3px;
  background-color: #00c6d7;
}
.register-btn {
  background-color: #00c6d7;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  transition: background-color 0.3s ease, transform 0.2s;
}
.register-btn:hover {
  background-color: #00b2c1;
  color: #000;
  transform: translateY(-2px);
}
/* Register Card */


.list-small li {
    color: #474747;
    font-family: "Gordita", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.heading-notes{
    color: #070707;
    font-family: "Butler", Sans-serif;
    font-weight: 600;
	font-size:16px;
}

.primary-fill-color
 {
    fill: #003728;
}
.heading-box{
    font-family: "Butler", Sans-serif;
    font-size: 35px;
	font-weight:700;
}

.description-box{
    font-family: "Gordita", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #6A6A6A;
}

.heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:52px;
	line-height:1.3em;
    letter-spacing: 0em;
	}
.description-title {
    font-family: "Gordita", Sans-serif;
    font-size: 15px;
    font-weight: 400;
	color:#666666;
    line-height: 1.87em;
}
	
.title-size{
width:800px;
}

.heading-list {
    font-family: "Butler", Sans-serif;
    font-weight: 600;
	font-size:24px;
    color: #003728;
}

.button-heading{
    font-family: "Butler", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	color:#003728;
}
.button-heading:hover {
  color: #3dcfe0;
  transform: translateY(-2px);
}

.button-heading-small{
    font-family: "Gordita", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    color:#333333;
}
.button-description {
    font-family: "Gordita", Sans-serif;
    font-size: 10px;
    font-weight: 400;
	line-height:20px;
}
	
.main-heading{
font-family:Butler;
font-size:40px;
color: #2C2C2C;
font-weight:600;
line-height:0.8;
padding-top:10px;
}

.bg-image-L {
  background-image:url(career-work-with-us-bg.html);
  background-position: 10px 30px;
  background-repeat:no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  
}


.heading-description {			
		    font-family: "Gordita", Sans-serif;
			font-size: 18px;
		    font-weight: 400;
			text-align:center;
			line-height:1.78em;
			color:#666666;
	}	
  .HeadingBar{
		  width:100px;margin:0 auto;height:3px;border-width:0;background-color:#3dcfe0;opacity:1
			 }
 

/* -----  Tablet and laptop ------------------------------------------------ */	
	@media (max-width: 992px) {
	.button-heading{
    font-family: "Butler", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	color:#003728;
}

	.main-heading{
			font-family:Butler;
			font-size:35px;
			color: #2C2C2C;
			font-weight:600;
			line-height:0.8;
			padding-top:10px;
	}
	
	.heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:48px;
	line-height:1.3em;
    letter-spacing: 0em;
	}
	.heading-description {			
		    font-family: "Gordita", Sans-serif;
			font-size: 16px;
		    font-weight: 400;
			text-align:center;
			line-height:1.78em;
			color:#666666;
	}	
	
	.heading-list {
    font-family: "Butler", Sans-serif;
    font-weight: 600;
	font-size:20px;
    color: #003728;
	}

	.description-title {
    	font-family: "Gordita", Sans-serif;
	    font-size: 14px;
	    font-weight: 400;
		color:#666666;
	    line-height: 1.87em;
	}

	}
	
	/* --- Extra small devices (=576px) --- */
@media (max-width: 576px) {

 .heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:40px;
	line-height:1.5em;
    letter-spacing: 0em;
	}
	
	.heading-description {			
		    font-family: "Gordita", Sans-serif;
			font-size: 16px;
		    font-weight: 400;
			text-align:center;
			line-height:1.78em;
			color:#666666;
	}	
	
	.heading-list {
    font-family: "Butler", Sans-serif;
    font-weight: 600;
	font-size:24px;
    color: #003728;
	}

}