      .modal-single-view .modal-content {
      min-width: 750px;
      max-height: 605px;
    }

    .selection-box-row .selection-box-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 100%;
      padding: 0 12px;
      margin-bottom: 25px;
    }

    .policy-plan-area .selection-box-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -5px;
    }

    .policy-plan-area .selection-box-row .selection-box-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 100%;
      padding: 0 5px;
      margin-bottom: 15px;
    }

    .input-field-box {
      position: relative;
      width: 100%;
    }

    .modal-common .modal-header {
      border-bottom: 0px;
      padding: 10px 30px;
      padding-bottom: 10px !important;
      margin-bottom: 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    @media (max-width: 575px) {
      .input-msg-dialog-header {
        display: none;
      }

      .input-msg-dialog-body {
        margin-top: 20px;
      }

      .policy-plan-area .selection-box-row .selection-box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 100%;
        padding: 0 5px;
        margin-bottom: 15px;
      }

      .policy-status-area .selection-box-row .selection-box-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 100%;
        padding: 0 5px;
        margin-bottom: 15px;
      }

      .modal-single-view .modal-content {
        min-width: auto;
        min-height: 100vh;
        max-height: 100%;
      }
    }

    /* .modal-dialog {
      max-width: 750px;
      margin: 0.75rem auto;
    } */

    .input-field-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
    }

    .has-error {
      border: 1px solid #CC1010 !important;
    }

    ::-webkit-scrollbar {
      width: 10px;
      height: 5px;
    }

    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 5px rgba(26, 129, 255, 0.6);
      box-shadow: inset 0 0 5px rgba(26, 129, 255, 0.6);
    }

    ::-webkit-scrollbar-thumb {
      background: #1A81FF;
    }

    @media (max-width: 768px) {
      .mainHeader header .navbarLink {
        overflow: hidden !important;
      }

      .input-msg-dialog-body {
        margin-top: 20px !important;
      }

      .input-msg-dialog {
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.7) !important;
      }
    }

    @media (max-width: 767px) {
      .input-msg-dialog-body {
        margin-top: 20px !important;
      }

      .input-msg-dialog {
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.7) !important;
      }
    }

  
  /* css for the vehical insurance */

  .tab-change-wrap .tab-change-btn {
    color: #8D939A;
    font-family: Helvetica-medium-500;
    border: 0px;
}

 .form-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    border-radius: 50px;
    padding: 6px;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: fit-content;
    margin: 20px auto;
}

    .form-switcher-btn {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        border: 2px solid #e0e0e0;
        border: none;
        background: transparent;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 18px;
        transition: all 0.3s ease;
        font-family: Helvetica-regular-400;
    }

    .form-switcher-btn i {
      font-size: 18px;
      transition: transform 0.3s ease;
    }

    .form-switcher-btn:hover {
      background: #1A81FF;
      color: #fff;
      border-color: #1a81ff;
      transform: translateY(-3px);
    }

    .form-switcher-btn:hover i {
      transform: scale(1.2);
    }

    .form-switcher-btn.active {
      background: #1A81FF;
      color: #fff;
      box-shadow: 0 6px 15px rgba(0, 123, 255, 0.25);
      border-color: #1A81FF;
    }

    .form-section {
      display: none;
      margin: 0 auto;
      animation: fadeIn 0.3s ease;
    }

    .form-section.active {
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .view-btn {
      background: #28a745;
      color: #fff;
      border: none;
      transition: 0.3s;
    }

    .view-btn:hover {
      background: #218838;
    }

    .view-quote-container {
      position: relative;
      overflow: hidden;
    }

    .quote-slide-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      min-height: 250px; /* adjust based on your form height */
    }

    .slide-pane {
      width: 100%;
      opacity: 0;
      transition: opacity 0.4s ease;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

    .slide-pane.active {
      opacity: 1;
      position: relative;
      z-index: 2;
    }




    .back-car-btn {
      display: inline-block;
      background: none;
      border: none;
      font-size: 16px;
      margin-bottom: 0px;
      cursor: pointer;
      padding:10px;
    }


/* make container that holds input + dropdown relative so absolute dropdown fits */
.input-field-box { position: relative; }

/* dropdown panel anchored to the input */
.showPreferredInsIdDropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  z-index: 2050;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
}

/* small niceties */
.multi-select-dropdown .dropdown-actions { padding: 4px 6px; }
.multi-select-dropdown label { cursor: pointer; padding: 4px 6px; border-radius: 6px; }
.multi-select-dropdown label:hover { background-color: #f8f9fb; }

.quote-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
  border-radius: 50px;
  padding: 6px;
  gap: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: fit-content;
  margin: 20px auto;
}

.quote-btn {
      cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #e0e0e0;
    border: none;
    background: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    transition: all 0.3s 
ease;
    font-family: Helvetica-regular-400;
}

.quote-btn:hover {
  background: #e9ecef;
  color: #000;
}

.quote-btn.active {
  background: #1A81FF;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 123, 255, 0.3);
}

.quote-section {
    display: none;
    margin: 0 auto;
    animation: fadeIn 0.3s ease;
}

.quote-section.active {
    display: block;
}

/* .profile-detail-title {
    width: 100%;
    max-width: 100%!important;
    flex: 0 0 100%!important;
    padding: 0!important;
    padding-bottom: 2px!important;
    border-bottom: 1px solid #dadcde;
} */


/* Single Quotation */
  .qt-expiry-msg[_ngcontent-c1] {
    font-size: 18px;
    border-left: 5px solid #1a81ff;
    padding: 10px 15px;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    border-radius: 5px;
    font-weight: 700;
}

.modal-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* .policy-detail-area1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
} */

/* .policy-detail-area1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 25px;
} */

.policy-detail-area1.premium-reg {
-webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 8px;
}


.premium-reg .policy-detail-listing-row {
    padding: 10px 0;
}

.premium-reg  .policy-detail-listing-col {
    margin-bottom: 5px;
}

.filter-col {
    margin-bottom: 10px;
}


.policy-detail-box .premium-breakup-area .premium-breakup-box .plan-comparison-listing-box .premium-value {
    text-align: right;
    font-family: Helvetica-medium-500;
}

/* .multi-reg-cover{
  max-width: 100%!important;
  flex: 0 0 100%!important;
} */

.comparison-title {
    font-family: Helvetica-medium-500;
}

.premium-sub-title {
    color: #999;
    text-align: left;
    margin-bottom: 0px;
}

.premium-value {
    text-align: right;
    font-family: Helvetica-medium-500;
}

.policy-detail-table td{
    padding: 5px 10px;
}

.hspace{
    margin-top:30px;
}

.hline{
    border-top:solid 1px #ddd;
}

.horbkg{
    background: #f4f3f3;
}

.result-listing-select-row .result-listing-select-col {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}



.policy-info-single-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 25px 25px 25px;
    background: #F4F3F3;
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
}

.policy-detail-box .premium-breakup-area .premium-breakup-box .plan-comparison-listing-box .premium-value {
    text-align: right;
    font-family: Helvetica-medium-500;
}

.comparison-title {
    font-family: Helvetica-medium-500;
}

.premium-sub-title {
    color: #999;
    text-align: left;
    margin-bottom: 0px;
}


/* .insurance-detail-wrapper .insurance-detail-area .insurance-detail-box .profile-detail-area.profile-detail-title::after {
    display: none;
} */


/* .policy-multi-cover{
  max-width:100%!important;
  flex: 0 0 100%!important;
  flex-wrap: wrap;
} */

.multi-reg-cover .policy-detail-listing-col {
    margin-bottom: 5px;
}

.multi-reg-cover .policy-detail-listing-row {
    padding: 10px 0;
}

.side-panel {
  background: linear-gradient(135deg, #f8fafc 0%, #eef3f8 100%);
  border-left: 1px solid #e3e8ef;
  position: relative;
  padding: 40px 20px;
}

.side-content {
  max-width: 280px;
}

.side-panel .car-image {
  width: 100%;
  max-width: 200px;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
  transition: transform 0.3s ease;
}

.side-panel .car-image:hover {
  transform: scale(1.03);
}

.side-title {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.side-text {
  font-size: 14px;
  color: #6b7280;
}

.accent-circle {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at center, #dbeafe, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}


.main-quote-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: linear-gradient(135deg, #007bff, #508de5);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 12px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 10000;
    display: flex;
    align-items: center;
    /* gap: 8px; */
    font-weight: 600;
    transition: all 0.3s ease;
}

.main-quote-btn i {
  font-size: 18px;
}

.main-quote-btn:hover {
  background: linear-gradient(135deg, #0056d2, #003e99);
  transform: scale(1.05);
}

/* Active (when drawer is open) */
.main-quote-btn.active {
  background: linear-gradient(135deg, #e53935, #b71c1c);
}
.main-quote-btn.active i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.main-quote-btn.active span {
  content: "Close";
}

.product-detail-row .product-detail-col:last-child {
    width: 50%;
}

.profile-detail-area.profile-detail-title {
    max-width: 35%!important;
    flex: 0 0 35%!important;
}

.policy-detail-area.policy-multi-cover {
    max-width: 65%!important;
   flex: 0 0 65%!important;
}

li.profile-detail-col.crn-value {
    max-width: 50%;
    flex: 0 0 50%;
}

.quote-detail-area .dropdown-toggle {
    border: 1px solid #fff;
    box-shadow: 10px 10px 40px #fff;
}

#filterModalFromBottom .dropdown-toggle {
    border: 1px solid #fff;
    box-shadow: 10px 10px 40px #fff;
}

.insurance-detail-wrapper .insurance-detail-area .insurance-detail-box .policy-detail-area .policy-detail-listing-box.multi-reg-cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

.insurance-detail-wrapper .insurance-detail-area .insurance-detail-box .profile-detail-area::after {
    top: 0;
    right: 1px;
}

@media only screen and (max-width:992px){

  .car-proposal-detail-section .proposal-detail-section .proposal-detail-inner-area .proposal-detail-body {
    padding: 20px 10px;
    height: auto;
  }

}

@media only screen and (max-width:768px){

  .car-proposal-detail-section .proposal-detail-section .proposal-detail-inner-area .proposal-detail-header .tab-control-panel-area .tab-change-wrap.tab-view-main .tab-change-btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
      flex: 0 0 17%;
      max-width: 17%;
  }

  .form-switcher-btn {
    gap: 10px;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 14px;
}

.quote-btn {
    gap: 10px;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 14px;
}

 .quote-cover-card {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100vh;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    transition: left 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }

  .quote-cover-card.active {
    left: 0;
  }

 
  .drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    display: none;
  }

  .drawer-overlay.active {
    display: block;
  }

  .main-row {
    overflow-x: hidden;
}

.result-listing-select-row .result-listing-select-col {
    flex: 0 0 45%;
}

.policy-detail-area1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

/* .buy-now-cover{
          position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.1);
        padding: 16px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
} */
.buy-now-cover{
   margin-top: 10px;
}

  .result-listing-select-row .result-listing-select-col {
    flex: 0 0 50%;
    max-width: 50%;
}

.policy-info-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 11px 25px 25px;
    background: #F4F3F3;
}


.policy-detail-area1.premium-reg {
    display: none;
}

.profile-detail-area.profile-detail-title {
    max-width: 100%!important;
    flex: 0 0 100%!important;
}

li.profile-detail-col.crn-value {
    max-width: 100%;
    flex: 0 0 auto;
}

.insurance-detail-wrapper   .insurance-detail-area   .insurance-detail-box   .profile-detail-area   .profile-detail-listing-box   .profile-detail-box {
    display: block;
}
}

@media only screen and (max-width:575px) {

  .car-proposal-detail-section #input-main-details .proposal-detail-section .proposal-detail-inner-area .proposal-detail-body {
        margin-bottom: 0px;
    }

.info-col.maincolbutton {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px -6px 30px rgba(0, 0, 0, 0.1);
        padding: 16px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
;
}

}

@media only screen and (max-width:480px) {
  /* .insurance-detail-wrapper .insurance-detail-area .insurance-detail-box .profile-detail-area.profile-detail-title .profile-detail-listing-box .product-detail-row {
    margin-bottom: 5px;
    display: block!important;
  } */

  .result-listing-select-row .result-listing-select-col {
    flex: 0 0 100%;
    max-width: 100%;
}

.result-listing-select-row .result-listing-select-col .result-listing-select-box {
    max-width: 300px;
}
}

@media (min-width: 768px) {
  .quote-cover-card {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    transition: none;
    padding: 0;
  }

   .main-quote-btn {
    display: none;
  }
}
.hidden-btn {
  visibility: hidden; /* or display:none */
  position: absolute; /* keep it off layout */
  pointer-events: none; /* prevent accidental clicks */
}
