.elementor-3342 .elementor-element.elementor-element-51380f6{--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-31ec3ee */.terms-container {
        margin-top: 100px;
        min-height: calc(100vh - 100px);
        background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
        position: relative;
        overflow: hidden;
      }

      .terms-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 40px;
        position: relative;
        z-index: 1;
      }

      .terms-header {
        text-align: center;
        margin-bottom: 60px;
        position: relative;
      }

      .terms-title {
        font-size: 3.5rem;
        font-weight: 700;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px;
        position: relative;
        line-height: 1.2;
      }

      .terms-subtitle {
        font-size: 1.2rem;
        color: #666;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.8;
      }

      .last-updated {
        display: inline-block;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        color: white;
        padding: 8px 20px;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 500;
        margin-top: 20px;
        box-shadow: 0 4px 15px rgba(255, 0, 136, 0.3);
      }

      .terms-body {
        background: white;
        border-radius: 20px;
        padding: 50px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 0, 136, 0.1);
        position: relative;
        overflow: hidden;
      }

      .terms-section {
        margin-bottom: 45px;
        position: relative;
        padding-left: 30px;
      }

      .section-title {
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 20px;
        position: relative;
        line-height: 1.3;
      }

      .section-content {
        font-size: 1rem;
        line-height: 1.8;
        color: #4a4a4a;
        margin-bottom: 20px;
      }

      .section-content-1 p {
        margin-bottom: 15px;
      }

      .section-content ul {
        margin: 15px 0;
        padding-left: 25px;
      }

      .section-content li {
        margin-bottom: 10px;
        position: relative;
      }

      .section-content li::marker {
        color: #ff0088;
      }

      .highlight-box {
        background-color: linear-gradient(to bottom right, #ff0088, #80298b);
        border: 1px solid rgba(255, 0, 136, 0.2);
        border-radius: 12px;
        padding: 25px;
        margin: 25px 0;
        position: relative;
      }

      /* Large Desktop - 1440px+ */
      @media screen and (min-width: 1440px) {
        .terms-content {
          padding: 80px 60px;
        }

        .terms-title {
          font-size: 4rem;
        }

        .terms-body {
          padding: 60px;
        }

        .section-title {
          font-size: 2rem;
        }

        .section-content {
          font-size: 1.1rem;
        }
      }

      /* Tablet Styles - 768px to 1024px */
      @media screen and (max-width: 1024px) {
        .terms-content {
          padding: 50px 30px;
        }

        .terms-title {
          font-size: 3rem;
        }

        .terms-body {
          padding: 40px;
        }

        .terms-section {
          padding-left: 25px;
          margin-bottom: 40px;
        }

        .section-title {
          font-size: 1.6rem;
        }

        .highlight-box {
          padding: 20px;
        }
      }

      /* Small Tablet / Large Mobile - 481px to 768px */
      @media screen and (max-width: 768px) {
        .terms-container {
          margin-top: 80px;
          min-height: calc(100vh - 80px);
        }

        .terms-content {
          padding: 40px 25px;
        }

        .terms-header {
          margin-bottom: 40px;
        }

        .terms-title {
          font-size: 2.5rem;
          margin-bottom: 15px;
        }

        .terms-subtitle {
          font-size: 1.1rem;
          padding: 0 10px;
        }

        .last-updated {
          padding: 6px 16px;
          font-size: 0.85rem;
          margin-top: 15px;
          box-shadow: 0 3px 12px rgba(255, 0, 136, 0.25);
        }

        .terms-body {
          border-radius: 15px;
          padding: 30px;
          margin: 0 5px;
        }

        .terms-section {
          padding-left: 20px;
          margin-bottom: 35px;
        }

        .section-title {
          font-size: 1.5rem;
          margin-bottom: 15px;
        }

        .section-content {
          font-size: 0.95rem;
          line-height: 1.7;
        }

        .section-content ul {
          padding-left: 20px;
        }

        .highlight-box {
          padding: 18px;
          margin: 20px 0;
          border-radius: 10px;
        }
      }

      /* Mobile Styles - 320px to 480px */
      @media screen and (max-width: 480px) {
        .terms-container {
          margin-top: 70px;
          min-height: calc(100vh - 70px);
        }

        .terms-content {
          padding: 30px 15px;
        }

        .terms-header {
          margin-bottom: 30px;
        }

        .terms-title {
          font-size: 2rem;
          margin-bottom: 12px;
          line-height: 1.1;
        }

        .terms-subtitle {
          font-size: 1rem;
          line-height: 1.6;
          padding: 0 5px;
        }

        .last-updated {
          padding: 5px 12px;
          font-size: 0.8rem;
          margin-top: 12px;
          box-shadow: 0 2px 10px rgba(255, 0, 136, 0.2);
        }

        .terms-body {
          border-radius: 12px;
          padding: 20px;
          margin: 0;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .terms-section {
          padding-left: 15px;
          margin-bottom: 30px;
        }

        .section-title {
          font-size: 1.3rem;
          margin-bottom: 12px;
          line-height: 1.2;
        }

        .section-content {
          font-size: 0.9rem;
          line-height: 1.6;
        }

        .section-content p {
          margin-bottom: 12px;
        }

        .section-content ul {
          margin: 12px 0;
          padding-left: 18px;
        }

        .section-content li {
          margin-bottom: 8px;
        }

        .highlight-box {
          padding: 15px;
          margin: 15px 0;
          border-radius: 8px;
          font-size: 0.9rem;
        }
      }

      /* Extra Small Mobile - Below 320px */
      @media screen and (max-width: 319px) {
        .terms-container {
          margin-top: 60px;
          min-height: calc(100vh - 60px);
        }

        .terms-content {
          padding: 20px 10px;
        }

        .terms-title {
          font-size: 1.8rem;
        }

        .terms-subtitle {
          font-size: 0.95rem;
        }

        .last-updated {
          padding: 4px 10px;
          font-size: 0.75rem;
        }

        .terms-body {
          padding: 15px;
          border-radius: 10px;
        }

        .terms-section {
          padding-left: 10px;
          margin-bottom: 25px;
        }

        .section-title {
          font-size: 1.2rem;
        }

        .section-content {
          font-size: 0.85rem;
        }

        .highlight-box {
          padding: 12px;
          font-size: 0.85rem;
        }
      }

      /* Landscape Mobile Orientation */
      @media screen and (max-height: 500px) and (orientation: landscape) {
        .terms-container {
          margin-top: 50px;
          min-height: calc(100vh - 50px);
        }

        .terms-content {
          padding: 30px 20px;
        }

        .terms-header {
          margin-bottom: 25px;
        }

        .terms-title {
          font-size: 2rem;
          margin-bottom: 10px;
        }

        .last-updated {
          margin-top: 8px;
        }

        .terms-section {
          margin-bottom: 25px;
        }

        .section-title {
          margin-bottom: 10px;
        }
      }

      /* Very Wide Screens - 2560px+ */
      @media screen and (min-width: 2560px) {
        .terms-content {
          max-width: 1400px;
          padding: 100px 80px;
        }

        .terms-title {
          font-size: 4.5rem;
        }

        .section-title {
          font-size: 2.2rem;
        }

        .section-content {
          font-size: 1.2rem;
          line-height: 1.9;
        }

        .terms-body {
          padding: 80px;
        }
      }

      /* High DPI / Retina Display Support */
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .terms-body {
          border-width: 0.5px;
        }

        .highlight-box {
          border-width: 0.5px;
        }
      }

      /* Print Styles */
      @media print {
        .terms-container {
          margin-top: 0;
          background: white;
        }

        .terms-content {
          padding: 20px;
        }

        .terms-title,
        .section-title {
          color: #333 !important;
          -webkit-text-fill-color: #333 !important;
        }

        .last-updated {
          background: #333 !important;
          color: white !important;
          box-shadow: none !important;
        }

        .highlight-box {
          background: #f5f5f5 !important;
          border: 1px solid #ddd !important;
        }

        .terms-body {
          box-shadow: none;
          border: 1px solid #ddd;
        }
      }

      /* Accessibility - Reduced Motion */
      @media (prefers-reduced-motion: reduce) {
        * {
          transition: none !important;
          animation: none !important;
        }
      }

      /* Dark Mode Support */
      @media (prefers-color-scheme: dark) {
        .terms-container {
          background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
        }

        .terms-body {
          background: #333;
          border-color: rgba(255, 0, 136, 0.2);
        }

        .section-content {
          color: #e0e0e0;
        }

        .terms-subtitle {
          color: #ccc;
        }

        .highlight-box {
          background: linear-gradient(
            135deg,
            rgba(255, 0, 136, 0.1),
            rgba(128, 41, 139, 0.1)
          );
          border-color: rgba(255, 0, 136, 0.3);
        }
      }

      /* Enhanced Focus States for Accessibility */
      @media (prefers-reduced-motion: no-preference) {
        .terms-section:focus-within {
          transform: translateY(-2px);
          transition: transform 0.2s ease;
        }

        .section-title {
          transition: all 0.3s ease;
        }

        .last-updated {
          transition: all 0.3s ease;
        }

        .last-updated:hover {
          transform: translateY(-1px);
          box-shadow: 0 6px 20px rgba(255, 0, 136, 0.4);
        }
      }

      /* Specific adjustments for very long content sections */
      .terms-section:nth-child(7) .section-content,
      .terms-section:nth-child(8) .section-content {
        font-size: 0.95rem;
        line-height: 1.7;
      }

      @media screen and (max-width: 480px) {
        .terms-section:nth-child(7) .section-content,
        .terms-section:nth-child(8) .section-content {
          font-size: 0.85rem;
          line-height: 1.6;
        }
      }

      /* Improve readability for contact information */
      .terms-section:last-child .section-content {
        text-align: center;
        padding: 20px;
        background: linear-gradient(to bottom right, #ff0088, #80298b);
        border-radius: 8px;
        border: 1px solid rgba(255, 0, 136, 0.1);
        color: white;
      }

      @media screen and (max-width: 480px) {
        .terms-section:last-child .section-content {
          padding: 15px;
          text-align: left;
        }
      }/* End custom CSS */