/*─────────────────────────────────────────────
  Base styles (desktop or default)
─────────────────────────────────────────────*/

/*────────── Mobile (up to 767px) ──────────*/
@media only screen and (max-width: 767px) {
   .top-bbar{
    display: none;
   }

   .top-form-h1{
    margin-top: 0px  !important;
    color : red !important;
   }
   

   .top-c{
    padding: 0px 21px;
   }

   #services{
    padding: 0px 30px;
   }

   #call-to-action .container{

   }

   .cta-sec{
    flex-direction: column;
    padding: 0px !important;
   }

   .cta-sec h1{
    font-size: 20px !important;
    text-align: center;
   }

   .cta-sec div{
    width: unset !important;
   }
   .footer .footer-contact p {
    margin-bottom: 5px;
    font-size: 11px;
}

.footer h4 {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links ul li {
  padding: 7px 0;
  font-size: 12px;
}
.col-lg-2.col-0.footer-links {
  display: none;
}
.whychoose{
  margin-top: 50px;
}
  }
  
  /*────────── Tablet (768px to 1024px) ──────────*/
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* tablet-specific overrides here */
    /* e.g.
    body { font-size: 18px; }
    .sidebar { width: 200px; }
    */
  }
  
  /*────────── Desktop (1025px and up) ──────────*/
  @media only screen and (min-width: 1025px) {
    /* optional desktop overrides */
  }
  