.h1-title {
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: #FFF !important;
    }
    .mainTitle
    {
        font-size:2rem;
    }
.blog-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.blog-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.blog-category {
    display: inline-block;
    background: #007bff;
    color: white;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 15px;
}
.blog-title {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}
.blog-excerpt {
    color: #6c757d;
    margin-bottom: 20px;
}
.blog-meta {
    font-size: 14px;
    color: #6c757d;
}
.blog-meta i {
    margin-right: 5px;
    color: #007bff;
}
.section-title {
    position: relative;
    margin-bottom: 50px;
}
.section-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #007bff;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0a9a3f;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-icon {
  margin-top: 3px;
}

.callus-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callus-icon {
  margin-top: 3px;
}