.elementor-33414 .elementor-element.elementor-element-f8eece7{margin-top:-10px;margin-bottom:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-33414 .elementor-element.elementor-element-3857309{margin-top:-5px;margin-bottom:-5px;}.elementor-33414 .elementor-element.elementor-element-4e8705b > .elementor-element-populated{margin:5px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-33414 .elementor-element.elementor-element-0e234af .elementor-heading-title{font-size:36px;color:#292F31;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-33414 .elementor-element.elementor-element-5452ecc{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-33414 .elementor-element.elementor-element-2cf6ae0 > .elementor-widget-container{margin:-30px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-2cf6ae0 *//* Global Section Settings */
.uh-section {
  padding: 60px 20px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #333;
  box-sizing: border-box;
}

.uh-container {
  max-width: 1100px;
  margin: 0 auto;
}

.uh-narrow-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Section Headings */
.uh-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #222;
  font-weight: 700;
  position: relative;
}

/* --- SECTION 1: Why Choose Us (Grid) --- */
.why-us-section {
  background-color: #f9f9f9;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-us-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  border-top: 4px solid #0056b3; /* Ultimahub Dark Blue */
  transition: transform 0.2s ease;
}

.why-us-card:hover {
  transform: translateY(-5px);
}

.why-us-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #0056b3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-us-card p {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* --- SECTION 2: Testimonials --- */
.success-section {
  background: #ffffff;
}

.grid-duo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #eef7fc; /* Very light blue background */
  padding: 30px;
  border-radius: 8px;
  font-style: italic;
  border-left: 5px solid #0056b3;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

.testimonial-card cite {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  font-style: normal;
  color: #0056b3;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- SECTION 3: FAQ --- */
.faq-section {
  background-color: #f9f9f9;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0056b3;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.faq-answer {
  color: #444;
  margin-left: 35px; /* Indents answer to align with text, not emoji */
  line-height: 1.6;
}

/* Mobile Responsive Tweaks */
@media (max-width: 768px) {
  .uh-section {
    padding: 40px 20px;
  }
  
  .grid-duo, 
  .why-us-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */