body, html {
    max-width: 100%;
    overflow-x: hidden;
}
.phone_div1 form {
    display: none;
    justify-content: end;
}

.page-wrapper{
    padding-top: 8rem;
}
.home-content {
    flex: 1 1 auto;
    margin-left: 250px;
    /* padding: 2px 7px; */
    transition: margin-left 0.3s ease;
    min-width: 0;
    min-height: 100vh;
    /* background: #F6FFF7; */
    box-sizing: border-box;
}
.hpgrid {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: white;
}
h2{
  font-size: x-large;
}
.layout-container {
  display: flex;
  flex-wrap: nowrap;
}
.pwrap {
    display: grid;
}
#sidebarCol, #mainCol {
    transition: flex-basis .25s ease, max-width .25s ease;
}
.tproduct {
    background: #056b3c;
    color: #215d0e;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 3.5em;
}
.url {
    font-size: 15px;
    color: #215d0e;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-right: 1em;
}
.url a {
    background: transparent;
    color: #f2c84a;
    padding: 5px 20px;
    border-radius: 22px;
    text-decoration: none;
    border: 1px solid gold;
}
.url button {
    background: transparent;
    color: rgb(231, 197, 2);
    padding: 5px 20px;
    border-radius: 42px;
    border: 1px solid gold;
}
.section-1 {
    margin-top: 2rem;
}
.product-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.product-image-section, .product-description-section {
    flex: 1 1 300px;
}
.pro-img {
    width: 54%  ;
    margin: auto;
    display: block;
}
.phighlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding-top: 0;
    justify-content: space-around;
}
.hone {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hone img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    padding: 10px;
    border-radius: 50%;
}
.htext {
    text-align: center !important;
    font-size: 13px;
    color: darkblue;
    /* font-family: 'Times New Roman', Times, serif; */
    text-transform: capitalize;
    white-space: wrap;
}
.hedding {
    color: #000000;
    text-align: center;
    font-size: 22px;
}
.spinfo-div {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
}
.spinfo1 {
    padding: 15px;
    margin-right: 0.5%;
    color: #000000;
    text-align: justify;
    font-size: 14px;
    /* font-family: 'Times New Roman', Times, serif; */
    line-height: 24px;
    padding-top: 0;
    margin-top: 1rem;
}
.pro-section {
    background-color: whitesmoke;
}
.subpcard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.subpcard div {
    width: 200px;  
    min-height: 280px;  
    padding: 10px;
    margin: 7px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;
}
.subpcard div a{
    margin: auto;
}
.subpcard div:hover {
    transform: translateY(-5px);
}

.subpcard div img {
    width: 80%;
    height: 150px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.subpcard div h3 {
    text-align: center;
    color: #000000;
    padding: 3px;
    text-decoration: none;
    font-size: 0.9em;
    word-wrap: break-word;  
    overflow-wrap: break-word;
    hyphens: auto;
    max-height: 4.5em;  
    overflow: hidden;
}

.subpcard div h2 {
    text-align: center;
    color: #000000;
    font-size: 0.8em;
    margin-top: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .hbody {
        margin-left: 0;
    }
        .hedding {
        width: 90%;
    }
    body{
    overflow-x: hidden;
}
.home-content {
    flex: 1 1 auto;
    margin-left: 0px;
    transition: margin-left 0.3s ease;
    min-width: 0;
    min-height: 100vh;
    box-sizing: border-box;
}
.hpgrid {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: white;
}
h2{
  font-size: x-large;
}
.layout-container {
  display: flex;
  flex-wrap: nowrap;
}
.footer{
    width: 100%;
    margin-left: 0px;
    left: 0;
}
}
@media only screen and (max-width: 450px) {
    .subpcard div {
        margin:auto;
        /* width: 40%; */
        height: fit-content;
    }
    .subpcard div img {
        height: 150px;
    }
    .subpcard div h3 {
        padding: 0 1px;
        font-size: 10px;
    }
}
