@media (min-width: 1268px) and (max-width: 1468px) {
  #hero1 {
    background: linear-gradient(45deg, #0c0c0c73, #1b1b1c5c) center/cover no-repeat, url("../Images/g-2.webp") center/cover no-repeat;
    height: 500px;
  }}
  @media (min-width: 1268px) and (max-width: 1468px) {
  #hero1 h2 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
    padding: 148px 40px 20px;
  }
}
.services .icon-box {
  border: 2px solid #f9f7ed;
  padding: 14px;
  box-shadow: 1px 2px 5px;
  margin: 6px;
}
:active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.text-justify {
  text-align: justify;
}
.text-center {
  text-align: center;
}
h2 {
  line-height: 30px;
}
.title-icon, h2 {
  font-size: 32px;
}
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;
}
.d-flex {
  display: flex !important;
}
  #hero1 {
    background: linear-gradient(45deg, #0c0c0c73, #1b1b1c5c) center/cover no-repeat, url("../Images/g-2.webp") center/cover no-repeat;
    height: 300px;
  }


.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;
}

  /* 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;
}
}


body, p {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1;
}