@media (min-width: 1200px) and (max-width: 1400px) {
  .table-wrapper {
    min-width: 100%;
  }
  .table-row {
    display: flex;
    height: 90px;
    border-bottom: 0.6px solid #00c6cb;
  }

  .table-col-one,
  .company-points-wrapper h6 {
    font-size: 22px;
  }
  .company-points-wrapper img {
    width: 26px;
    height: 26px;
  }
  .company-points-wrapper {
    display: flex;
    align-items: center;
    gap: 15px; /* Optional: space between icon and text */
  }

  .col-1 {
    width: 200px;
  }

  .col-2,
  .col-3,
  .col-4 {
    width: 300px;
  }
  .main-custom-from {
    width: 600px;
    height: 42px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .table-wrapper {
    max-width: 100%;
  }
  .table-row {
    display: flex;
    height: 85px;
    border-bottom: 0.6px solid #00c6cb;
  }
  .table-col-one,
  .company-points-wrapper h6 {
    font-size: 20px;
  }
  .company-points-wrapper img {
    width: 24px;
    height: 24px;
  }
  .company-points-wrapper {
    display: flex;
    align-items: center;
    gap: 10px; /* Optional: space between icon and text */
  }

  .col-1 {
    width: 170px;
  }

  .col-2,
  .col-3,
  .col-4 {
    width: 250px;
    justify-content: flex-start !important;
    padding-left: 35px; /* Optional: space from left border */
  }
  .main-custom-from {
    width: 520px;
    height: 42px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .table-wrapper {
    max-width: 100%;
  }
  .table-row {
    display: flex;
    height: 60px;
    border-bottom: 0.6px solid #00c6cb;
  }
  .table-col-one,
  .company-points-wrapper h6 {
    font-size: 16px;
  }
  .company-points-wrapper img {
    width: 24px;
    height: 24px;
  }
  .company-points-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; /* Optional: space between icon and text */
  }

  .col-1 {
    width: 120px;
  }

  .col-2,
  .col-3,
  .col-4 {
    width: 190px;
    justify-content: flex-start !important;
    padding-left: 15px; /* Optional: space from left border */
  }
  .main-custom-from {
    width: 360px;
    height: 42px;
    margin-bottom: 10px;
  }
  .table-heading {
    font-family: "Crimson Pro", serif;
    font-weight: 600;
    font-size: 20px;
  }
}
@media (min-width: 528px) and (max-width: 768px) {
  .table-wrapper {
    max-width: 100%;
  }
  .table-row {
    display: flex;
    height: 35px;
    border-bottom: 0.6px solid #00c6cb;
  }
  .table-col-one,
  .company-points-wrapper h6 {
    font-size: 12px;
  }
  .company-points-wrapper img {
    width: 18px;
    height: 18px;
  }
  .company-points-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; /* Optional: space between icon and text */
  }

  .col-1 {
    width: 60px;
  }

  .col-2,
  .col-3,
  .col-4 {
    width: 150px;
    justify-content: flex-start !important;
    padding-left: 15px; /* Optional: space from left border */
  }
  .main-custom-from {
    width: 360px;
    height: 42px;
    margin-bottom: 10px;
  }
  .table-heading {
    font-family: "Crimson Pro", serif;
    font-weight: 600;
    font-size: 16px;
  }
}

@media (max-width: 528px) {
  .table-wrapper {
    max-width: 100%;
  }
  .table-row {
    display: flex;
    height: 35px;
    border-bottom: 0.6px solid #00c6cb;
  }
  .table-col-one,
  .company-points-wrapper h6 {
    font-size: 10px;
  }
  .company-points-wrapper img {
    width: 12px;
    height: 12px;
  }
  .company-points-wrapper {
    display: flex;
    align-items: center;
    gap: 8px; /* Optional: space between icon and text */
  }

  .col-1 {
    width: 50px;
  }

  .col-2,
  .col-3,
  .col-4 {
    width: 100px;
    justify-content: flex-start !important;
    padding-left: 15px; /* Optional: space from left border */
  }

  .main-hero-section {
    width: 100%;
    height: 480px;
    background: linear-gradient(
      100.32deg,
      rgba(0, 0, 0, 0.1) 0.52%,
      rgba(163, 253, 255, 0.1) 25.39%,
      rgba(164, 253, 255, 0.55) 61.15%,
      rgba(72, 251, 255, 0.1) 86.54%,
      rgba(0, 0, 0, 0.05) 107.79%
    );
    margin-top: 65px;
    border-radius: 0px;
  }
  .main-hero-inner {
    height: 100px;
  }
  .hero-title h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    text-align: center;
    line-height: 150%;
  }
  .hero-section-content p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
  }
  .button-grp {
    margin-top: 30px;
  }
  .regster-btn {
    width: 140px;
    height: 45px;
    background: #48fbff;
    color: #000000;
    border-radius: 30px;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 18px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 4px 10px rgba(72, 251, 255, 0.4);
  }
  .regster-btn:hover {
    background: #00dfe4;
    transform: none;
    box-shadow: none;
  }

  .talk-btn {
    width: 140px;
    height: 45px;
    background: #ffffff;
    color: #000000;
    border-radius: 30px;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 16px;
    margin-left: 5px;
    border: 2px solid #000000;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: none;
  }
  .talk-btn:hover {
    background: white;
    color: #000000;
    transform: none;
    box-shadow: none;
  }

  .about-content-text h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: 160%;
  }
  .text-bg {
    font-size: 24px;
  }
  .aboutSection-left,
  .about-section-second {
    padding-left: 6px;
  }
  .about-content-text h6 {
    font-family: "Crimson Pro", serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .about-paragraph {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .list-paraghraph p {
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
  }
  .knowMore-btn button {
    width: 110px;
    height: 40px;
    background: #48fbff;
    border-radius: 10px;
    margin-top: 25px;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 16px;
  }
  .about-section-img img {
    margin-top: 25px;
  }
  .about-section-second h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-bottom: 0;
    line-height: 160%;
    margin-top: 40px;
  }
  .about-section-second p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 20px;
  }
  .box-wrapper {
    max-width: 240px;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #00c6cb;
    background: #eefeff;
    margin-bottom: 10px;
  }
  .box-wrapper:hover {
    transform: translateY(0px);
  }

  .box-content h6 {
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
  }
  .box-content img {
    width: 40px;
    height: 40px;
  }

  .app-connect-wrapper {
    width: 100%;
    height: 414px;
    border-radius: 0px;
    background: #00fbff27;
    margin-top: 60px;
  }
  .app-connect-content h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 150%;
  }
  .app-connect-content p {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 150%;
    margin-bottom: 0;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-horizontal {
    display: none;
  }
  .earn-money-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .earn-money-section h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-top: 40px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .earn-money-section p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
  }
  .sm-horizontal {
    display: block;
  }
  .box-wrapper {
    max-width: 315px;
    width: 100%;
    height: 120px;
    border-radius: 15px;
    border: 1px solid #00c6cb;
    background: #eefeff;
  }
  .leads-box-wrapper {
    max-width: 315px;
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background: #48fbffcc;
    display: flex;
    align-items: center; /* Vertically center icon and text */
    margin-bottom: 10px;
  }
  .table-wrapper {
    width: 100%;
    height: auto;
    border: 0.6px solid #00c6cb;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 63px;
  }
  .connecting-add-title h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-top: 40px;
    line-height: 160%;
  }
  .for-bussiness-left {
    /* max-width: 650px; */
    max-width: 90%;
    height: 340px;
    background: linear-gradient(
      95.38deg,
      rgba(72, 251, 255, 0.1) 8.85%,
      rgba(225, 225, 225, 0.1) 143.96%
    );
    border-radius: 15px;
    margin-bottom: 10px;
    margin: auto;
  }

  .for-bussiness-title h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .for-marketers-title h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: -32px;
  }

  .for-bussiness-points h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 29px;
  }

  .for-bussiness-points h6 span {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: #00c6cb;
    color: #000000;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-size: 15px;
    border-radius: 5px;
  }
  .for-bussiness-img-sm img {
    max-width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }

  .for-bussiness-img-sm img {
    display: block;
  }
  .for-bussiness-img-left img {
    display: none;
  }
  .for-bussiness-img img {
    width: 90%;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
  }
  .for-marketers-title h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 0px;
  }
  .for-marketers-title {
    display: none;
  }
  .for-marketers-title-sm h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 18px;
  }
  .network-leads-title h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 150%;
    margin-top: 40px;
  }
  .box-group-wrapper {
    max-width: 290px;
    width: 100%;
    height: 100px;
    border: 0.5px solid #00c6cb;
    background: #fbfbfb;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .box-group-wrapper h6 {
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  .box-group-wrapper-2 {
    max-width: 290px;
    width: 100%;
    height: 100px;
    border: 0.5px solid #00c6cb;
    background: #fbfbfb;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .box-group-wrapper-2 h6 {
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
  }
  .next-work-points-2 {
    margin-top: 0px;
  }

  .app-conect-section {
    width: 100%;
    height: auto;
    border-radius: 15px;
    background: linear-gradient(
      95.38deg,
      rgba(72, 251, 255, 0.1) 8.85%,
      rgba(225, 225, 225, 0.1) 143.96%
    );
    margin-top: 50px;
    margin-bottom: 0;
    position: static;
  }
  .man-with-phone {
    position: static;
    bottom: 0;
  }
  .man-with-phone {
    width: 80%;
    margin: auto;
  }
  .app-conect-title h5 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 150%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 50px;
  }

  .app-connect-content-two p {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .app-connect-content-two {
    padding-left: 12px;
  }
  .app-link-images img {
    width: 30%;
    padding-left: 12px;
    gap: 1;
  }
  .aboutPage-section-container {
    padding: 0;
  }
  .aboutPage-about-title h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .aboutPage-about-left p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
  }
  .about-text-bg {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    background: linear-gradient(
      100.32deg,
      rgba(0, 0, 0, 0.1) 0.52%,
      rgba(163, 253, 255, 0.1) 25.39%,
      rgba(164, 253, 255, 0.55) 61.15%,
      rgba(72, 251, 255, 0.1) 86.54%,
      rgba(0, 0, 0, 0.05) 107.79%
    );
  }
  .about-img-sm img {
    max-width: 90%;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .about-img img {
    position: absolute;
    top: -120px;
    left: -20px;
    display: none;
  }
  .what-we-belive-img img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aboutPage-about-right h3 {
    margin-bottom: 20px;
  }
  .aboutPage-about-right p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .benifit-title h3 {
    margin-top: 40px;
  }
  .benifit-row-1 {
    margin-top: 30px;
  }
  .benifit-row-2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .partner-with-us h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-top: 30px;
    line-height: 160%;
  }
  .collaborate-text-bg {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 24px;
    background: linear-gradient(
      100.32deg,
      rgba(0, 0, 0, 0.1) 0.52%,
      rgba(163, 253, 255, 0.1) 25.39%,
      rgba(164, 253, 255, 0.55) 61.15%,
      rgba(72, 251, 255, 0.1) 86.54%,
      rgba(0, 0, 0, 0.05) 107.79%
    );
  }
  .main-paragraph {
    font-family: "Crimson Pro", serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px;
  }
  .sec-paragraph {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0px;
  }
  .connecting-people-row {
    margin-top: 20px;
  }
  .how-work-content span {
    width: 25px;
    height: 25px;
    background: #48fbff;
    display: inline-block;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
  }

  .how-work-content h6 {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
    margin-top: 10px;
  }
  .how-work-content p {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
  }
  .connecting-people-row-2 {
    margin-top: 0px;
  }
  .contact-container {
    width: 100%;
    height: auto;
    background: #48fbff0d;
    margin-bottom: 116px;
    margin-top: 69px;
    padding: 20px 12px 40px 12px;
  }
  .contact-section-title h4 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    line-height: 160%;
  }
  .custom-textarea {
    max-width: 590px;
    width: 100%;
    height: 202px;
  }
  .form-label {
    margin-top: 13px;
    margin-bottom: 0;
  }
  .form-btn {
    width: 100%;
    height: 42px;
    background: #00edf3;
    margin-top: 20px;
    border-radius: 7px;
  }

  .contact-details p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 1px;
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  .contact-from-left h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-top: 30px;
    line-height: 160%;
    margin-bottom: 0;
  }
  .contact-from-left h6 {
    font-family: "Crimson Pro", serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
  }
  .contact-details {
    margin-top: 20px;
    margin: auto;
  }

  .contact-details p {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1px;
    margin-left: 20px;
    display: flex;
    text-align: center;
  }
  .number-wrapper {
    margin-bottom: 15px;
  }
  .number-wrapper img {
    width: 20px;
    height: 20px;
  }

  .main-form-container {
    max-width: 100%;
    height: auto;
    background: #48fbff0d;
    overflow-x: hidden !important;
    margin-top: 53px;
    padding: 30px;
  }

  .main-custom-from {
    width: 350px;
    height: 42px;
    margin-bottom: 0px;
  }

  .footer-container {
    width: 100%;
    height: auto;
    background: #48fbff;
  }

  .footer-logo img {
    margin: auto;
    padding-top: 20px;
  }
  .quick-link-title h5,
  .address-title h5 {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
  }
  .footer-ul-link li {
    font-family: "Crimson Pro", serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 18px;
  }
  .footer-ul-link {
    margin-top: 35px;
    padding-left: 0px;
    text-align: center;
  }
  .address-wrapper p {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
  }

  .address-wrapper img {
    margin-top: 0px;
  }
  .rights-reserved-section h5 {
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
  }
  .for-marketers-title-sm {
    display: block;
  }

  .download-btn {
    width: 150px;
    height: 48px;
    border-radius: 30px;
    background: #48fbff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
  }
  .main-page-btn-grp {
    margin-top: 20px;
  }
  .forMarketers-row {
    margin-top: 40px;
  }
  .app-conect-section {
    margin-bottom: 50px;
  }
  .app-link-images {
    margin-bottom: 20px;
  }
  .nav-link {
    margin-left: 0px;
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 20px;
  }
  .offcanvas-body {
    background-color: #48fbff;
  }
  .offcanvas-title img {
    max-width: 80%;
  }
  .navbar-brand img {
    max-width: 90%;
    height: auto;
  }
  .table-heading {
    font-family: "Crimson Pro", serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
  }

  .navbar-container {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 1030; /* ensure it stays above everything */
    position: fixed;
    top: 0;
    height: 80px;
  }

  .modal-dialog {
    width: 80%;
    margin: auto;
  }
  .bussiness-card-wrapper {
    width: 100%;
    height: 200px;
  }

  .card-container {
    padding: 10px;
  }
  .modal-content {
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  .card-container-2 {
    padding: 10px;
  }
  .custom-card-left p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-left: 1px;
  }
  .custom-card-title h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
  