img {
  max-width: 100%;
}
h2 {
  line-height: 30px;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  
}
p {
  margin: 10px;
}
 

                            .city-grid {
                                display: flex;
                                flex-wrap: wrap;
                                margin: -10px;
                                /* adjust for consistent outer spacing */
                            }

                            .city-col {
                                padding: 10px;
                                width: 100%;
                            }

                            .city-card {
                                display: block;
                                background-color: #ffffff;
                                color: #333;
                                text-align: center;
                                padding: 36px 20px;
                                border-radius: 14px;
                                font-size: 20px;
                                font-weight: 600;
                                text-decoration: none;
                                box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
                                transition: all 0.25s ease;
                                height: 100%;
                            }

                            .city-card:hover {
                                background-color: #007bff;
                                color: #fff;
                                transform: translateY(-6px);
                            }

                            /* ✅ Desktop: 4 per row */
                            @media (min-width: 992px) {
                                .city-col {
                                    width: 25%;
                                }
                            }

                            /* ✅ Tablet: 3 per row */
                            @media (min-width: 768px) and (max-width: 991.98px) {
                                .city-col {
                                    width: 33.3333%;
                                }
                            }

                            /* ✅ Mobile: 3 per row (fixed spacing) */
                            @media (max-width: 767.98px) {
                                .city-col {
                                    width: 33.3333%;
                                }

                                .city-card {
                                    font-size: 16px;
                                    padding: 22px 12px;
                                }
                            }
 
 /* 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;
}

