body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background: #f4f4f4;
  }
  
  .green-phone-icon{
    height: 25px;
    margin-left: 25px;
    visibility: hidden;
  }
  .feature-title-left {
    align-self: flex-start; /* Aligns this item to the start of the cross axis */
    text-align: left; /* Aligns text inside the element to the left */
    margin-left: 8%;
  }

  .feature-title-section {
    align-self: flex-start; /* Aligns this item to the start of the cross axis */
    text-align: left; /* Aligns text inside the element to the left */
    margin-left: 9%;
  }
  .feature-title-end {
    align-self: flex-start; /* Aligns this item to the start of the cross axis */
    text-align: left; /* Aligns text inside the element to the left */
    margin-left: 9%;
  }
  
  
  

  .plans-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    
  }

  
  
  .plan, .plan2, .plan3 {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center children horizontally */
    padding: 20px;
    margin: 10px;
    background: #ffffff; /* White background */
    border: 1px solid #ddd; /* Border for the box */
    width: 300px; /* Fixed width */
    text-align: center; /* Center text */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional: adds subtle shadow for depth */
}
.plan {
  height: 525px;
}
.plan2 {
  height: 525px;
}
.plan3 {
  height:525px;
}
.s-coverage {
  color:rgb(94, 92, 92);
}
.gold-coverage {
  color:rgb(94, 92, 92);
}
.p-coverage {
  color:rgb(94, 92, 92);
}



  
  .plan .button1, .plan2 .button2, .plan3 .button3 {
    display: block; 
    text-decoration: none;
    padding: 10px 20px;
    background-color: #5cb85c;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 2.5% auto; 
    margin-right: 2.5%;;
    border-radius: 10px;
    width: 35%; 
    text-align: center;
    font-weight: bold;
}


.plan .button1:hover, .plan2 .button2:hover, .plan3 .button3:hover {
    background-color: #4cae4c; 
}

  .select-plan:hover {
    background-color: #4cae4c;
  }
 
  #price1 {
    color: rgb(46, 32, 241);
    font-weight: bold;
    float: left;
    clear: left;
    font-size: 21px;
    margin-left: -130px; 
    margin-top: -45px;
    margin-bottom: 20px;  
  }


  #price2 {
    color: rgb(46, 32, 241);
    font-weight: bold;
    float: left;
    clear: left;
    font-size: 21px;
    margin-left: -130px; 
    margin-top: -45px;
    margin-bottom: 20px;  
  }



  #price3 {
    color: rgb(46, 32, 241);
    font-weight: bold;
    float: left;
    clear: left;
    font-size: 21px;
    margin-left: -130px; 
    margin-top: -45px;
    margin-bottom: 20px;  
  }
  
  
  @media (max-width: 960px) {
    .plans-container {
      flex-direction: column;
      align-items: center;
    }
  }
  .logo {
    max-width: 175px; 
  height: auto;
   margin-left: 20px;
   margin-top: 10px;
  }
  
  #feature1, #feature2, #feature3 {
    
color:#b9b9b9;

font-size: 105%;
margin-top: 2.5%;
margin-bottom: 0%;
  }
  #feature1 {
    padding-top: 3%;
      }
    
  .gcb1, .gcb2, .gcb3 {
     
     width: 20px; 
    margin-right: 290px; 
    margin-top: 4.6%;
  }
  .gcb1 {
     margin-top: -31%;
  }
  
  .ss {
    height: 33px;
    margin-top: -19%;
    margin-left: -75%;
  }
  .gs {
    height: 33px;
    margin-top: -19%;
    margin-left: -75%;
  }
  .ps {
    height: 33px;
    margin-top: -19%;
    margin-left: -90%;
  }

  #feature4, #feature5, #feature6, #feature7, #feature8, #feature9 {
    color:#b9b9b9;
    
    font-size: 105%;
    margin-top: 2.5%;
    margin-bottom: 0%;
      }
      #feature1 {
        padding-top: 3%;
          }
        
      .gcb4, .gcb5, .gcb6, .gcb7, .gcb8, .gcb9 {
         
         width: 20px; 
        margin-right: 290px; 
        margin-top: 4.8%;
      }
      .gcb4 {
         margin-top: -65%;
      }
  


      #feature10, #feature11, #feature12, #feature13, #feature14, #feature15, #feature16, #feature17, #feature18, #feature19 {
        color:#b9b9b9;
        text-align: left;
        font-size: 105%;
        margin-top: 2.5%;
        margin-bottom: 0%;
          }
          #feature1 {
            padding-top: 3%;
              }
            
          .gcb10, .gcb11, .gcb12, .gcb13, .gcb14, .gcb15, .gcb16, .gcb17, .gcb18, .gcb19 {
             
             width: 20px; 
            margin-right: 290px; 
            margin-top: 4.9%;
          }
          .gcb10 {
             margin-top: -100%;
          }

          @media screen and (max-width: 480px) {


            .logo {
              width: 400px;
            height: auto;
             margin-left: 105px;
             margin-top: 10px;
            }
            .plan {
              height: 325px;
            }
            .plan2 {
              height: 425px;
            }
            .plan3 {
              height:525px;
            }
            .green-phone-icon{
              height: 25px;
              margin-left: 25px;
            }
            








          }
          
 
  