.elementor-181115 .elementor-element.elementor-element-cc9a016{--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;overflow:visible;}.elementor-181115 .elementor-element.elementor-element-cc9a016:not(.elementor-motion-effects-element-type-background), .elementor-181115 .elementor-element.elementor-element-cc9a016 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-181115 .elementor-element.elementor-element-dcb67f7{--display:flex;--position:fixed;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;top:0px;--z-index:9999;overflow:visible;}.elementor-181115 .elementor-element.elementor-element-dcb67f7:not(.elementor-motion-effects-element-type-background), .elementor-181115 .elementor-element.elementor-element-dcb67f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000080;}body:not(.rtl) .elementor-181115 .elementor-element.elementor-element-dcb67f7{left:0px;}body.rtl .elementor-181115 .elementor-element.elementor-element-dcb67f7{right:0px;}.elementor-181115 .elementor-element.elementor-element-6a2d66c{--display:flex;--border-radius:20px 20px 20px 20px;--padding-top:45px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;overflow:visible;}.elementor-181115 .elementor-element.elementor-element-6a2d66c:not(.elementor-motion-effects-element-type-background), .elementor-181115 .elementor-element.elementor-element-6a2d66c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f3dcfc7 );}body:not(.rtl) .elementor-181115 .elementor-element.elementor-element-d169d17{right:30px;}body.rtl .elementor-181115 .elementor-element.elementor-element-d169d17{left:30px;}.elementor-181115 .elementor-element.elementor-element-d169d17{top:20px;}.elementor-181115 .elementor-element.elementor-element-d169d17 .elementor-icon-box-wrapper{text-align:right;}.elementor-181115 .elementor-element.elementor-element-d169d17 .elementor-icon-box-description{line-height:1em;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-181115 .elementor-element.elementor-element-cc9a016{--content-width:1250px;}.elementor-181115 .elementor-element.elementor-element-6a2d66c{--width:700px;}}/* Start custom CSS for container, class: .elementor-element-dcb67f7 */#iwc-start-conversation-overlay {
    display: none;
}

#iwc-start-conversation-overlay.is-open {
    display: flex;
}

#iwc-start-conversation-overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease;
}

#iwc-start-conversation-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#iwc-start-conversation-close .elementor-icon-box-description {
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS */#iwc-ai-agents .agents-inner {
  max-width: 1200px;
  margin: 0 auto;
}

#iwc-ai-agents .agents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

#iwc-ai-agents .agent-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

#iwc-ai-agents .agent-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.1);
}

#iwc-ai-agents .card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  background: #0a0a0a;
}

#iwc-ai-agents .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: transform 0.4s;
  display: block;
}

#iwc-ai-agents .agent-card:hover .card-image img {
  transform: scale(1.04);
}

#iwc-ai-agents .card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  color: #444;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Syne", sans-serif;
}

#iwc-ai-agents .card-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#iwc-ai-agents .card-tag {
  font-size: 10.88px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D0021B;
  display: block;
  margin-bottom: 10px;
}

#iwc-ai-agents .card-name {
  font-family: "Syne", sans-serif;
  font-size: 22.4px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #0a0a0a;
}

#iwc-ai-agents .card-tagline {
  font-size: 14.4px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 12px;
  line-height: 1.4;
}

#iwc-ai-agents .card-desc {
  font-size: 13.6px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
}

#iwc-ai-agents .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.6px !important;
  font-weight: 600;
  color: #D0021B;
  text-decoration: none;
  transition: gap 0.2s;
  margin-top: auto;
}

#iwc-ai-agents .card-link:hover {
  gap: 14px;
}

#iwc-ai-agents .section-divider {
  max-width: 1200px;
  margin: 64px auto 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}

#iwc-ai-agents .section-divider span {
  font-family: "Syne", sans-serif;
  font-size: 11.2px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bbb;
  white-space: nowrap;
}

#iwc-ai-agents .section-divider::before,
#iwc-ai-agents .section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

#iwc-ai-agents .other-products-row {
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#iwc-ai-agents .other-products-row h3 {
  font-family: "Syne", sans-serif;
  font-size: 17.6px;
  font-weight: 700;
  margin-bottom: 6px;
}

#iwc-ai-agents .other-products-row p {
  font-size: 14px;
  color: #555;
}

#iwc-ai-agents .btn-outline {
  border: 2px solid #D0021B;
  color: #D0021B;
  padding: 12px 28px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}

#iwc-ai-agents .btn-outline:hover {
  background: #D0021B;
  color: #ffffff;
}

#iwc-ai-agents .cta-section {
  background: #D0021B;
  padding: 96px 48px;
  text-align: center;
}

#iwc-ai-agents .cta-section h2 {
  font-family: "Syne", sans-serif;
  font-size: 41.6px;
  font-weight: 800;
  color: #ffffff;
  max-width: 580px;
  margin: 0 auto 20px;
  line-height: 1.15;
}

#iwc-ai-agents .cta-section p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  max-width: 460px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

#iwc-ai-agents .btn-white {
  background: #ffffff;
  color: #D0021B;
  padding: 16px 40px;
  border-radius: 100px;
  font-size: 15.2px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.15s, box-shadow 0.15s;
}

#iwc-ai-agents .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

#iwc-ai-agents footer {
  background: #0a0a0a;
  color: #888;
  padding: 48px;
  text-align: center;
  font-size: 13.6px;
}

#iwc-ai-agents footer a {
  color: #888;
  text-decoration: none;
}

#iwc-ai-agents footer a:hover {
  color: #ffffff;
}

@media (max-width: 900px) {
  #iwc-ai-agents .agents-grid {
    grid-template-columns: 1fr;
  }

  #iwc-ai-agents .other-products-row {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */