/* banner css start */
.banner-img-wrapper{
    position: relative;

}
.banner-img-wrapper img{
    border-radius: 30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-collection-info{
    position: absolute;
    background-color: #fff;
    padding: 1rem;
    width: 90%;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.home-collection-info .icon-wrapper{
    --size:50px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    background-color: #cff8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-collection-info .icon-wrapper i{
    color: #16a454;
    font-size: 1.1rem;
    
}

.banner-content{
    height: 100%;
}
.certified{
    background-color: #e7f8fd;
    border-radius: 8px;
    padding: .375rem 1rem;
    font-weight: 500;
    font-size: .85rem;
    color: #13b6ec;
    margin-bottom: 1.2rem;
    display: inline-block;
}
.banner-title{
    font-size: clamp(24px, 4vw, 60px);
    font-weight: 700;
    color: #000;
    margin-bottom: 1.5rem;
}
.banner-title span{
    color: #13b6ec;
}
.custom-width{
 width: 90%;
}
.banner-content p{
   
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 1.5rem;
}
.search-container{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .75rem 1rem;
    background-color: #f1f5f9;
    border-radius: .75rem;
    margin-bottom: 1.5rem;
   
}
.search-container input{
    flex: 1 0 auto;
    padding: .5rem;
    background-color: transparent;
    border: none;
}
.search-container input:focus{
    border: none;
    outline: none;
}
@media(max-width:768px){
    .banner-section{
        background-color: #e6f3f7;
    }
    .banner-content p{
        font-size: 1rem;
    }
    .banner-img-wrapper img{
        display: none;
    }
    .home-collection-info {
    position: static;
    background-color: #001b3a;
    padding: 1rem;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: unset;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}
}
@media(max-width:576px){
    .search-container{
         gap: .25rem;
    }
    .search-container i{
        display: none;
       
    }
    .custom-width{
        width: 100%;
    }
}
/* gallery css start */
.gallery img{
    width: 100%;
    border-radius: 16px;
    
}

/* Testimonial css start */
.testimonial-section {
  background: linear-gradient(180deg, #0b1b3b, #09142c);
  color: #fff;
}

.section-title {
  font-weight: 700;
  display: inline-block;
  border-bottom: 4px solid #0d6efd;
  padding-bottom: 5px;
}

.testimonial-card {
  background: #1c2a44;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.05);
}

.stars {
  color: #ffc107;
  font-size: 20px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  color: #d1d5db;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user small {
  color: #9ca3af;
}
.testimonialSwiper{
    padding-bottom: 3rem;
}

/* lab partner css start */
.lab-partners {
  background: #f5f7fa;
}

.section-title {
  font-weight: 700;
  color: #0b1b3b;
}

.partner {
  font-size: 22px;
  font-weight: 600;
  color: #b0b0b0;
  letter-spacing: 1px;
  transition: 0.3s;
}

.partner:hover {
  color: #13b6ec;
}

/* health tips css start */
.health-tips {
  background: #f5f7fa;
}



.tip-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%;
}

.tip-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tip-content {
  padding: 20px;
}

.tip-category {
  font-size: 12px;
  color: #13b6ec;
  font-weight: 600;
  letter-spacing: 1px;
}

.tip-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #0b1b3b;
  min-height: 44px;
}

.tip-content p {
  font-size: 14px;
  color: #6c757d;
}

.read-more {
  color: #13b6ec;
  font-weight: 500;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* Pagination */
.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination-bullet {
  background: #adb5bd;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #0d6efd;
  width: 20px;
  border-radius: 10px;
}

/* our presence */
.presence-card i{
    color: #13b6ec;
}