.elementor-30 .elementor-element.elementor-element-6b6f913{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4b5c487 *//* === Global Styles === */
body {
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}

p {
  font-size: 1.05rem;
  color: #555;
}

/* === Hero Section === */
#hero {
  text-align: center;
  padding: 4rem 1rem;
  background: linear-gradient(135deg, #0073e6, #00b4d8);
  color: #fff;
  border-radius: 40px 40px 40px 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

#hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color:#FFF
}

#hero p {
  max-width: 750px;
  margin: 0 auto 2rem auto;
  font-size: 1.2rem;
  color:#FFF;
}

.cta {
  display: inline-block;
  background: #ff6f00;
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.cta:hover {
  background: #e65c00;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* === Services Section === */
#services {
  padding: 4rem 1rem;
  background: #fff;
  text-align: center;
}

#services h2 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #0073e6;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.service-grid div {
  background: #f9fbfd;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.service-grid div:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.service-grid h3 {
  color: #222;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.service-grid p {
  font-size: 1rem;
  color: #555;
}

/* === Why Us / About / Blog Sections === */
#why-us, #about, #rich-media, #cta {
  padding: 4rem 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

#why-us h2, #about h2, #rich-media h2, #cta h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #0073e6;
  text-align: center;
}

#why-us ul {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  max-width: 800px;
}

#why-us li {
  background: #eef6ff;
  margin-bottom: 0.8rem;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

#why-us li::before {
  content: "✔";
  color: #0073e6;
  font-weight: bold;
  margin-right: 10px;
}

/* === Image Gallery === */
.image-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.image-gallery img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* === Call-to-Action (Final Section) === */
#cta {
  text-align: center;
  background: linear-gradient(135deg, #00b4d8, #0073e6);
  color: #fff;
  border-radius: 30px;
  padding: 3rem 2rem;
  margin-top: 3rem;
}

#cta h2 {color:#FFF;}

#cta p {
  max-width: 700px;
  margin: 0 auto 2rem auto;
  font-size: 1.1rem;
  color:#FFF
}

#cta .cta {
  background: #ff6f00;
}

#cta .cta:hover {
  background: #e65c00;
}/* End custom CSS */