.feature.available .svg-not-available {
 display:none; 
}

.up-to {
  font-family: Poppins !important;
font-weight: 400 !important;
font-style: Regular;
font-size: 20px !important;

line-height: 24px;
color:#1C2E69 !important;
 margin-bottom:0px
}
.expansion {
  font-family: Roboto !important;
font-weight: 400 !important;
font-style: Regular;
font-size: 16px !important;
margin-top:15px;
line-height: 26px;
color:#595959 !important;
  margin-bottom:15px !important

}
.pricing-features  {
    justify-content: start !important;
}
.pricing-desc-2 {
 font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 18px;

line-height: 24px;

color: #595959
}
.pricing-header{
 margin-top:45px; 
}
.pricing-h2 {
 font-family: Poppins;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
color:#1C2E69;
line-height: 46px;
letter-spacing: 0%;
 margin-bottom:0;
}
.feature {
 
            position: relative;
          
       
}
.lightbox-tooltip.active {
   
    z-index: 9999;
}
   .hover-lightbox {
            position: relative;
            cursor: pointer;
          text-decoration:underline;
  color:#66AB5C;
            display: inline-block;
        }


        .lightbox-tooltip {
            position: absolute;
            left: 76%;
            top: -217%;
            transform: translateX(-50%);
            width: 220px;
            background: #1C2E69;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            text-align: center;
            font-size: 14px;
            white-space: normal;
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        }

        .lightbox-tooltip.active {
            visibility: visible;
            opacity: 1;
        }

.feature.not-available .svg-available {
 display:none; 
}
.pricing-container {
    max-width: 1240px;
    margin: auto;
}

        .over-title p {
          margin-bottom:5px;
            font-family: Poppins;
            font-size: 28px;
            font-weight: 400;
            line-height: 38px;
            text-align: center;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #1C2E69;
        }

        .pricing-header h1 {
            font-family: Poppins;
font-size: 56px;
font-weight: 600;
line-height: 66px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

        }




        .pricing-main  {
          
          text-align:center;
            font-family: Roboto;
font-size: 22px;
font-weight: 400;
line-height: 32px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #8A8A8A;
        }

        .pricing-name {
              margin-bottom: 0;
            font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 44px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #1C2E69;

        }


.pricing-desc {
font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 24px;

line-height: 24px;
color:#1C2E69;

}

.p-card {
    display: flex
;
  
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid #C9C9C9;
    max-width: 298px;
      width: 298px;
} 

.pricing-head {
    background-color: #F2F2F2;
    border-radius: 16px 16px 0 0;
    padding: 20px 20px;
}

.feature-title.available {
    font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #595959;
}

.feature-title.not-available {
   font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 39px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
    color: #C9C9C9;
}


.feature-title {
 margin:0 !important; 
}

.card-price {
  
    margin-top: 0px;
}
.card-price p {
    font-family: Roboto;
//font-size: 36px;
font-weight: 700;
line-height: 26px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: black;
}

.card-price a {
    text-decoration: none;
    color: white;
    background-color: #66AB5C;
    display: block;
    font-family: Roboto;
font-size: 16px;
font-weight: 500;
line-height: 26px;
text-align: left;
text-underline-position: from-font;
border-radius: 200px;
padding: 10px;
text-align: center;
text-decoration-skip-ink: none;
margin-top: 20px;
}

.pricing-features {
    padding: 20px 20px;
    flex-grow: 1
    ;
    display: flex
;
    flex-direction: column;
}

.pricing-cards {
    margin-top: 30px;
    display: flex;
  justify-content:center;
    gap: 25px
}

.feature {
    display: flex
;
    align-items: start;
      margin-bottom: 15px;
    gap: 8px;
}


.most-popular-tag {
    display: none;
      border-radius: 10px 10px 0px 0px;
}

/* Add blue border and highlight */
.most-popular {
      //transform: translateY(10px);
    border: 3px solid #4A91EB; /* Blue border */
    position: relative;
      margin-top: -38px;
    border-radius: 16px; /* Rounded corners */
   // overflow: hidden; /* Ensures elements inside don't overflow */
}
.most-popular .pricing-head {
     border-radius:  0 0; 
}
/* Style for the Most Popular tag */
.most-popular .most-popular-tag {
    display: block;
    background-color: #4A91EB;
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
    width: 100%;
   
    top: 0;
    left: 0;
}

/* Ensure the header background remains white */
.most-popular .pricing-head {
    //background-color: white;
   
}

@media screen and (max-width:780px) {
  .p-card {
        max-width: 100%;
       width: 90%;
  }
  
  .most-popular {
    margin-top:15px;
  }
  
    .pricing-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.svg-available {
 min-width:14px;
  min-height:14px;
  margin-top:4px;
}


.blue-box {
  border-radius:8px;
  margin-top:20px;
    margin-bottom:20px;
 height:135px; 
  font-family: Roboto;
font-weight: 400;
font-style: Italic;
font-size: 18px;
background:#4A91EB33;
  padding:15px;
line-height: 26px;
letter-spacing: 0%;
color:#1C2E69;
}


  .lightbox {
            display: none ;
             z-index: 99;
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            
            justify-content: center;
            align-items: center;
        }
        .lightbox-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            text-align: start;
            position: relative;
            width: 80%;
            max-width: 500px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        }

.lightbox h3 {
    color: #1c2e69;
    font-family: "Poppins";
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 18px;
            cursor: pointer;
        }


