 /* Content Section */


 .bl-t {
     font-weight: 600;
     color: #0F172A;
     font-size: 13px;
     line-height: 100%;
     font-family: 'Inter';
 }


 /* Price Section */
 .cal-content p:nth-of-type(1) .walletOfferCl {
     font-weight: 450;
     font-style: italic;
     font-size: 14px;
     line-height: 100%;
     padding: 1px 2px;
     margin: 8px 0 20px;
     display: block;
     max-width: max-content;
 }

 .cal-content p:nth-of-type(1) .walletOfferCl.green {
     color: #00B646;
     background: #E3FFEE;
 }

 .cal-content p:nth-of-type(1) .walletOfferCl.blue {
     color: #1B97FF;
     background: #E4F3FF;
 }

 .cal-content p:nth-of-type(1) .walletOfferCl.red {
     color: #D32F2F;
     background: #FFEBEB;
 }

 @keyframes spin {
     100% {
         transform: rotate(360deg)
     }
 }

 .smart-saver-container {
     max-width: 294px;
     width: 100%;
 }

 .max-saver-container {
     max-width: 294px;
     width: 100%;
 }

 .starter-saver-container {
     max-width: 294px;
     width: 100%;
 }

 .section-how-it-works {
     padding: 60px 0px;
     font-family: 'Inter';
 }

 .container {
     width: 100%;
     max-width: 1200px;
     font-family: 'Inter';
     margin: 0 auto;
     padding: 0 15px;
 }

 .how-it-works-heading {
     font-weight: 500;
     font-size: 24px;
     font-family: 'Inter';
     line-height: 150%;
     color: #362929;
     text-align: center;

 }



 .order-steps-parent {
     border: 2px dashed #1B97FF;
     font-family: 'Inter';
     max-width: 764px;
     width: 100%;
     border-radius: 16px;

     margin: 35px auto;

     padding: 35px 30px 56px;

 }


 .order-steps-list {
     font-family: 'Inter';
     padding-left: 20px;
     position: relative;
     top: 7px;
     list-style: none;

 }

 .order-steps-list li {
     font-weight: 400;
     font-size: 14px;
     line-height: 135%;
     font-family: 'Inter';
     color: #6B6E98;
     display: flex;
     align-items: start;
     gap: 20px;

 }

 .order-steps-list {
     font-family: 'Inter';
     position: relative;
 }

 .order-steps-list::before {
     content: '';
     font-family: 'Inter';
     position: absolute;
     left: 28px;
     top: 0px;
     width: 16px;
     height: 472px;
     background: url(../images/line.svg);
     background-repeat: no-repeat;
     background-size: cover;
     z-index: -1;
 }

 .order-steps-list li+li {
     font-family: 'Inter';
     padding-top: 30px;
 }

 .p-style {
     color: #362929;
     font-family: 'Inter';
     font-weight: 500;
     font-size: 16px;
 }

 .pad {
     padding: 23px 26px 17px;
     font-family: 'Inter';
     background: #F9FAFE;
     position: fixed;
     left: 50%;
     top: 50%;
     max-width: 978px;
     width: 100%;
     height: 667px;
     transform: translate(-50%, -50%);
     z-index: 100;
     border-radius: 20px;
     display: none;
 }

 .pad.show {
     display: block;
 }

 .pad-overlay {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 99;
     background: rgba(0, 0, 0, 0.7);
     display: none;
 }

 .pad-overlay.show {
     display: block;
 }


 @media screen and (max-width: 786px) {
     .order-steps-list li {
         font-family: 'Inter';
         font-size: 14px;
     }

     .order-steps-list li:nth-child(2) {
         padding-bottom: 25px;
         font-family: 'Inter';
     }

     .order-steps-list li:nth-child(3) {
         padding-bottom: 24px;
     }


     .price-card-parent {
         font-family: 'Inter';
         flex-direction: column;
         align-items: center;
     }

     .order-steps-parent {

         padding: 20px 10px 34px;
     }

     .order-steps-list::before {
         content: '';
         position: absolute;
         font-family: 'Inter';
         left: 25px;
         top: 0px;
         width: 20px;
         height: 650px;
         background: url(../images/line.svg);
         background-repeat: no-repeat;
         background-size: cover;
         z-index: -1;
     }
 }

 .price-card-parent {
     font-family: 'Inter';
     display: flex;
     margin-top: 29px;
     gap: 25px;
     justify-content: center;
 }

 .price-card {
     font-family: 'Inter';
     border: 1px solid #E7EBFD;
     position: relative;
     border-top-width: 5px;
     border-top: 10px solid #1B97FF;
     padding: 0px 25px 0 10px;
     border-radius: 10px;
     text-align: center;
     background: #FFFFFF;
     height: 464px;
     max-width: 330px;
     width: 100%;
     transition: transform 0.3s ease;

 }

 .price-card:hover {
     font-family: 'Inter';
     border: 1px solid #1B97FF;

     border-top: 10px solid #1B97FF;
     transform: scale(1.02);


 }


 .price-card::before {
     position: absolute;
     content: '';
     font-family: 'Inter';
     width: 141px;
     height: 30px;
     background-image: url(../images/best-value.svg);
     background-repeat: no-repeat;
     top: -19px;
     left: 30%;

 }

 .sm-s {
     font-weight: 600;
     font-family: 'Inter';
     font-size: 17px;
     color: #020114;
     padding-top: 20px;

 }

 .if-b {
     font-weight: 500;
     font-size: 12px;
     font-family: 'Inter';
     color: #818DA4;
     line-height: 100%;
     padding-top: 5px;
 }

 .pr-text {
     font-weight: 700;
     font-size: 30px;
     font-family: 'Inter';
     color: #020114;
     line-height: 100%;
     padding-top: 13px;

 }

 .hr {
     border: none;

     font-family: 'Inter';
     height: 1px;

     background-color: #A7D6FE;

     margin: 17px 0 23px;

 }

 .pr-list {
     font-family: 'Inter';
     list-style: none;
     margin-top: 10px;
     text-align: start;
 }

 .pr-list li {
     position: relative;
     font-size: 12px;
     line-height: 100%;
     font-family: 'Inter';
     padding-left: 21px;
     padding-bottom: 15px;
 }

 .pr-list li::before {
     position: absolute;
     content: '';
     font-family: 'Inter';
     width: 20px;
     height: 20px;
     background-image: url(../images/check-mark-blue.svg);
     background-repeat: no-repeat;
     top: 6px;
     left: 0;
 }

 .pr-list li img {
     font-family: 'Inter';
     position: relative;
     top: 4px;
 }


 .pr-list li .tooltip-text {
     visibility: hidden;
     width: 270px;
     background-color: black;
     /* Dark blue background */
     color: #fff;
     /* White text */
     text-align: left;
     /* Align text to the left, per your design */
     padding: 10px;
     font-style: normal;
     border-radius: 4px;
     position: absolute;
     z-index: 1;
    top: -50px;
    left: 54%;
     /* Center relative to the list item */
     transform: translateX(-50%);
     /* Adjust to center the tooltip */
     opacity: 0;
     transition: opacity 0.3s ease;
     white-space: normal;
     /* Allow text wrapping */
     line-height: 160%;
     word-wrap: break-word;
     display: block;

 }

 .pr-list li img:hover+.tooltip-text {
     visibility: visible;
     opacity: 1;
 }

 .pr-list .tooltip-text::after {
     content: "";
     position: absolute;
     top: -66px;
     /* Position at the bottom of the tooltip */
     right: 15px;
     /* Adjust to match your design (bottom-right arrow) */
     border-width: 6px;
     border-style: solid;
     border-color: black transparent transparent transparent;
     /* Downward arrow matching tooltip background */
 }


 #scroll-to-faq {
     cursor: pointer;
 }

 .pr-list li:nth-child(1) .tooltip-text {
     background-color: black;
     /* Custom style for first tooltip */
 }

 .pr-list li:nth-child(1) .tooltip-text::after {
     top: 54px;
     right: 202px;
 }


 .pr-list li:nth-child(2) .tooltip-text {
     top: -44px;
     left: 55%;
     /* Second tooltip - different color */
 }

 .pr-list li:nth-child(2) .tooltip-text::after {
     top: 54px;
     right: 200px;
 }

 .pr-list li:nth-child(3) .tooltip-text {
     top: -62px;
     left: 24px;
     /* Example: remove italic on third */
 }

 .pr-list li:nth-child(3) .tooltip-text::after {
     top: 54px;
     right: 33px;
 }


 .pr-list li:nth-child(4) .tooltip-text {
     top: -78px;
     left: 45px;
     /* Bigger padding for fourth */
 }

 .pr-list li:nth-child(4) .tooltip-text::after {
     top: 71px;
     right: 26px;
 }

 .pr-list li:nth-child(5) .tooltip-text {
     top: -60px;
     left: 110px;
 }

 .pr-list li:nth-child(5) .tooltip-text::after {
     top: 54px;
     right: 38px;
 }

 .pr-list li:nth-child(6) .tooltip-text {
     top: -64px;
     left: 63%;
 }

 .pr-list li:nth-child(6) .tooltip-text::after {
     top: 54px;
     right: 43px;
 }

 .pr-list li:nth-child(7) .tooltip-text {
     left: 63%;
 }

 .pr-list li:nth-child(7) .tooltip-text::after {
     top: 54px;
     right: 42px;
 }





 .price-card-green {
     border: 1px solid #E7EBFD;
     position: relative;
     border-top-width: 5px;
     border-top: 10px solid #00B646;
     padding: 0px 25px 0 10px;
     border-radius: 10px;
     text-align: center;
     font-family: 'Inter';
     background: #FFFFFF;
     height: 464px;
     max-width: 330px;
     width: 100%;
     transition: transform 0.3s ease;

 }

 .price-card-green:hover {
     border: 1px solid #00B646;
     font-family: 'Inter';
     border-top: 10px solid #00B646;
     transform: scale(1.02);

 }




 .pr-list-green {
     list-style: none;
     font-family: 'Inter';
     margin-top: 10px;
     text-align: start;
 }

 .pr-list-green li {
     position: relative;
     display: inline-block;
     font-size: 12px;
     line-height: 100%;
     font-family: 'Inter';
     padding-left: 21px;
     padding-bottom: 15px;
 }

 .pr-list-green li .tooltip-text {
     visibility: hidden;
     width: 270px;
     background-color: black;
     /* Dark blue background */
     color: #fff;
     /* White text */
     text-align: left;
     /* Align text to the left, per your design */
     padding: 10px;
     font-style: normal;
     border-radius: 4px;
     position: absolute;
     z-index: 1;
    top: -50px;
     left: 54%;
     /* Center relative to the list item */
     transform: translateX(-50%);
     /* Adjust to center the tooltip */
     opacity: 0;
     transition: opacity 0.3s ease;
     white-space: normal;
     /* Allow text wrapping */
     word-wrap: break-word;
     line-height: 160%;
     display: block;

 }

 .pr-list-green li img:hover+.tooltip-text {
     visibility: visible;
     opacity: 1;
 }

 .pr-list-green .tooltip-text::after {
     content: "";
     position: absolute;
     top: -66px;
     /* Position at the bottom of the tooltip */
     right: 15px;
     /* Adjust to match your design (bottom-right arrow) */
     border-width: 6px;
     border-style: solid;
     border-color: black transparent transparent transparent;
     /* Downward arrow matching tooltip background */
 }


 #scroll-to-faq {
     cursor: pointer;
 }

 .pr-list-green li:nth-child(1) .tooltip-text {
     background-color: black;
     /* Custom style for first tooltip */
 }

 .pr-list-green li:nth-child(1) .tooltip-text::after {
     top: 54px;
    right: 202px;
 }


 .pr-list-green li:nth-child(2) .tooltip-text {
     top: -52px;
     left: 55%;
     /* Second tooltip - different color */
 }

 .pr-list-green li:nth-child(2) .tooltip-text::after {
     top: 54px;
     right: 202px;
 }

 .pr-list-green li:nth-child(3) .tooltip-text {
     top: -63px;
     left: 24px;
     /* Example: remove italic on third */
 }

 .pr-list-green li:nth-child(3) .tooltip-text::after {
     top: 54px;
     right: 32px;
 }


 .pr-list-green li:nth-child(4) .tooltip-text {
     top: -80px;
     left: 42px;
     /* Bigger padding for fourth */
 }

 .pr-list-green li:nth-child(4) .tooltip-text::after {
     top: 71px;
     right: 21px;
 }

 .pr-list-green li:nth-child(5) .tooltip-text {
     top: -62px;
     left: 123px;
 }

 .pr-list-green li:nth-child(5) .tooltip-text::after {
     top: 54px;
     right: 49px;
 }

 .pr-list-green li:nth-child(6) .tooltip-text {
     top: -66px;
     left: 64%;
 }

 .pr-list-green li:nth-child(6) .tooltip-text::after {
     top: 54px;
     right: 44px;
 }

 .pr-list-green li:nth-child(7) .tooltip-text {
     left: 64%;
 }

 .pr-list-green li:nth-child(7) .tooltip-text::after {
     top: 54px;
     right: 44px;
 }

 .tooltip-icon {
     width: 20px;
     height: 20px;
     cursor: pointer;
 }

 .pr-list-green li::before {
     position: absolute;
     font-family: 'Inter';
     content: '';
     width: 20px;
     height: 20px;
     background-image: url(../images/check-mark-green.svg);
     background-repeat: no-repeat;
     top: 6px;
     left: 0;
 }

 .list-last::before {
     position: absolute;
     font-family: 'Inter';
     content: '';
     width: 20px;
     height: 20px;
     background-image: url(../images/y-star.svg) !important;
     background-repeat: no-repeat;
    top: 2px !important;
     left: 0;
 }

 .pr-list-green li img {
     font-family: 'Inter';
     position: relative;
     top: 4px;
     left: 2px;
 }


 .price-card-red {
     border: 1px solid #E7EBFD;
     position: relative;
     border-top-width: 5px;
     border-top: 10px solid #D32F2F;
     padding: 0px 25px 0 10px;
     border-radius: 10px;
     text-align: center;
     font-family: 'Inter';
     background: #FFFFFF;
     height: 464px;
     max-width: 330px;
     width: 100%;
     transition: transform 0.3s ease;

 }


 .price-card-red:hover {
     font-family: 'Inter';
     border: 1px solid #D32F2F;

     border-top: 10px solid #D32F2F;
     transform: scale(1.02);

 }

 .price-card-red::before {
     position: absolute;
     content: '';
     font-family: 'Inter';
     width: 141px;
     height: 30px;
     background-image: url(../images/most-popular.svg);
     background-repeat: no-repeat;
     top: -19px;
     left: 30%;

 }

 .pr-list-red li .tooltip-text {
     visibility: hidden;
     width: 270px;
     background-color: black;
     /* Dark blue background */
     color: #fff;
     /* White text */
     text-align: left;
     /* Align text to the left, per your design */
     padding: 10px;
     font-style: normal;
     border-radius: 4px;
     position: absolute;
     z-index: 1;
    top: -50px;
    left: 54%;
     /* Center relative to the list item */
     transform: translateX(-50%);
     /* Adjust to center the tooltip */
     opacity: 0;
     transition: opacity 0.3s ease;
     white-space: normal;
     /* Allow text wrapping */
     word-wrap: break-word;
     line-height: 160%;
     display: block;

 }

 .pr-list-red li img:hover+.tooltip-text {
     visibility: visible;
     opacity: 1;
 }

 .pr-list-red .tooltip-text::after {
     content: "";
     position: absolute;
     top: -66px;
     /* Position at the bottom of the tooltip */
     right: 15px;
     /* Adjust to match your design (bottom-right arrow) */
     border-width: 6px;
     border-style: solid;
     border-color: black transparent transparent transparent;
     /* Downward arrow matching tooltip background */
 }


 #scroll-to-faq {
     cursor: pointer;
 }

 .pr-list-red li:nth-child(1) .tooltip-text {
     background-color: black;
     /* Custom style for first tooltip */
 }

 .pr-list-red li:nth-child(1) .tooltip-text::after {
     top: 54px;
     right: 202px;
 }


 .pr-list-red li:nth-child(2) .tooltip-text {
     top: -47px;
     left: 55%;
     /* Second tooltip - different color */
 }

 .pr-list-red li:nth-child(2) .tooltip-text::after {
     top: 54px;
     right: 200px;
 }

 .pr-list-red li:nth-child(3) .tooltip-text {
     top: -62px;
     left: 26px;
     /* Example: remove italic on third */
 }

 .pr-list-red li:nth-child(3) .tooltip-text::after {
     top: 54px;
     right: 34px;
 }


 .pr-list-red li:nth-child(4) .tooltip-text {
     top: -78px;
     left: 65px;
     /* Bigger padding for fourth */
 }

 .pr-list-red li:nth-child(4) .tooltip-text::after {
     top: 71px;
     right: 44px;
 }

 .pr-list-red li:nth-child(5) .tooltip-text {
     top: -61px;
     left: 77px;
 }

 .pr-list-red li:nth-child(5) .tooltip-text::after {
     top: 54px;
     right: 44px;
 }

 .pr-list-red li:nth-child(6) .tooltip-text {
     top: -65px;
     left: 63%;
 }

 .pr-list-red li:nth-child(6) .tooltip-text::after {
     top: 54px;
     right: 42px;
 }

 .pr-list-red li:nth-child(7) .tooltip-text {
     left: 64%;
     top: -63px;
 }

 .pr-list-red li:nth-child(7) .tooltip-text::after {
     top: 54px;
     right: 44px;
 }


 .pr-list-red {
     list-style: none;
     font-family: 'Inter';
     margin-top: 10px;
     text-align: start;
 }

 .pr-list-red li {
     position: relative;
     font-size: 12px;
     line-height: 100%;
     font-family: 'Inter';
     padding-left: 21px;
     padding-bottom: 15px;
 }

 li.list-last {
    line-height: 150%;
}

 .pr-list-red li::before {
     position: absolute;
     content: '';
     width: 20px;
     font-family: 'Inter';
     height: 20px;
     background-image: url(../images/check-mark-red.svg);
     background-repeat: no-repeat;
     top: 6px;
     left: 0;
 }

 .pr-list-red li img {
     position: relative;
     font-family: 'Inter';
     top: 4px;
     left: 2px;
 }

 .nd-btn {
     text-align: center;
     margin-top: 10px;
     font-family: 'Inter';
 }

 .nd-btn a {
     text-decoration: none;
     background: #00B646;
     color: #FFFFFF;
     padding: 12px 30px;
     border-radius: 20px;
     font-family: 'Inter';
     font-size: 13px;
     font-weight: 600;
     width: 240px;
     display: inline-block;
     text-align: center;
     transition: transform 0.3s ease;
 }

 .nd-btn a:hover {
     font-family: 'Inter';
     transform: scale(1.03);
 }

 .nd-btn p {
     padding-top: 6px;
     color: #FD8004;
     font-family: 'Inter';
     font-style: italic;
     padding-left: 15px;
     position: relative;
     font-size: 12px;
     font-weight: 400;
     max-width: 160px;
     margin: auto;
     text-align: left;
 }

 .nd-btn p::before {
     position: absolute;
     font-family: 'Inter';
     content: '';
     width: 11px;
     height: 11px;
     background-image: url(../images/clock-three.svg);
     background-repeat: no-repeat;
     top: 8px;
     left: 0;

 }

 .nd-btn-blue {
     text-align: center;
     font-family: 'Inter';
     margin-top: 10px;
 }

 .nd-btn-red {
     text-align: center;
     font-family: 'Inter';
     margin-top: 10px;

 }


 .nd-btn-blue a {
     text-decoration: none;
     background: #1B97FF;
     color: #FFFFFF;
     padding: 12px 30px;
     border-radius: 20px;
     font-family: 'Inter';
     font-size: 13px;
     font-weight: 600;
     display: inline-block;
     transition: transform 0.3s ease;
 }

 .nd-btn-blue a:hover {
     font-family: 'Inter';
     transform: scale(1.03);
 }

 .nd-btn-red a {
     text-decoration: none;
     background: #D32F2F;
     color: #FFFFFF;
     padding: 12px 30px;
     border-radius: 20px;
     font-family: 'Inter';
     font-size: 13px;
     display: inline-block;
     font-weight: 600;
     transition: transform 0.3s ease;
 }

 .nd-btn-red a:hover {
     font-family: 'Inter';
     transform: scale(1.03);
 }


 .nd-btn-blue p {
     padding-top: 6px;
     color: #FD8004;
     font-style: italic;
     padding-left: 15px;
     font-family: 'Inter';
     position: relative;
     font-size: 12px;
     font-weight: 400;
     max-width: 160px;
     margin: auto;
     text-align: left;
 }

 .nd-btn-blue p::before {
     position: absolute;
     content: '';
     font-family: 'Inter';
     width: 11px;
     height: 11px;
     background-image: url(../images/clock-three.svg);
     background-repeat: no-repeat;
     top: 8px;
     left: 0px;

 }


 .nd-btn-red p {
     padding-top: 6px;
     font-family: 'Inter';
     color: #FD8004;
     font-style: italic;
     padding-left: 15px;
     position: relative;
     font-size: 12px;
     font-weight: 400;
     max-width: 160px;
     margin: auto;
     text-align: left;
 }

 .nd-btn-red p::before {
     position: absolute;
     font-family: 'Inter';
     content: '';
     width: 11px;
     height: 11px;
     background-image: url(../images/clock-three.svg);
     background-repeat: no-repeat;
     top: 8px;
     left: 0px;

 }


 .pre-head {
     font-weight: 500;
     font-size: 28px;
     font-family: 'Inter';
     color: #362929;
     text-align: center;
     font-size: 21px;
 }


 .fq {
     text-align: center;
     margin-top: 18px;
     font-family: 'Inter';
     font-size: 12px;
     color: #818DA4;
 }

 .fq a {
     font-family: 'Inter';
     color: #1B97FF;
     text-decoration: underline;
 }

 .fq a:hover {
     text-decoration: none;
 }


 .faqSection,
 .secBg {
     background-position: center top;
     font-family: 'Inter';
     overflow: hidden
 }

 .faqSection,
 .secBg {
     font-family: 'Inter';
     background-repeat: no-repeat;
     background-size: cover
 }

 .faq-accord-card-head h3,

 .faqSection h2 {
     color: #020114;

     font-family: 'Inter';

     font-style: normal
 }

 .faqDesc {
     text-align: center;
     color: #818DA4;
     font-family: 'Inter';
     font-size: 14px;
     font-weight: 400;
 }

 .faqSection {
     background-image: url(../images/faq.svg);
     padding: 60px 0
 }



 .faqWraper .col-cstm .faq-card+.faq-card,
 .wrapDetails {
     font-family: 'Inter';
     margin-top: 14px
 }

 .faq-card {
     max-width: 724px;
     font-family: 'Inter';
     width: 100%;
     margin: auto;

 }

 .faqWraper {


     font-family: 'Inter';
     width: 100%;
     padding-top: 60px;

 }

 .faqWraper .col-cstm .faq-card+.faq-card,
 .wrapDetails {
     font-family: 'Inter';
     margin-top: 14px
 }



 .faq-card {
     background: #fff;
     border: 1px solid rgba(35, 63, 140, .24);
     font-family: 'Inter';
     border-radius: 12.341px
 }

 .faq-card.show,
 .faq-card:hover {
     border: 1px solid rgba(76, 174, 255, .24)
 }

 .faq-card.show .faq-accord-card-head h3,
 .faq-card:hover .faq-accord-card-head h3 {
     font-family: 'Inter';
     color: #143796;
     fill: #143796;
 }

 .faq-card.show .faq-icon,
 .faq-card:hover .faq-icon {
     background: url(../images/faqSvg-lb.svg)
 }

 .faq-card.show .faq-accord-card-head .faq-icon {
     transform: rotate(135deg)
 }

 .faqWraper .col-cstm .faq-card+.faq-card,
 .wrapDetails {
     margin-top: 14px
 }

 .faq-accord-card-head h3,

 .faqSection h2 {
     color: #231f20;

     font-family: 'Inter';
     font-style: normal
 }

 .faq-accord-card-head {
     display: flex;
     justify-content: space-between;
     font-family: 'Inter';
     align-items: center;
     padding: 17px 20px 13px;
     cursor: pointer
 }

 .faq-accord-card-head h3 {
     font-weight: 500;
     font-size: 14px;
     font-family: 'Inter';
     line-height: 164.5%;
     padding-right: 13px;
     color: #231F20;
 }

 .faq-card.show .faq-accord-card-head h3,
 .faq-card:hover .faq-accord-card-head h3 {
     color: #143796;
     fill: #143796;
 }

 .faq-card.show .faq-accord-card-head .faq-icon {
     transform: rotate(135deg)
 }

 .faq-icon {
     display: flex;
     font-family: 'Inter';
     width: 18px;
     height: 18px;
     background: url(../images/plus.svg);
     flex: 0 0 18px
 }

 .faq-card.show .faq-icon,
 .faq-card:hover .faq-icon {
     background: url(../images/plus.svg)
 }

 .faq-card.show .faq-accord-card-head .faq-icon {
     transform: rotate(135deg)
 }

 .faq-accord-card-body {
     padding: 0 20px 30px
 }

 .faq-accord-card-body p {
     border-top: 1px solid #D0E2F3;
     font-family: CircularStd;
     font-family: 'Inter';
     font-style: normal;
     font-weight: 450;
     font-size: 13px;
     padding-top: 12px;
     line-height: 164%;
     color: #6B6E98;
 }

 .faqSection h2 {
     font-weight: 500;
     font-family: 'Inter';
     font-size: 24px;
     line-height: 142.5%;
     text-align: center;
     max-width: 846px;
     width: 100%;
     margin: 0 auto 19px;
     color: #362929;
 }


 .connection-btns {
     display: none;
     font-family: 'Inter';
     text-align: center;
     margin-top: 45px;


 }


 .str-btn {
     padding: 10px 15px;
     font-size: 13px;
     color: #00B646;
     font-family: 'Inter';
     background: #fff;
     border: 1px solid #00B646;
     border-radius: 20px;
     cursor: pointer;
     transition: background-color 0.3s ease, transform 0.3s ease;
 }




 .ss-btn {
     font-family: 'Inter';
     padding: 10px 15px;
     font-size: 13px;
     color: #1B97FF;
     background: #fff;
     border: 1px solid #1B97FF;
     border-radius: 20px;


     cursor: pointer;
     transition: background-color 0.3s ease, transform 0.3s ease;
 }




 .ms-btn {
     padding: 10px 15px;
     font-size: 13px;
     color: #D32F2F;
     font-family: 'Inter';
     background: #fff;
     border: 1px solid #D32F2F;
     border-radius: 20px;

     cursor: pointer;
     transition: background-color 0.3s ease, transform 0.3s ease;
 }

 .hideWalletPlanBtn {
     position: absolute;
     top: 24px;
     right: 30px;
 }

 .hideWalletPlanBtn:hover {
     opacity: .7;
 }


 @media screen and (max-width: 500px) {
     .pr-list li:nth-child(3) .tooltip-text {
         top: -62px;
         left: 144px;
     }

     .pr-list li:nth-child(3) .tooltip-text::after {
         top: 53px;
         right: 153px;
     }

     .pr-list li:nth-child(4) .tooltip-text::after {
         top: 71px;
         right: 103px;
     }

     .pr-list-red li:nth-child(3) .tooltip-text {
         top: -62px;
         left: 129px;
     }

     .pr-list-red li:nth-child(3) .tooltip-text::after {
         top: 53px;
         right: 136px;
     }

     .pr-list-red li:nth-child(4) .tooltip-text::after {
         top: 71px;
         right: 103px;
     }

     .pr-list-red li:nth-child(5) .tooltip-text {
         top: -61px;
         left: 116px;
     }

     .pr-list-red li:nth-child(5) .tooltip-text::after {
         top: 54px;
         right: 83px;
     }

     .pr-list-green li:nth-child(3) .tooltip-text {
         top: -63px;
         left: 123px;
     }

     .pr-list-green li:nth-child(3) .tooltip-text::after {
         top: 54px;
         right: 130px;
     }

     .pr-list-green li:nth-child(4) .tooltip-text {
         top: -80px;
         left: 110px;
     }

     .pr-list-green li:nth-child(4) .tooltip-text::after {
         top: 71px;
         right: 89px;
     }

     .pr-list-red li:nth-child(4) .tooltip-text {
         top: -78px;
         left: 125px;
     }

     .pr-list li:nth-child(4) .tooltip-text {
         top: -78px;
         left: 122px;
     }

 }


 @media screen and (max-width: 786px) {

     .starter-saver-container,
     .smart-saver-container,
     .max-saver-container {
         display: none;
     }

     .connection-btns {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         gap: 10px;
         margin-top: 15px;
     }

     .price-card-parent {
         margin-top: 20px;
     }


     .price-card:hover {
         font-family: 'Inter';
         border: 1px solid #1B97FF;
         border-top: 10px solid #1B97FF;
         transform: scale(1.02);
     }

     .price-card-green:hover {
         border: 1px solid #00B646;
         font-family: 'Inter';
         border-top: 10px solid #00B646;
         transform: scale(1.02);
     }

     .price-card-red:hover {
         font-family: 'Inter';
         border: 1px solid #D32F2F;
         border-top: 10px solid #D32F2F;
         transform: scale(1.02);
     }

 }

 @media (max-width: 575px) {
     .content-section {
         padding: 120px 0 30px;
     }

     .content-wrapper h1 {
         font-family: 'Inter';
         font-size: 24px;
         line-height: 150%;
     }

     .content-wrapper p {
         font-family: 'Inter';
         line-height: 150%;
     }

     .priceBar p,
     .cal-content p:nth-of-type(1) {
         font-family: 'Inter';
         font-size: 13px;
     }

     .cal-content p:nth-of-type(1) span {
         font-size: 13px;
     }

     .cal-content {
         font-family: 'Inter';
         padding: 39px 20px;
     }

     .price-row {
         font-family: 'Inter';
         gap: 20px;
     }

     .price-includes {
         font-family: 'Inter';
         padding-right: 0;
     }

     .cal-content p:nth-of-type(1) .walletOfferCl {
         display: block;
         margin-top: 10px;
         max-width: max-content;
     }

     .pad {
         overflow-y: auto;
         padding: 15px 26px;
         height: 690px;
     }

     .hideWalletPlanBtn {
         top: 10px;
         right: 10px;
     }

     .pre-head {
         font-size: 19px;
     }
 }