body{
	background:#F5F5F5;
	padding:0px;
	overflow-x: hidden;
}
.navbar-dark.topNav { 
  background:#064d51 !important;
  padding:0px 0px;
}
.topNav .mail{
	background:url("../images/icons/mail.png") no-repeat left center;
	background-size: 16px auto;
	padding-left:25px !important;	 
 }
.topNav .address{
	background:url("../images/icons/location.png") no-repeat left center;
	background-size: 16px auto;
	padding-left:25px !important;	 
 }
.topNav .time{
	background:url("../images/icons/clock.png") no-repeat left center;
	background-size: 16px auto;
	padding-left:25px !important;	 
 }
.topNav .call{
	background:url("../images/icons/phone.png") no-repeat left center;
	background-size: 16px auto;
	padding-left:25px !important;	 
 }
.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	max-width: 100%;
}

.bd-placeholder-img img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

/* Mobile responsiveness */
@media (max-width: 767px) {
	/* General styling */
	body {
		font-size: 14px;
	}

	h1 {
		font-size: 1.8rem;
	}

	/* Navigation */
	.carousel {
		margin-top: 60px;
	}
	
	.carousel-item {
		height: auto;
		min-height: 320px;
	}
	
	.carousel-caption {
		right: 5%;
		left: 5%;
		padding: 15px;
		bottom: 20px;
		background-color: rgba(6, 77, 81, 0.7);
		border-radius: 5px;
	}
	
	.carousel-caption h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	
	.carousel-caption h2 {
		font-size: 20px;
		padding-left: 15px;
	}
	
	.carousel-caption p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.fixed-top.mainNav {
		top: 0;
		padding: 5px 0;
	}
	
	.navbar-dark.topNav {
		display: none; /* Hide top nav on mobile */
	}
	
	.navbar-brand img {
		height: 45px; /* Smaller logo on mobile */
	}
	
	.navbar-toggler {
		padding: 0.25rem 0.5rem;
		font-size: 0.875rem;
	}
	
	.navbar-collapse {
		padding-top: 0.5rem;
	}
	
	.nav-link {
		padding: 0.25rem 0.5rem;
	}
	
	/* Button adjustments for mobile */
	.btn-primary {
		padding: 0.375rem 0.75rem;
		font-size: 0.875rem;
	}

	/* Cards and Icons */
	.bd-icons {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	
	/* Background patterns */
	.monitorBg {
		background-image: none;
	}
	
	.bgpatternRImg, .bgpatternLImg, .bgpatternBImg {
		background-image: none;
	}
	
	/* Typography */
	h2.fw-normal {
		font-size: 1.4rem;
	}

	.titleWHD, .titleWHDL {
		font-size: 20px;
		padding-bottom: 25px !important;
	}
	
	/* Track application section */
	.trackYourApp .row {
		flex-direction: column;
	}
	
	.trackYourApp .col-2, 
	.trackYourApp .col-8 {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.trackYourApp .position-relative.col-2 {
		width: 100%;
		text-align: center;
	}

	/* Container spacing */
	.container.marketing {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Feature sections */
	.featuresDarkBg h4 {
		font-size: 16px;
	}

	.featuresDarkBg .flex-column {
		padding-left: 10px;
		margin-bottom: 15px;
	}

	/* Modal tweaks */
	.modal-dialog {
		margin: 10px;
	}
	
	/* Fix for featuresDarkBg on mobile */
    .featuresDarkBg {
        background: #064d51 !important; /* Solid color background for mobile */
        padding: 15px !important;
        border-radius: 8px !important;
        margin: 10px !important;
        width: auto !important;
    }
    
    .featuresDarkBg .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .featuresDarkBg .col-10 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .featuresDarkBg .titleWHDL {
        color: white !important;
        font-size: 16px !important;
        text-align: center !important;
        background-position: center bottom !important;
        padding-bottom: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .featuresDarkBg h2 {
        color: white !important;
        font-size: 22px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        font-weight: bold !important;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
    }
    
    .featuresDarkBg h4 {
        color: white !important;
        font-size: 18px !important;
        font-weight: bold !important;
        margin-bottom: 8px !important;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
    }
    
    .featuresDarkBg p.text-body-secondary {
        color: rgba(255,255,255,0.9) !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }
    
    .featuresDarkBg .flex-column {
        border-left: 4px solid rgba(255,255,255,0.7) !important;
        padding-left: 10px !important;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		right: 15%;
	}
	
	.carousel-caption h2 {
		font-size: 32px;
	}
	
	.fixed-top.mainNav {
		top: 40px;
	}
}
.navbar-brand{
 width:auto;
 height:auto;
 padding: 0.25rem 0;
}
.titleWHD{
 background:url("../images/HorizontalDivider.png") no-repeat bottom center;
 background-size: 120px 16px; 
 padding-bottom:16px !important;
 font-size:24px;
}
.titleWHDL{
 background:url("../images/HorizontalDivider.png") no-repeat left bottom;
 background-size: 120px 16px; 
 padding-bottom:16px !important;
 font-size:24px;
}
.carousel {
  margin-bottom: 2rem;
  margin-top: 120px; 
}
.carousel-item {
  height: 30rem;
  background:#064d51;
}
.carousel-caption{
	right:40%;
	left: 10%;
}
.carousel-caption p{
	font-size:14px;
}
.carousel-caption h1{
	font-size:18px;
}
.carousel-caption h2{
	font-size:42px;
	border-left:5px solid #fff;
	padding-left:25px;
}

.bd-icons{
	width:128px;
	height:128px;
	line-height:128px;
	border-radius:50%;
	background:#c0f2f3;
	margin: 0px auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.bd-SMicons{
	width:72px;
	height:72px;
	line-height:72px; 
	margin: 0px auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
}
.btn-light{
	color:#064d51;
}
.btn-dark{
	background:#064d51;
}
h2{
	color:#064d51;
}
.carousel h2{
	color:#fff;
}
.feature-icon-small {
  width: 3rem;
  height: 3rem;
}
.minH180{
	min-height:180px;
}
.minH150{
	min-height:150px;
}
.container-sm.trackYourApp{
	max-width:640px;
	margin:0px auto;
}
.card.requestDemo{
	max-width:640px;
	margin:0px auto;
}
.bgpatternRImg{
	 background:url("../images/ContainerPattern Dot.png") no-repeat top right; 
 }
.bgpatternLImg{
	 background:url("../images/ContainerPattern Dot.png") no-repeat left center; 
 }
.bgpatternBImg{
	 background:url("../images/ContainerPattern Dot.png") no-repeat bottom center; 
 }
 .monitorBg{
	 background:url("../images/GroupImage2.png") no-repeat right center; 
 }
 .monitorBg h4{
	font-size:16px;
 }
 .monitorBg .card{ 
	 min-height:262px;
 }
 .fixed-top.mainNav{
	top:40px;
 }
 .featuresDarkBg{
	 background:url("../images/HeroImage.png") no-repeat top center; 
 }
 .featuresDarkBg .titleWHDL{
	 color:#fff !important;
	 background:url("../images/HorizontalDividerW.png") no-repeat left bottom;
	 background-size: 120px 16px; 
 }
 .featuresDarkBg .flex-column{
	 border-left:5px solid #fff;
	 color:#fff;
 }
 .featuresDarkBg h2{ 
	 color:#fff;
 }
 .featuresDarkBg h4{ 
	 font-size:20px;
 }
 
 .bgDark.topVImg{  
	background-image: url("../images/topVector.png"), url("../images/bottomVector.png");
	background-position: top right, bottom left;
	background-repeat: no-repeat, no-repeat;
	background-color:#064d51
 }