.elementor-41 .elementor-element.elementor-element-59b2d5f{--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-41 .elementor-element.elementor-element-862e502{--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-41 .elementor-element.elementor-element-a839b39{--display:flex;}.elementor-41 .elementor-element.elementor-element-139d329{--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-41 .elementor-element.elementor-element-4be7966{--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-41 .elementor-element.elementor-element-8ed8291{--display:flex;}.elementor-41 .elementor-element.elementor-element-432afc9{--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-fa7e9fa */.about-whitecollar {
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  padding: 80px 20px;
  color: #333;
  overflow: hidden;
}

.about-whitecollar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.about-whitecollar .image-content {
  flex: 1 1 400px;
  text-align: center;
  animation: fadeInLeft 1.2s ease;
}

.about-whitecollar .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-whitecollar .image-content img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0,74,173,0.25);
}

.about-whitecollar .text-content {
  flex: 1 1 600px;
  animation: fadeInUp 1.2s ease;
}

.about-whitecollar h2 {
  font-size: 32px;
  color: #004aad;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-whitecollar h2 i {
  color: #d4af37;
  font-size: 32px;
}

.about-whitecollar p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.about-whitecollar p.highlight {
  font-size: 17px;
  font-weight: 600;
  color: #004aad;
  border-left: 4px solid #d4af37;
  padding-left: 12px;
  margin-top: 20px;
}

/* Animation Effects */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive Design */
@media (max-width: 900px) {
  .about-whitecollar .container {
    flex-direction: column;
    text-align: center;
  }
  .about-whitecollar p.highlight {
    border: none;
    background: #f1f6ff;
    padding: 10px;
    border-radius: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71ce5d6 */.whitecollar-scope {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 70px 20px;
  text-align: center;
  color: #333;
}

.whitecollar-scope .container {
  max-width: 1200px;
  margin: auto;
}

.whitecollar-scope h2 {
  font-size: 32px;
  color: #004aad;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.whitecollar-scope h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #d4af37;
  margin: 12px auto 0;
  border-radius: 2px;
}

.whitecollar-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 */