/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
form {
  background-color: #D0E2F2;
}
.form-title {
  background-color: transparent;
}
textarea {
    min-height: 10px;!important
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.column {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}

.column h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.column p {
    margin: 5px 0;
}

.blue-bg {
    background-color: #007BFF;
    color: white;
}
/*product comparison*/
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
th {
  background-color: #ffffff;
  border: 1px solid #ddd;
  font-weight: 600;
  padding: 0.75em;
}
td:first-child {
  border-left: 1px solid #ddd;
}
.product-comparison-table th {
  text-align: center;
}
td {
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0.75em;
}
.product-comparison-table th:first-child {
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  display: none;
  text-align: left;
  vertical-align: bottom;
}

@media screen and (min-width: 200px) {
  .product-comparison-table th:first-child {
    display: table-cell;
  }
}

.product-comparison-table tbody {
  display: none;
}

@media screen and (min-width: 200px) {
  .product-comparison-table tbody {
    display: table-row-group;
  }
}

.product-comparison-table tfoot td:first-child {
  background-color: transparent;
  border-bottom: 0;
  border-left: 0;
  display: none;
}

@media screen and (min-width: 200px) {
  .product-comparison-table tfoot td:first-child {
    display: table-cell;
  }
}

.product-comparison-table .product-header {
  padding: 1.5em;
}
.product-header h4 {
  color: #122755;
  font-size: 1.44em !important;
}
@media screen and (max-width: 600px) {
  .product-header h4 {
    font-size: 0.7em !important;
  }
}

.product-comparison-table .product-description,
.product-comparison-table .feature-description {
  font-size: 0.83333em;
  font-weight: 400;
}

.product-comparison-table .product-description {
  min-height: 5rem;
}

.product-comparison-table .product-pricing {
  display: inline-block;
  font-weight: 700;
  margin-top: 1.5em;
  text-transform: uppercase;
}

.product-comparison-table .feature-presence {
  text-align: center;
  font-size: 0.8em;
}

.product-comparison-table .table-actions {
  margin-bottom: 0.75em;
}
.product-comparison-table .product-header {
  padding: 1.5em;
}
.product-comparison-table .product-description,
.product-comparison-table .feature-description {
  font-size: 1em;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .product-comparison-table .product-description,
  .product-comparison-table .feature-description {
    font-size: 0.7em;
    font-weight: 400;
  }
}

.table-actions {
  padding: 1.5em;
  text-align: center;
}

.top-selling {
  background-color: #217cc3;
  color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 0cap;
}
thead th,
thead td {
  background-color: transparent;
}

.ft-top-col {
  border-bottom: #ffffff 1px solid;
  border-radius: 25px 25px 0 0;
}
.ft-top-col h4 {
  color: #ffffff;
  font-size: 1.44em !important;
}
@media screen and (max-width: 600px) {
  .ft-top-col h4 {
    font-size: 0.7em !important;
  }
}
.product-image {
  width: 150px; /* Adjust the width as needed */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Ensure it doesn't exceed table cell */
  max-height: 150px;
}
.comp-icon {
  color: rgba(33, 124, 195, 0.27);
}
.fas {
  font-size: 2em;
  padding: 2%;
}
.fa-solid {
  font-size: 2em;
}
.product-comparison-table {
  border: none !important;
}
.table-actions a {
  color: #217CC3;
  font-weight: 900;
  font-size: 1.2em;
  
}
.feature-presence th, td {
  color: black;
}