.heroimg{
    background-color: #f8f9fc;
}
.shape{
    background-color: #e7f2fd;
    width: 145px;
    height: 110px;
    font-size: 20px;
    color: #303030;
    text-align: center; 
    line-height: 22px; 
    border-radius: 80px 200px 200px 362px;
    margin: 0 auto 30px;
    padding-top: 10px;
}
.shape:hover{
    background-color: #1583E9;
}
.image-container {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.image-container:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.callh1{
  font-size: 42px; font-family:  Helvetica;
}
.call{
  font-size: 20px; font-weight: bold;
}
.call-now{
  font-size: 30px; font-family:  Helvetica; font-weight: bold;
}
.olb{
  font-size: 42px; font-family:  Helvetica;
}
.olbp{
  font-size: 20px; font-family:  Helvetica;
}
.card {
  position: relative;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #fff;
  width: 350px;
  height: 350px;
}
.card:hover {
  transform: translateY(-5px);
}
.card:hover .hover-bg {
  opacity: 0.2;
}
.hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.date {
  font-size: 2rem;
  font-weight: bold;
  color: #007bff;
}
.date-subtext {
  font-size: 0.9rem;
  color: #6c757d;
}
.title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.description {
  font-size: 20px;
  color: #6c757d;
  line-height: 30px;
}
.read-more {
  font-size: 0.9rem;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.read-more:hover {
  text-decoration: underline;
}
 .newsletter{
  font-size: 40px; font-family:  Helvetica, sans-serif; font-weight: bold;   background-color: #f9fafb;
 }
 .newsltrp{
  font-size: 18px;
  background-color: #f9fafb;
 }
.newsletter-input-group .form-control {
  border-radius: 30px;
  padding: 15px;
  background-color: #E7F2FD;
}
.newsletter-input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
 border-top-right-radius: 20px;
  padding: 0px 20px;
}
.newsletter-input-group .btn:hover{
  background-color: #303030;
}
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  color: white;
  transition: all 0.3s ease-in-out;
  background-color: #0d6efd;
}
.social-icon:hover {
  color: #ffffff;
  background-color: cyan;
}
.con{
  font-size: 30px;
}
.qlinksitem{
  color:#303030; 
  line-height: 40px;
}
.qlinksitem:hover{
  color:#0d6efd;
  line-height: 40px;
}
.res{
  color: #303030;   line-height: 40px;
}
.res:hover{
  color: #0d6efd;
}
.agen{
  font-size: 45px; font-family: Helvetica;
}
.agenp{
  line-height: 30px;
}
.bs:hover{
  color: #0d6efd;
}

