/* Start custom CSS for html, class: .elementor-element-f7015e0 *//* Hero Section */
.pa-hero-section {
  background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('https://popularandaman.com/wp-content/uploads/2025/05/an.png') no-repeat center center/cover;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.pa-hero-content h1 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 10px;
}
.pa-hero-content p {
  font-size: 1.2rem;
}

/* Container */
.pa-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* Why Section */
.pa-why-section {
  background-color: #f4f9ff;
  text-align: center;
}
.pa-why-section h2 {
  color: #0a3d62;
  margin-bottom: 40px;
}
.pa-why-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.pa-why-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  flex: 1 1 250px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.pa-why-card h4 {
  color: #0a3d62;
  margin-bottom: 10px;
}

/* About Section */
.pa-about-section {
  background-color: #ffffff;
}
.pa-about-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.pa-about-text {
  flex: 1 1 60%;
}
.pa-about-text h2 {
  color: #0a3d62;
  font-size: 2rem;
  margin-bottom: 20px;
}
.pa-about-text p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}
.pa-about-image {
  flex: 1 1 35%;
}
.pa-about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}/* End custom CSS */