.hero-sectionn {
       background: #2464ee0a;
    padding-bottom: 0px;
    margin-top: 10%;
    margin-top: calc(60px + 82px) !important;
}

.hero-container {
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 504px;
}

.hero-left {
    padding-left: 6%;
    flex: 1;

}

.hero_heading {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 15px !important;
    color:#2f2b2b;
    font-weight: 500;
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif !important;
}

.hero-description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 34px !important;
    color: #4b5563;
    font-weight: 400;
    /* max-width: 540px; */
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    font-family: 'Poppins', sans-serif !important;
}

.hero-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-right img {
    object-fit: contain;
    margin-right: 0;
    margin-top: 37px;
}

.hero-btn {
    background: var(--primary);
    border-radius: 8px;
    padding: 12px 23px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;

}
.hero-btn svg{
    width: 15px;
    height: 15px;
    margin-left: 7px;
}

.hero-btn:hover {
    color: #fff;
}

.features-section {
    background:#F9F9F9;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #1f1f1f;
}

.section_t {
    color: #6b7280;
    font-size: 18px;
}
.patients-list path{
   
    fill: #1f9c4a;
}
.patients-list svg{
    width:20px;
    height:20px;
}
.feature-C {
  background: #fff;
    border-radius: 16px;
    padding: 40px 33px 40px;
    text-align: center;
    border: 1px solid #e5e7eb;
    /* box-shadow: 0px 1px 4px #2464ee40; */
    transition: all 0.35s 
ease;
    height: 100%;
}
.features-section{
    padding:75px 0px;
}
.section-title{
        font-size: 32px !important;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.feature-C:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #e8f0ff;
    color: #2464EE;
    background: var(--primary-light, #e8f0fe);
    border: 2px solid var(--primary-color, #2464ee);
    border-radius: 14px;
    color: var(--primary-color, #2464ee);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 12px;
    margin: 0 auto 20px;
    transition: all 0.35s ease;
}

.feature-C:hover .feature-icon {
    background: #2464ee;
    color: #fff;
}

.feature-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 26px !important;
    margin-bottom: 5px !important;
}

.pract_col {
    padding: 0px 7px !important;
    margin-bottom: 15px !important;
}

.pratice_main {
    margin-right: auto !important;
    margin-left: auto !important;
    align-items: normal !important;
    justify-content: flex-end !important;
    margin-top:40px;
}

.feature-text {
    font-size: 16px;
    color: #656565;
    line-height: 1.5;
    font-weight: 400;
}
.trusted-section {
   background: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.trusted-title {
       font-size: 40px !important;
    font-weight: 500;
    margin-bottom: 5px !important;
    color:#222222;
    line-height: 1.2;
}

.trusted-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 15px !important;
}

.trusted-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 22px;
    background: #ffffff;
    border-radius: 40px;
   border: 2px solid #2464ee;
    font-size: 15px;
    font-weight: 500;
    color: #565656;
    transition: all 0.3s 
ease;
    cursor: default;
    transition: all 0.3s ease;
    cursor: default;
}
.patients-illustration {
    width:100% !important;
}
.trusted-section{
    padding:80px 0px;
}
.trusted-badge path {
    font-size: 18px;
    fill: #2464ee !important;
}
.illus_image{
    display: flex;
    justify-content: end;
}
.illus_image img{
width:60% !important;
}
.trusted-badge:hover {
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.trusted-illustration {
    max-width: 420px;
}

.patients-security-section {
    background: #f8fafb;
}

.patients-g-sec2{
    padding-right: 20px;
}
.pat_r{
display: grid;
grid-template-columns:1fr 1fr;
gap:100px;
}
.patients-title {
       font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 12px !important;
}

.patients-desc {
    font-size: 20px;
    color: #444343;
    line-height: 1.4;
    /* max-width: 480px; */
    margin-bottom: 20px !important;
}

.patients-sub-heading {
        font-size: 18px;
    font-weight: 400;
    color: #656565;
    margin-bottom: 16px !important;
}

.patients-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.patients-list li {
   display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #656565;
    margin-bottom: 12px;
}
.patients-check-icon {
  width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #1f9c4a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.patients-check-icon path{
    fill:#1f9c4a;
}

.patients-check-icon i {
    color: #1f9c4a;                  
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.patients-check-icon svg{
        width: 11px;
}



.patients-link {
   display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #2464ee;
    text-decoration: none;
    transition: 0.3s 
ease
}

.patients-link i {
    transition: transform 0.3s ease;
}

.patients-link:hover i {
    transform: translateX(4px);
}

/* IMAGE */
.patients-illustration {
    max-width: 100% !important;
    height: auto;
}
.patients-security-section{
   padding-top: 91px;
    padding-bottom: 74px;
}
.patent_col_img {
    display: flex;
    justify-content: end;
}
.pat_glo2{
    display: flex;
    justify-content: end;
}
.patients-security-sec2{

    background: #f8fafb;
    padding-top:35px;
}
.pat_tit2{
    padding-left:55px !important;
}
.pat_r{
    display: flex !important;
    justify-content: space-between !important;
}


.how-it-works-section {
    background: #fff;
    padding-top: 90px;
    padding-bottom:90px;
}
.last_paten{
    padding-bottom:60px;
}

.how-title {
      font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 12px !important;
}

.how-subtitle {
       font-size: 18px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
    margin-bottom:65px !important;
}


.how-step {
    position: relative;
    margin-bottom: 40px;
}


.half-check {
    width: 120px;
    height: 120px;
    background: #e8f0ff;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
   
}
.half_c1 path{
fill: #0A66C2;
}
.half_c2 path{
fill: #0E9AA7;
}
.half_c3 path{
    fill: #0B2545;
}
.half_c4 path{
fill: #F4B400;
}

.half-check i {
    font-size: 40px;
    color: #2b66f0;
}
.how-step-text {
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
    font-weight: 500;
    line-height: 1.4;
}

.how-watch-link {
    color: #2464ee;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.how-watch-link i {
    margin-left: 5px;
}

.dotted_row {
    position: relative;
}

.dotted_row::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 8%;
    right: 8%;
    height: 1px;
    border-top: 2px dashed #d1dbe6;
    z-index: 0;
}
.finance-card-right{
    position: relative;
}
.finance-img img{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.finance-img{
    height:100%;
}
.fin_img{
    width:150px !important;
}
.finance-link svg{
    margin-left:7px !important;
}
.finance-section {
    background: #f8fafb !important;
}
.fin_row{
    align-items: normal !important;
}
@media (max-width: 767px) {
    .dotted_row::before {
        display: none;
    }

    .half-check {
        width: 100px;
        height: 100px;
    }

    .half-check i {
        font-size: 32px;
    }
}


.how-video-wrapper {
       max-width: 800px;
       position: relative;
    margin: 0 auto;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}
.half-check svg{
        width: 58px;
    height: 58px;
}



.finance-section {
    background: #fff;
    padding:60px 0px;
}

.finance-title {
    font-size: 40px;
    font-weight: 500;
    color: #1f2937;
}

.finance-subtitle {
   font-size: 18px;
    color: #6b7280;
    margin-top: 8px !important;
}


.finance-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    min-height: 210px;
}
.fin_vv1{
background: #d2f3d996;
    border-radius: 10px;
    padding:25px;
    position: relative;
}
.fin_vv{
background: #dfe5ffba;
 padding:25px;
    border-radius: 10px;
    position: relative;
}

.finance-card{
    padding:0px 10px !important;
}

.finance-content {
    width: 50%;
    text-align: left;
}

.finance-card-title {
   font-size: 20px;
    margin-bottom: 8px !important;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
}

.finance-card-text {
       color: #444;
    font-size: 16px;
    margin-bottom: 15px !important;
}

.finance-link {
       color: var(--primary-color, #2464ee);
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: anchor-center;
}

.finance-link i {
    margin-left: 5px;
}

.finance-img img {
    width: 180px;
}


@media(max-width: 767px) {
    .finance-card {
        flex-direction: column;
        text-align: center;
    }
    .finance-content {
        width: 100%;
    }
    .finance-img img {
        margin-top: 20px;
        width: 150px;
    }
}


.smater_sec {
    padding: 90px 0;
    background: #FFFFFF;
}

.main_rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.content_sr {
    flex: 1;
    min-width: 300px;
}

.smater-title {
    font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.3;
}

.smater_para {
  font-size: 19px;
    color: #6b7280;
    /* line-height: 1.4; */
    font-weight: 400;
    text-align: left;
    /* max-width: 480px; */
    margin-bottom: 20px !important;
    margin-top: 17px !important;
}

.smater_btn {
    background: #2464EE;
    color: #fff;
    padding: 11px 26px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}
.smater_btn svg{
    margin-left: 8px !important;
}

.smater_btn i {
    margin-left: 6px;
}

.smater_btn:hover {
    background: #0d4fd8;
    transform: translateY(-2px);
}
.smater_img2{
    width:auto !important;
}
.smater_img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    object-fit: cover;
}
.smater_b{
        display: flex;
    margin-top: 25px !important;
}
.earn_sec{
    background: #f8fafb !important;
    padding:70px 0px;
}

/* Responsive */
@media (max-width: 992px) {
    .smater-title,
    .smater_para {
        text-align: left;
    }
.small_imgs{
width: 100% !important;
max-width: 100% !important;
}
    .smater_btn {
        display: inline-block;
     
    }

    .main_rows {
        text-align: center;
    }
    .support-card {
    
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .main_rows {
        flex-direction: column-reverse;
    }

    .smater_img {
        max-width: 90%;
    }
}


.smallbuss_sec {
    padding: 85px 0;
    background: #ffffff;
    text-align: center;
}

.small_bussnetitle {
    font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
   
    line-height: 1.3;
}

.small_paraa {
       font-size: 19px;
    color: #6b7280;
    /* line-height: 1.4; */
    font-weight: 400;
    margin-bottom: 58px !important;
    margin-top: 15px !important;


}

.small_imgs {
    width: auto !important;
    max-width: 900px;
    margin: 0 auto;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .small_bussnetitle {
        font-size: 26px;
    }

    .small_paraa {
        font-size: 15px;
        padding: 0 15px;
    }

    .small_imgs {
        max-width: 100% !important;
    }
}


.support-system-section {
    background:#f8fafb !important;
    padding: 80px 0;
}

.support-title {
    font-size: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.support-subtitle {
  font-size: 19px;
    color: #6b7280;
    /* line-height: 1.4; */
    font-weight: 400;
    margin-bottom: 48px !important;
    margin-top: 10px !important;
}

.support-card {
   background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #2464ee;
    /* border: 1px solid #eaeaea; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all .3s 
ease;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.support-img {
    width: 100%;
    border-radius: 12px;
    height: auto;
    margin-bottom: 20px;
}

.support-card-title {
    font-size: 20px;
    margin-bottom: 8px !important;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.3;
}

.support-card-desc {
       color: #444;
    font-size: 16px;
    margin-bottom: 15px !important;
}

.support-link {
    font-weight: 600;
    font-size: 16px;
    color: #1766ff;
    text-decoration: none;
    border-top: 1px solid #e7e7e7;
    padding-top: 14px;
    margin-top: 14px;
    width: 100%;
    display: inline-block;
    transition: .3s;
}

.support-link i {
    margin-left: 5px;
}

.support-link:hover {
    color: #0b4ed8;
}
.support-system-section{
    padding:50px 0px;
}


.faq-item {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #676e7f40;
    box-shadow: 0px 1px 5px #80808047;
    background: #fff;
}

.accordion-button {
        background: white !important;
    box-shadow: none !important;
    font-weight: 600;
    padding-bottom: 0px;
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d3d7e4;
    align-items: center;
}
.faq-section h2{
        font-size: 40px;
    font-weight: 500;
    color: #222222 !important;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: center;
}
.faq-section p{
font-size: 19px;
    color: #6b7280;
    /* line-height: 1.4; */
    font-weight: 400;
    text-align: center !important;
    text-align: left;
    /* max-width: 480px; */
    margin-bottom: 43px !important;
    margin-top: 10px !important;
}
.main_acc_b .accordion-body{
     font-size: 16px;
    color: #4b5563;
}
.faq-section .faq_subm{
   padding-top:0px!important;
   
}
.faq_subm{
padding-bottom:0px !important;
}
.acc_btn{
     font-size: 18px;
    font-weight: 500;
    color: #1f2937;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.4;
}
.icon{
       height: 40px;
    background: rgba(36, 100, 238, 0.1);
  
    width: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;

}
.accordion-button .icon::after{
    margin-left:0px !important;
}


.accordion-button:not(.collapsed) {
    background: #ffffff !important;
    border-bottom: 1px solid #eee;
}

.accordion-body {
    background: #ffffff;
    padding: 20px;
}
.accordion-button:not(.collapsed) .icon::after{
    
}

/* Plus/Minus Icons */
.accordion-button .icon::after {
    content: "+";
    font-size: 22px;
    font-weight: bold;
    margin-left: auto;
}

.accordion-button:not(.collapsed) .icon::after {
    content: "–"; /* minus symbol */
    font-size: 28px;
    font-weight: bold;
}
.accordion-button::after{
    display: none !important;
}

.patient-section {
    background: #F6F8FD;
}

.patient-heading {
    font-size: 40px;
    font-weight: 500;
    color: #222222 !important;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}
.rating-number{
    font-weight: 800;
    font-size: 32px;
}
.rating-line {
    font-size: 16px;
    color: #444;
}
.rating-line{
        display: flex;
    justify-content: center;
    align-items: anchor-center;
}
.rating-stars {
   color: #FFC107;
    margin: 0 12px;
    font-size: 32px;
}
.rating-count{
    font-size: 18px;
}
.patient-card {
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #E8E8E8;
    height: 100%;
    text-align: left;
}

.patient-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.patient-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 12px;
}

.patient-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.patient-location {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

.patient-time {
    font-size: 13px;
    color: #777;
}

.patient-stars {
    color: #FFC107;
    font-size: 20px;
    margin-bottom: 14px;
}

.patient-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.patient-role {
  font-weight: 400;
    margin-top: 8px !important;
    font-size: 16px;
    color: #5d677ebd;
}

    .hero-right img{
    width:85% !important;
}
.pract_col{
    width:33.33%;
}
.for_doctext{
    font-size: 16px !important;
    color: #424242 !important;
    margin-top: 14px !important;
}
   
    .paten_secmain{
        padding-bottom:70px;
        padding-top:49px;
    }
@media(min-width:991px) and (max-width:1200px){
.hero-right img{
    width:100% !important;
    
}
.pract_col{
    width:33.33%;
}
 .heal_sec{
        width:25% !important;
    }
}
@media(min-width:768px) and (max-width:990px){
 .pract_col{
    width:50%;
} 
 .hero-right img{
margin-top: 0px !important;
    }  
    .heal_sec{
        width:33.33% !important;
    }
}

@media(min-width:600px) and (max-width:767px){
  .heal_sec{
        width:33.33% !important;
    }
}
@media(min-width:400px) and (max-width:599px){
  .heal_sec{
        width:50% !important;
    }
}
@media(min-width:300px) and (max-width:399px){
  .heal_sec{
        width:100% !important;
    }
}
@media(min-width:630px) and (max-width:767px){
     .pract_col{
    width:50%;
}
.illus_image{
justify-content: left !important;
}
}
@media(min-width:300px) and (max-width:629px){
     .pract_col{
    width:100%;
}
.finance-card{
width: 100% !important;
}
.illus_image{
justify-content: left !important;
}
}
@media(min-width:300px) and (max-width:768px){
.trusted-illustration{
    margin-top: 28px !important;
}
 .hero-right img{
margin-top: 45px !important;
    }
.pat_tit2{
    padding-left:0px !important;
    padding-top: 24px;
}
.pat_glo2{
display: block !important;
}
.patent_col_img{
display: block !important;
}
.patients-illustration{
    width: 100% !important;
}
.pat_r{
    display: block !important;
}

}
@media(min-width:600px) and (max-width:830px){
   .finance-card{
width:50% !important;
   }

}
@media(min-width:300px) and (max-width:599px){
   .finance-card{
width:100% !important;
   }
      .fin_vv{
margin-top:20px;
   }
}
@media(min-width:300px) and (max-width:830px){
.finance-content{
width:100% !important;
}
.finance-img img {
    position: static !important;
    margin-top:20px !important;
}
.finance-content{
width:100% !important;
}
.finance-card{
    display: block !important;
}

.fin_vv1 {
    
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
}


@media (max-width: 1199px) {
    .hero-container {
        height: 460px;
    }
    .hero-right img{
        width:100% !important;
    }
    .hero_heading {
    font-size: 43px;
    margin-top: 30px !important;
    }
    .hero-left{
margin-bottom:11px !important;
    }
  
}
@media (max-width: 991px) {
    .hero-container {
        height: auto;        /* Auto height for better fitting */
        flex-direction: column-reverse;
        text-align: center;
        padding: 0px 0;
    }
}
@media (max-width: 767px) {
    .hero-container {
        flex-direction: column-reverse;
        height: auto;
        text-align: center;
        gap: 30px;
    }
    .hero_heading{
        margin-top:25px !important;
    }
    .hero-sectionn{
margin-top:0px !important;
    }
    .filter_oderr{
       display: flex !important;
        flex-direction: column-reverse !important;
    }
}
.hero-btn{
    transition: var(--transition, all 0.3s 
cubic-bezier(0.4, 0, 0.2, 1));
display:inline-block;
}
.hero-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 100, 238, 0.3);
}
.patients-link{
    display: inline-block;
   
}
.patients-link svg{
 transition: 0.3s 
ease;
margin-left:5px;
}
.patients-link:hover svg{
transform: translateX(4px);
}
.finance-link svg{
     transition: 0.3s ease;
}
.finance-link:hover svg{
   transform: translateX(4px); 
}
.support-link svg{
     transition: 0.3s ease;   
}
.support-link:hover svg{
     transition: 0.3s ease;   
}


.pricing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 25px;
  padding: 20px;
}

.pricing-card {

  border-radius: 20px;
  padding: 25px;

  position: relative;
  overflow: hidden;
}

.pricing-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.price {
  font-size: 30px;
  font-weight: 700;
}
.price span {
  font-size: 14px;
  font-weight: 500;
}

/* TOP ICONS */
.top-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 35px;
  opacity: 0.4;
}

.basic-icon { color: #a8b0c5; }
.standard-icon { color: #a48eff; }
.premium-icon { color: #ffc7a1; }

/* FEATURES */
.features {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.features li {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 6px 0;
}

.yes {
  color: #2ecc71;
}

.no {
  color: #ff4d4d;
}

/* BUTTON */
.pricing-btn {
  width: 100%;
  background: #2463ff;
  color: white;
  border: none;
  padding: 12px 0;
  margin-top: 15px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
/* CARD BACKGROUNDS SAME AS IMAGE */

.pricing-card.basic {
  background: linear-gradient(90deg, #ffffff 0%, #fbfcfd 55%, rgba(233, 236, 241, 0.8) 100%);
}

.pricing-card.standard {
    background: linear-gradient(90deg, #ffffff 0%, #fbf7ff 55%, rgb(234 224 255 / 46%) 100%);
}
.pricing-card.premium {
background: linear-gradient(90deg, #ffffff 0%, #fffaf5 55%, rgb(255 236 217 / 45%) 100%);
}
.eahhs{
    background: none !important;
}
.feahhs{
    background: none !important;
}
.badge-bg svg{
    font-size: 25px;
}






:root{
  --blue:#2463ff;
  --card-radius:14px;
  --muted:#6b7280;
}

/* container grid */
.pricing-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap:22px;
  padding:20px;
  align-items:start;
}

/* base card */
.pricing-card{
  border-radius:18px;
  padding:26px 26px 20px 26px;
  box-shadow: 0 6px 18px rgba(20,30,60,0.06);
  border: 1px solid rgba(15, 23, 42, 0.06);
  position:relative;
  overflow:hidden;
  min-height:640px; /* keep equal height like screenshot */
  display:flex;
  flex-direction:column;
}

/* exact gradients per card (soft right-side glow like image) */
.pricing-card.basic{
  background: linear-gradient(90deg, #ffffff 0%, #fbfcfd 55%, rgba(233,236,241,0.8) 100%);
}

/* header layout */
.pricing-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}

/* title/price on left */
.title-wrap h2{
      font-size: 20px;
    margin: 0 0 1px 0;
    text-align: left;
    font-weight: 600;
    color: #000000;

}
.price{
     font-weight: 700;
    font-size: 22px;
    margin: 0;
    display: flex;
    align-items: anchor-center;
    color: #0b1220;
}
.price span{ font-size:13px; font-weight:500; color:var(--muted); margin-left:6px; }

/* top badge (rounded square) exactly like screenshot */
.top-badge .badge-bg{
  display:inline-flex;
  width:68px;
  height:68px;
  border-radius:12px;
  align-items:center;
  justify-content:center;
  box-shadow: inset 0 6px 18px rgba(255,255,255,0.5), 0 8px 30px rgba(12,18,34,0.03);
}

/* badge fills tuned per card */
.pricing-card.basic .top-badge .badge-bg{
  background: linear-gradient(180deg, rgba(244,247,250,1) 0%, rgba(233,238,243,0.9) 100%);
  color:#9aa6b8;
}
.pricing-card.standard .top-badge .badge-bg{
  background: linear-gradient(180deg, rgba(246,242,255,1) 0%, rgba(233,224,255,0.95) 100%);
  color:#7c65ff;
}
.pricing-card.premium .top-badge .badge-bg{
  background: linear-gradient(180deg, rgba(255,250,245,1) 0%, rgba(255,236,220,0.95) 100%);
  color:#ff8f6b;
}


.top-badge .badge-bg i{
  font-size:28px;
  opacity:0.95;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.03));
}


.features{
  list-style:none;
  padding:0;
  margin:8px 0 0 0;
  flex:1 1 auto;
}
.features li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 6px;
  border-radius:6px;
  color:#0b1220;
  font-size:15px;
  line-height:1.15;
}


.features li .left{
        display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #15202b;
}
.features li .right{
  color:#123;
  font-size:14px;
  opacity:0.9;
  min-width:30px;
  text-align:right;
}
.feat_mnm{
    background: none !important;
}


.yes{ color:#29a745; font-size:17px; }
.no{ color:#ff5e5e; font-size:18px; }


.pricing-btn{
      background: #2464EE;
    color: #fff;
    border: none;
    width: 100%;
    padding: 9px 18px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 18px;
    transition: 0.3s 
ease;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(36, 99, 255, 0.18);
}

.pricing-btn:hover{
    background: #0d4fd8;
    transform: translateY(-2px);
}

@media (max-width:900px){
  .pricing-container{ grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); }
  .pricing-card{ min-height:620px; padding:22px; }
  .top-badge .badge-bg{ width:60px; height:60px; }
}
@media (max-width:480px){
  .pricing-card{ min-height:unset; padding:18px; }
  .top-badge .badge-bg{ width:54px; height:54px; }
  .price{ font-size:24px; }
  .features li{ padding:8px 4px; font-size:14px; }
}

.text_scrolll {
  max-height: 180px;
  /* height: 99px; */
  overflow-y: auto;
  scrollbar-width: thin; 
  scrollbar-color: #0c439f5c #f1f1f1;
  padding-right: 6px;
}

/* WebKit Browsers (Chrome, Edge, Safari) */
.text_scrolll::-webkit-scrollbar {
  width: 6px;
}

.text_scrolll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.text_scrolll::-webkit-scrollbar-thumb {
  background-color: #0c439f5c;
  border-radius: 10px;
}

/* .yt-play-btn svg{
    width: 63px;
    height: 63px;
    position: absolute;
    left: 48%;
    top: 40%;
}
.video-container_main{
    max-width: 1200px;
    width: 100%;
    height: 365px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
} */


.video-container_main {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* Thumbnail & video same size */
.video-thumb-img,
video {
    width: 100%;
 
    object-fit: contain;
}

.video-thumb-text img{
    width:21%;

}



/* Video hidden initially */
video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    height: 100%;
}

/* Thumbnail text */
.video-thumb-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: white;
    border: 3px solid black;
    color: black;
    font-size: 17px;
    font-weight: 500;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Play button */
.yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 64px;
    cursor: pointer;
    z-index: 4;
}

.yt-play-btn svg {
    width: 100%;
    height: 100%;
}



.dotted_row2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 28%;
    right: 26%;
    height: 1px;
    border-top: 2px dashed #d1dbe6;
    z-index: 0;
}
.dotted_row2 {
    position: relative;
}
@media(min-width:300px) and (max-width:768px){
    .highlight_2{
font-size: 25px !important;
    }
}
@media(min-width:769px) and (max-width:1290px){
    .highlight_2{
font-size: 29px !important;
    }
}

.video-container_main {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;

}

/* Thumbnail & video */
.video-thumb-img,
video {
    width: 100%;
   
    object-fit: contain;
}

/* Video hidden initially */
video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

/* TOP BAR */
.video-thumb-text1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 12px;
    background: black;
    color: white;
    font-size: 17px;
    font-weight: 500;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.video-thumb-text1 img {
       width: 116px;
    background: white;
    padding: 5px;
  
}

/* SIDE THUMB */
.side_thumb {
       position: absolute;
    top: 150px;
    left: 0;
    padding: 29px 14px;
    background: rgba(255, 252, 252, 0.5);
    border-radius: 0 16px 16px 0;
    z-index: 3;
    max-width: 255px;
    text-align: left;
}

.side_thumb img {
        width: 57%;
    margin-bottom: 12px;
}

.side_thumb small {
    display: block;
    font-size: 15px;
    color: #555;
    margin-bottom: 6px;
}

.side_thumb p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #2e2e2e;
}

/* Play button */
.yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 64px;
    cursor: pointer;
    z-index: 4;
}

.yt-play-btn svg {
    width: 100%;
    height: 100%;
}
