@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

 h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
  text-align: left;
    font-size: 24px;
    font-weight: 600;
}

.decorated_heading_2{     font-weight: 600;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

a{
text-decoration: none;
color:inherit;
}
button{
cursor: pointer;
}

















  .features_section{
    margin-top: 50px;
    width: 100%;
    padding: 0 120px;
    display: flex;
    gap: 40px;
}
.features_section .coloumn_1{
    width: 45%;
}

.features_section .coloumn_2{
    width: 55%;
}

.features_section .content{
    width: 100%;
}
.features_section .price_container{
  width: 100%;
}
.features_section .price_table{
  padding: 24px;
  width: 80%;
  text-align: left;
  border: 1px solid #eaecef;
  border-radius: 10px;
  background-color: rgb(249, 249, 249);
  color: #32465F;
  line-height: 1.6;
  }
  .price_table .price_portion{
  padding-bottom: 24px;
  border-bottom: 1px solid #32465f1f;
  }
   .price_portion h3{
  font-size: 30px; 
  font-weight: 600;
  color: #040910;
  }
  .price_portion p{
  margin-top: 16px;  
  }
  .price_table p{
    font-size: 14px;  
  }
  .price_table .features_list{
  margin-top: 24px;
  }
  .price_table .feature {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    font-weight: 600;
  } 
  .feature i{
    font-size: 16px;
    font-weight: bold !important;
  }
  .price_table .action {
    margin-top: 64px;
    text-align: center;
  } 
  .price_table button{
    padding: 6px 15px;
    border-radius: 18px;
    color: white;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: green;
  }
.features_section table {
  width: 100%;
}
.features_section th, .features_section td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.features_section th {
  background-color: #f2f2f2;
}
.features_section tr:nth-child(even) {
  background-color: #f9f9f9;
}
.features_section tr:hover {
  background-color: #f1f1f1;
}
















@media only screen and (max-width: 768px) {

  /* all sections common responsiveness*/

  html, body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden; /* Prevents horizontal scrolling */
      margin: 0;
      padding: 0;
  }
  .first_section {
    margin-top: 120px ;
  }
  .section  {
  flex-wrap: wrap ;
  padding: 0 15px;
  gap: 30px;
  }
  .section .row{
      flex-wrap: wrap ;
      gap: 30px;
  }
  .section .column  {
      width: 100% ;
      justify-content: center;
  }
  .section .content  {
      padding: 0 ;
  }
  .section .flex_container{
      flex-wrap: wrap ;
      gap:30px;
  }
  .section .flex_item{
      width: 100% ;
      margin-top: 0;
      padding: 30px ;
  }
  .section  h1,h2,h3,h4,h5{
font-weight: 600;
} .decorated_heading_1{     font-weight: 600;
      text-align: center ;
  }

  .section .decorated_heading_1::after{
      margin-left: auto ;
      margin-right: auto ;
  }


}



















@media only screen and (min-width: 769px) and (max-width: 1024px) {

  /* all sections common responsiveness*/

  html, body {
      width: 100%;
      max-width: 100%;
      overflow-x: hidden; /* Prevents horizontal scrolling */
      margin: 0;
      padding: 0;
  }
  .first_section {
      margin-top: 120px ;
    }
  .section  {
  padding: 0 45px;
  }
  .body_content{
    margin: auto;
    width: 100%;
  }
  .section .flex_container{
    flex-wrap: wrap ;
    gap:30px;
}
.features_section .price_table{
width: 100%;
}
}









