.card-img-top {
width: 100%;
height: 15vh;
object-fit:scale-down;
 padding: 2em;
 background: #fafafa;
}

.card{
 margin-top:10px;
 margin-bottom:10px;
}
.card-body .card-title{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 600px){
 .card-img-top{
  height: 100px;
 }
}
.color-plan-icons{
	color: #153462;
}

.mark-yellow{
background-color: #ffe700;
}

.features-box{
 height: 100%;
}

 .btn-link {
     color: #06155A;
}

 .single-blog-article{
     word-wrap: break-word;
}
 .check-list-wrap li:before {
	 color: #e7e7e7;
 } @media (max-width:1000px){.custom-plan-info-box {	margin-top: 0.5rem;}}.btn-danger{ --bs-btn-bg: #cf0000; --bs-btn-border-color: #cf0000; --bs-btn-disabled-border-color: #cf0000;	}
 
 .headline{
text-align: center;
}
.bg-image .background-image-wraper, .light-bg-image .background-image-wraper{
opacity:1;
}

@media (min-width:1000px){
.homebanner{
	background: url('https://www.gossdhosting.com/assets/img/hero-bg-home.webp')no-repeat center center / cover; 
	opacity: 1;
}
}
@media (max-width:999px){
.homebanner{
	background: url('https://www.gossdhosting.com/assets/img/hero-bg-home-mobile.webp')no-repeat center center / cover; 
	opacity: 1;
}
}

@font-face{
	font-family: "Open Sans Regular";
	font-display: swap;
}

.server-location-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    max-width: 300px;
}
.server-location-box img {
    width: 32px;
    height: 32px;
}
.server-location-label {
    font-weight: 700; /* Bold */
}