.elementor-19 .elementor-element.elementor-element-e9e6a6f{--display:flex;--min-height:100px;--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-19 .elementor-element.elementor-element-e9e6a6f:not(.elementor-motion-effects-element-type-background), .elementor-19 .elementor-element.elementor-element-e9e6a6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-19 .elementor-element.elementor-element-2a1143b{--display:flex;}/* Start custom CSS */.sip-contact {
  font-family: Inter, Arial, sans-serif;
  color: #0b1020;
  background: #f8faff;
  padding: 40px 0 60px;
  line-height: 1.65;
}

.sip-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.sip-hero {
  background: linear-gradient(135deg, rgba(0,94,255,0.1), rgba(248,11,11,0.1));
  border-radius: 22px;
  padding: 45px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.sip-hero h1 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  background: linear-gradient(90deg, #005EFF, #F80B0B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.sip-hero p {
  font-size: 17px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
}

.sip-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  margin-top: 20px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}

.sip-card h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sip-card h2::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, #005EFF, #F80B0B);
}/* End custom CSS */