.ttm-social-links-wrapper ul{
	margin:0!important;
}
.ttm-bgcolor-gradient{
	background:linear-gradient(135deg, #021B52, #043196)!important;
}
.spec ul li{
	list-style: square!important;
}

.card {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.text-left{
  text-align: left!important;
}
.text-right{
  text-align: right!important;
}
.text-center{
  text-align: center!important;
}
.text-justify{
  text-align: justify!important;
}
.pp_social{
  display: none;
}
ul.core-spec{
  list-style: none;
}
ul.core-spec li{
  margin-left: 25px;
  list-style-type: square;
  margin-bottom: 7px;
}
/* Container holding the background and content */
.parallax-section {
  position: relative;
  height: 60vh; /* Control your section height */
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed; /* Creates parallax shift */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* Semi-transparent tint overlay layer */
.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black tint at 50% opacity */
  z-index: 1;
}

/* Foreground content container */
.content {
  position: relative;
  z-index: 2; /* Forces text to layer above the overlay */
  color: #ffffff;
}
.right{
  float: right;
}
.h-500{
  height: 500px;
}