/* Mobile Styles - 200px to 768px */
@media only screen and (min-width: 200px) and (max-width:768px) {  
  /* General Mobile Adjustments */
  body {
    overflow-x: hidden;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .web_software  {
    display: none;
  }
  
  .title h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  /* Mobile Navigation Styles */
  .jkm_background {
    padding: 10px 15px;
  }
  
  .navbar-brand img {
    max-width: 120px;
    height: auto;
  }
  
  .navbar-brand h6 {
    font-size: 0.7rem;
    margin: 0;
    margin-top: 5px;
  }
  
  .navbar-toggler {
    border: none;
    padding: 4px 8px;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-collapse {
    background: #fff;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .jkm_Navbar .nav-item {
    margin: 5px 0;
  }
  
  .jkm_Navbar .nav-link {
    padding: 8px 15px;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .jkm_Navbar .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  
  /* Mobile Dropdown Styles */
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    background-color: #f8f9fa;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  
  .megamenu.dropdown-menu {
    transform: none !important;
    left: 0 !important;
    padding: 15px !important;
  }
  
  .dropdown-menu.megamenu {
    width: 100%;
    padding: 15px;
  }
  
  .jkmMegamenu {
    width: 100% !important;
    background-image: none;
    background-color: #f8f9fa;
  }
  
  .jkm_navbar_dropdown {
    margin-bottom: 20px;
  }
  
  .jkm_navbar_dropdown .list-header {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  
  .jkm_navbar_dropdown .list-header img {
    width: 20px;
    height: 20px;
  }
  
  .jkmdropdownitems {
    margin: 5px 0;
  }
  
  .jkmdropdownitems a {
    font-size: 0.85rem;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
  }
  
  /* Mobile Footer Styles */
  .map_bg {
    padding: 30px 0;
  }
  
  .jkm_form_bg {
    padding: 20px 15px;
    margin: 0 10px;
  }
  
  .jkm_info {
    border-right: none;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .icon_jkm {
    position: static;
    margin: 10px 0;
  }
  
  .info_content {
    margin-left: 0;
    margin-bottom: 20px;
  }
  
  .info_content p {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  
  .info_content li {
    font-size: 1rem;
  }
  
  /* Mobile Form Styles */
  .form-group {
    margin-bottom: 15px;
    width: 100%;
  }
  
  .form-group label {
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: block;
  }
  
  .input {
    font-size: 0.9rem;
    padding: 8px 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  
  textarea.form-control {
    height: auto;
    min-height: 100px;
  }
  
  .gradient-button {
    width: 100%;
    padding: 12px;
    font-size: 0.9rem;
    margin-top: 20px;
  }
  
  /* Mobile Footer Sections */
  .footer_head_ {
    margin-bottom: 30px;
  }
  
  .footer_head_ h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  .footer_head_ ul li {
    margin: 8px 0;
  }
  
  .footer_head_ ul li a {
    font-size: 0.85rem;
  }
  
  /* Mobile Social Icons */
  .icon-bar {
    display: none;
  }
  
  .social6545341 {
    line-height: 2;
    justify-content: center;
    margin-top: 20px;
  }
  
  .social6545341 li {
    margin: 0 10px;
  }
  
  .social6545341 li i {
    font-size: 1.2rem;
  }
  
  /* Mobile Address Section */
  .container .row:last-child {
    text-align: center;
  }
  
  .container .row:last-child .col-md-4 {
    margin-bottom: 20px;
  }
  
  .container .row:last-child .col-md-4 ul li {
    font-size: 0.85rem;
    margin: 5px 0;
  }
  
  .container .row:last-child .col-md-6 {
    margin-bottom: 20px;
  }
  
  .container .row:last-child .col-md-2 {
    margin-bottom: 20px;
  }
  
  /* Mobile Legal Links */
  .container .row:nth-last-child(2) .col-md-9 ul {
    flex-direction: column;
    text-align: center;
  }
  
  .container .row:nth-last-child(2) .col-md-9 ul li {
    margin: 5px 0;
  }
  
  .footer_base_contact {
    border-right: none;
    border-bottom: 1px solid #b7b7b7;
    padding: 5px 0;
    display: block;
  }
  
  /* Mobile Modal Styles */
  .modal-dialog {
    max-width: 95% !important;
    margin: 5% auto;
  }
  
  .modal-body .row {
    flex-direction: column;
  }
  
  .modal-body .col-md-4 {
    display: none;
  }
  
  .modal-body .col-md-8 {
    width: 100%;
  }
  
  .quote_form {
    padding: 20px 15px;
  }
  
  /* Mobile Request Button */
  .request {
    bottom: 10px;
    left: 10px;
  }
  
  .quotebtn img {
    max-width: 50px;
  }
  
  /* Mobile Navigation Improvements */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  /* Mobile Form Improvements */
  .input-group-addon {
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
  }
  
  .input-group-addon img {
    width: 16px;
    height: 16px;
  }
  
  /* Mobile Footer Improvements */
  .bg-footer {
    background-size: cover;
    background-position: center;
  }
  
  /* Mobile Typography */
  .title h1 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  
  .title p {
    font-size: 0.9rem;
  }
  
  /* Mobile Spacing */
  .jkmType {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  /* Mobile Button Improvements */
  .gradient-button {
    font-size: 0.85rem;
    padding: 10px 15px;
  }
  
  /* Mobile Image Responsiveness */
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  /* Mobile Text Alignment */
  .text-center {
    text-align: center !important;
  }
  
  /* Mobile Flexbox Improvements */
  .d-flex {
    flex-wrap: wrap;
  }
  
  /* Mobile Modal Improvements */
  .modal-content {
    border-radius: 10px;
  }
  
  .modal-header {
    border-bottom: 1px solid #dee2e6;
  }
  
  /* Mobile Social Icons Spacing */
  .social6545341 li {
    margin: 0 5px;
  }
  
  .social6545341 li i {
    font-size: 1.1rem;
  }
}

/* Tablet Styles - 768px to 1024px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .jkm_background {
    padding: 15px 20px;
  }
  
  .navbar-brand img {
    max-width: 150px;
  }
  
  .jkmMegamenu {
    width: 90% !important;
  }
  
  .jkm_form_bg {
    padding: 25px 20px;
  }
  
  .footer_head_ {
    margin-bottom: 25px;
  }
}

/* Desktop Styles - 1024px and above */
@media only screen and (min-width: 1024px) {  
  .mob_software  {
    display: none!important;
  }
}
