/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/**

* AALayer, © 2017
* All Rights Reserved
* www.aalayer.com
  -
* Template: lowendhost
* For any issue or question contact our support.

**/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #E7E7E7 !important;
    margin-right: 0px !important;
  }
  html {
    font-family: 'Montserrat', sans-serif !important;
  }
  #main-body {
      padding-top: 45px !important;
      padding-bottom: 35px !important;
      background: #E7E7E7 !important;
  }
  .container {
    padding-right: 19px;
    padding-left: 19px;
  }
  ::-moz-selection { background: #0270bb; color: white}
  ::selection { background: #0270bb; color: white;}
  ::-webkit-scrollbar {
    width: 11px;
    background-color: #E7E7E7;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #0270bb;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #40A1B7;
    border-radius: 10px;
  }
  #order-standard_cart .view-cart-items-header {
    background-color: #0270bb;
  }
  a {color: #919393;
  background-color: transparent;
  transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  border-radius: 1px;}
  a:hover, a:active {
    color: #0270bb;
    outline: 0;
    text-decoration: none !important;
  }
  .navbar {
  border-bottom-color: transparent !important;
  }
  .navbar-default {
      background-color: #0F0F0F;
      border:0;
      border-radius: 0;
      border-bottom: 0;
  }
  .navbar-default .navbar-brand {
      color: #9d9d9d
  }
  .navbar-default .navbar-brand:focus,
  .navbar-default .navbar-brand:hover {
      color: #fff;
      background-color: transparent
  }
  .navbar-default .navbar-text {
      color: #9d9d9d
  }
  .navbar-default .navbar-nav>li>a {
      
      font-size: 16px !important;
      text-transform: uppercase;
      padding-top: 27px;
      padding-bottom: 27px;
      color: #A4A4A4;
      padding-left: 16px;
      padding-right: 16px;
      top: 0%;
      transition: all 0.1s ease-out;
      border-bottom: 1px solid transparent;
        font-weight: 600;
  }
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
      border-color: #E7E7E7;
      background-color: transparent;
      color: #D8D8D8;
  }
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
      color: white;
      background-color: #0270bb;
      border-bottom-color: transparent;
  }
  .navbar-default .navbar-nav>.disabled>a,
  .navbar-default .navbar-nav>.disabled>a:focus,
  .navbar-default .navbar-nav>.disabled>a:hover {
      color: #ccc;
      background-color: transparent
  }
  .navbar-default .navbar-toggle {
      border-color: #333
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    color: #fff;
    background-color: #0270bb;
    border: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
     border-color: #101010
  }
  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent !important;
  }
  @media (max-width: 750px) {
      .navbar-default .navbar-nav .open .dropdown-menu>.dropdown-header {
          border-color: #080808
      }
      .navbar-default .navbar-nav .open .dropdown-menu .divider {
          background-color: #080808
      }
      .navbar-default .navbar-nav .open .dropdown-menu>li>a {
          color: #9d9d9d;
      }
      .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
      .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
          color: #fff;
          background-color: black;
      }
      .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
      .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
      .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
          color: #fff !important;
          background-color: #080808
      }
      .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
      .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
      .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
          color: #444;
          background-color: transparent
      }
  }
  .navbar-default .navbar-link {
      color: #9d9d9d
  }
  .navbar-default .navbar-link:hover {
      color: #fff
  }
  .navbar-default .btn-link {
      color: #9d9d9d
  }
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: rgba(0,0,0,0.9);
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border: 1px solid rgba(0, 0, 0, .15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
  }
  .dropdown-menu>li>a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 600;
      line-height: 1.32857143;
      color: #9d9d9d;
      white-space: nowrap;
      padding-top: 9px;
      padding-bottom: 9px;
  }
  .dropdown-menu>li>a:focus,
  .dropdown-menu>li>a:hover {
      text-decoration: none;
      color: #fff !important;
      background-color: transparent !important;
  }
  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:focus,
  .dropdown-menu>.active>a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #337ab7 !important;
      outline: 0
  }
  .nav-divider {
    border-color: #2B2B2B !important;
    color: #2B2B2B !important;
    background-color: #2B2B2B !important;
  }
  .nav-divider:hover {
    border-color: #2B2B2B !important;
    color: #2B2B2B !important;
    background-color: #2B2B2B !important;
  }
  #header {
    background-color: rgba(0,0,0,0.9) !important;
    border-radius: 0 !important;
  }
  #top-nav {
    background-color: transparent !important;
  }
  .header-lined h1 {
    color: #0270bb !important;
  }
  .list-group-item .active {
    background-color: #0270bb !important;
  }
  div.sidebar .list-group-item-selected {
      background-color: #0270bb !important;
      color: #0270bb;
  }
  .navbar-main li.account {
    background-color: transparent!important;
  }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
      border-top: 1px solid transparent !important;
      background-color: #0270bb !important;
      border-bottom: 1px solid transparent !important;
  }
  .dataTables_wrapper .dataTables_info
  {
    background-color: #0270bb !important;
  }
  .home-shortcuts {
    background-color: #0270bb !important;
  }
  .home-shortcuts li, .home-shortcuts li:first-child {
    border-color: #F1F1F1
  }
  #order-boxes .fields-container {
    border-top-color: #0270bb !important;
    border-bottom-color: #0270bb !important;
  }
  #order-boxes .fields-container .field-row:nth-child(even) {
    background-color: #EEEEEE !important;
  }
  #order-boxes .fields-container .field-row:nth-child(odd) {
    background-color: #FFF9F8 !important;
  }
  #order-boxes table.styled tr th {
    background-color: #0270bb !important;
  }
  #order-boxes table.styled tr.carttablesummary td {
    background-color: #FFF4F2 !important;
  }
  .alert-info {
    background-color: rgba(232, 102, 76, 0.8) !important;
    color: white !important;
  }
  .form-control {
    min-height: 40px;
  }
  .form-control:focus, .form-control:active {
    border-color: transparent !important;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0.8) inset, 0 0 4px rgba(255, 255, 255, 0.8) !important;
  }
  .lehlogo {
    max-width: 255px !important;
    margin-top: 2px;
  }
  .btn-info, .btn-default{
  background-color: transparent !important;
  color: #0270bb;
  border: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #0270bb;
  }
  ul.top-nav>li.primary-action>a.btn {
    background-color: #0270bb !important;
  }
  ul.top-nav>li>a {
    font-size: 16px;
    font-weight: 600;
  }
  ul.top-nav>li>a:hover {
      color: #fff !important;
  }
  .btn-info:hover, .btn-info:focus, .btn-default:hover, .btn-default:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #0270bb !important;
    border-color: transparent;
    color: white;
  }
  .btn-warning, .btn-primary {
    background-color: #0270bb;
    color: white;
    border-color: transparent;
  }
  .btn-warning:hover, .btn-warning:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #40A1B7 !important;
    border-color: #0270bb !important;
  }
  .footer {
    background-color: rgba(0,0,0,0.9);
  }
  .footer .container {
    padding: 40px 2px 40px 20px;
  }
  .footer .flogo {
    max-width: 72%;
    padding-bottom: 5px;
  }
  .footer .col-md-3 li{
    font-size: 16px;
    list-style: none;
    margin-top: 12px;
  }
  .footer .col-md-3 li a {
    color: #6A6A6A;
    transition: all .2s ease;
  }
  .footer .col-md-3 li a:hover {
    padding-left: 4px;
    color: #40A1B7;
    transition: all .2s ease;
  }
  .footer .col-md-2 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .footer .col-md-2 .fa {
    font-size: 36px;
    margin-right: 8px;
    margin-top: 4px;
    opacity: 0.6;
  }
  .footer .col-md-2 .fa:hover {
    color: #40A1B7;
    opacity: 1;
  }
  .footer .col-md-2 .fa-facebook-square:hover {
    color: #3b5998;
  }
  .footer .col-md-2 .fa-twitter-square:hover {
    color: #1da1f2;
  }
  .footer .col-md-2 .fa-google-plus-square:hover {
    color: #dd4b39;
  }
  .footer .col-md-2 .fa-instagram:hover {
    color: #f56040;
  }
  .footer .col-md-2 .fa-youtube-square:hover {
    color: #cd201f;
  }
  .footer .col-md-2 .fa-linkedin-square:hover {
    color: #00a0dc;
  }
  .footer .col-md-4 p {
  color: #6F6F6F;
  }
  blockquote {
    border-color: #0270bb;
  }
  .logincontainer {
    background-color: white;
    padding: 40px 60px 40px 60px;
    border-radius: 4px;
  }
  section#home-banner {
    background-image: url('../img/bc1.jpg');
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 110px !important;
    padding-bottom: 90px !important;
  }
  div.header-lined h1 {
    font-weight: bold !important;
  }
    #home-banner .home-banner-title,
    #home-banner .home-banner-note {
      color: #f0ad4e !important;
    }
    #home-banner .home-banner-note {
      margin-top: 0;
      margin-bottom: 20px;
    }
  @media (max-width: 767px) {
    body {
      max-width: 98% !important;
    }
  }

  .ia4shop-kicker {
    display: inline-block;
    margin: 0 0 10px;
    padding: 8px 16px;
    border-radius: 4px;
    background: #0270bb;
    color: #f3f7fb;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
  }

  #home-banner .home-banner-title {
    max-width: 980px;
    margin: 0 auto 12px;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    text-shadow: 0 4px 26px rgba(0, 0, 0, 0.45);
  }

  #home-banner .lead {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 16px;
    border-radius: 4px;
    background: #0270bb;
    color: #f3f7fb;
    font-size: 20px;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
  }

  #home-banner .home-banner-note {
    margin-bottom: 24px;
    color: #f0ad4e !important;
    font-weight: 600;
    font-size: 21px;
  }

  .ia4shop-hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .ia4shop-hero-actions .btn {
    min-width: 230px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.01em;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .ia4shop-hero-actions .btn-warning {
    background-color: #0270bb !important;
    border-color: #0270bb !important;
    color: #ffffff !important;
  }

  .ia4shop-hero-actions .btn-default {
    background-color: #0c4f8e !important;
    border-color: #0c4f8e !important;
    color: #ffffff !important;
  }

  .ia4shop-hero-actions .btn-warning:hover,
  .ia4shop-hero-actions .btn-warning:focus {
    background-color: #005b99 !important;
    border-color: #005b99 !important;
    color: #ffffff !important;
  }

  .ia4shop-hero-actions .btn-default:hover,
  .ia4shop-hero-actions .btn-default:focus {
    background-color: #083f72 !important;
    border-color: #083f72 !important;
    color: #ffffff !important;
  }

  .ia4shop-entry-cards {
    margin: 0 0 22px;
  }

  .ia4shop-entry-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    margin-bottom: 16px;
    padding: 18px 20px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f4f9fd);
    border: 1px solid #d9e7f2;
    box-shadow: 0 10px 24px rgba(5, 38, 60, 0.08);
  }

  .ia4shop-entry-card .fas {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 999px;
    background: rgba(2, 112, 187, 0.12);
    color: #0270bb;
    font-size: 20px;
  }

  .ia4shop-entry-card h3 {
    margin: 0;
    color: #153852;
    font-size: 20px;
    font-weight: 700;
  }

  .ia4shop-home-content {
    margin-bottom: 22px;
  }

  .ia4shop-home-content section {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(5, 38, 60, 0.08);
  }

  .ia4shop-icon-grid {
    margin-bottom: 20px;
  }

  .ia4shop-icon-card {
    min-height: 100%;
    margin-bottom: 16px;
    padding: 24px 20px 22px;
    border-radius: 8px;
    background: linear-gradient(180deg, #081d2f, #0d3656);
    color: #e9f6ff;
    box-shadow: 0 10px 28px rgba(5, 38, 60, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ia4shop-icon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(5, 38, 60, 0.18);
  }

  .ia4shop-icon-card .fas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(240, 173, 78, 0.12);
    color: #67d9ff;
    font-size: 30px;
    box-shadow: inset 0 0 0 1px rgba(103, 217, 255, 0.12);
  }

  .ia4shop-icon-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
  }

  .ia4shop-icon-card p {
    margin-bottom: 0;
    color: #c7deee;
    line-height: 1.6;
  }

  .ia4shop-intro h2,
  .ia4shop-difference h2,
  .ia4shop-faq-seo h2 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #0c2744;
    font-weight: 700;
    line-height: 1.2;
  }

  .ia4shop-lead {
    color: #1f3d56;
    font-size: 18px;
    font-weight: 500;
  }

  .ia4shop-cta-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .ia4shop-proof-card {
    background: linear-gradient(160deg, #0f2e49, #0b4f7f);
    border-radius: 8px;
    padding: 22px;
    color: #e8f6ff;
    min-height: 100%;
  }

  .ia4shop-proof-card h3 {
    margin-top: 0;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .ia4shop-proof-card ul {
    margin: 0;
    padding-left: 18px;
  }

  .ia4shop-proof-card li {
    margin-bottom: 10px;
  }

  .ia4shop-pillars {
    margin-bottom: 20px;
  }

  .ia4shop-pillar {
    border: 1px solid #e6edf4;
    border-radius: 8px;
    min-height: 0;
    padding: 20px 20px 14px;
    margin-bottom: 15px;
    background: #fdfefe;
    transition: all 0.2s ease;
  }

  .ia4shop-pillar:hover {
    box-shadow: 0 10px 20px rgba(2, 112, 187, 0.15);
    transform: translateY(-3px);
  }

  .ia4shop-pillar .fas {
    color: #0270bb;
    font-size: 28px;
    margin-bottom: 12px;
  }

  .ia4shop-pillar h3 {
    margin-top: 0;
    color: #153852;
    font-size: 20px;
    font-weight: 700;
  }

  .ia4shop-pillar p {
    color: #3d5568;
    margin-bottom: 0;
  }

  .ia4shop-checklist {
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 18px;
  }

  .ia4shop-checklist li {
    margin-bottom: 10px;
    color: #27465f;
    font-weight: 500;
  }

  .ia4shop-static-banner {
    position: relative;
    border-radius: 8px;
    min-height: 260px;
    overflow: hidden;
    background: linear-gradient(140deg, rgba(9, 28, 45, 0.86), rgba(2, 112, 187, 0.72)), url('../img/bc2.jpg') center/cover no-repeat;
    display: flex;
    align-items: flex-end;
  }

  .ia4shop-static-banner__content {
    padding: 22px;
    color: #ffffff;
  }

  .ia4shop-static-banner__content h3 {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
  }

  .ia4shop-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: rgba(240, 173, 78, 0.95);
    color: #17232f;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
  }

  .ia4shop-faq-seo .panel {
    border-radius: 6px;
    border-color: #dce8f2;
  }

  .ia4shop-faq-seo .panel-title a {
    display: block;
    font-weight: 700;
    color: #13344f;
  }

  .ia4shop-faq-seo .panel-title a:focus,
  .ia4shop-faq-seo .panel-title a:active,
  .ia4shop-faq-seo .panel-title a:hover {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
  }

  .ia4shop-faq-icon {
    margin-right: 8px;
    color: #0270bb;
  }

  .ia4shop-faq-seo .panel-body {
    color: #324f66;
    line-height: 1.7;
  }

  .ia4shop-faq-cta {
    background: linear-gradient(160deg, #0b4f7f, #0f2e49);
    border-radius: 8px;
    padding: 26px 22px 22px;
    color: #e8f6ff;
    position: sticky;
    top: 20px;
  }

  .ia4shop-faq-cta__image {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 6px;
    overflow: hidden;
    line-height: 0;
  }

  .ia4shop-faq-cta__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
  }

  .ia4shop-faq-cta h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
  }

  .ia4shop-faq-cta p {
    color: #c7deee;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .ia4shop-faq-cta__btn {
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
  }

  .ia4shop-faq-cta .btn-warning {
    background-color: #0270bb !important;
    border-color: #0270bb !important;
    color: #ffffff !important;
  }

  .ia4shop-faq-cta .btn-warning:hover {
    background-color: #005b99 !important;
    border-color: #005b99 !important;
  }

  .ia4shop-faq-cta .btn-default {
    background-color: rgba(255,255,255,0.1) !important;
    border-color: rgba(255,255,255,0.25) !important;
    color: #e8f6ff !important;
  }

  .ia4shop-faq-cta .btn-default:hover {
    background-color: rgba(255,255,255,0.2) !important;
  }

  .ia4shop-faq-cta__divider {
    border-color: rgba(255,255,255,0.12);
    margin: 18px 0;
  }

  .ia4shop-faq-cta__highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ia4shop-faq-cta__highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    color: #e8f6ff;
    font-size: 14px;
    line-height: 1.35;
  }

  .ia4shop-faq-cta__highlight .fas {
    color: #67d9ff;
    flex: 0 0 16px;
  }

  @media (min-width: 768px) {
    .ia4shop-faq-cta {
      position: sticky;
      top: 20px;
    }

    .ia4shop-faq-cta__highlights {
      grid-template-columns: 1fr 1fr;
    }
  }

  .ia4shop-conversion-strip {
    margin-bottom: 20px;
  }

  .ia4shop-conversion-card {
    min-height: 100%;
    padding: 22px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e6edf4;
    box-shadow: 0 8px 24px rgba(5, 38, 60, 0.06);
  }

  .ia4shop-conversion-card--highlight {
    background: linear-gradient(160deg, #0b4f7f, #0f2e49);
    color: #eaf7ff;
    border-color: transparent;
  }

  .ia4shop-conversion-card h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
  }

  .ia4shop-conversion-card--highlight h3 {
    color: #ffffff;
  }

  .ia4shop-conversion-card p {
    margin-bottom: 0;
    color: #27465f;
  }

  .ia4shop-conversion-card--highlight p {
    color: #eaf7ff;
  }

  .ia4shop-results {
    background: linear-gradient(180deg, #f9fcff, #eef5fb) !important;
  }

  .ia4shop-results h2 {
    margin-top: 0;
    color: #0c2744;
    font-weight: 800;
  }

  .ia4shop-results p {
    color: #214055;
    font-size: 17px;
  }

  .ia4shop-results .ia4shop-proof-card {
    background: linear-gradient(160deg, #174d74, #0b3551);
  }

  .ia4shop-results .ia4shop-proof-card h3 {
    margin-bottom: 10px;
  }

  .ia4shop-results .ia4shop-proof-card p {
    color: #eaf7ff;
  }

  @media (max-width: 991px) {
    .ia4shop-kicker,
    #home-banner .lead {
      font-size: 18px;
      padding: 7px 14px;
    }

    #home-banner .home-banner-title {
      font-size: 33px;
    }

    .ia4shop-home-content section {
      padding: 22px;
    }
  }

  @media (max-width: 767px) {
    #home-banner {
      padding-top: 80px !important;
      padding-bottom: 64px !important;
      background-attachment: scroll;
    }

    #home-banner .home-banner-title {
      font-size: 28px;
      line-height: 1.24;
    }

    .ia4shop-kicker,
    #home-banner .lead {
      font-size: 17px;
      padding: 6px 12px;
    }

    #home-banner .home-banner-note {
      font-size: 17px;
    }

    .ia4shop-hero-actions .btn {
      width: 100%;
      min-width: 0;
    }

    .ia4shop-home-content section {
      padding: 18px;
    }

    .ia4shop-icon-card {
      padding: 20px 16px 18px;
    }

    .ia4shop-entry-card {
      min-height: 0;
      padding: 16px;
    }

    .ia4shop-entry-card h3 {
      font-size: 18px;
    }

    .ia4shop-intro h2,
    .ia4shop-difference h2,
    .ia4shop-faq-seo h2 {
      font-size: 25px;
    }

    .ia4shop-static-banner {
      min-height: 220px;
      margin-top: 12px;
    }

    .ia4shop-static-banner__content h3 {
      font-size: 23px;
    }

    .ia4shop-conversion-card {
      margin-bottom: 14px;
    }
  }

  /* Mobile hardening for full template */
  img,
  svg,
  video,
  canvas,
  iframe {
    max-width: 100%;
    height: auto;
  }

  .table,
  .table-responsive {
    width: 100%;
  }

  @media (max-width: 991px) {
    #main-body {
      padding-top: 28px !important;
      padding-bottom: 24px !important;
    }

    .container {
      padding-right: 14px;
      padding-left: 14px;
    }

    .home-shortcuts ul {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .home-shortcuts li {
      float: none;
      width: 50%;
      min-height: 88px;
      white-space: normal;
      padding: 10px 8px;
    }

    .home-shortcuts li p {
      white-space: normal;
      line-height: 1.3;
    }

    .panel-title {
      line-height: 1.35;
    }

    .ia4shop-home-content section {
      margin-bottom: 16px;
    }

    .ia4shop-proof-card,
    .ia4shop-icon-card,
    .ia4shop-pillar,
    .ia4shop-conversion-card,
    .ia4shop-entry-card {
      min-height: 0;
    }
  }

  @media (max-width: 575px) {
    html,
    body {
      overflow-x: hidden;
    }

    .navbar-default .navbar-nav>li>a {
      font-size: 14px !important;
      padding-top: 14px;
      padding-bottom: 14px;
    }

    .home-shortcuts li {
      width: 100%;
    }

    .home-shortcuts li i {
      font-size: 18px;
    }

    .home-shortcuts li p {
      font-size: 13px;
    }

    .ia4shop-hero-actions {
      gap: 8px;
      margin-bottom: 14px;
    }

    .ia4shop-hero-actions .btn {
      font-size: 15px;
      padding: 10px 14px;
    }

    #home-banner .home-banner-note {
      margin-bottom: 16px;
    }

    .ia4shop-entry-cards {
      margin-bottom: 14px;
    }

    .ia4shop-entry-card {
      gap: 10px;
    }

    .ia4shop-entry-card .fas {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
    }

    .ia4shop-icon-card .fas {
      width: 58px;
      height: 58px;
      font-size: 24px;
    }

    .ia4shop-static-banner {
      min-height: 200px;
    }

    .ia4shop-faq-seo .panel-title a {
      font-size: 15px;
    }

    .ia4shop-faq-seo .panel-body {
      font-size: 14px;
      line-height: 1.55;
    }

    .ia4shop-faq-cta {
      position: static;
      top: auto;
      margin-top: 18px;
    }
  }