@media only screen and (min-width: 0px) and (max-width: 640px) {
  body {
    font-size: 17px;
    line-height: 24px;
  } 
  .navbar-brand img{
    width: 80%;
    padding: 5px;
  }
  .banner {
    background-position: bottom;
    padding-top: 0px;
    background-size:contain;
    background-image: url("https://www.madebydhawal.com/wp-content/uploads/2026/02/morning-background-mobile.png");
  }
  .nightMode .banner {
    background-image: url("https://madebydhawal.com/wp-content/uploads/2026/02/home-banner-night-mobile.png");
  }
	.nav-item, .menu-item{
		margin:10px;
	}
  .banner .container {
    padding-top: 160px;
  }
  .banner .container>.vce-row-content {
    padding-bottom: 260px;
  }
  .banner > .vce-row-content{
    padding-top: 0px;
  }
  .banner h1 {
    font-size: 38px;
  }
  .banner h3 {
    font-size: 20px;
  }
  .callToAction{
    margin-bottom: 0;
    min-height:auto;
    background-color: #083686;
    background-image: none;
    padding:30px 0 0;
  }
  .callToAction p{
    line-height:25px;
  }
  .navbar-collapse {
    background: #fff;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
  }
	.navbar-nav{
		margin:0px;
		padding: 10px 0px !important;
	}
  .serviceBox {
    padding-top: 20px;
  }
  .serviceBox p,
  .serviceBox h4 {
    text-align: center !important;
  }
  .serviceBox figure {
    text-align: center;
    display: block !important;
  }
  .serviceBox .vc_column_container {
    border-bottom: 1px dotted #4c4522;
    padding-top: 20px;
  }
  .btn1 {
    display: block;
    margin-top: 15px;
  }
  .statistics .stat {
    width: 100% !important;
    margin: 35px 0px !important;
  }
  .projectCall p {
    padding: 25px 0px;
  }
  .blogContainer {
    margin-bottom: 25px;
  }
  footer h2 {
    margin-top: 25px;
  }
  .portfolioTxt {
    padding: 15px 0px;
  }
  .socialShare {
    text-align: left;
    margin: 29px 0 0;
    padding: 0;
  }
  
  .postSidebar.topSticky {
    position: relative;
    top:0;
    width: 100%;
  }
  .blogAside .lwptoc-light .lwptoc_i{
    width: 100%;
  }
  
}
@media (max-width: 600px) {
  table, thead, tbody, th, td, tr { display: block; }
  thead tr { position: absolute; top: -9999px; left: -9999px; } /* Hide headers */
  tr { border: 1px solid #ccc; margin-bottom: 5px; }
  tr td { border: none; position: relative;}
  td:before { content: attr(data-label); position: absolute; left: 6px; font-weight: bold; }
  tr:last-child{border-bottom: 1px solid #ccc;}
}


@media print{
  .blogAside{
    display: none;
  }
}
