@import "../css/style.css";

.calculator_header_wrapper {
    background-image: url('../img/pages/insurance-calculator/concentric-circle-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.calculator_header_container{
    height: 40rem;
    background-color: #F1F3FD;
}

.calculator_header{
    padding-top: 90px;
}

.calculator_heading{
    font-size: 60px;
    font-weight: 700;
    line-height: 84px;
}

.calculator_subheading{
    max-width: 922px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38.4px;
}

.calculator-quote-container{
    position: relative;
    background-color: #5060AB;
    border-radius: 32px;
    padding-right: 24px;
    box-shadow: 0px 4px 60px rgba(80, 95, 171, 0.24);
    height: 600px;
}

.calculator-quote-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/pages/insurance-calculator/bokchoy-transparent.png');
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.1; /* 10% opacity */
    pointer-events: none; 
}

.quote-form {
  padding: 1rem 3rem 3rem 3rem;
}

.quote-container {
    margin-top: 180px;
    margin-bottom: 180px;
    text-align: center;
}

.calculator-note {
    color: #E5E8FC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.quote-text {
    margin-top: 24px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
}

.calculator-quote {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
}

.calculator-quote-amount {
    font-size: 64px;
    font-weight: 700;
    line-height: 88px;
    vertical-align: middle;
    color: transparent;
    text-shadow:  0px 0px 20px rgb(255, 255, 255);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}

.monthly-quote {      
    display: none;  
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #5060AB;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    background-color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 8px;
}   

.monthly-quote-amount {
    font-size: 32px;
    font-weight: 600;
    vertical-align: sub;
}

.enter__the__details { 
   max-width: 1216px;
   margin-left:auto;
   margin-right:auto;
   margin-top: -224px;
   margin-bottom: 160px;
   background-color:#FFFFFF;
   border-radius: 32px;
   border: 1px solid #5060AB;
   box-shadow: 0px 4px 60px rgba(80, 95, 171, 0.24);
/* padding:0px 250px 188px 250px; */
}

.quote-sent-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.quote-modal-dialog {
    background: white;
    border-radius: 20px;
    max-width: 720px;
    width: 90%;
}

.modal-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 160%;
    color: #5060AB;
}

.quote-modal-btn {
    padding: 1rem 2rem;
    border-radius: 100px;
    background: linear-gradient(
        94.63deg,
        #ff8f69 7.12%,
        var(--secondary) 95.93%
      );
    color:var(--bgcolor);
    font-size: 16px;
    font-family:"Poppins Semibold";
    font-style: normal;
    margin: auto;
}

.form-label{
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 600;

}

.form-text-field > input{
    width: 100%;
    max-width: 468px;
    border: 0.5px solid #5262AF;
    border-radius: 8px;
    padding: 12px;
}

.form-dropdown > select{
    width: 100%;
    max-width: 468px;
    border: 0.5px solid #5262AF;
    border-radius: 8px;
    padding: 12px;
}

.form-checkbox-note {
    font-size: 14px;   
    line-height: 22.4px;  
    color: #5B5B5D;               
}

.checkbox-container {
    border: 0.5px solid #93A3EF;
    border-radius: 8px; 
    max-width: 468px;           
}

.form-check ul {
    list-style: none;
    padding-left: 0px;
    text-align: start;
    margin-left: -30px;
    margin-bottom: 0px;
}

.form-check ul li {
   display: inline-block;
   color: var(--titleColor);
   font-size: 14px;
   font-family: var(--fontFamily);
   font-style: normal;
   font-weight: 500;
   padding: 5px;
}

.form-check ul li input {
    appearance: none;
    -webkit-appearance: none;
    vertical-align: baseline;
    float: left;
    background: rgba(255,255,255,0.4);
    border: 2px solid var(--navTextColor);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 3px;
 }

.form-check ul li input:checked {
    outline:none;
    appearance: auto;
    -webkit-appearance: auto;
}

.detail-form-container {
    max-width: 468px;
    margin-left: auto;
    margin-right: auto;
    display: none;

    .invalid-feedback {
        color: #ffddc1; /* Bootstrap's warning yellow (or pick a pastel tone that contrasts well) */
        font-size: 0.9rem;
    }
      
    /* Custom invalid field border */
    input.is-invalid, select.is-invalid, textarea.is-invalid {
        border-color: #ffddc1 !important;
        background-color: rgba(255, 193, 7, 0.1); /* yellow-ish bg for soft warning */
    }
}

.user-detail-form {
    & .form-label {
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 33.6px;
    }

    & ::placeholder {
        color: #FFFFFF;
        opacity: 0.7;
    }

    & input{
        width: 100%;
        max-width: 468px;
        border: 0.5px solid rgba(255,255,255,0.7);
        border-radius: 8px;
        padding: 12px;
        color: #FFFFFF;
        background-color: #5060AB;
    }
}

.enter__form__bullet ul li label {
    color:var(--titleColor);
    font-size: 20px;
    font-family:var(--fontFamily);
    font-style: normal;
    font-weight: 400;
    padding-right: 20px;
}

.enter__form__bullet ul li input {
    appearance: none;
    -webkit-appearance: none;
    vertical-align: baseline;
    float: left;
    background: rgba(255,255,255,0.4);
    border: 2px solid var(--navTextColor);
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 8px;
}

.enter__form__bullet ul li input:checked {
    outline:none;
    appearance: auto;
    -webkit-appearance: auto;
}






/* .bullet{

}
.bullet__label{

} */
.enter__form__radio {
    background: rgba(255,255,255,0.4);    
}
.enter__form__control{
    background: rgba(255,255,255,0.4); 
    color: var( --titleColorTwo);
    font-size: 20px;
    font-family:var(--fontFamily);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding:15px;
    border-radius: 50px;
    border: 2px solid var(--navTextColor);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #5060AB;
    border-color: #5060AB;
}

.btn-outline-primary {
    --bs-btn-color: #5060AB;
    --bs-btn-border-color: #5060AB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5060AB;
    --bs-btn-hover-border-color: #5060AB;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5060AB;
    --bs-btn-active-border-color: #5060AB;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5060AB;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5060AB;
    --bs-gradient: none;
}

.rider-toggle-group {
    & label {
        font-size: 12px;
    }
}

.enter__form__control::placeholder {
    font-family: var(--fontFamily);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(46, 46, 48, 0.5);
}

.agree__label{
    color:var(--titleColor);
    font-size: 16px;
    font-family:var(--fontFamily);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.agree__label a {
    color:#505FAB;
    text-decoration: #505FAB underline;
}

.enter__the__form__btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -15%);
    margin-top: 5rem;
    padding: 1.2rem 4rem;
    border-radius: 100px;
    background: linear-gradient(
        94.63deg,
        #ff8f69 7.12%,
        var(--secondary) 95.93%
      );
    box-shadow: 4px 4px 24px 0px var(--navBtnBoxShadow);
    color:var(--bgcolor);
    font-size: 20px;
    font-family:"Poppins Semibold";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.enter__the__form__btn:hover,.enter__the__form__btn:active {
    color: var(--primaryLighterTwo) !important;
}

.user__detail__btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -15%);
    /* margin-top: 1rem; */
    padding: 1.2rem 4rem;
    border-radius: 100px;
    background: linear-gradient(
        94.63deg,
        #ff8f69 7.12%,
        var(--secondary) 95.93%
      );
    box-shadow: 4px 4px 24px 0px var(--navBtnBoxShadow);
    color:var(--bgcolor);
    font-size: 20px;
    font-family:"Poppins Semibold";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.user__detail__btn:hover,.user__detail__btn:active, .quote-modal-btn:hover, .quote-modal-btn:active{
    color: var(--primaryLighterTwo) !important;
}

/* enter-the-details-css-end */


/* embrace-css-start */
.embrace{
    padding-bottom: 80px;
}
.mbrace__join__btn{
    color: var(--bgcolor);
    font-size: 20px;
    font-family:"Poppins Semibold";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 36px;
    border-radius: 100px;
    background: linear-gradient(136deg, var(--navBtnLinerColor) 0%, var(--navTextColor) 100%);
    box-shadow: 4px 4px 24px 0px var(--navBtnBoxShadow);
}
.mbrace__contact__btn{
    color:var(--navTextColor);
    font-size: 20px;
    font-family:"Poppins Semibold";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 36px;
    border-radius: 100px;
    border: 2px solid var(--navTextColor);
}

.mbrace__join__btn:hover{
    color: var(--bgcolor);
}

.mbrace__contact__btn:hover {
    color: var(--navTextColor);
    border: 2px solid var(--navTextColor);
}

.mbrace__join__btn:active {
    color: var(--bgcolor) !important;
}

.mbrace__contact__btn:active {
    color: var(--navTextColor) !important;
}
/* embrace-css-end */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
   /* contact-header-css-start */

.quote-form {
    padding: 1rem 1rem 3rem 1rem;
}


.plan-toggle-group {
    label {
        font-size: 12px;
    }
}

.rider-options {
    label {
        font-size: 10px;
    }
}

.calculator_heading{
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}
.calculator_subheading{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
}


.calculator_header_wrapper {
   background-image: none; 
}   

.contact__header{
    padding-top:20px;
    padding-bottom: 100px;
}
    
.contact__header__title>h3{
    font-size: 28px;
    margin-bottom:10px;
}

.contact__header__title>p{
    font-size: 16px;
}
/* contact-header-css-end */ 

/* enter-the-details-css-start */
.enter__the__details{
    padding:0px 0px 100px 0px;
} 

.bullet__label{
    font-size: 16px;
}

.enter__form__control{
    font-size: 12px;
    height: 51px;
}

.enter__form__control::placeholder {
    font-size: 12px;
}

.agree__label{
    font-size: 12px;
}
.enter__the__form__btn{
    font-size: 14px;
    padding: 1rem 1.5rem;
}

.user__detail__btn{
    font-size: 16px;
    padding: 1rem 2rem;
}

.enter__form__control{
    font-size: 12px;
}

.enter__form__bullet ul li label {
    font-size: 12px;
}

.enter__form__bullet .form-check ul {
    margin-left: -50px;
}

.enter__form__bullet ul li input {
    height: 20px;
    width: 20px;
}
/* enter-the-details-css-end */

/* embrace-css-start */

.mbrace__join__btn,.mbrace__contact__btn {
    width: 100%;
    height: 51px;
    font-size: 12px;
    line-height: 12px;
}

.mbrace__join__btn:hover,.mbrace__contact__btn:hover{
    width: 100%;
    color: var(--bgcolor);
}

.mbrace__contact__btn:hover {
    color: var(--navTextColor);
}

.mbrace__join__btn:active {
    color: var(--bgcolor);
}

.mbrace__contact__btn:active{
    color: var(--navTextColor) !important;
}

.quote-modal-dialog h4 {
    font-size: 26px;
  }
  
.quote-modal-dialog p {
    font-size: 14px;
}

.calculator-quote-amount {
    font-size: 48px;
}
    /* embrace-css-end */

}



