.elementor-43 .elementor-element.elementor-element-59cb43b{--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-43 .elementor-element.elementor-element-b5d224f{--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-43 .elementor-element.elementor-element-731d476{--display:flex;}.elementor-43 .elementor-element.elementor-element-21b306f{--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-43 .elementor-element.elementor-element-4faae1f{--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-43 .elementor-element.elementor-element-7f11a4a{--display:flex;}.elementor-43 .elementor-element.elementor-element-262343e{--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;}/* Start custom CSS for html, class: .elementor-element-deff243 */.about-bluecollar {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 80px 20px;
  color: #333;
  overflow: hidden;
}

.about-bluecollar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.about-bluecollar .text-content {
  flex: 1 1 600px;
  animation: fadeInUp 1.2s ease;
}

.about-bluecollar h2 {
  font-size: 32px;
  color: #004aad;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-bluecollar h2 i {
  color: #d4af37;
  font-size: 32px;
}

.about-bluecollar p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.about-bluecollar p.highlight {
  font-size: 17px;
  font-weight: 600;
  color: #004aad;
  border-left: 4px solid #d4af37;
  padding-left: 12px;
  margin-top: 20px;
}

.about-bluecollar .image-content {
  flex: 1 1 400px;
  text-align: center;
  animation: fadeInRight 1.2s ease;
}

.about-bluecollar .image-content img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-bluecollar .image-content img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0,74,173,0.25);
}

/* Animation effects */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive design */
@media (max-width: 900px) {
  .about-bluecollar .container {
    flex-direction: column;
    text-align: center;
  }
  .about-bluecollar .text-content {
    order: 2;
  }
  .about-bluecollar .image-content {
    order: 1;
  }
  .about-bluecollar p.highlight {
    border: none;
    background: #f1f6ff;
    padding: 10px;
    border-radius: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-446762e */.bluecollar-scope {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 70px 20px;
  text-align: center;
  color: #333;
}

.bluecollar-scope .container {
  max-width: 1200px;
  margin: auto;
}

.bluecollar-scope h2 {
  font-size: 32px;
  color: #004aad;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.bluecollar-scope h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #d4af37;
  margin: 12px auto 0;
  border-radius: 2px;
}

.bluecollar-scope .intro {
  font-size: 17px;
  max-width: 850px;
  margin: 0 auto 40px;
  color: #444;
  line-height: 1.7;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.scope-box {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 30px 20px;
  transition: 0.4s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  cursor: default;
}

.scope-box:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 10px 25px rgba(0, 74, 173, 0.15);
  background: linear-gradient(135deg, #ffffff, #f5f8ff);
}

.scope-box i {
  font-size: 38px;
  color: #004aad;
  margin-bottom: 12px;
  transition: 0.3s;
}

.scope-box:hover i {
  color: #d4af37;
  transform: scale(1.1);
}

.scope-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 10px;
}

.scope-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.result-box {
  margin-top: 60px;
  background: #004aad;
  color: #fff;
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.result-box h3 {
  color: #d4af37;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.result-box p {
  font-size: 16px;
  line-height: 1.8;
}/* End custom CSS */