.elementor-34720 .elementor-element.elementor-element-3b56edb{--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;}.elementor-34720 .elementor-element.elementor-element-7a5d28d .dbl__subtitle{text-align:left;}.elementor-34720 .elementor-element.elementor-element-7a5d28d .dbl__title-wrapper{text-align:left;}.elementor-34720 .elementor-element.elementor-element-7a5d28d .tpc-double_heading .dbl__title-wrapper{margin:0px 0px 0px 0px;}.elementor-34720 .elementor-element.elementor-element-c05a4d4 .dbl__subtitle{text-align:left;}.elementor-34720 .elementor-element.elementor-element-c05a4d4 .dbl__title-wrapper{text-align:left;}.elementor-34720 .elementor-element.elementor-element-c05a4d4 .tpc-double_heading .dbl__title-wrapper{margin:0px 0px 0px 0px;}.elementor-34720 .elementor-element.elementor-element-c05a4d4 .dbl-title_1{font-size:13px;}.elementor-34720 .elementor-element.elementor-element-7bc108e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34720 .elementor-element.elementor-element-43bbad6{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-34720 .elementor-element.elementor-element-97ae175{--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;}.elementor-34720 .elementor-element.elementor-element-2a66243{--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;}.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-34720 .elementor-element.elementor-element-14b5be2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-34720 .elementor-element.elementor-element-a5daaed{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-34720 .elementor-element.elementor-element-43bbad6{--width:50%;}.elementor-34720 .elementor-element.elementor-element-97ae175{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-19da018 *//* Section Container */
.achieve-section {
  background-color: #f4f4f4;
  padding: 60px 20px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.achieve-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Title */
.achieve-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  border: none;
}

/* Grid Layout */
.achieve-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Card Styling */
.achieve-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #00a8e8; /* Ultimahub Light Blue */
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Makes cards equal height */
  box-sizing: border-box;
}

/* Hover Effect */
.achieve-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Card Typography */
.achieve-card h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
  color: #222;
  font-weight: 700;
}

.achieve-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .achieve-grid {
    grid-template-columns: 1fr;
  }
  
  .achieve-section {
    padding: 40px 15px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7c2e3eb *//* Main Section Container */
.agenda-section {
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.agenda-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Headings & Intro */
.agenda-title {
  border-bottom: 3px solid #00a8e8; /* Ultimahub Light Blue */
  display: inline-block;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
  font-size: 2rem;
  color: #333;
  font-weight: 700;
}

.agenda-intro {
  margin-bottom: 50px;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
}

/* Individual Agenda Item */
.agenda-item {
  display: flex;          /* Side-by-side layout */
  align-items: flex-start;/* Align to top */
  gap: 25px;              /* Space between number and text */
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

/* Remove border from the last item */
.agenda-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* The Circle Number */
.agenda-number {
  background-color: #0056b3; /* Ultimahub Dark Blue */
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;         /* Prevents circle from squashing */
  box-shadow: 0 4px 10px rgba(0, 86, 179, 0.3); /* Subtle glow matches blue */
}

/* Content Area */
.agenda-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #222;
  font-weight: 600;
}

.agenda-content p {
  margin: 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Mobile Responsive Layout */
@media (max-width: 600px) {
  .agenda-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .agenda-title {
    display: block;
    text-align: center;
    border-bottom: none; /* Remove underline on mobile for cleaner look */
    position: relative;
  }

  /* Add a small centered underline for mobile instead */
  .agenda-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #00a8e8;
    margin: 10px auto 0 auto;
  }

  .agenda-intro {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-81c1d72 *//* 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 */