.elementor-485 .elementor-element.elementor-element-3a4a358{--spacer-size:50px;}.elementor-485 .elementor-element.elementor-element-6f97511{text-align:center;}.elementor-485 .elementor-element.elementor-element-6f97511 .elementor-heading-title{font-size:30px;}/* Start custom CSS for html, class: .elementor-element-328a832 */.hero-v2 {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)), 
              url('https://popularandaman.com/wp-content/uploads/2025/05/an.png') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.hero-v2-content {
  max-width: 800px;
  animation: fadeInUp 1s ease-out;
}

.hero-v2 h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero-v2 p {
  font-size: 18px;
  margin-bottom: 35px;
  color: #f1f1f1;
}

.hero-v2-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary {
  background-color: #ff7043;
  color: white;
}

.btn-primary:hover {
  background-color: #f4511e;
}

.btn-secondary {
  background-color: white;
  color: #333;
}

.btn-secondary:hover {
  background-color: #e0e0e0;
}

@keyframes fadeInUp {
  0% { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .hero-v2 h1 {
    font-size: 30px;
  }

  .hero-v2 p {
    font-size: 16px;
  }

  .btn-primary, .btn-secondary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4dfc48 */<style>
.google-reviews-wrapper {
  max-width: 960px;
  margin: auto;
  padding: 40px 20px;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  border-radius: 12px;
}
.google-reviews-wrapper h2 {
  text-align: center;
  font-size: 26px;
  color: #202124;
  margin-bottom: 30px;
}
.google-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.google-review-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
}
.review-avatar {
  background-color: #1a73e8;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-content p {
  margin: 4px 0;
  font-size: 14px;
  color: #3c4043;
}
.stars {
  color: #fbbc04;
  font-size: 16px;
  font-weight: bold;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ae5da1 */.certification-badges {
  padding: 60px 20px;
  background-color: #;
  text-align: center;
}

.certification-badges .cert-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.certification-badges .certification-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.certification-badges .cert-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  width: 160px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certification-badges .cert-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.certification-badges .cert-item img {
  width: 100%;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 12px;
}

.certification-badges .cert-text {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* Optional: Individual classes (if custom styling needed) */
.cert-incredible-india {}
.cert-iso {}
.cert-google {}
.cert-tripadvisor {}
.cert-msme {}/* End custom CSS */