/* === HERO SECTION === */
#hero_section {
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), 
              url('https://phitsciences.com/wp-content/uploads/hero-vial.jpg') center/cover no-repeat;
}
#hero_section h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#hero_section .elementor-button {
  background-color: #0088ff;
  border-radius: 50px;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
#hero_section .elementor-button:hover {
  background-color: #005fcc;
}

/* === TRUST STRIP === */
#trust_strip {
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#trust_strip .elementor-icon-list-items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#trust_strip .elementor-icon-list-icon {
  color: #0074d9;
  font-size: 22px;
}

/* === FEATURED CATEGORIES === */
#featured_categories .elementor-image-box-img img {
  border-radius: 8px;
  transition: transform 0.3s ease;
}
#featured_categories .elementor-image-box-img img:hover {
  transform: scale(1.05);
}

/* === HOW IT WORKS ICONS === */
#how_it_works .elementor-icon-box-icon i {
  font-size: 40px;
  color: #0088ff;
}
#how_it_works .elementor-icon-box-title {
  margin-top: 15px;
  font-weight: 600;
}

/* === TESTIMONIALS === */
#testimonials {
  background: #ffffff;
}
#testimonials blockquote {
  font-style: italic;
  color: #444;
}
#testimonials .elementor-testimonial__name {
  color: #0074d9;
  font-weight: 600;
}

/* === NEWSLETTER SECTION === */
#newsletter {
  background: #f0f6fb;
  text-align: center;
}
#newsletter .elementor-form input[type="email"] {
  border-radius: 40px;
  padding: 12px 25px;
}
#newsletter .elementor-button {
  border-radius: 40px;
  background: #0074d9;
  color: #fff;
  padding: 12px 30px;
}

/* === BLOG === */
#blog_highlights .elementor-post {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: box-shadow 0.3s ease;
}
#blog_highlights .elementor-post:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
