body {
    font-family: "Oswald", sans-serif;
}

.products-section2 {
   padding: 60px 0;
}

.products-section2 h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400 !important;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.products-section2 p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 40px;
    max-width: 400px;
}
.products-section2 p {
    font-size: 25px;
    line-height: 1.3;
    max-width: 400px;
    margin-bottom: 40px;
    font-weight: 300;
}


.product-card2 {

    text-align: center;
    height: 100%;
    transition: 0.3s;
    margin-bottom: 15px;
}

.product-card2 img {
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    /* width: 100%; */
    margin-bottom: 10px;
}

.product-title2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}



/* banner-section */
.banner-section{
    padding: 40px 0;
}
.banner-section h1{
    font-size: 40px;
    margin-bottom: 25px;
}
.banner-section h4{
    font-size: 28px;
   margin-bottom: 25px;
}
.banner-section p{
    font-size: 24px;
    padding-bottom: 20px;
    letter-spacing; 4px:
}
.img_name{
    
    font-size: 20px;
    padding: 5px 10px;
}
/* Products */
.products-section ul li {
   list-style: none;
   margin-bottom: 20px;
}



.customerView a{text-decoration: none;}


/* Responsive adjustments for mobile */
@media (max-width:992px) {
   
    .featured{
        display: none;
    }
    .banner-section h1{
        font-size: 30px;
    }
  .banner-section h4{
    font-size: 22px;
  }
  .banner-section p{
    font-size: 18px;
    letter-spacing; 4px;
  }
  .img_name{
    font-size: 16px;
  }
  .mobile_view.banner-section h4{
    background: linear-gradient(135deg, #0b5f66, #0aa3ad);
    color: #fff;
    padding:10px 20px;
    margin: 0;
  }
  
}

@media (max-width: 768px) {
    .hero::before {
        /* On mobile, make the overlay darker so text remains readable */
        background: rgba(0, 151, 167, 0.85);
    }.banner-section h1{
        font-size: 20px;
    }
   
  .products-section ul li {
    width: 30%;
    height: auto;
    margin-bottom: 20px;
}
.products-section ul {
    justify-content: normal !important;
    gap: 15px;
}
.product-card img{
    height: auto !important;
}
.banner-section p{
    font-size: 16px;
  }
    .content {
        padding: 0 5%;
        text-align: left;
    }

  
}
@media (max-width:576px){
    .banner-section h1{
        font-size: 18px;
    }
}

  /*-- ===== PRODUCT OVERVIEW ===== --*/

.feature-list li{
    font-weight:500;
    /* line-height: 1; */
    font-size: 20px;
    list-style: none;
    letter-spacing: 0.5px;
}
.btn-group{
    flex-wrap: wrap;
}
.btn-group .btn-dark{
    background-color: #028793;
    padding: 8px 20px;
    border-radius: 0 !important;
    border:none;
}
.btn-group .btn-info
{
    background: #0bbcd6 !important;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 0;
    /* border: 1px solid #fff; */
    letter-spacing: 0.8px;
}

.btn-products{
    background: #0bbcd6 !important;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 0;
    border: 1px solid #fff;
    letter-spacing: 0.8px;
   
}

.product-card{
   
    text-align:center;
    height:100%;
    transition:0.3s;
}

.product-card img{
    max-width:100%;
    height:180px;
    object-fit:contain;
}

.product-title{
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
}
.the_packge{
    font-size: 25px;
    font-weight: 200 !important;
    letter-spacing: 1.3px;
    color: #bcc9cb;
}
@media (min-width: 1200px){
    .container{
        max-width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

/*=======featured section=====*/
.featured h2{
    font-size: 40px;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #0097a7;
}
.featured h6{
    font-size: 30px;
    letter-spacing: 1px;
    color: #0097a7;
    padding: 0 20px;
    text-transform: uppercase;
}
.featured img{
    width: 100%;
    /* height: 150px; */
    object-fit: contain;
}

.tabs{
  display:flex;
  gap:8px;
  padding:15px;
  margin: 20px 0 5px;
}

.tabs button{
  flex:1;
  border:none;
  padding:10px;
  cursor:pointer;
  background:#0a8a90;
  color: #fff;
  border-radius: 5px;
}

.tabs .active{
  background:#02595e;
  color:#fff;
}
.cta{
  text-align:center;
  padding:20px;
}

.cta a{
  background:#0a8a90;
  color:#fff;
  padding:12px 20px;
  text-decoration:none;
  font-size:20px;
  display:inline-block;
  width: 100%;
  border-radius: 5px;
}