/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
 @import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400..800&display=swap');
 .alertify .ajs-dialog{background-color:#fff;-webkit-box-shadow:0 15px 20px 0 rgba(0,0,0,.25);box-shadow:0 15px 20px 0 rgba(0,0,0,.25);border-radius:2px}.alertify .ajs-header{color:#000;font-weight:700;background:#fafafa;border-bottom:#eee 1px solid;border-radius:2px 2px 0 0}.alertify .ajs-body{color:#000}.alertify .ajs-body .ajs-content .ajs-input{display:block;width:100%;padding:8px;margin:4px;border-radius:2px;border:1px solid #ccc}.alertify .ajs-body .ajs-content p{margin:0}.alertify .ajs-footer{background:#fbfbfb;border-top:#eee 1px solid;border-radius:0 0 2px 2px}.alertify .ajs-footer .ajs-buttons .ajs-button{background-color:transparent;color:#000;border:0;font-size:14px;font-weight:700;text-transform:uppercase}.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{color:#3593d2}.alertify-notifier .ajs-message{background:rgba(255,255,255,.95);color:#000;text-align:center;border:solid 1px #ddd;border-radius:2px}.alertify-notifier .ajs-message.ajs-success{color:#fff;background:rgba(91,189,114,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-error{color:#fff;background:rgba(217,92,92,.95);text-shadow:-1px -1px 0 rgba(0,0,0,.5)}.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95);border-color:#999}
 
 
 .footer-style
 {
     position: relative;
    
    float: left;
    width: 100%;
    background-color: #fff3f3!important;
    /*background-image: url(../images/footer-bg.png);*/
    background-position: bottom center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-size: auto;
 }
 
 .pink-color
 {
    color: rgb(228 21 77) !important;
 }
 /* Real social media button styles */
.social-icons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height:35px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.social-icons .btn:hover {
    transform: scale(1.15);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Official brand colors */
.social-icons .facebook { background: #3b5998; border: none; }
.social-icons .instagram { background: #E1306C; border: none; }
.social-icons .twitter { background: #1DA1F2; border: none; }
.social-icons .linkedin { background: #0077b5; border: none; }
.social-icons .youtube { background: #FF0000; border: none; }

.social-icons a[title="Facebook"]:hover { background-color: #3b5998; }
.social-icons a[title="Instagram"]:hover { background-color: #E1306C; }
.social-icons a[title="Twitter"]:hover { background-color: #1DA1F2; }
.social-icons a[title="LinkedIn"]:hover { background-color: #0077b5; }
.social-icons a[title="YouTube"]:hover { background-color: #FF0000; }


.footer-logo
{
    max-height: 65px;
    margin: 0px 0px 0px -70px;
}

.box-heading {
	color: #000;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 18px;
	padding: 18px 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}
.box.special {
	position: relative;
	float: left;
	width: 100%;
	background-image: url("../image/megnor/bg-2.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
}

.header-bg
{
   font-size: 14px;
    font-weight: 400;
    position: relative;
    background: #fff3f3;
}


.nav-icon .icon-wrapper {
    height: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .nav-icon .icon-wrapper i {
    color: #565353;
  }

  .nav-icon:hover .icon-wrapper { 
    transform: translateY(-5px);
  }


  .nav-icon p {
    transition: color 0.3s ease;
  }
  
   
@media (min-width: 992px) {
    li.nav-item.dropdown {
        border-right: 1px solid #e0dcdc6b !important;
        padding: 0 5px!important;
    }
}

.center {
    text-align: center !important;
}
.section-header .title-icon {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 8px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #d72625;
    padding: 5px;
    border-radius: 50%;
}

.section-header .title-icon:before, .section-header .title-icon:after {
    content: "";
    height: 1px;
    width: 70px;
    background: #d72625;
    position: absolute;
    left: -70px;
    top: 46%;
}
.section-header .title-icon:after {
    left: auto;
    right: -70px;
    top: 62%;
}
.section-header>h2 {
    position: relative;
    text-transform: unset;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #232323;
    font-family: "Baloo Paaji 2", sans-serif;;
}

/* Circle image */
.category-slider .item img {
    width: 100%;                  /* make square */
    object-fit: cover;         /* make perfect circle */
    border: 0px solid #fff;    
    background-color: #f8f9fa;    /* fallback bg color */
    transition: all 0.3s ease;
    border-radius: 50%;
}

 

/* Background for each item */
.category-slider .item {
  
   
    border-radius: 12px;
    text-align: center;
    margin: 10px;
    transition: all 0.3s ease;
}

.padshot-icons
{
    padding: 5px !important;
}

 .card-product {
  transform: translateY(-5px);
  background: #fff;
}

.card-product:hover {
  /*transform: translateY(-5px);*/
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.product-image {
  object-fit: contain;
  background: #f8f9fa;
  border-radius: 0.5rem;
  transition: transform 0.3s ease-in-out;
}

/*.card-product:hover .product-image {*/
/*  transform: scale(1.05);*/
/*}*/

.hover-link:hover {
  color: #0d6efd;
}

.priceLine span {
  line-height: 1.3;
}


/* Banner Card */
.banner-card {
  position: relative;
  transition: all 0.4s ease;
  border-radius: 12px;
}

.banner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Banner Image */
.banner-img {
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.banner-card:hover .banner-img {
  transform: scale(1.05);
}

.bg-category
{
    background-image: url('../images/category-bg.webp');
}

.section-header1 {
    position: relative;
    text-transform: unset;
    font-size: 30px;
    line-height: 40px;
    
    letter-spacing: .5px;
    font-weight: 700;
    color: #232323;
    font-family: "Baloo Paaji 2", sans-serif;;
}
@media only screen and (max-width: 600px) {
    .product-slider h2 {
        height: 15px!important;
        overflow: hidden;
        margin: 0;
        font-weight: 500;
    }
    .bg-category
{
    background: aliceblue!important;
}

}


   /* Section styling */
.shop-by-age-section {
  
  background:#fdf8e0;
}

.section-header {
  margin-bottom: 5px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1991e2;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Card styling */
.brand-card {
 
  border-radius: 15px;
  text-align: center;
  padding: 20px 15px;
  transition: all 0.3s ease;
  
}

.brand-card:hover {
  transform: translateY(-6px);
  
}

.brand-card1 {
 
  border-radius: 15px;
  text-align: center;
  
  transition: all 0.3s ease;
  
}
.brand-img1 {
  width: 100%;
  max-width: 100%;
 object-fit: cover;
  transition: transform 0.3s ease;
}


.brand-img {
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.brand-card:hover .brand-img {
  transform: scale(1.08);
}

.brand-text {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title { font-size: 1.8rem; }
  .brand-card { padding: 3px 2px; }
  .category-slider .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 0px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
  .brand-img { max-width: 90px; }
}

/* General Wrapper */
.custom-banner-wrapper {
  background: linear-gradient(90deg, #e95144 0%, #d9463b 100%);
  padding: 60px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Flex Container */
.custom-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 20px;
}

/* Left Image */
.banner-left img {
  max-width: 745px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
  transition: transform 0.4s ease;
}
.banner-left img:hover {
  transform: scale(1.05);
}

/* Right Content */
.banner-right {
  max-width: 420px;
}
.sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #fccf39;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-title {
  font-size: 48px;
  font-weight: 800;
  margin: 10px 0 20px;
  line-height: 1.2;
}
.desc {
  font-size: 18px;
  line-height: 1.5;
  color: #ffe49d;
  margin-bottom: 30px;
}

/* Button */
.banner-btn {
  display: inline-block;
  background: #fff;
  color: #232323;
  padding: 7px 39px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fccf39;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.banner-btn:hover {
  background: #fccf39;
  color: #e9454d;
  border-color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .custom-banner-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .main-title {
    font-size: 36px;
  }
  .desc {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .custom-banner-wrapper {
    padding: 40px 20px;
  }
  .main-title {
    font-size: 23px;
  }
  .banner-btn {
    padding: 12px 32px;
    font-size: 14px;
  }
}

 .yellow-bg
    {
        background-color:#ffe251!important;
    }
    
    .light-pink
    {
         background-image: url(../images/category-bg.webp)!important ;
    }
    
    .ptext-red
    {
        color: #d72625!important;
    font-family: 'Baloo Paaji 2'!important;
    font-size: 20px !important;
    }
    
    @media only screen and (max-width: 600px) {
    
.light-pink
{
    background: #ffe5c6!important;
}
}
  
  