
html,
body {
  position: relative;
  height: 100%;
}

.banner-carousel-slider .caption{
  position: absolute;
  bottom: 35px;
  left: 20px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.owl-next , .owl-prev {
  position: absolute;
  top: 40%;
  display: block !important;
  border: 0px solid #000000;
  cursor: pointer;
  font-size: 50px !important;
  color: #ffffff !important;
  background: #4d4c4c !important;
  padding: 10px !important;
}
.owl-next:hover , .owl-prev:hover {
  background: #63ace9 !important;
  color: #ffffff !important;
}
.owl-next{
  right: 0px;
}
.owl-prev {
  left: 0px;
}
.banner-carousel-slider .banner-slide-image{
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.banner-carousel-slider .banner-slide-image::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0000002e;
}
.banner-carousel-slider .banner-slide-image:hover{
  opacity: .8;
}
.swiper-slide .caption {
    position: absolute;
    bottom: 35%;
    left: 15%;
    background: #4c4c4cb3;
    color: #fff;
    width: 300px;
    height: auto;
    font-size: 20px;
    padding: 10px;
    border-radius: 8px;
}
.first-version .swiper-slide-active .caption {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.caption .stage-shop-btn {
  padding: 6px 20px;
  font-size: 15px;
}
@keyframes fade-in {
0% {
    opacity: 0;
    transform: translateY(100px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.swiper-slide img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* category slider section start */
.category-slider-section{
  background-color: #85C167;
  position: relative;
  padding: 50px 0 40px 0;
}
.category-slide-image img{
  border-radius: 50%;
}
.category-slide-image{
  margin-bottom: 10px;
}
.category-slide-title{
  height: auto;
  padding: 5px;
  font-size: 14px;
}
/* Category slider section end */

/* Category thumb section start */
.category-thumb-section{
  padding: 30px 0 40px 0;
}
.common-title{
  margin-bottom: 20px;
  text-align: center;
} 
.category-thumb{
  position: relative;
}
.category-thumb-title{
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: #fff;
  text-align: left;
}
.category-thumb-title h4{
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.87);
  font-size: 19px;
}
.category-thumb-title span{
  text-decoration: underline;
}
.category-thumb-image{
  position: relative;
}
.category-thumb-image:before{
  position: absolute;
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.726) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* Category thumb section end */
 
/* Pickup section Start */
.pickup-section{
  position: relative;
  padding: 40px 0;
  background-color: #ffe5e5;
}

.pickup-section-col{
  display: flex;
  justify-content: center;
  text-align: center;
}
.pickup-item{
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #b4b4b4;
  background: #ffffff;
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: 10px;
  box-shadow: 
  #3ef02e4d 5px 5px, 
  #3ef02e33 10px 10px, 
  #45f02e1a 15px 15px, 
  #45f02e0d 20px 20px;
  transition: box-shadow 0.3s ease-in-out;
}
.pickup-item img{
  transition: all 0.3s ease-in-out;
}
.pickup-item:hover{
  box-shadow: none;
  text-decoration: underline;
  color: red;
}
.pickup-item:hover img{
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}

/* #f02eaa4d 5px 5px, 
  #f02eaa33 10px 10px, 
  #f02eaa1a 15px 15px, 
  #f02eaa0d 20px 20px; */

  /* #f02eaa66 5px 5px, 
  #f02eaa4d 10px 10px, 
  #f02eaa33 15px 15px, 
  #f02eaa1a 20px 20px,
  #f02eaa0d 25px 25px; */
.pickup-item-title{
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  padding: 0px 7px;
}

/* Pickup section end */

/* blog card section Start */
.blog-section{
  background-color: #d6b9e9;
  position: relative;
}
.blog-card {
  position: relative;
  border: none;
  transition: box-shadow 0.2s;
}

.blog-card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.blog-img {
  position: relative;
}
.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blog-category {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #1c8839;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
}
.blog-description{
  padding: 13px;
}
.blog-description p{
  text-align: justify;
}
.blog-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  height: 50px;
}
.blog-description-inner{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.blog-img{
  position: relative;
  overflow: hidden;
}
.blog-img img {
  transition: 0.3s ease-in-out;
}
.blog-card:hover .blog-img img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}
.blog-card:hover .blog-title {
  color: #1c8839;
}
.btn-modern-blog {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #3388cf;
  color: #ffffff;
  font-weight: 600;
  padding: 0.7rem 1.8rem;
  border-radius: 50px;
  font-size: 1rem;
  border: 2px solid #3388cf;
  box-shadow: 0 2px 12px rgba(47,24,160,0.08);
  transition: background 0.3s, color 0.3s, border 0.3s, box-shadow 0.2s, transform 0.18s;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform: none;
  }
  .btn-modern-blog .arrow {
    display: inline-block;
    font-size: 1.2em;
    transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55), color 0.3s;
    color: #ffffff;
    transform: none;
  }
  .btn-modern-blog:hover {
    background: #fff;
    color: #3388cf;
    border-color: #3388cf;
    box-shadow: 0 6px 24px rgba(47,24,160,0.18);
    transform: translateY(-2px) scale(1.03);
  }
  .btn-modern-blog:hover .arrow {
    transform: translateX(8px) scale(1.12);
    color: #3388cf;
  }
.category-thumb-title span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #3388cf;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 1rem;
    border: 2px solid #3388cf;
    box-shadow: 0 2px 12px rgba(47, 24, 160, 0.08);
    transition: background 0.3s, color 0.3s, border 0.3s, box-shadow 0.2s, transform 0.18s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transform: none;
}
.category-thumb-title span:hover {
    background: #fff;
    color: #3388cf;
    border-color: #3388cf;
    box-shadow: 0 6px 24px rgba(47, 24, 160, 0.18);
}

  @media (max-width: 768px) {
    .btn-modern-blog {
      font-size: 0.95rem;
      padding: 0.6rem 1.2rem;
    }
    .btn-modern-blog .arrow {
      font-size: 1em;
      gap: 7px;
    }
  }

  @media (max-width: 480px) {
    .btn-modern-blog {
      font-size: 0.88rem;
      padding: 0.5rem 0.8rem;
      border-radius: 40px;
    }
    .btn-modern-blog .arrow {
      font-size: 0.95em;
      gap: 5px;
    }
  }

/* blog card section End */
/* parallax section start */

.parallax-info-section {
  position: relative;
  min-height: 320px;
  background: none;
  z-index: 1;
}
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  position: relative;
}
.parallax-content {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 32px 24px 28px 24px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  position: relative;
  z-index: 9;
}
.parallax-title {
  color: #2176c1;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.parallax-desc {
  color: #444;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.parallax-btn {
  background: #2176c1;
  color: #fff;
  border-radius: 24px;
  padding: 10px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  border: none;
  display: inline-block;
}
.parallax-btn:hover {
  background: #155a8a;
  color: #fff;
}
@media (max-width: 767px) {
  .parallax-content { padding: 18px 8px 16px 8px; }
  .parallax-title { font-size: 1.2rem; }
  .parallax-bg { min-height: 220px; }
}
/* parallax section end */
/* stage section start */
 
.nav-tabs {
    border: none;
  }
.stage-info .stage-age {
font-size: 1rem;
letter-spacing: 2px;
color: #a88c8c;
font-weight: 500;
margin-bottom: 8px;
display: block;
}
.stage-info .stage-title {
font-size: 2rem;
color: #7c5c5c;
font-weight: 600;
margin-bottom: 18px;
}
.stage-info .stage-desc {
font-size: 1.08rem;
color: #7c5c5c;
margin-bottom: 24px;
}
.stage-tabs .nav-link {
  background: #b9e9c6;
  border: none;
  border-radius: 24px 24px 0 0;
  color: #7c5c5c;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 18px 48px !important;
  margin-right: 8px;
  transition: background 0.2s, color 0.2s;
}
.stage-tabs .nav-link:nth-child(1) { background: #fdccd9; }
.stage-tabs .nav-link:nth-child(2) { background: #b9e9c6; }
.stage-tabs .nav-link:nth-child(3) { background: #e3e6f9; }
.stage-tabs .nav-link.active {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  color: #7c5c5c;
}
.stage-features-list li{
  margin: 12px 0;
}

/* Tab content backgrounds for each stage */
.stage-tab-content {
  border-radius: 10px 10px 0 0;
  padding: 40px 32px 32px 32px;
  min-height: 380px;
  background: #b9e9c6; /* default for stage 1 */
  transition: background 0.3s;
}
.stage-tab-content .tab-pane {
  background: transparent;
}


.second-version .swiper-slide{
  padding: 15px 0;
}
.second-version .banner-slide-image{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.babyfashion-parallax-section .parallax-bg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.babyfashion-parallax-section .parallax-bg {
  background-size: contain;
  position: relative;
}
.parallax-content {
    background: rgba(255, 255, 255, 0.753);
    backdrop-filter: blur(2px);
}

/* Responsive tweaks ...existing code... */
@media (max-width: 991px) {
  .stage-tab-content { padding: 32px 12px 24px 12px; }
  .stage-features { min-width: 140px; font-size: 0.95rem; }
}
@media (max-width: 767px) {
  .stage-tabs .nav-link { font-size: 1rem; padding: 12px 16px; margin-right: 4px; }
  .stage-tab-content { padding: 18px 4px 12px 4px; min-height: 0; }
  .stage-title { font-size: 1.2rem; }
  .stage-features { font-size: 0.9rem; min-width: 100px; }
}
@media (max-width: 525px) {
  .stage-tabs .nav-link { font-size: 14px; padding: 12px 12px !important;}
}

/* stage section end  */


@media screen and (min-width:320px) and (max-width:710px) {
  .animate-text{
    height: 37px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .sub-nav-news p a{
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }
}
@media screen and (min-width:320px) and (max-width:600px) {
.category-slide-image img{
  max-width: 100%;
  height: 80px;
}
.parallax-content p{
  font-size: 13px;
  text-align: justify;
}
.parallax-content h2{
  font-size: 14px;
}
.parallax-content{
  width: 90%;
}
}

@media screen and (min-width:320px) and (max-width:575px) {
  .product-view-wrapper{
    text-align: center;
    max-width: 395px;
  }
  .product-view-column{
    justify-content: center;
    display: flex;
  }
  .banner-carousel-slider .caption {
    bottom: 60px;
  }
  .banner-carousel-slider .caption h4 {
    font-size: 17px;
  }
}
@media screen and (min-width:320px) and (max-width:380px) {
.swiper-slide .caption {
    left: 1%;
}
}
@media screen and (min-width:320px) and (max-width:767px) {
.pickup-item-title{
    max-width: 350px;
}
}
