    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    img,
    svg,
    svg * {
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
    }

    body {
      user-select: none;
      display: flex;
      flex-direction: column;
      font-family: 'Poppins', sans-serif;
      background-color: #ffffff;
      color: #24223E;
      margin: 0;
      padding: 0;
      width: 100%;
    }

    .navbar {
      background-color: transparent;
      width: 100%;
      height: 70px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    .navbar-container {
      background-color: transparent;
      width: 1294px;
      max-width: 1294px;
      max-height: 70px;
      height: 70px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .navbar.scrolled,
    .navbar.collapsed {
      background-color: white;
      height: auto;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .navbar-toggler {
      border: none;
      padding: 3px;
      color: white;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 3px;
      transition: background-color 0.3s ease;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }

    .navbar-toggler:hover {
      background-color: #ffffff;
    }

    .navbar-toggler-icon {
      background-image: url("../img/hamburger-rounded2.svg");
      width: 18px;
      height: 18px;
      display: inline-block;
    }

    .navbar-collapse.show {
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 15px 20px;
      width: 100%;
      position: absolute;
      top: 50px;
      left: 0;
      right: auto;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show .navbar-nav {
      margin: 0;
      padding: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .navbar-collapse.show .nav-item {
      width: 100%;
    }

    .navbar-collapse.show .nav-link {
      text-align: left;
      padding: 0;
      width: 100%;
      display: block;
      color: #333;
    }

    .navbar-collapse.show .navbar-buttons {
      margin: 20px 0 0 0;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 10px;
      width: 100%;

    }

    .navbar .container-fluid {
      padding: 0;
    }

    .navbar-nav {
      margin-left: 66px;
      gap: 46px;
      margin-top: 2px;
      display: flex;
      flex-direction: row;
      white-space: nowrap;
    }

    .navbar .nav-link {
      font-size: 18px;
      font-weight: 600;
      color: #333;
      position: relative;
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .navbar .nav-link:hover {
      color: #474EEB;

    }

    .navbar-buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 15px;
      margin-left: auto;
    }

    .btn-get-started {
      background-color: #24223E;
      color: white;
      font-size: 19.5px;

      font-weight: 550;
      border-radius: 60px;
      max-width: 289px;
      width: 289px;
      height: 50px;
      padding: 12px 30px;
      margin: 0;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;
    }

    .btn-get-started:hover {
      background-color: white;
      color: #24223E;
      border-color: #24223E;
      transform: scale(1.03);
      border-width: 2px;
    }

    .btn-sign-up {
      background: linear-gradient(to bottom right, #666CF7, #6699FF);
      color: white;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      border-radius: 60px;
      max-width: 129px;
      width: 129px;
      height: 50px;
      padding: 12px 30px;
      margin: 0;
      transition: all 0.2s ease;
      white-space: nowrap;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .btn-sign-up:hover {
      background: white;
      color: #24223E;
      border: 2px solid #474EEB;
      transform: scale(1.03);
    }

    .navbar-brand {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-right: 0;

    }

    .navbar-brand img {
      max-width: 132px;
      height: 22px;
      margin: 0 auto;
      transition: opacity 0.3s ease;
    }

    #section1 {
      background-image: url(../img/Section1bg.webp);
      background-size: cover;
      background-position: center;
      position: relative;
      padding-bottom: 150px;
      padding-top: 160px;

      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
    }

    .two-boxes-container {
      max-width: 1294px;
      width: 1294px;
      display: flex;
      flex-direction: row;
      margin: 0 auto;

    }

    .col-md-6 {
      padding: 0;
      margin: 0 auto;
    }

    .left-box {
      min-height: 450px;
      max-width: 647px;
      width: 647px;
      justify-content: center;
    }

    .form-box {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding: 30px 52px;
      min-height: 450px;
      max-height: 870px;
      max-width: 647px;
      width: 647px;

      border-radius: 16.977px;
      border: 1.698px solid rgba(255, 255, 255, 0.50);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.50) 100%);
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
      margin: 0;
      justify-content: center;

    }

    .form-box input,
    .form-box label,
    .form-box button,
    .form-box p {
      margin: 0;
      padding: 2px 0px;
    }


    .gradient-efficiency {
      font-size: 48px;
      font-weight: 700;
      background: linear-gradient(to right, #4c7dfe, #fe21c3);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline;
    }

    .gradient-streamlined {
      font-size: 48px;
      font-weight: 700;
      background: linear-gradient(to right, #5334ff, #02dfff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline;
    }

    .promo-text {
      color: #24223E;
      font-size: 40px;
      font-weight: 600;
      line-height: 70px;
      letter-spacing: -0.4px;
      gap: 0px;
    }

    .promo-text2 {
      font-size: 40px;
      font-weight: 600;
      line-height: 70px;
      margin-left: 107px;
      letter-spacing: -0.4px;
      gap: 0px;
    }

    .custom-image {
      max-width: 572px;
      border-radius: 10px;
      max-height: 530px;
      margin-top: 35px;
      margin-left: 35px;
      filter: drop-shadow(6px 10px 10px rgba(0, 0, 0, 0.08));
    }

    .form-title {
      text-align: center;
      font-weight: 700;
      font-size: 36px;
      line-height: 76px;

    }

    .form-control::placeholder,
    .phone-input-group .form-control::placeholder,
    textarea.form-control::placeholder {
      color: #6F6F6F;
      opacity: 1;
    }

    .privacy-text {
      color: #6f6f6f;
      font-size: 13.6px;
      font-weight: 400;
      margin: 24px 0;
      text-align: left;
      line-height: 17px;
    }

    .privacy-text a {
      text-decoration: underline;
      color: #6c757d;
    }

    .alert {
      margin-top: 8px;
      padding: 8px;
      border-radius: 5px;
      font-size: 13.6px;
    }

    .phone-input-group {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
    }

    .phone-input-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
    }

    .phone-input-wrapper .form-control {
      width: 100%;
      max-width: 640px;
      border-left: none;
      padding-left: 10px;
    }

    .phone-input-group .custom-select {
      flex: 0 0 160px;
      background-color: #f8f9fa;
      min-width: 160px;
      height: 40px;

      border: 1.358px solid #D1D1D1;


      border-right: none;
      border-radius: 8.488px;
      padding-right: 25px;

    }


    .form-box .form-control {
      color: #6F6F6F;
      font-weight: 400;
      font-size: 16px;
      padding: 10px 16px;
      height: 40px;
      width: 100%;
      border-radius: 5px 8.488px 8.488px 5px;
      background-color: #fff;
      border: 1.358px solid #D1D1D1;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;

    }

    .form-box .form-control.textarea {
      height: auto;
      min-height: 100px;
      resize: vertical;

    }



    /* Make input text and numbers bold when field is filled */
    .form-box .form-control:not(:placeholder-shown) {
      font-weight: 400;
      /* Bold only when the input has user-entered text */
      color: black;
    }

    .custom-select {
      letter-spacing: -0.3px;
      font-size: 14px;
      padding: 5px 10px;
      height: 32px;
      appearance: none;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 16px 12px;
      padding-right: 32px;
      border: 1px solid #ced4da;
      border-radius: 0.375rem;
      background-color: #fff;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-select2 {
      font-size: 13.6px;
      padding: 5px 10px;
      height: 32px;
      appearance: none;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 16px 12px;
      padding-right: 32px;
      border: 1px solid #ced4da;
      border-radius: 0.375rem;
      background-color: #fff;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-select:focus,
    .custom-select2:focus {
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
    }

    .form-label {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 3.2px;
      padding: 10px 16px;
      text-align: left;
    }

    .mb-3,
    .extra-spacing,
    .row.mb-3 {
      margin-bottom: 10px;
    }

    #firstName,
    #lastName,
    #companyName {
      max-width: 264px;
      height: 40px;
      padding: 10px 16px;
      border-radius: 10px;
      border: 1.358px solid #D1D1D1;
      background: #FFF;
    }

    #workEmail {
      height: 40px;
      padding: 10px 16px;
      border-radius: 10px;
      border: 1.358px solid #D1D1D1;
      background: #FFF;
    }

    #companySize {
      color: #6F6F6F;
      height: 40px;
      padding: 10px 16px;
      border-radius: 10px;
      border: 1.358px solid #D1D1D1;
    }

    #inquiry {
      padding: 10px 16px;
      align-items: flex-start;
      height: 80px;
      border-radius: 8.488px;
      border: 1.358px solid #D1D1D1;
      background: #FFF;
    }

    .btn-primary {
      max-width: 538px;
      height: 50px;
      width: 100%;

      border-radius: 100px;
      background-color: #24223E;
      color: white;
      font-size: 18.5px;
      font-weight: 600;

    }

    .btn-primary:hover {
      background-color: white;
      color: #24223E;
      border-color: #24223E;
      transform: scale(1.03);
      border-width: 2px;
    }

    .form-field {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 0px;
    }

    .form-field .col {
      flex: 1;
    }

    .toast-container {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1055;
    }

    .modal {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1100;
      align-items: center;
      justify-content: center;
      transform: translate(-50%, -50%);
    }

    .modal-content {
      background: white;
      max-width: 30%;
      max-height: 70vh;
      overflow-y: auto;
      padding: 2.5rem;
      border-radius: 8px;
      position: relative;
      line-height: 1.5;
    }

    .modal-content p,
    .modal-content ul {
      margin-bottom: 1.25rem;
    }

    .modal-content ul {
      margin-top: 0.5rem;
      margin-bottom: 1.25rem;
    }

    .modal-content li {
      margin-bottom: 0.5rem;
    }

    .modal-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
      font-size: 1.5rem;
    }

    .checkbox-container {
      display: flex;
      align-items: center;
      margin: 16px 0;
    }

    .checkbox-container input {
      margin-right: 8px;
    }

    footer {
      background-color: #f8f9fa;
      padding: 50px 0 80px 0;
      border-top: 7px solid;
      border-image: linear-gradient(to right, orange, orange, green, #7695cc, #7695cc) 1;
    }

    .footer-container {
      max-width: 1294px;
      width: 100%;
      margin: 0 auto;
      padding: 0 40px 0 0;
    }

    .footer-row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
    }

    .footer-logo {
      margin-bottom: 20px;
    }

    .footer-logo img {
      width: 140px;
      height: 20px;
    }

    .footer-column {
      flex: 1;
      min-width: 150px;
      margin-bottom: 20px;
      justify-content: right;
    }

    .footer-column h5 {
      color: #4986FF;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
      text-align: left;
      margin-left: 158px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      text-align: left;
      margin-left: 158px;
    }

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li a {
      color: rgba(19, 26, 41, 0.70);
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      white-space: nowrap;
    }

    .footer-column ul li a:hover {
      text-decoration: underline;
    }

    .copyright {
      text-align: right;
      color: rgba(19, 26, 41, 0.70);
      font-size: 14px;
      font-weight: 500;
      margin-top: 48px;
      margin-bottom: 60px;
      margin-left: 56px;
      width: 100%;

    }

    @media (max-width: 1280px) {
      .navbar-container {
        max-width: 1080px;
        width: 1080px;
        padding: 0px;
      }

      .navbar-brand img {
        max-width: 120px;
        height: 20px;
      }

      .navbar-nav {
        margin-left: 50px;
        gap: 25px;
      }

      .navbar .nav-link {
        font-size: 16px;
      }

      .navbar-buttons {
        padding-left: 56px;
        gap: 10px;
      }

      .btn-get-started {
        max-width: 240px;
        width: 240px;
        font-size: 17px;
        height: 45px;
        white-space: nowrap;
      }

      .btn-sign-up {
        max-width: 110px;
        width: 110px;
        font-size: 17px;
        height: 45px;
      }


      #section1 {
        padding-top: 120px;
      }

      .two-boxes-container {
        width: 1080px;
      }

      .left-box {
        min-height: 400px;
        width: 540px;
      }

      .form-box {
        padding: 25px;
        min-height: 400px;
        width: 540px;

      }

      .promo-text,
      .promo-text2 {
        font-size: 28px;
        line-height: 39px;

      }

      .promo-text2 {
        margin-left: 75px;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 38px;
        line-height: 49px;
      }

      .custom-image {
        max-width: 450px;
        transform: translate(-8%, 10%);
        margin-top: 10px;

      }

      .form-title {
        font-size: 28px;
      }

      .phone-input-group .custom-select {
        flex: 0 0 140px;
        min-width: 140px;
      }

      .btn-primary {
        max-width: 100%;
        font-size: 16px;
      }

      .modal-content {
        max-width: 40%;
        max-height: 60%;
        padding: 1.5rem;
      }

      .modal-footer #acceptBtn {
        font-size: 16px;
      }

      .footer-container {
        max-width: 1000px;
        padding: 0 15px;
      }

      .footer-logo img {
        width: 132px;
        height: 18px;
      }

      .footer-column {
        flex: 1 1 100px;
        min-width: 120px;
        margin-bottom: 30px;
      }

      .footer-column h5,
      .footer-column ul {
        margin-left: 80px;
      }

      .copyright {
        font-size: 13px;
      }
    }

    /* Media Query for 1024px */

    @media (max-width: 1110px) {

      .navbar-container {
        width: 944px;

      }

      .navbar .nav-link {
        font-size: 15px;
        margin-top: 1px;
      }

      .navbar-buttons {
        padding-left: 40px;
      }

      .btn-get-started {
        width: 220px;
        font-size: 16px;
      }

      .btn-sign-up {
        font-size: 16px;
      }

      .two-boxes-container {
        max-width: 944px;

      }


      .form-box,
      .left-box {
        width: 472px;
      }

      .promo-text2 {

        white-space: nowrap;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 32px;
      }

      .custom-image {
        width: 430px;
        transform: translate(-10%, 5%);

      }

      .form-control::placeholder,
      .phone-input-group .form-control::placeholder,
      textarea.form-control::placeholder {
        font-size: 13.5px;
        letter-spacing: 0.01px;
      }


      .modal-content {
        padding: 2rem;
      }

      .footer-container {
        width: 944px;
        padding: 0px;
        margin-left: 30px;
      }

      .copyright {
        margin-left: 35px;
      }

    }

    @media (max-width: 980px) {
      .navbar {
        height: 50px;
        padding: 0px;
      }

      .navbar-container {
        max-width: 920px;
        width: 920px;
        height: 50px;

      }

      .navbar-brand img {
        margin-left: 16px;
      }

      .navbar-collapse.show {
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 15px 20px;
        width: 100%;
        height: 255px;
        position: absolute;
        top: 50px;
        left: 0;
        right: auto;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      }

      .navbar-collapse.show .navbar-nav {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar-collapse.show .nav-item {
        width: 100%;
      }

      .navbar-collapse.show .nav-link {
        text-align: left;
        padding: 0;
        width: 100%;
        display: block;
        color: #333;
      }

      .navbar .nav-link {
        font-size: 18px;
      }

      .navbar-collapse.show .navbar-buttons {
        margin: 20px 0 0 0;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
      }

      .navbar .container-fluid {
        padding: 0;
      }

      .navbar-nav {
        margin-left: 66px;
        gap: 10px;
        margin-top: 1px;
        display: flex;
        flex-direction: row;
        white-space: nowrap;
      }

      .navbar .nav-link:hover {
        color: #474EEB;

      }

      .navbar-buttons {
        padding-left: 230px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        height: 40px;
      }

      .btn-get-started {
        background-color: #24223E;
        color: white;
        font-size: 18px;
        font-weight: 500;
        border-radius: 60px;
        max-width: 240px;
        width: 240px;
        height: 48px;
        padding: 8px 16px;
        margin: 0;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .btn-sign-up {
        background: linear-gradient(to bottom right, #666CF7, #6699FF);
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        border-radius: 60px;
        max-width: 129px;
        width: 129px;
        height: 48px;
        padding: 12px 30px;
        margin: 0;
        transition: all 0.2s ease;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
      }



      .navbar-collapse {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s ease;
      }

      .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 0.3s ease;
      }

      .two-boxes-container {
        width: 880px;

      }



      .form-box,
      .left-box {

        width: 440px;
        margin-left: 0px;
      }


      .promo-text2 {
        margin-left: 75px;
        white-space: nowrap;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 32px;
      }

      .custom-image {
        width: 420px;


      }

      .modal-content {
        max-width: 45%;
      }

      .footer-container {
        width: 93%;
        margin-left: 5px;
      }

      .footer-column ul li a {
        font-size: 12px;
      }
    }



    @media (max-width: 890px) {

      .two-boxes-container {
        width: 840px;

      }

      .form-box,
      .left-box {

        width: 420px;
        margin-left: 0px;
      }



      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 28px;
      }

      .custom-image {
        width: 400px;


      }

      .form-control::placeholder,
      .phone-input-group .form-control::placeholder,
      textarea.form-control::placeholder {
        font-size: 12.5px;
      }

      .modal-content {
        max-width: 48%;
      }

      .footer-container {
        max-width: 820px;
        padding: 0 20px;
      }

      .copyright {
        margin-left: 60px;
      }
    }

    @media (max-width: 820px) {
      .two-boxes-container {
        width: 800px;
      }

      .left-box {
        min-height: auto;
        width: 376px;
      }

      .form-box {
        padding: 25px;
        min-height: auto;
        max-width: 100%;
        margin-left: 0;
      }

      .promo-text,
      .promo-text2 {
        font-size: 28px;


        text-align: center;
      }

      .promo-text2 {
        margin-left: 72.5px;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 28px;
      }

      .custom-image {
        width: 100%;
        max-width: 400px;
        margin-left: 10px;
        margin-top: 100px;
        margin-bottom: 20px;
        transform: translate(0%, 0%)
      }



      .form-title {
        font-size: 28px;
      }

      .form-control::placeholder,
      .phone-input-group .form-control::placeholder,
      textarea.form-control::placeholder {

        font-size: 14px;
      }

      .form-field {
        flex-direction: column;
        gap: 0;
      }

      .form-field .col {
        width: 100%;
      }

      #firstName,
      #lastName,
      #companyName,
      #workEmail,
      #inquiry,
      #companySize {
        max-width: 100%;
      }

      .phone-input-group {
        flex-direction: row;
        align-items: center;
      }

      .phone-input-group .custom-select {
        flex: 0 0 140px;
        min-width: 140px;
      }

      .btn-primary {
        max-width: 100%;
        font-size: 17px;
        height: 40px;
      }

      .modal-content {

        max-height: 55%;

      }

    }

    @media (max-width: 818px) {

      .col-md-6 {
        max-width: 622px;
        width: auto;
        margin: 0 auto;
      }


      .promo-text,
      .promo-text2 {
        font-size: 38px;
      }

      .promo-text {
        margin-left: 35px;
      }

      .promo-text2 {
        margin-left: 135px;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 44px;
      }

      .custom-image {
        width: 100%;
        max-width: 550px;
        margin: 40px auto 0;
        transform: translate(10%, 0%);

      }

      .left-box {
        width: 622px;
      }



      .form-box {
        width: 622px;
        margin-top: 25px;

      }


      .footer-container {
        margin-left: 0px;
      }
    }

    /* Media Query for 768px width, 1024px height */
    @media (max-width: 785px) {

      .btn-get-started {
        width: 220px;
        font-size: 16px;
      }

      .btn-sign-up {
        width: 110px;
        font-size: 16px;
      }

      .two-boxes-container {

        margin-left: -15px;
      }

      .col-md-6 {
        max-width: 600px;
      }

      .custom-image {

        transform: translate(7.5%, 0%);

      }

      .modal-content {
        max-width: 50%;
      }

      .footer-container {
        padding: 0 15px;

      }

      .footer-logo img {
        width: 110px;
        height: 16px;
        margin-left: 0px;
      }

      .footer-column h5,
      .footer-column ul {
        margin-left: 60px;
        text-align: left;
        font-size: 13px;
      }

      .footer-column h5 {
        font-size: 16px;
      }

      .copyright {
        font-size: 13px;
      }
    }

    @media (max-width: 767px) {
      .footer-logo img {
        margin-left: 50px;
      }
    }

    @media (max-width: 750px) {



      .two-boxes-container {
        width: 600px;
        margin: auto;
      }
    }

    @media (max-width: 730px) {
      /*576px*/

      #section1 {
        padding-top: 100px;
      }

      .two-boxes-container {
        width: 500px;

      }

      .col-md-6 {
        width: 500px;
        margin: 0 auto;

      }


      .promo-text,
      .promo-text2 {
        font-size: 30px;
      }

      .promo-text {
        margin-left: 27px;
      }

      .promo-text2 {
        margin-left: 107px;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 36px;
      }

      .custom-image {
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0;
        transform: translate(14.5%, 0%);

      }

      .left-box {
        width: 500px;
      }


      .form-box {
        width: 500px;
        margin-top: 25px;

      }

      .modal-content {
        max-width: 63%;
        max-height: 60%;
        padding: 1.5rem;
      }

      .modal-footer #acceptBtn {
        font-size: 12px;
      }

      .footer-container {
        margin-left: -30px;
      }

    }

    @media (max-width: 540px) {
      .modal-content {
        max-width: 70%;

      }

      .footer-container {
        margin-left: -35px;
      }

    }



    @media (max-width: 445px) {

      .navbar .nav-link {
        font-size: 15px;
      }

      .btn-get-started {
        font-size: 15px;
        width: 202px;
        height: 37px;
        letter-spacing: -0.2px;
      }

      .btn-sign-up {
        font-size: 15px;
        width: 98px;
        height: 37px;
        letter-spacing: -0.2px;
      }

      .navbar-collapse.show {
        height: 223px;
      }


      .two-boxes-container {
        width: 400px;
        margin-left: auto;
      }

      .col-md-6 {
        max-width: 400px;
        width: auto;
        margin: 0 auto;

      }


      .promo-text,
      .promo-text2 {
        font-size: 24px;
        line-height: 32px;
      }

      .promo-text {
        margin-left: 22px;
      }

      .promo-text2 {
        margin-left: 85.5px;
      }

      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 28px;
        line-height: 32px;
      }

      .custom-image {
        width: 100%;
        max-width: 350px;
        margin: 40px auto 0;
        transform: translate(9%, 0%);

      }

      .left-box {
        width: 400px;
      }



      .form-box {
        width: 400px;
        margin-top: 25px;

      }


      .modal-content {
        max-width: 85%;

      }

      .footer-container {
        margin-left: -5px;
      }

      .footer-column {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
      }

      .copyright {
        text-align: center;
        margin-left: 21.5px;
      }
    }

    @media (max-width: 435px) {

      .promo-text {
        margin-left: 26.5px;
      }

      .promo-text2 {
        margin-left: 90px;
      }

    }

    /* Media Query for 390px width, 844px height */

    @media (max-width: 395px) {

      .two-boxes-container {
        width: 350px;

      }

      .col-md-6 {
        width: 350px;


      }


      .promo-text,
      .promo-text2 {
        font-size: 20px;

      }


      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 24px;

      }

      .custom-image {

        width: 300px;
        margin: 30px auto 0;
        transform: translate(10%, 0%);

      }

      .left-box {
        width: 350px;
      }



      .form-box {
        width: 350px;
        margin-top: 25px;

      }

      .form-title {
        font-size: 23px;
        line-height: 44px;
      }

      .form-label {
        font-size: 14.5px;
      }

      .privacy-text {
        font-size: 12.5px
      }

      .form-control::placeholder,

      textarea.form-control::placeholder {

        font-size: 13px;
      }

      .phone-input-group .form-control::placeholder {

        font-size: 10.5px;
      }

      .modal-content {
        max-width: 97%;

      }

      .modal-footer #acceptBtn {
        font-size: 12px;
        white-space: nowrap;
      }

      .footer-container {
        margin-left: -10px;
      }

      .copyright {
        margin-left: 27.5px;
      }
    }

    @media (max-width: 360px) {

      .footer-container {
        margin-left: -20px;
      }

      .copyright {
        margin-left: 32.5px;
      }

    }

    @media (max-width: 350px) {

      .two-boxes-container,
      .col-md-6,
      .left-box,
      .form-box {
        width: 320px;

      }

      .promo-text,
      .promo-text2 {
        font-size: 17.5px;

      }


      .gradient-efficiency,
      .gradient-streamlined {
        font-size: 21.5px;

      }

      .custom-image {

        width: 260px;
        margin: 25px auto 0;
        transform: translate(14%, 0%);
      }

      .form-title {
        font-size: 22px;
        line-height: 38px;
      }

      .form-label {
        font-size: 14px;
      }

      .privacy-text {
        font-size: 12px
      }


      .modal-content h4 {
        font-size: 18px;
        font-weight: 500;
      }

      .modal-content h5 {
        font-size: 18px;
        font-weight: 500;
      }

      .footer-container {
        margin-left: -25px;
      }

      .copyright {
        margin-left: 37.5px;
      }
    }

    @media (max-width: 340px) {
      .navbar .nav-link {
        font-size: 14.8px;
      }

      .btn-get-started {
        font-size: 14.8px;
        width: 189px;
      }

      .btn-sign-up {
        font-size: 14.8px;
        width: 85px;
      }

    }

    @media (max-width: 320px) {

      .two-boxes-container,
      .col-md-6,
      .left-box,
      .form-box {
        width: 300px;

      }


      .promo-text2 {
        margin-left: 65px;
      }

      .custom-image {
        transform: translate(10%, 0%);
      }

      .phone-input-group .form-control::placeholder {

        font-size: 7.5px;
      }

      .modal-content h4 {
        font-size: 17px;
        font-weight: 500;
      }

      .modal-content h5 {
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
      }
    }