.unique-quote-form .unique-quote-label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.unique-quote-container {
    width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 20px;
}

.error-msg{
    color: rgb(255, 171, 171);
    font-size: 12px;
}

.unique-quote-form-section {
    max-width: 420px;
    /* background-color: #328b8f; */
    padding: 30px;
    background-image: linear-gradient(to right, #328b8f, #196b6f);
    border-radius: 10px;
    flex: 1 1 50%;
    padding: 20px;
    margin-top: 20px;
}

.unique-quote-appointment-title {
    /* color: #0056b3; */
    color: #d7d7d7;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
}

.unique-quote-label {
    color: rgb(188, 244, 240) !important;
}

.unique-quote-form .unique-quote-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.unique-quote-input {
    background-color: #adadadad;
    color: white;
}

.unique-quote-input::placeholder {
    color: white !important;
}

input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.unique-quote-info-section {
    margin-top: 20px;
    width: 780px !important;
    flex: 1 1 50%;
    padding: 20px;
}

.wrapper {
    margin-top: 20px;
}

.box {
    /* width: 700px !important; */
    width: 820px;
    margin: auto;
}

.box-icon {
    text-align: center;
    position: relative;
    width: 250px;
    margin: 0px 10px;
}

.box-icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #DAF5FF;
    vertical-align: middle;
}

.unique-quote-info-icon {
    width: 40px;
    height: 40px;
    margin-top: -30px !important;
    margin-right: 0px !important;
}

.box-icon>.info {
    margin-top: -24px;
    background: #F5F7FA;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    border-radius: 10px;
    color: rgb(71, 71, 71);
    height: 250px;
}

.box-icon>.info>h3.title {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-top: 20px;
}

.box-icon>.info>p {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

input {
    margin: 10px 0;
    color: rgb(51, 51, 51);
}


input[type="submit"] {
    background-color: #0099ff;
    color: white;
    border: none;
}
.unique-quote-main-title{
    font-size: 25px;
}
@media (max-width: 768px) {
    .unique-quote-container {
        justify-content: center;
        width: 400px;
        flex-direction: column;
    }

    .unique-quote-form-section {
        max-width: 365px !important;
    }

    .unique-quote-appointment-title {
        color: #d7d7d7;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .unique-quote-main-title {
        color: #ffffff;
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .unique-quote-label {
        color: rgb(188, 244, 240) !important;
    }

    .unique-quote-info-section {
        width: 350px !important;
    }

    .tab-flex {
        flex-direction: column;
        align-items: center;
        width: 350px;
        margin: auto;
    }
}

/* new formsuccess css */
/* Overlay background */
  .popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .popup-overlay.hidden {
    display: none;
  }

  /* Popup box */
  .popup-box {
    background: #fff;
    width: 350px;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease;
  }

  /* Green Circle with Tick */
  .pop-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #2ecc71;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Title */
  .popup-box h2 {
    font-size: 22px;
    margin: 10px 0;
    color: #333;
  }

  /* Message */
  .popup-box p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
  }

  /* Button */
  .popup-box button {
    background: #2ecc71;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .popup-box button:hover {
    background: #27ae60;
  }

  /* Base Icon */
.popup-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

/* Success Icon */
.popup-success {
  background: #2ecc71; /* green */
}
.popup-success::before {
  content: "✔";
}

/* Error Icon */
.popup-error {
  background: #e74c3c; /* red */
}
.popup-error::before {
  content: "✖";
}


  /* Animation */
  @keyframes fadeIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }