* {

    margin: 0;

    padding: 0;

    font-size: 10px;

    font-family: "Roboto", sans-serif;

    text-decoration: none;

    color: rgb(88, 88, 88);

}



:root {

    --page-width: 1200px;

    --color-accent: #383855;

}



header {

    width: calc(100dvw - 20px);

    margin: auto;

    padding: 10px 0px;

    background-color: #fff;

    box-shadow: -2px 10px 9px -16px #000;

}



.img {

    width: 100%;

}



.page-width {

    max-width: var(--page-width);

    margin: auto;

}



.controlls-wrapper {

    display: flex;

    justify-content: space-evenly;

    flex-direction: row;

    margin-bottom: 50px;

    position: relative;

}



label {

    font-size: 14px;

}



button#name-next,

button#contact-next {

    /* max-height: 53px; */

    align-self: flex-end;

    margin-bottom: 2px;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 2rem;

    border: none;

    background: #88ace6;

    align-self: baseline;

    font-size: clamp(16px, 2rem, 24px);

    width: 240px;

    height: 63px;

}



.form-wrapper__inputs {

    display: flex;

    flex-direction: column;

    gap: 20px;

}







@keyframes progress {

    0% {

        --percentage: 0;

    }



    100% {

        --percentage: var(--value);

    }

}



@property --percentage {

    syntax: '<number>';

    inherits: true;

    initial-value: 0;

}



[role="progressbar"] {

    --percentage: 0;

    --primary: #369;

    --secondary: #adf;

    --size: 80px;

    width: var(--size);

    aspect-ratio: 1;

    border-radius: 50%;

    position: relative;

    overflow: hidden;

    display: grid;

    place-items: center;

}



[role="progressbar"]::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);

    mask: radial-gradient(white 55%, transparent 0);

    mask-mode: alpha;

    -webkit-mask: radial-gradient(#0000 55%, #000 0);

    -webkit-mask-mode: alpha;

    transition: --percentage 0.5s ease;

    /* ÐŸÐ»Ð°Ð²Ð½Ð¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ */

}



[role="progressbar"]::after {

    content: attr(data-progress);

    /* Ð˜ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ Ð°Ñ‚Ñ€Ð¸Ð±ÑƒÑ‚ data-progress */

    font-family: Helvetica, Arial, sans-serif;

    font-size: calc(var(--size) / 5);

    color: var(--primary);

}



button.back-button img {

    transform: rotate(-180deg);

}



button.back-button {

    display: flex;

    gap: 10px;

}



.back-button {

    /* display: none; */

    opacity: 0;

    margin-top: 20px;

    padding: 10px 20px;

    background-color: transparent;

    border: none;

    border-radius: 5px;

    cursor: pointer;

    color: #333;

    width: fit-content;

    transition: color .3s ease;

    max-width: 100px;

    width: 100%;

}



.back-button:hover {

    color: rgb(39, 112, 184);

    transition: color .3s ease;

}



.spacer {

    width: 80px;

}



.pd-sec {

    padding-top: 2rem;

}



.logo {

    margin-left: 2vw;

}



section.first {

    display: flex;

    flex-direction: column;

    background-image: url(img/bg.jpg);

    background-size: cover;

    background-position: bottom;

    background-repeat: no-repeat;

}



h1 {

    font-family: "Heebo", sans-serif;

    font-weight: 800;

    line-height: 100%;

    font-size: clamp(20px, 5dvw, 52px);

    text-align: center;

    max-width: clamp(300px, 75rem, 750px);

    margin: auto;

    color: var(--color-accent);

}



.mg-t {

    margin-top: 2rem !important;

}



.mg-t-30 {

    margin-top: 3rem;

}



.mg-b {

    margin-bottom: 6rem !important;

}



.pd-t {

    padding-top: 1rem;

}



.pd-b {

    padding-bottom: 6rem;

}



.pd-b-200 {

    padding-bottom: 12rem;

}



span.subtitle {

    display: flex;

    text-align: center;

    margin-top: 3rem;

    font-size: clamp(16px, 2rem, 24px);

    justify-content: center;

}



.insurance-tabs__wrapper {

    display: flex;

    gap: 1rem;

    justify-content: center;

    flex-wrap: wrap;

}



.insurance-tabs__item {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 1rem;

    border: 1px solid rgb(68, 68, 68);

    padding: 4rem;

    border-radius: 25px;

    box-shadow: 0px 6px 10px -2px var(--color-accent);

    width: 16rem;

    cursor: pointer;

    transition: box-shadow .4s ease-in-out;

    background-color: #fff;

}



.insurance-tabs__item:hover {

    border: 1px solid rgb(28, 164, 232);

    box-shadow: 0px 6px 10px 0px var(--color-accent);

    transition: box-shadow .4s ease-in-out;



}



.insurance-tabs__item img {

    width: 9rem;

}



.insurance-tabs__item span {

    font-size: 2rem;

    font-weight: 600;

    color: var(--color-accent);

}



.page-width.insurance-companies {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}



.page-width.insurance-companies span {

    font-size: clamp(16px, 2rem, 22px);

}



.two-parts-section__wrapper {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    flex-wrap: wrap;

}



.two-parts-section__part.left,

.two-parts-section__part.right {

    flex-basis: calc(100% / 2.2);

}



h2.section-heading {

    font-size: clamp(18px, 4rem, 42px);

    font-weight: 800;

    line-height: 100%;

    color: var(--color-accent);

}



p.text {

    font-size: clamp(16px, 2rem, 24px);

}



button,

.button-primary,

.insurance-quiz__answer-item {

    background: #88ace6;

    width: clamp(100px, 20rem, 300px);

    display: flex;

    justify-content: center;

    padding: 2rem;

    border-radius: 10px;

    cursor: pointer;

    transition: background .4s ease-in-out;

}



button,

.button-primary:hover,

.insurance-quiz__answer-item:hover {

    background: #5a96f0;

    transition: background .4s ease-in-out;

}



button,

.button-primary a,

.insurance-quiz__answer-item {

    font-size: clamp(16px, 2rem, 24px);

    color: #fff;

}



.four-parts-section__wrapper {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    justify-content: space-between;

}



.four-parts-section__item {

    width: calc(100% / 4.2);

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    text-align: center;

    align-items: center;

    gap: 1rem;

}



.four-parts-section__item p.text {

    font-size: clamp(16px, 1.8rem, 20px);

}



.four-parts-section__item span {

    font-size: clamp(18px, 2rem, 22px);

    font-weight: 600;

    font-family: 'Heebo', sans-serif;

}



.four-parts-section__item img {

    height: 5.2rem;

}



.two-parts-section__bg {

    background-image: url(../../assets/img/Explore_bg_shape-1.svg);

    background-size: cover;

    background-position: bottom;

    background-repeat: no-repeat;

}



.two-parts-section__bg img {

    max-width: 50rem;

}



.two-parts-section__bg .two-parts-section__wrapper.page-width {

    align-items: center;

}



h2.list-section__heading.section-heading {

    position: relative;

    padding-left: 5rem;

}



h2.list-section__heading.section-heading::before {

    content: "";

    width: 4rem;

    height: 4rem;

    background: url(img/why-trust-icon.svg);

    position: absolute;

    left: -1rem;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: center;

}



.list-section__list-wrapper {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: space-between;

    gap: 2rem;

    /* display: grid;

    grid-template-columns: 1fr 1fr;

    grid-template-rows: 1fr;

    row-gap: 2rem; */

}



.list-section__item {

    flex-basis: calc(100% / 2.2);

}



.list-section__item .text {

    position: relative;

    margin-left: 30px;

}



.list-section__item .text::before {

    content: "";

    width: 20px;

    height: 20px;

    position: absolute;

    background: url(img/checkmark-icon.svg);

    left: -30px;

    background-size: contain;

    background-repeat: no-repeat;

    background-position: center;

    top: 3px;

}



footer {

    background: #d2e9ff;

}



.footer__wrapper.page-width {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    flex-wrap: wrap;

    padding: 6rem 0;

}



.footer__column {

    display: flex;

    flex-direction: column;

    gap: 2rem;

    width: calc(20% - 3rem);

}



.footer__column:first-child {

    width: calc(50% - 3rem);

}



.footer__column img {

    max-width: 200px;

}



span.copyright,

span.disclaimer {

    font-size: clamp(14px, 0.5rem, 17px);

}



h3.footer__menu {

    font-size: clamp(18px, 1dvw, 22px);

    font-weight: 600;

    color: var(--color-accent);

}



nav.footer-nav {

    display: flex;

    flex-direction: column;

    gap: 1rem;

}



a.footer-nav__item {

    color: #000;

    font-size: clamp(14px, 0.5rem, 20px);

    cursor: pointer;

    color: var(--color-accent);

}



.footer__column-last {

    display: none;

}



.disclaimer-1 {

    display: block;

}



.disclaimer-2 {

    display: none;

}



/* QUIZ */



.insurance-quiz__wrapper {

    width: 100%;

    text-align: center;

}



form.zip-check {

    width: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 2rem;

}



form.zip-check input {

    width: clamp(80px, 16rem, 280px);

    height: fit-content;

    border-radius: 10px;

    padding: 2rem;

    font-size: 2rem;

    text-align: center;

}



form.zip-check {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

}



h2.insurance-quiz__question {

    font-size: clamp(16px, 3rem, 32px);

    color: var(--color-accent)

}



.insurance-quiz__answers {

    display: flex;

    flex-direction: row;

    justify-content: center;

    gap: 4rem;

}



.insurance-quiz__question-block {


    min-height: 196px;

}



.active {

    display: block !important;

}



.opacity-off {

    transition: all .4s ease-in-out;

    animation: opacity-off .4s ease-in-out;

}



@keyframes opacity-off {

    0% {

        opacity: 1;

    }



    100% {

        opacity: 0;

    }

}



.opacity-on {

    transition: all .4s ease-in-out;

    animation: opacity-on .4s ease-in-out;

}



@keyframes opacity-on {

    0% {

        opacity: 0;

    }



    100% {

        opacity: 1;

    }

}



.insurance-quiz__answers select,

.insurance-quiz__answers select option {

    width: 200px;

    padding: 2rem;

    font-size: clamp(14px, 1.5rem, 20px);

    border-radius: 10px;

}



.loading {

    width: 14rem;

}



.logo img {

    max-width: 200px;

}



form.personal-info-form {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    justify-content: center;

}



form.personal-info-form input {

    font-size: 14px;

    padding: 5px;

    border-radius: 5px;

    border-color: #c4c4c400;

    background: #ededed;

    width: clamp(80px, 16rem, 280px);

    height: fit-content;

    border-radius: 10px;

    padding: 2rem;

    font-size: 1.2rem;

    text-align: center;

    border: 1px solid #fff;

    text-align: left;

    height: 22px;

}



.input-block {

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    text-align: left;

    gap: 5px;

}



.input-block label {

    padding-left: 10px;

}



button#info-next {

    flex-basis: 25%;

    margin: auto;

}

.insurance-tabs__item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.insurance-tabs__item:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.start-quiz-btn {
    pointer-events: auto !important;
}

/* New styles for form layout */
.insurance-quiz__wrapper {
    display: block !important; /* Show all questions */
}

.insurance-quiz__question-block {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

/* Button styles */
.insurance-quiz__answer-item {
    background: white;
    border: 2px solid #ddd;
    color: #333;
    padding: 12px 20px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.insurance-quiz__answer-item.selected {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.insurance-quiz__answer-item:hover {
    background: #f0f0f0;
}

/* Form submit button */
.form-submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 30px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.form-submit-btn:hover {
    background: #45a049;
}

/* Form styles */
.insurance-quiz__wrapper {
    max-width: 800px;
    margin: 0 auto;
  
}

.insurance-quiz__question-block {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.insurance-quiz__question {
    color: #333;
    margin-bottom: 15px;
}

/* Answer button styles */
.insurance-quiz__answer-item {
    display: inline-block;
    background: white;
    border: 2px solid #ddd;
    color: #333;
    padding: 12px 25px;
    margin: 5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.insurance-quiz__answer-item.selected {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
}

.insurance-quiz__answer-item:hover {
    background: #f0f0f0;
}

/* Select dropdown styles */
.insurance-quiz__answer-select {
    width: 100%;
    max-width: 300px;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

/* Submit button styles */
.form-submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 30px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    transition: background 0.3s;
}

.form-submit-btn:hover {
    background: #45a049;
}

/* Price options specific styles */
.price-options .insurance-quiz__answer-item {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 15px;
}

.price-options .full-width {
    width: 100%;
}

.insurance-quiz__wrapper {
    display: block !important; /* Force visibility */
}

.insurance-tabs__wrapper {
    display: none !important; /* Hide completely */
}

/* Form Container */
.form-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  /* Form Rows */
  .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
  }
  
  .form-question {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  
  /* Questions and Answers */
  .form-question label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
  }
  
  .form-answers {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  /* Answer Buttons */
  .answer-btn {
    background: white;
    border: 2px solid #ddd;
    color: #333;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 15px;
    flex: 1;
    text-align: center;
  }
  
  .answer-btn.selected {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
  }
  
  /* Select Dropdowns */
  .form-select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background: white;
    font-size: 15px;
  }
  
  /* Price Options */
  .price-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .price-btn {
    padding: 12px;
  }
  
  /* Submit Button */
  .submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    width: 100%;
    
  
    transition: background 0.3s;
  }
  
  .submit-btn:hover {
    background: #45a049;
  }

  /* Add these to your existing CSS */
.form-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
  }
  
  .form-question {
    flex: 1;
  }
  
  .form-question label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }
  
  .form-answers {
    display: flex;
    gap: 10px;
  }
  
  .answer-btn {
    background: white;
    border: 2px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
    transition: all 0.3s;
    font-weight: bolder;
    
  }
  
  .answer-btn.selected {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
  }
  
  .form-select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 6px;
  }
  
  .submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .submit-btn:hover {
    background: #45a049;
  }
  
  .full-width {
    width: 100%;
  }

  /* Add these styles to your CSS */
.loader-container {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 10px;
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: none;
  }
  
  .loader img {
    height: 60px;
    margin-bottom: 20px;
  }
  
  .loader p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  
  .final-question {
    text-align: center;
    padding: 70px 40px;
    background: white;
    border-radius: 10px;
    max-width: 900px;
    
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: none;
  }
  
  .final-question h2 {
    
    color: #333;
    font-size: 24px;
  }
  
  .apply-now-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    max-width: 300px;
  }
  
  .apply-now-btn:hover {
    background: #45a049;
  }
  
  /* Keep your existing form styles */
  .form-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
  }
  
  .form-question {
    flex: 1;
  }
  
  .form-question label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #333;
  }
  
  .form-answers {
    display: flex;
    gap: 10px;
  }
  
  .answer-btn {
    background: white;
    border: 2px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
    transition: all 0.3s;
  }
  
  .answer-btn.selected {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
  }
  
  .form-select {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background: white;
  }
  
  .submit-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .submit-btn:hover {
    background: #45a049;
  }
  
  .full-width {
    width: 100%;
  }

  /* Update your CSS */
.form-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    transition: all 0.3s ease;
  }
  
  /* Loader styles */
  .loader-container {
    text-align: center;
    padding: 40px;
  }
  
  .loader img {
    height: 60px;
    margin-bottom: 20px;
  }
  
  .loader p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  
  /* Final question styles */
  .final-question h2 {
   
    color: #333;
    font-size: 24px;
  }
  
  .apply-now-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .apply-now-btn:hover {
    background: #45a049;
  }
  
  /* Keep your existing form styles */
  .initial-questions {
    display: block; /* Show by default */
  }

  /* Updated CSS */
.form-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    position: relative; /* Needed for proper positioning */
    min-height: 300px; /* Ensure consistent height */
  }
  
  #insurance-form {
    display: block; /* Visible by default */
  }
  
  .loader-container {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
  }
  
  .final-question {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
        padding-top: 40px;
  }
  
  /* Add these styles to your CSS */
.liability-options {
    display: flex;
    gap: 15px;
    margin: 20px 0 30px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .liability-btn {
    background: white;
    border: 2px solid #ddd;
    color: #333;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    min-width: 120px;
  }
  
  .liability-btn.selected {
    background: #4CAF50;
    color: white;
    border-color: #4CAF50;
  }
  
 /* Add these styles to your CSS */
.coverage-options {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    
    justify-content: center;
  }
  
  .coverage-option {
    background: white;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    transition: all 0.3s;
  }
  
  .coverage-option:hover {
    border-color: #4CAF50;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .option-header {
    margin-bottom: 20px;
  }
  
  .option-header h3 {
    color: #333;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  
  .option-price {
    color: #666;
    font-size: 14px;
  }
  
  .price-amount {
    color: #4CAF50;
    font-weight: bold;
    font-size: 16px;
  }
  
  .apply-option-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .apply-option-btn:hover {
    background: #45a049;
  }
  
  /* For mobile responsiveness */
  @media (max-width: 768px) {
    .coverage-options {
      flex-direction: column;
      align-items: center;
    }
    
    .coverage-option {
      max-width: 100%;
    }
  }
  
  /* Keep your existing .apply-now-btn styles */
  /* Keep your existing button styles */

  /* Mobile-First CSS */
.coverage-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0 30px;
  }
  
  .coverage-option {
    background: white;
    border: 2px solid #e1e1e1;
    border-radius: 12px;
    padding: 18px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  
  .option-header {
    margin-bottom: 15px;
    text-align: center;
  }
  
  .option-header h3 {
    color: #2c3e50;
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
  }
  
  .option-price {
    color: #7f8c8d;
    font-size: 15px;
  }
  
  .price-amount {
    color: #27ae60;
    font-weight: bold;
    font-size: 17px;
  }
  
  .apply-option-btn {
    background: #27ae60;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s;
    margin-top: 10px;
  }
  
  .apply-option-btn:hover {
    background: #219955;
  }
  
  .as-featured {
    text-align: center;
    margin-top: 30px;
    color: #7f8c8d;
    font-size: 14px;
  }
  
  /* Desktop Styles */
  @media (min-width: 768px) {
    .coverage-options {
      flex-direction: row;
      justify-content: center;
      gap: 20px;
    }
    
    .coverage-option {
      max-width: 280px;
      padding: 20px;
    }
    
    .apply-option-btn {
      padding: 12px 20px;
    }
  }
  
  .checkit{
       display: flex
;
    justify-content: center;
    margin: 0 auto;   
  }
  }