.elementor-14 .elementor-element.elementor-element-6874189{margin:-75px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-6874189 *//* Services Hero Section */
.services-hero {
  padding: 120px 10%;
  text-align: center;
  color: #fff;
  background: url('https://vitapharmglobal.com/wp-content/uploads/2025/09/VitaPharm-Global.jpg') 
              no-repeat center center/cover;
  position: relative;
}

.services-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 43, 92, 0.7); /* overlay for readability */
}

.services-hero-text {
  position: relative;
  z-index: 1;
}

.services-hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.services-hero-text p {
  font-size: 1.2rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ea7bfe *//* Services Overview Section */
.services-overview {
  padding: 80px 10%;
  background: #fff;
  text-align: center;
}

.services-overview h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.service-card {
  background: #f9f9f9;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.service-card h3 {
  font-size: 1.3rem;
  color: #00a859;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15db0b5 *//* Export Process Section */
.export-process {
  padding: 80px 10%;
  background: #f9f9f9;
  text-align: center;
}

.export-process h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 50px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.step {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.step-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #00a859;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50%;
  line-height: 40px;
  margin-bottom: 15px;
}

.step h3 {
  font-size: 1.2rem;
  color: #002b5c;
  margin-bottom: 10px;
}

.step p {
  font-size: 1rem;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0b2d57 *//* Countries Export Section */
.export-countries {
  padding: 80px 10%;
  background: #fff;
  text-align: center;
}

.export-countries h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 15px;
}

.export-countries .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.countries-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.countries-content .map img {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
}

.countries-list ul {
  list-style: none;
  text-align: left;
  padding: 0;
}

.countries-list li {
  font-size: 1rem;
  color: #333;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39949ef *//* Why Choose Us Section */
.why-choose-us {
  padding: 80px 10%;
  background: #f9f9f9;
  text-align: center;
}

.why-choose-us h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 15px;
}

.why-choose-us .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.benefit-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.benefit-card h3 {
  font-size: 1.2rem;
  color: #00a859;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 1rem;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95c146b *//* Industries We Serve Section */
.industries-serve {
  padding: 80px 10%;
  background: #fff;
  text-align: center;
}

.industries-serve h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 15px;
}

.industries-serve .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.industry-card {
  background: #f9f9f9;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.industry-card img {
  width: 60px;
  margin-bottom: 15px;
}

.industry-card h3 {
  font-size: 1.2rem;
  color: #00a859;
  margin-bottom: 10px;
}

.industry-card p {
  font-size: 1rem;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8771dba *//* Testimonials Section */
.testimonials {
  padding: 80px 10%;
  background: #f9f9f9;
  text-align: center;
}

.testimonials h2 {
  font-size: 2rem;
  color: #002b5c;
  margin-bottom: 15px;
}

.testimonials .subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  font-style: italic;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
}

.testimonial-card p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-card h3 {
  font-size: 1.1rem;
  color: #00a859;
  margin-bottom: 5px;
}

.testimonial-card span {
  font-size: 0.9rem;
  color: #777;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f1c27b *//* Call to Action Section */
.cta {
  padding: 100px 10%;
  background: linear-gradient(135deg, #002b5c, #00a859);
  color: #fff;
  text-align: center;
}

.cta-content h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cta-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #002b5c;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #00a859;
  color: #fff;
}/* End custom CSS */