.elementor-39 .elementor-element.elementor-element-6b7916b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-ce0670a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-ce0670a:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-ce0670a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010102;}/* Start custom CSS for html, class: .elementor-element-495dbf8 *//* Reset & base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #0f2c46;
  background-color: #fff;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 2em 0;
}

/* Hero Section */
.whyus-hero {
  position: relative;
  height: 60vh;
  background: url('whyus-hero.jpg') center/cover no-repeat;
}
.overlay {
  position: absolute;
  top:0; left:0; right:0; bottom:0;
  background: rgba(15, 44, 70, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-content {
  text-align: center;
  color: white;
  padding: 0 1em;
}
.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.hero-content p {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}
.btn-primary {
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #1c6c85;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #155a6d;
}

/* Core Values Section */
.core-values {
  background-color: #f8fafd;
  padding: 4em 0;
}
.core-values h2 {
  text-align: center;
  margin-bottom: 2em;
  color: #fff;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 2em;
}
.value-item {
  background: white;
  padding: 2em;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.value-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.value-item .icon {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0.5em;
}
.value-item h3 {
  color: #0f2c46;
  margin-bottom: 0.5em;
}

/* Features Section */
.why-us-features {
  padding: 4em 0;
}
.why-us-features h2 {
  text-align: center;
  color: #f1f7fc;
  margin-bottom: 2em;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 1.5em;
}
.feature-box {
  background: #fff;
  border-left: 5px solid #1c6c85;
  padding: 1.5em;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.3s;
}
.feature-box:hover {
  background-color: #f1f7fc;
  transform: translateY(-5px);
}
.feature-box h4 {
  margin-bottom: 0.5em;
  color: #0f2c46;
}
.feature-box p {
  color: #333;
}

/* Testimonials Section */
.testimonials {
  background-color: #f8fafd;
  padding: 4em 0;
}
.testimonials h2 {
  text-align: center;
  color: #0f2c46;
  margin-bottom: 2em;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 2em;
}
.testimonial {
  background: white;
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: relative;
}
.testimonial p {
  font-style: italic;
  color: #555;
  margin-bottom: 1em;
}
.testimonial h4 {
  text-align: right;
  font-weight: bold;
  color: #0f2c46;
}

/* Stats Section */
.count‑stats {
  padding: 4em 0;
}
.count‑stats h2 {
  text-align: center;
  color: #0f2c46;
  margin-bottom: 2em;
}
.stats‑grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 2em;
}
.stat {
  background: white;
  border-radius: 8px;
  padding: 2em;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.stat .number {
  font-size: 2.5rem;
  color: #1c6c85;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3em;
}
.stat p {
  color: #0f2c46;
}

/* Call to Action / Contact */
.cta-contact {
  padding: 4em 0;
  background-color: #1c6c85;
  color: white;
  text-align: center;
}
.cta-contact h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
.cta-contact p {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.cta-contact .btn-primary {
  background-color: white;
  color: #1c6c85;
}
.cta-contact .btn-primary:hover {
  background-color: #ddd;
}

/* Footer */
.site-footer {
  padding: 2em 0;
  background-color: #000;
  text-align: center;
  color: white;
}
.site-footer p {
  font-size: 0.9rem;
}/* End custom CSS */