.banner-type-10-container-padding{
	padding: 1% 12%; 
	display: flex;
	justify-content: center;
}

.background-vip-color{
	background-color: var(--colorBG);
	position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width:100%;
}

.banner-type-10-banner-container {
	position: relative;
	width: 100%;
}

/* Image styles */
.banner-image {
	width: 100%; 
	height: auto; 
	display: block;
}

.banner-type-10-banner-text {
	position: absolute;
	top: 50%; 
	left: 40%; 
	transform: translateY(-50%); 
	color: #fff; 
	width: 40%; 
	text-align: left;
}

.banner-type-10-banner-link{
	width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

/* Styling for the VIP text container */
/* Header styling */
.banner-type-10-headertext {
  font-size: 24px;
  margin-bottom: 15px;
}

/* Paragraph styling */
.banner-type-10-descriptionVipText {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Remove bottom margin for specific paragraphs */
.banner-type-10-descriptionVipText.mb-0 {
  margin-bottom: 0;
}



@media (max-width: 1695px) {
    .banner-type-10-headertext {
        font-size: 24px;
/*         padding: 10px; */
    }
    .banner-type-10-descriptionVipText{
    	font-size: 15px;
        margin-bottom: 20px; !important;
    }
}

@media (max-width: 768px) {


  .banner-type-10-headertext {
    font-size: 10px; /* Smaller header for mobile */
  }

  .banner-type-10-descriptionVipText {
    font-size: 9px; /* Smaller text for mobile */
    line-height: 1.3;
  }