.pageTitle{
	background-image: url("https://www.myt.mu/sinformer/trafficwatch/images/bg-services.jpg");
	max-width: 100%;
	text-align:center;
	height: 150px;
    padding: 10px;
    margin-top: 0px;
}

.h1title{
	font-weight: bold;
    font-size: 35px;
}

.title{
	margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Montserrat','Open Sans', sans-serif;
	color:black;
}

.bread{
	color:white;
}

.link{
	color:white;
}

.link:hover{
	color:white;
	text-decoration:underline;
}

@media (min-width: 1200px) {
	 .pageTitle{
		 height:200px;
		 padding:50px;
	 }
	.h1title{
		font-size: 50px;
	}
}

@media (max-width:767px) {
	.pageTitle{
		background-image: url("https://www.myt.mu/sinformer/trafficwatch/images/bg-services.jpg");
		max-width: 100%;
		text-align:center;
		height: 150px;
		padding-top: 25px;
		margin-top: 0px; 
	}
	/* .h1title{
		font-weight: bold;
		font-size: 34px;
	}
}  */

.demo-hero {
	border-radius:0px!important;	
	padding: 0px!important;	
    min-height: 130px!important;
}	

.demo-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}


.demo-hero p {
	max-width:100%!important;
}

.custom-breadcrumb{
   font-size:14px!important;	
}	


/* ===== Download App Section ===== */
.download-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

/* Phone mockup on the left */
.download-phone {
	flex-shrink: 0;
	display: flex;
	align-items: center;
  padding-right: 40px;
}

.download-phone img {
	width: 250px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

/* Middle text + badges block */
.download-content {
	flex: 0 1 auto;
	min-width: 260px;
}

.downloadgrid {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	gap: 16px;
	align-items: center;
	margin: 0;
}

.store-badge {
	width: 140px;
}

/* QR block on the right */
.download-qr {
	text-align: center;
	flex-shrink: 0;
	margin-left: 0;
}

.download-qr img {
	width: 140px;
	height: 140px;
	object-fit: contain;
	margin: 0 auto;
}

.download-qr p {
	margin: 5px 0 0;
	font-size: 13px;
}

/* ===== Mobile ===== */
@media (max-width: 900px) {
	.download-wrapper {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.download-content {
		text-align: center;
	}

	.download-content .sec__head {
		text-align: center;
	}

	.downloadgrid {
		grid-auto-flow: row;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.download-phone img {
		width: 180px;
	}

	.download-qr img {
		width: 150px;
		height: 150px;
	}
}
