.elementor-3499 .elementor-element.elementor-element-617c99e{--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-3499 .elementor-element.elementor-element-cf3702f{--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-3499 .elementor-element.elementor-element-82070fa{--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-3499 .elementor-element.elementor-element-20adf97{--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-3499 .elementor-element.elementor-element-9463152{--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-9c149c0 */.hero {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 100vh;
        overflow: hidden;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 100px 20px 40px;
        box-sizing: border-box;
      }

      .network-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0.8;
        z-index: 1;
        margin-bottom: 100px;
      }

      .hero-content {
        display: flex;
        width: 100%;
        max-width: 90%;
        z-index: 2;
        position: relative;
      }

      .content-container {
        flex: 1;
        text-align: left;
        padding-right: 40px;
      }

      .content-container div {
        font-size: 38px;
        font-family: "Poppins", sans-serif;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 16px;
        line-height: 1.2;
      }

      .content-container p {
        font-size: 18px;
        font-weight: bold;
        font-family: "Inter", sans-serif;
        color: #ffffff;
        margin-bottom: 30px;
        line-height: 1.5;
        text-align: justify;
      }

      .hero-image {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
      }

      .hero-image img {
        max-width: 100%;
        height: auto;
      }

      .demo-button {
        font-family: "Inter", sans-serif;
        display: inline-block;
        background-color: white;
        color: #ff0088;
        font-size: 20px;
        font-weight: 500;
        padding: 12px 25px;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }

      .demo-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      }

      .demo-button:after {
        content: " →";
      }

      /* Desktop Responsive */
      @media (max-width: 1279px) {
        .hero {
          height: auto;
          min-height: 100vh;
        }

        .content-container div {
          font-size: 38px;
        }

        .content-container p {
          font-size: 17px;
        }
      }

      /* Tablet Responsive */
      @media (max-width: 1023px) {
        .hero {
          height: auto;
          min-height: 100vh;
        }

        .content-container div {
          font-size: 34px;
        }

        .content-container p {
          font-size: 16px;
        }

        .demo-button {
          font-size: 18px;
          padding: 10px 20px;
        }
      }

      @media (max-width: 900px) {
        .hero-content {
          flex-direction: column;
          align-items: center;
        }

        .content-container {
          padding-right: 0;
          margin-bottom: 40px;
          text-align: center;
          width: 100%;
        }

        .hero-image {
          width: 80%;
        }
      }

      /* Mobile Responsive */
      @media (max-width: 767px) {
        .hero {
          padding-top: 100px;
          padding-bottom: 60px;
        }

        .content-container div {
          font-size: 28px;
        }

        .content-container p {
          font-size: 15px;
        }

        .demo-button {
          font-size: 16px;
          padding: 10px 18px;
        }
      }

      @media (max-width: 480px) {
        .hero {
          padding-top: 80px;
        }

        .content-container div {
          font-size: 24px;
        }

        .content-container p {
          font-size: 14px;
          font-weight: 500;
        }

        .demo-button {
          font-size: 14px;
          padding: 8px 16px;
        }

        .hero-image {
          width: 100%;
        }
      }

      @media (max-width: 375px) {
        .content-container div {
          font-size: 22px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c27d8f */.choose-us h1 {
        font-weight: bolder;
        font-size: 35px;
        margin-bottom: 70px;
        text-align: center;
      }

      .choose-us-container {
        padding: 50px 20px 0px;
        max-width: 1200px;
        margin: auto;
        margin-bottom: 100px;
        margin-top: 100px;
      }

      .image-content-wrapper {
        display: flex;
        gap: 60px;
      }

      .image-column {
        display: flex;
        flex-direction: column;
        margin-left: -85px;
        margin-top: -50px;
        gap: 250px;
        flex: 1;
      }

      .badge-label {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        margin-bottom: 10px;
      }

      .image-wrapper img {
        width: 430px;
        height: auto;
        object-fit: contain;
        border-radius: 20px;
        display: block;
      }

      .image-wrapper .text-section {
        display: none;
      }

      .side-content {
        position: sticky;
        top: 200px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        height: fit-content;
      }

      .text-section h2 {
        font-size: 36px;
        color: #1b1717;
        margin: 10px 0;
        font-weight: bold;
      }

      .text-section p {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        color: #6e6e6e;
        text-align: justify;
      }

      .content-with-dots {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        margin-right: -50px;
      }

      .dots {
        display: flex;
        flex-direction: column;
        gap: 13px;
        margin-top: 30px;
        margin-left: -160px;
        margin-right: 50px;
      }

      .dot {
        width: 12px;
        height: 14px;
        border-radius: 3px;
        background-color: #bbb;
        cursor: pointer;
        transition: background-color 0.3s ease;
      }

      .dot.active {
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        height: 25px;
      }

      @media screen and (max-width: 627px) {
        .xcess-platform h1 {
          margin-right: 45px;
        }
      }
      @media screen and (max-width: 428px) {
        .xcess-platform h1 {
          font-size: 35px;
          margin-bottom: 50px;
        }
      }
      /* Tablet & mobile */
      @media screen and (max-width: 1024px) {
        .image-content-wrapper {
          flex-direction: column;
        }
        .choose-us h1 {
          font-weight: bolder;
          margin-left: 30px;
          font-size: 35px;
          margin-top: 80px;
        }

        .image-column {
          margin-left: 0;
          margin-top: 0;
          gap: 60px;
        }

        .side-content {
          display: none;
        }

        .image-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          gap: 15px;
        }

        .image-wrapper .text-section {
          display: block;
          padding: 10px;
          max-width: 90%;
        }

        .image-wrapper .text-section h2 {
          font-size: 24px;
        }

        .image-wrapper .text-section p {
          font-size: 16px;
        }

        .badge-label {
          font-size: 14px;
          padding: 6px 12px;
        }
      }

      @media screen and (max-width: 530px) {
        .choose-us h1 {
          font-size: 30px;
        }
      }

      @media screen and (max-width: 760px) {
        .image-wrapper img {
          width: 270px;
        }

        .text-section h2 {
          font-size: 24px;
        }

        .text-section p {
          font-size: 18px;
        }

        .badge-label {
          font-size: 16px;
          padding: 5px 10px;
        }
      }

      /* Medium screens: Between 760px and 1024px */
      @media screen and (min-width: 760px) and (max-width: 1028px) {
        .image-wrapper .text-section h2 {
          font-size: 36px;
        }

        .image-wrapper .text-section p {
          font-size: 24px;
        }

        .badge-label {
          font-size: 20px;
          padding: 8px 16px;
        }
      }

      #dynamic-label,
      #title,
      #description {
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
      }

      @keyframes slideUpBounce {
        0% {
          opacity: 0;
          transform: translateY(60px);
        }

        50% {
          opacity: 1;
          transform: translateY(-10px);
        }

        70% {
          transform: translateY(5px);
        }

        100% {
          transform: translateY(0);
        }
      }

      .animate-bounce {
        animation: slideUpBounce 1s ease forwards;
      }

      @media (max-width: 1380px) and (min-width: 1280px) {
        .image-wrapper img {
          width: 350px;
          margin-left: 10%;
        }

        .text-section h2 {
          font-size: 40px;
        }
      }

      @media (max-width: 1279px) and (min-width: 1024px) {
        .image-wrapper img {
          margin-left: 100px;
          width: 350px;
        }

        .content-with-dots {
          margin-right: 0;
        }

        .text-section h2 {
          font-size: 36px;
        }

        .text-section p {
          font-size: 20px;
        }

        .dots {
          margin-left: -10%;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dfd34e */.ai-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .ai-header {
        text-align: center;
        margin-bottom: 40px;
      }

      .ai-header h1 {
        color: #1b1717;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 40px;
      }

      .ai-header p {
        color: #6e6e6e;
        font-size: 20px;
        line-height: 1.5;
        max-width: 800px;
        margin: 0 auto;
      }

      .ai-features-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        width: 100%;
      }

      .ai-features-list {
        width: 50%;
        margin-left: 5%;
      }

      .ai-feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 30px;
      }

      .ai-feature-icon {
        width: 8px;
        height: 8px;
        background-color: #1b1717;
        border-radius: 50%;
        margin-right: 15px;
        margin-top: 8px;
        flex-shrink: 0;
      }

      .ai-feature-content h3 {
        font-size: 22px;
        font-weight: 600;
        color: #1b1717;
        margin-bottom: 5px;
      }

      .ai-feature-content p {
        font-size: 20px;
        color: #6e6e6e;
        line-height: 1.5;
      }

      .ai-image-container {
        width: 45%;
      }

      .ai-image-container img {
        width: 90%;
        height: auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .ai-features-container {
          flex-direction: column-reverse;
        }

        .ai-features-list {
          width: 80%;
        }
        .ai-feature-content h3 {
          font-size: 20px;
        }

        .ai-feature-content p {
          font-size: 18px;
        }
        .ai-image-container img {
          margin-left: -10%;
          width: 125%;
        }
      }

      @media (max-width: 768px) {
        .ai-features-container {
          flex-direction: column-reverse;
        }

        .ai-features-list,
        .ai-image-container {
          width: 90vw;
          padding-right: 0;
        }

        .ai-image-container {
          margin-bottom: 40px;
        }

        .ai-feature-content h3 {
          font-size: 18px;
        }

        .ai-feature-content p {
          font-size: 16px;
        }

        .ai-image-container img {
          width: 90%;
          margin-left: 5%;
        }

        .ai-header h1 {
          font-size: 30px;
        }

        .ai-header p {
          font-size: 20px;
        }
      }

      @media (max-width: 425px) {
        .ai-image-container img {
          width: 100%;
          margin-left: 1%;
        }

        .ai-feature-content h3 {
          font-size: 17px;
        }

        .ai-feature-content p {
          font-size: 15px;
        }

        .ai-header h1 {
          font-size: 26px;
        }

        .ai-header p {
          font-size: 18px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72fa6a3 */.agent-container-1 {
        max-width: 90%;
        width: 90%;
        margin: 0 auto;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        border-radius: clamp(15px, 3vw, 20px);
        padding: clamp(20px, 5vw, 40px);
      }

      .agent-header-1 {
        text-align: center;
        color: white;
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 50px;
        letter-spacing: 1px;
        line-height: 1.2;
      }

      .agent-cards-grid-1 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
        gap: clamp(20px, 4vw, 30px);
        align-items: start;
        justify-items: center;
      }

      .agent-card-1 {
        width: 90%;
        height: 350px;
        min-height: 330px;
        padding: clamp(20px, 4vw, 25px);
        border-radius: 16px;
        background: white;
        color: #333;
        text-align: center;
        font-family: Arial, sans-serif;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        display: flex;
        flex-direction: column;
      }

      .agent-card-title-1 {
        margin-top: clamp(30px, 5vw, 40px);
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: clamp(1.1rem, 3.5vw, 1.25rem);
        font-weight: 600;
        margin-bottom: clamp(15px, 3vw, 20px);
        line-height: 1.3;
        text-align: center;
      }

      .agent-card-content-1 {
        color: #6e6e6e;
        font-size: 18px;
        line-height: 1.4;
        text-align: center;
        flex: 1;
        display: flex;
        align-items: center;
      }

      @media (max-width: 375px) {
        .agent-card-content-1 {
          font-size: 15px;
        }
      }

      /* Mobile First - Single column */
      @media (min-width: 376px) and (max-width: 479px) {
        .agent-cards-grid-1 {
          gap: 15px;
        }
      }

      /* Small tablets - 2 columns */
      @media (min-width: 480px) and (max-width: 767px) {
        .agent-cards-grid-1 {
          grid-template-columns: 1fr;
          gap: 20px;
        }
      }

      /* Medium tablets - 2 columns */
      @media (min-width: 768px) and (max-width: 1023px) {
        .agent-cards-grid-1 {
          grid-template-columns: repeat(2, 1fr);
          gap: 25px;
        }
      }

      /* Desktop - 2 columns for better readability */
      @media (min-width: 1024px) {
        .agent-cards-grid-1 {
          grid-template-columns: repeat(2, 1fr);
          gap: 30px;
        }
      }

      /* Large desktop - 4 columns if space allows */
      @media (min-width: 1400px) {
        .agent-cards-grid-1 {
          grid-template-columns: repeat(4, 1fr);
          gap: 25px;
        }
      }

      /* Ultra-wide screens optimization */
      @media (min-width: 1600px) {
        .agent-container-1 {
          max-width: 1400px;
        }
      }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c79524 */.cta-container {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background-color: #f5ebf0;
        margin-bottom: 70px;
      }

      .illustration-container {
        width: 45%;
        position: relative;
      }

      .illustration-bg {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .cta-content {
        width: 50%;
        text-align: left;
        padding-left: 20px;
      }

      .cta-heading {
        font-size: 36px;
        font-weight: bold;
        color: #222;
        margin-bottom: 15px;
        line-height: 1.2;
        text-align: center;
      }

      .cta-subheading {
        font-size: 20px;
        color: #666;
        margin-bottom: 30px;
        line-height: 1.5;
        font-weight: 500;
        text-align: center;
      }

      .cta-button {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        color: white;
        font-size: 18px;
        font-weight: 600;
        padding: 12px 25px;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s ease;
        margin-left: 25%;
      }

      .cta-button:hover {
        background-color: #d11556;
        transform: translateY(-2px);
      }

      .arrow-icon {
        margin-left: 8px;
        font-size: 20px;
      }

      @media (max-width: 992px) {
        .cta-container {
          flex-direction: column;
        }

        .illustration-container,
        .cta-content {
          width: 100%;
        }

        .illustration-container {
          margin-bottom: 40px;
        }

        .cta-content {
          padding-left: 0;
          text-align: center;
        }

        .cta-button {
          margin-left: 0%;
        }
      }

      @media (max-width: 768px) {
        .cta-button {
          margin-left: 0;
          font-size: 16px;
        }

        .cta-heading {
          font-size: 30px;
        }

        .cta-subheading {
          font-size: 18px;
        }
      }

      @media (max-width: 425px) {
        .cta-button {
          margin-left: 0;
          font-size: 14px;
        }

        .cta-heading {
          font-size: 26px;
        }

        .cta-subheading {
          font-size: 16px;
        }
      }/* End custom CSS */