@media screen and (max-width: 600px) {
        .facts-counter {
            display: flex !important;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-content: space-between;
        }

        .counter {
            font-size: 30px !important;
        }

        .facts {
            padding: 0px 22px 0px;
        }
    }
    img {
  max-width: 100%;
}
:active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
h3.text-center {
  text-align: center;
  font-weight:bold;

}
h4.text-center {
  text-align: center;
  font-weight:bold;

}
h3 {
  font-size: 24px;
}
.title, h3 {
  line-height: 32px;
  font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h1, h2, h3, h3.same-as-h4, h4, h5, h6, ul.navbar-nav > li > a {
  font-family: JaapokkiRegular;
}
.comments-counter a, .landing-tab .nav-tabs > li.active .tab-info h3, .plan.featured .plan-name, .post-meta-author a, .post-meta-cats a, .post-title a, .recent-post .post-body h3 a, .widget-categories ul.category-list li a, .widget-tab h4.entry-title a, a.read-more, h1, h2, h3 {
  color: #323232;
}
.title-desc, blockquote p, body, h2, h3, p {
  font-weight: 400;
}
.process-block1 {
  text-align: center;
  background: black;
  padding: 5px;
  margin: 8px;
}
.text-white {
  color: #fff !important;
  font-size: 14px !important;
}
.process-block1 {
  text-align: center;
  background: black;
  padding: 5px;
  margin: 8px;
}

.process-block1 img {
  border-radius: 50%;
  margin-bottom: 2px;
  width: 50%;
}

.overlay2 img {
  width: 104%;
}

.cd-hero-slider li:first-of-type {
  background-color: #ffffff;
}

#text-1 {
  background: #fff;
  padding: 32px 8px;
}

#div-3 {
  box-shadow: 0px 4px 60px #888888;
}

#pp {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

article-btn:hover {
  background: none;
  color: #000;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  background: #000 !important;
}

#abc {
  transition: 1s;
}

#abc:hover {
  transform: scale(1.1);
  transition: 1s;
}

.text-danger {
  background: black;
  display: inline-block;
  position: absolute;
  /* top: 20%; */
  bottom: 0px;
  /* text-align: center; */
  right: 90px;
  padding: 5px 14px;
  margin: 0px auto;
  color: #fbd81c;
  text-align: center;
  left: 100px;
}

.icon {
  padding: 10px;
}

/* ===================== */
/* New Business Setup Page Responsive Fix */
/* ===================== */

@media screen and (max-width: 768px) {
  /* Black Box Cards (12 icons) */
  .new-business-page .process-block1 {
    background-color: #1a1a1a;
    padding: 15px;
    margin: 10px auto;
    border-radius: 10px;
    text-align: center;
    width: 70%;
  }

  .new-business-page .process-block1 img {
    width: 60%;
    margin-bottom: 10px;
  }

  .new-business-page .process-block1 h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
  }

  /* Section title */
  .new-business-page .section-title5 h2 {
    font-size: 22px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .new-business-page .section-title5 p {
    font-size: 15px;
    text-align: center;
  }

  /* Red/White image cards (Legal, Business Start, HR...) */
  .new-business-page .icon-box {
    padding: 10px;
    text-align: center;
  }

  .new-business-page .icon-box img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .new-business-page .icon-box h5,
  .new-business-page .icon-box h4 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }

  /* Coaching heading */
  .new-business-page h3.text-center {
    font-size: 20px;
    padding: 10px;
  }

  /* Form styling */
  .new-business-page .form-group input,
  .new-business-page .form-group textarea,
  .new-business-page .form-group select {
    font-size: 14px;
    padding: 10px;
  }

  .new-business-page .form-group {
    margin-bottom: 15px;
  }

  .new-business-page button[type="submit"] {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .new-business-page img[src*="2.jpg"] {
    width: 70% !important;
    margin: 0 auto 10px auto;
    display: block;
  }
}

  /* Phone icon - Left side */
.phone-icon-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-align: center;
    color: #25D366;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.phone-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* Matching the site's yellow */
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.phone-icon-container h5{
   font-weight: 600;
    text-align: center;
}

.phone-icon-container a:hover {
    transform: scale(1.1);
}

.phone-icon-container i {
    font-size: 28px;
    color: white;
}

/* WhatsApp icon - Right side */
.whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
     color: #25D366;
         display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.whatsapp-icon-container h5{
   font-weight: 600;
    text-align: center;
}
.whatsapp-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon-container a:hover {
    transform: scale(1.1);
}

.whatsapp-icon-container i {
    font-size: 28px;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .phone-icon-container a,
    .whatsapp-icon-container a {
        width: 40px;
        height: 40px;
    }

    .phone-icon-container i,
    .whatsapp-icon-container i {
        font-size: 24px;
    }

    .phone-icon-container {
        bottom: 15px;
        left: 2px;
    }

    .whatsapp-icon-container {
        bottom: 15px;
        right: 1px;
    }
	.touch-link{
display:inline-block;
padding:12px 18px;
margin:6px;
font-size:16px;
}
}


.blog-date a, .btn.btn-primary.solid, .btn.btn-primary:hover, .featured-tab .nav-tabs > li > a:hover, .footer .widget-title, .footer ul li a, .footer-widget .latest-post-content h4 a, .footer-widget .post-meta, .footer-widget .post-meta a, .owl-controls .owl-next:hover, .owl-controls .owl-prev:hover, .parallax .btn, .plan a.btn:hover, .plan.featured .plan-price, .ts-carousel-controller .left:hover, .ts-carousel-controller .right:hover, .widget-tags ul > li a:hover {
  color: #fff;
}
body, p {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1;
}
.btn.btn-primary {
  color: #323232;
  border-radius: 50px !important;
  padding: 10px 15px;
  background: 0 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}