/*Ramashankar*/
.dental-info {
  background: #f5fcff;         /* light blue background */
  padding: 0px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.info-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
.info-icon img {
  width: 50px;
  height: 50px;
}
.info-text h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.info-text p {
  margin: 0 0 15px;
  color: #333;
}
.info-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #00b2c9; /* teal underline */
  color: #333;
}
.info-link:hover {
  color: #00b2c9;
}

/* services section */


.services-section {
  position: relative;
  padding: 60px 20px;
  background: #085bc0 url('https://magicoffice.dental/wp-content/uploads/2025/09/DeWatermark.ai_1757312381649.jpeg') center/cover no-repeat;
  /* Optional darker overlay for readability */
  background-blend-mode: overlay;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: rgba(255, 255, 255, 0.1); /* transparent glass effect */
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.service-card .icon img {
  width: 120px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-card p {
  font-size: 0.95rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-card .btn {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.service-card .btn:hover {
  background: #fff;
  color: #237ce8;
}

.service-card .icon {
  text-align: center; /* centers inline elements like <img> horizontally */
}

.service-card .icon img {
  display: inline-block;
}

.elementor-element-fff3d0d{
	line-height: 1px;
}

.pt-heading-subtitle{
    font-size : 32px !important;
}
.elementor-element-fff3d0d{
    line-height : 25px;
}
