.elementor-33418 .elementor-element.elementor-element-1118335{margin-top:-10px;margin-bottom:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-33418 .elementor-element.elementor-element-2e3408a .elementor-heading-title{font-size:36px;font-weight:600;color:#3F484D;}.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-33418 .elementor-element.elementor-element-b4bfac6{margin-top:-18px;margin-bottom:0px;}.elementor-33418 .elementor-element.elementor-element-4b74f58{color:#474343;}.elementor-33418 .elementor-element.elementor-element-defd9b2{margin-top:-14px;margin-bottom:0px;}.elementor-33418 .elementor-element.elementor-element-f5ba71e > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-33418 .elementor-element.elementor-element-1c0466c > .elementor-widget-container{margin:40px 0px 0px 0px;}.elementor-33418 .elementor-element.elementor-element-f5f4ae4{margin-top:-10px;margin-bottom:0px;}.elementor-33418 .elementor-element.elementor-element-8cd4b56 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-33418 .elementor-element.elementor-element-5c40f57 > .elementor-widget-container{margin:55px 0px 0px 0px;}.elementor-33418 .elementor-element.elementor-element-e3ca3c8{--display:flex;--margin-top:35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-33418 .elementor-element.elementor-element-ea35903 > .elementor-widget-container{margin:-30px 0px 0px 0px;}@media(min-width:768px){.elementor-33418 .elementor-element.elementor-element-4934c74{width:44.242%;}.elementor-33418 .elementor-element.elementor-element-989193a{width:55.682%;}.elementor-33418 .elementor-element.elementor-element-e71d705{width:55.758%;}.elementor-33418 .elementor-element.elementor-element-cd88b85{width:44.166%;}}/* Start custom CSS for text-editor, class: .elementor-element-ea35903 *//* 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 */