/* About Page - Modern Professional Design */
.about-page-main {
  background: #222831 !important;
  color: #ffffff !important;
}

/* Specialties Section */
.about-page-specialties {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
  padding: 80px 0 !important;
}

.about-page-specialties .heading_container h2 {
  color: #333 !important;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.about-page-specialties .heading_container h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ffbe33;
  border-radius: 2px;
}

.specialty-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.specialty-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #ffbe33, #ff9500);
}

.specialty-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.specialty-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffbe33, #ff9500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: white;
  box-shadow: 0 8px 20px rgba(255, 190, 51, 0.3);
}

.specialty-card h5 {
  color: #333 !important;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
}

.specialty-card p {
  color: #666 !important;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}

/* Values Section */
.about-page-values {
  background: #ffffff !important;
  padding: 80px 0 !important;
}

.about-page-values .heading_container h2 {
  color: #333 !important;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.about-page-values .heading_container h2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #ffbe33;
  border-radius: 2px;
}

.value-item {
  background: #f8f9fa;
  padding: 35px;
  border-radius: 15px;
  margin-bottom: 30px;
  border-left: 5px solid #ffbe33;
  transition: all 0.3s ease;
}

.value-item:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(10px);
}

.value-item h4 {
  color: #333 !important;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.value-item h4 i {
  background: linear-gradient(135deg, #ffbe33, #ff9500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 12px;
  font-size: 24px;
}

.value-item p {
  color: #666 !important;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}

/* Contact Section */
.about-page-contact {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  padding: 80px 0 !important;
}

.about-page-contact .heading_container h2 {
  color: #ffffff !important;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.about-page-contact .heading_container p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 18px;
  text-align: center;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-info-card h3 {
  color: #333 !important;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.contact-item-new {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.contact-item-new:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contact-item-new i {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffbe33, #ff9500);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  margin-right: 20px;
}

.contact-item-new span {
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.order-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.btn-custom {
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #ffbe33, #ff9500);
  color: white;
  border: none;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 190, 51, 0.4);
  color: white;
  text-decoration: none;
}

.btn-secondary-custom {
  background: #333;
  color: white;
  border: none;
}

.btn-secondary-custom:hover {
  background: #222;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
}

.map-container-new {
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.map-container-new #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-page-specialties .heading_container h2,
  .about-page-values .heading_container h2,
  .about-page-contact .heading_container h2 {
    font-size: 2.2rem;
  }

  .specialty-card,
  .value-item {
    margin-bottom: 20px;
  }

  .contact-info-card {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .order-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-custom {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .specialty-card {
    padding: 30px 20px;
  }

  .value-item {
    padding: 25px 20px;
  }

  .contact-item-new {
    padding: 15px;
  }

  .contact-item-new i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 15px;
  }
}
