.bannerbg{
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 190px 0; 
	background: url(../images/banner3.webp) no-repeat center center;
	background-size: cover;
}
.bannerbg::after{
	content: '';
	display: block;
	clear: both;
}
.bannerbg::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000c
}

.bannerbg .container{
	position: relative;
}
.bannerbg .maintitle{
	color: #fff;
	font-size: 50px;
    font-weight: 600;
}
.bannerbg .widthsmall{
	text-align: center;
}
.bannerbg p{
	display: block;
	color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.bannerbg p{
	display: block;
	color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.searchbg{
	display: block;
	width: 767px;
	max-width: 100%;
	margin:0 auto;
	padding: 6px 6px 6px 12px;
    background: #FFFFFF;
    border: 5px solid #efefef;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50px 50px 50px 50px;
    outline-style: solid;
    outline-width: 0px;
    outline-color: #FFFFFF80;
    margin-top: 2.5rem;
    position: relative;
}
.searchbg::after{
	content: '';
	display: block;
	clear: both;
}
.fieldwrap{
	display: block;
	text-align:center;
	margin-top:1rem;
}
.fieldwrap .connectnow{
    display:inline-block;
}
.fieldwrap .connectnow a{
	display: inline-block;
	padding: 3px 35px;
	font-size: 1rem;
	line-height: 44px;
	border:0;
	outline:none;
	background: #f16b6c;
	color: #fff;
	border-radius: 48px;
}
.sectiontop{
	display: block;
	position: relative;
	width: 100%;
	padding: 60px 0;
/*	visibility: hidden;*/
}
.sectiontop::after{
	content: '';
	display: block;
	clear: both;
}
.sectiontop .widthmidium{
	margin-bottom: 3rem;
}
.cardwrapper {
    display: block;
    width: 100%;
    padding: 2.5rem 1rem;
    box-sizing: border-box;
    position: relative;
    /*border: 1px solid #f1f1f1;
    border-bottom: 3px solid #f16b6c;
    box-shadow: 0 19px 46px -39px #25272a;*/
    /*box-shadow: 5px 5px #b2eaea;
    border: 1px solid #96e3e3;*/
    background: #000  url(../images/standbuilder.webp) no-repeat center;
    /*border: 1px solid #ECB9B9;*/
    text-align: center;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    border-radius: 5px;
}
.cardwrapper img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.cardwrapper .numbers {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: #f16b6c;
    padding: 10px;
    line-height: .6;
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: -52px;
}
.cardwrapper .icon {
    display: inline-block;
    width: 64px;
    margin: 2rem 0;
}
.cardwrapper .title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}

.viewmore {
    display: block;
    text-align: center;
    margin-top: 2rem;
    position: relative;
    z-index: 9;
}
.viewmore a {
    display: inline-block;
    font-size: 1rem;
    line-height: 52px;
    background: #E9706E;
    color: #fff;
    padding: 0 35px;
    border-radius: 48px;
}
.counternumberbg{
	display: block;
	width: 100%;
	position: relative;
	padding: 60px 0;
	background: #343642;	
}
.counternumberbg::after{
	content: '';
	display: block;
	clear: both;
}
.counternumberbg .title{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	font-size: 1rem;
	line-height: 40px;
	color: #fff;
}
.counternumberbg .title span{
	font-size: 1.2rem;
	color: #fff;
}
.counternumberbg .number{
	display: block;
	font-size: 90px;
	line-height: 90px;
	color: #fff;
	font-weight: 700;
}
.counternumberbg .number sup{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	top: -40px;
	left: -20px;
}
.processlistbg{
	display: block;
	width: 100%;
	margin:0;
	padding: 60px 0;
	position: relative;
	background: #343642;
}
.processlistbg .columns{
	display: block;
	width: 100%;
	border-radius: 0.5rem;
	border:1px solid #e9706e;
	padding: 0.75rem;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}
.processlistbg .innercol{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border-radius: .75rem;
	padding: 1rem;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	text-align: center;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
}
.processlistbg .innercol .icon{
	width: 80px;
	height: 80px;
	margin:0 auto 0rem auto;
	border-radius: 50%;
}
.processlistbg .innercol .processtitle{
	display: block;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.2;
	color: #616161;
	letter-spacing: -2.0px;
	margin:0.9rem 0 0;
}
.processlistbg .innercol .processsubtitle{
	display: block;
	font-size: 0.9rem;
	line-height: 1.2;
	color: #000;
	font-weight: 600;
}
.borderamber{
	display: block;
	width: 5rem;
	height: 5rem;
	position: absolute;
	bottom: -5px;
	left: -5px;
	border-radius:0 0 8px 8px;
	border-left: 8px solid #e9706e;
	border-bottom: 8px solid #e9706e;
}
.countrylisting{
	display: block;
	position: relative;
	padding: 80px 0;
	background:  #F7F7F7 url(../images/mapbg.png) repeat;
}
.countrylisting .innerlisting{
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	background:   url(../images/mapbg.png) repeat;
	border-radius: 40px;
}
.countrylisting .rowcountry{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
	margin:0rem 0 1rem;
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	position: relative;
}
.countrylisting .rowcountry::after{
	content: '';
	display: block;
	clear: both;
}
.countrylisting  .countrytitle{
	max-width: 150px;
	flex: 0 0 150px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #414141;
	font-weight: 500;
/*	visibility: hidden*/
}
.countrylisting .countrybtnbg{
	max-width: 154px;
	flex: 0 0 200px;
	text-align: center;
	
}
.countrylisting .listinginner{
	display: block;
	width: 100%;
}
.countrylisting .listinginner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; /* changed to avoid spacing issues */
    padding: 0;
    margin: 0;
    list-style: none;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    opacity: 1;
    gap: 0;
    column-gap: 10px;
}

.countrylisting .listinginner ul li {
    width: calc(25% - 10px); /* use width instead of max-width */
    box-sizing: border-box;
    padding: 0; /* optional spacing inside each item */
    margin:0.5rem 0;
}
.countrylisting .listinginner ul li a{
	display: block;
	font-size: 1.0rem;
	line-height: 45px;
	background: #fff;
	border-radius: 5px;
	border:1px solid #ddd;
	padding:0 15px;
    margin:0.5rem 0;
    text-align: center;
    color: #414141;
}

/* Hide all items after the 4th by default */
.countrylisting .listinginner ul li:nth-child(n+9) {
    display: none;
}

/* When parent has a class `expanded`, show all items */
.countrylisting .listinginner.expanded ul li {
    display: inline-block;
    max-height: 1000px; /* large enough to fit all items */
    opacity: 1;
}
.countrylisting .countrybtnbg .showmore{
	display: inline-block;
}
.countrylisting .countrybtnbg .showmore a{
	display: inline-block;
	font-size: 1.0rem;
	line-height: 46px;
	background: #e9706e;
	color: #fff;
	padding: 0 20px;
}


@media screen and (max-width:767px){
	.bannerbg{
		padding: 50px 0; 
	}
	.fieldwrap {
		flex-wrap: wrap;
	}
    .fieldwrap select,
    .fieldwrap input[type='submit'] {
    	max-width: 100%;
        flex: 0 0 100%;
        border-radius: 20px;
    }
    .fieldwrap select:last-of-type{
    	border-left: 0;
    	border-top: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
    	margin-bottom: 10px;
    }
    .cardwrapper{
    	margin: 1rem 0;
    }
    .counternumberbg .number{
    	font-size: 60px;
    	text-align: center;
    	border-bottom:1px solid #fff;
    }
    .counternumberbg{

    }
    .counternumberbg .title {
	    
	    justify-content: center;
	}
	.countrylisting .innerlisting{
		padding: 3rem 1rem;
	}
	.countrylisting .rowcountry{
		display: block;
	}
	.countrylisting .listinginner ul{
		display: block;
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.countrylisting .listinginner ul li{
		width: 50%;
		float: left;
		padding: 0 7.5px;
	}
	.countrylisting .listinginner ul li a{
		font-size: 1rem;
		padding:0 5px;
	}

}