.elementor-759 .elementor-element.elementor-element-43ae5b1 > .elementor-container{max-width:1420px;}/* Start custom CSS for html, class: .elementor-element-c45db03 */.cc-container {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }

  .cc-hero {
    background-color: #f4f7f9;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .cc-hero-left,
  .cc-hero-right {
    width: 50%;
  }

  .cc-hero-left-title {
    font-size: 20px;
  }

  .cc-hero-left p {
    margin-bottom: 40px;
  }

  .cc-hero-left-download {
    background-color: #46497e;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
  }

  .cc-hero-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hero-home-image,
  .hero-blogs-image {
    max-width: 200px !important;
    position: relative;
    border: 1px solid !important;
    border-radius: 28px !important;
  }

  .hero-home-image {
    z-index: 9999;
  }

  .hero-blogs-image {
    left: 20px;
    z-index: 0;
  }

  .cc-features-heading {
    text-align: center;
    margin-bottom: 40px;
  }

  .cc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
  }

  .cc-feature-card {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.2s;
  }

  .cc-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }

  .cc-feature-card h3 {
    color: #0056b3;
    margin-top: 0;
    font-size: 1.25rem;
  }

  .cc-privacy-box {
    background-color: #eef9f2;
    padding: 25px;
    border-radius: 8px;
    border: 1px dashed #28a745;
    margin-bottom: 40px;
  }

  .cc-contact-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
  }
  .cc-footer-logo {
    max-width: 100px;
    height: auto;
    border-radius: 12px !important;
  }
  .cc-footer-text {
    text-align: left;
  }
  .cc-footer-text h3 {
    margin: 0 0 5px 0;
    color: #fff;
  }
  .cc-contact-footer a {
    color: #ffca28;
    text-decoration: none;
    font-weight: bold;
  }

  @media (max-width: 600px) {
    .cc-footer-text {
      text-align: center;
    }
  }

  .cc-highlight {
    color: #0056b3;
    font-weight: bold;
  }/* End custom CSS */