/* Make main-content padding responsive */
.main-content {
    padding: clamp(16rem, 6vw, 10rem) clamp(12.5rem, 5vw, 6rem) clamp(2rem, 4vw, 5rem);
}

/* Responsive Typography */
h1,
.header-content .title-1 h1 {
    font-size: clamp(1.5rem, 2.5vw + 1rem, 2.5rem);
    line-height: 1.2;
    color: #f9f9f9;
    /* margin-bottom: 2rem; */
}

.header-content {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    /* flex-wrap: wrap; */
}



/* Title styles */
.header-content .title-1 {
    flex: 1 1 170px;
    min-width: 200px;
    text-align: left;
    margin-bottom: 3rem;
}
/* Responsive heading */
.header-content .title h1 {
    font-size: clamp(3.125rem, 2vw + 1rem, 2.5rem);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2rem;
}

/* Image/Dropdown container */
.image-dropdowns {
    flex: 3 1 500px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    gap: 0.5rem;
}

.image-dropdowns .column {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-width: 300px;
}
.w-full {
    width:100%
}

.mb-0 {
    margin-bottom: 0px;
}

.custom-select option {
    background-color: #0f1315;
    color: white;
}

/* Comparison Table Responsiveness */
.comparison-table {
    width: 100%;
    overflow-x: auto;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.comparison-table td {
    padding: 30px 0 30px 50px;
    text-align: center;
    font-size: clamp(1.5625rem, 1vw, 1rem);
    vertical-align: middle;
    font-weight: 700;
    color: #F9F9F9;
}

.comparison-table tr:not(:first-child) {
    border-top: 1px solid #455785;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 300;
    color: #f9f9f9;
    width: auto;
    min-width: 150px;
    font-size: 25px;
    line-height: 1.1;
}

.comparison-table .highlight {
    color: #7DABFF;
    font-weight: 600;
}


/* Disclaimer */
.disclaimer {
    font-size: clamp(1rem, 1vw, 0.85rem);
    font-weight: 300;
    color: #71716F;
    margin-top: 4rem;
    line-height: 1.6;
    padding: 0 1rem;
    text-align: left;
}

/* Small screens */
@media (max-width: 768px) {
    .comparison-table td {
        padding: 10px 0 10px 10px !important;
        font-size: 15px !important;
        text-align: center;
        /* font-size: clamp(1.5625rem, 1vw, 1rem); */
        vertical-align: middle;
        font-weight: 700;
    }
    .header-content {
        /* flex-direction: column; */
        /* align-items: center; */
        /* text-align: center; */
        gap: 0.50rem;
    }
    .header-content .title-1 {
        text-align: left !important;
        margin-top: 0rem !important;
        font-size: 30px !important;
        margin-bottom: 1rem;
        min-width: 150px;
    }
    .header-content .title-1 h1 {
        font-size: 25px !important;
    }

    .image-dropdowns {
        justify-content: center;
    }

    .comparison-table table {
        font-size: 0.85rem;
    }

    .disclaimer {
        text-align: center;
    }
}

@media (max-width: 1294px) {
    .main-content {
        padding: clamp(8rem, 6vw, 10rem) clamp(1.5rem, 5vw, 6rem) clamp(2rem, 4vw, 5rem);
    }

    .header-content {
        align-items: flex-start;
    }
}
@media (max-width: 1200px) {
    .comparison-table td {
        padding: 20px 0 20px 20px;
        font-size: 20px;
        text-align: center;
        /* font-size: clamp(1.5625rem, 1vw, 1rem); */
        vertical-align: middle;
        font-weight: 700;
    }
    .comparison-table td:first-child {
        text-align: left;
        font-weight: 300;
        color: #f9f9f9;
        width: auto;
        min-width: 150px;
        font-size: 20px;
        line-height: 1.1;
    }
    
}
@media (max-width: 1300px) and (min-width:1025px){ 
  .feature-card.wide2 {
    grid-column: span 3;
  }
}

@media (max-width: 924px) {

    .main-content {
        padding: clamp(4rem, 6vw, 10rem) clamp(1.5rem, 5vw, 6rem) clamp(2rem, 4vw, 5rem);
    }
    .header-content .title-1 {
        margin-bottom: 0;
        /* margin-top: 2rem; */
        font-size: 1rem;
        text-align: center;
    }
    h1,
    .header-content .title-1 h1 {
        margin-bottom: 0;

    }
}
@media (max-width: 999px) {
    /* .header-content .title-1 {
    font-size: 1rem;
    } */
}

@media (max-width: 768px) {
    .header-content .title-1 {
        margin-top: 4rem;
        flex: 1 1;
        width: 100%;
    }
}

@media (max-width: 530px) {
    .header-content .title-1 {
        margin-top: 6rem;
        width: 100%;
    }
}

@media (min-width: 1309px) and (max-width: 1329px) {
    .comparison-table td {
        padding: 20px 0 20px 20px;
        font-size: 16px;
        text-align: center;
        /* font-size: clamp(1.5625rem, 1vw, 1rem); */
        vertical-align: middle;
        font-weight: 700;
    }
    .comparison-table td:first-child {
        text-align: left;
        font-weight: 300;
        color: #f9f9f9;
        width: auto;
        min-width: 150px;
        font-size: 16px;
        line-height: 1.1;
    }
  }


  /* Desktop view: show the full table */
/* Default styles for desktop */

  
  .comparison-table-responsive {
    display: none;
  }
  
  .comparison-pair {
    display: none;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #455785;
    border-radius: 8px;
    color: #fff;
  }
  .comparison-block{
    display: none;
  }
  .product-image-1 {
    display: none;
  }
 .title-2 {
    display: none;
 } 
  /* ===== Mobile view ===== */
  @media (max-width: 766px) {
    .comparison-table {
      display: none;
    }
    .comparison-block{
        display: block;
      }
    .header-content-display{
        display: none;
    }
    .title-2 {
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
        color: #F9F9F9;
      }
    
      .title-2 h1 {
        line-height: 1.3;
      }
    }
  
    .comparison-block {
      padding: 16px;
      border-radius: 8px;
      margin-bottom: 24px;
    }
  
    .product-image-1 {
      display: flex;
      justify-content: center;
      height: 15vh !important;
      align-items: center;
      background-color: #162D66;
      margin-bottom: 16px;
    }
  
    .product-image-1 img {
      width: 30%;
      height: auto;
      max-width: 100%;
    }
  
    .comparison-table-responsive {
      display: flex;
      flex-direction: column;
    }
  
    .comparison-pair {
      display: flex;
      justify-content: space-between;
      padding: 12px;
      border: 1px solid #455785;
      border-radius: 2px;
      color: #fff;
    }
  
    .property {
      font-weight: 300;
      color: #F9F9F9;
      flex: 1;
    }
    .highlight {
        color: #7DABFF !important;
        font-weight: 600 !important;
    }
  
    .value {
      flex: 1;
      text-align: right;
      font-weight: 700;
      color: #F9F9F9;
    }
@media (min-width: 1920px) { 
    .max-1920px {
        margin-left: auto;
        margin-right: auto;
        max-width: 1920px;
}
}

@media (max-width: 1745.45px) {
    .px-40 {
        padding-left: 11.36rem;
        padding-right: 11.36rem;
    }

    /* .mx-16 {
        margin-left: 11.36rem;
        margin-right: 11.36rem;
    } */

}

@media (max-width: 1536px) {
    
    .px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    .header-content .title-1 {
        flex: 1 1 170px;
        min-width: 200px;
        text-align: left;
        margin-bottom: 1.5rem;
    }
    .comparison-table td {
        /* padding: 20px 0 20px 20px; */
        font-size: 20px;
        /* text-align: center; */
        /* font-size: clamp(1.5625rem, 1vw, 1rem); */
        /* vertical-align: middle; */
        /* font-weight: 700; */
    }
    .comparison-table td:first-child {
        /* text-align: left; */
        /* font-weight: 300; */
        /* color: #f9f9f9; */
        /* width: auto; */
        /* min-width: 150px; */
        font-size: 20px;
        /* line-height: 1.1; */
    }
        .spec-btn {
            font-size: 20px !important;
          }

   
}
@media (max-width: 1100px) {
    
    .tech-specs {
        padding: 20px !important;
      }

}
@media (max-width: 1280px) {
    .px-40 {
        padding-left: 8.33rem;
        padding-right: 8.33rem;
    }
    .comparison-table td {
        /* padding: 20px 0 20px 20px; */
        font-size: 16px;
        /* text-align: center; */
        /* font-size: clamp(1.5625rem, 1vw, 1rem); */
        /* vertical-align: middle; */
        /* font-weight: 700; */
    }
    .comparison-table td:first-child {
        /* text-align: left; */
        /* font-weight: 300; */
        /* color: #f9f9f9; */
        /* width: auto; */
        /* min-width: 150px; */
        font-size: 16px;
        /* line-height: 1.1; */
    }
    .header-content .title-1 h1 {
        font-size: 30px;
        }
        .spec-btn {
            font-size: 16px !important;
          }
}
@media (max-width: 1308px) {

    .comparison-table td {
        padding: 20px 0 20px 20px;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        font-weight: 700;
    }
    .comparison-table td:first-child {
        text-align: left;
        font-weight: 300;
        color: #f9f9f9;
        width: auto;
        min-width: 150px;
        font-size: 16px;
        line-height: 1.1;
    }
    .header-content .title-1 h1 {
        font-size: 30px;
        }
        .spec-btn {
            font-size: 16px !important;
          }
}
.features {
    padding: 100px 200px 150px;
}
.feature-card {
    padding: 35px;
}

@media (max-width: 1745.45px) {
    .features {
        padding: 100px 181.76px 150px;
    }
    .feature-card {
        padding: 35px;
    }
}

@media (max-width: 1536px) {
    .features {
        padding: 100px 160px 150px;
    }
    .feature-card {
        padding: 30px;
    }

}



@media (max-width: 1280px) {
    .features {
        padding: 100px 133.28px 150px;
    }
    .feature-card {
        padding: 30px;
    }

    .feature-card h3 {
        font-size: 20px !important;
        line-height: 25px;
    }

}
.product-info-Localized-block .w-64.product-logo {
  width: 20rem
}
  