/* topbar css */
.navbar-brand img {
    height: auto;
    width: auto;
}

.top-header{
    text-align: center;
    background: linear-gradient(126deg, rgba(232, 117, 110, 1) 15%, rgba(116, 157, 151, 1) 85%);
    /* background: linear-gradient(126deg, rgba(116, 157, 151, 1) 15%, rgba(232, 117, 110, 1) 85%); */
    color: #fff;
    font-weight: 600;
}
.top-header a{
    text-decoration: none;
    color: #fff;
}
/* .navbar-nav{
    background: linear-gradient(126deg, rgba(25, 145, 226, 1) 15%, rgba(33, 249, 150, 1) 85%);
} */
.navbar-nav .nav-link {
    color: #749d97;
    font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background: linear-gradient(126deg, rgba(232, 117, 110, 1) 15%, rgba(116, 157, 151, 1) 85%) !important;
    color: #FFF!important;
}

.btn-success {
    background-color: #005086!important;
    border: none!important;
}

.btn-success:hover {
    background-color: #3392FF!important;
}

.bi {
    margin-right: 5px;
}

.dropdown-menu {
    min-width: 200px;
    margin: 0 15px;  
}
.text-center{
    text-align: center;
}
/* topbar css end*/

.our-collections img:hover{
    transition: 1s;
    transform: scale(1.1);
    overflow: hidden;
}
.our-collections-h{
    text-align: center;
}
.our-collections-h::before{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: var(--heading-border-height);
    background: #c7c7c7;
    background-color: #232323;
}
.section-title {
    display: flex;
    align-items: anchor-center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    /* font-size: 1.2rem; */
    /* color: #333; */
  }

  .section-title::before,
  .section-title::after {
    content: '';
    flex: 1;
    height: 1.5px;
    background-color: #000;
    margin: 0 45px;
  }
/* Add padding for very small screens */
@media (max-width: 480px) {
    body {
      padding: 0 10px;
    }
    
    .section-title::before,
    .section-title::after {
      margin: 0 5px;
    }
  }


/* best sellers products section css */
.best-sellers-contaier p{
    text-align: center;
    font-weight: 600;
}

.card {
    margin-bottom: 20px;
    border: none!important;
}

.color-options {
    margin: 10px 0;
}
.card-title{
    text-align: center;
}
.stars{
    color: #339999;
}
.sale-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e95144;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 5px; */
}
.color-option {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    border: 1.5px solid #000;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}
/* product 1 css */

.best1-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best1-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best1-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best1-image-container:hover{
    background-image: url('../img/best-sellers/2024Can-amMaverickKidsCar2SeaterforKids_2_1370x.webp');
}

/* product 2 css */

.best2-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best2-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best2-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best2-image-container:hover{
    background-image: url('../img/best-sellers/ride-on-jeed-kp-green.webp');
}

/* product 3 css */

.best3-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best3-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best3-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best3-image-container:hover{
    background-image: url('../img/best-sellers/ride-on-jeed-hd.webp');
}

/* product 4 css */

.best4-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best4-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best4-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best4-image-container:hover{
    background-image: url('../img/best-sellers/jeep-12v-1.webp');
}

/* product 5 css */

.best5-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best5-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best5-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best5-image-container:hover{
    background-image: url('../img/best-sellers/Kids-Bike-Big-Size-With-Side-Stand-Red.webp');
}

/* product 6 css */

.best6-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best6-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best6-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best6-image-container:hover{
    background-image: url('../img/best-sellers/Large_electric_kids_bike_with_a_rechargeable_battery_and_stylish_design_510x.webp');
}

/* product 7 css */

.best7-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best7-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best7-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best7-image-container:hover{
    background-image: url('../img/best-sellers/KidsElectricVintageMercedezBenzRideOnSportsCar_2_785x.webp');
}

/* product 8 css */

.best8-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.best8-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.best8-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.best8-image-container:hover{
    background-image: url('../img/best-sellers/12v-ride-on-car-with-parent.webp');
}


/* new arrival products section css */

.new-sellers-contaier p{
    text-align: center;
    font-weight: 600;
}

.card {
    margin-bottom: 20px;
    border: none!important;
}

.color-options {
    margin: 10px 0;
}
.card-title{
    text-align: center;
}
.stars{
    color: #339999;
}
.sale-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e95144;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 5px; */
}
.color-option {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    border: 1.5px solid #000;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}

/* new product 1 css */

.new1-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new1-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new1-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new1-image-container:hover{
    background-image: url('../img/best-sellers/Dual_seater_Kids_Vespa_1_1880x.webp');
}

/* new product 2 css */

.new2-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new2-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new2-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new2-image-container:hover{
    background-image: url('../img/best-sellers/KidsRideonTractor2022NewModelBigSize_2_940x.webp');
}

/* new product 3 css */

.new3-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new3-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new3-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new3-image-container:hover{
    background-image: url('../img/best-sellers/KidsJeepHzb866_1_720x.webp');
}

/* new product 4 css */

.new4-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new4-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new4-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new4-image-container:hover{
    background-image: url('../img/best-sellers/Mercedes-Kids-Jeep-Jumbo-Size-Baby.webp');
}

/* new product 5 css */

.new5-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new5-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new5-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new5-image-container:hover{
    background-image: url('../img/best-sellers/Rolls-Royce-Electric-Ride-on-Car.webp');
}

/* new product 6 css */

.new6-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new6-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new6-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new6-image-container:hover{
    background-image: url('../img/best-sellers/Kids-Jeep-Tank-Model-Ride-on-Jeep.webp');
}

/* new product 7 css */

.new7-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new7-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new7-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new7-image-container:hover{
    background-image: url('../img/best-sellers/Vespa_Scooter_for_Kids_near_me_785x.webp');
}

/* new product 8 css */

.new8-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.new8-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.new8-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.new8-image-container:hover{
    background-image: url('../img/best-sellers/IMG-3214_1880x.webp');
}


/* licensed products section css */

.licensed-sellers-contaier p{
    text-align: center;
    font-weight: 600;
}

.card {
    margin-bottom: 20px;
    border: none!important;
}

.color-options {
    margin: 10px 0;
}
.card-title{
    text-align: center;
}
.stars{
    color: #339999;
}
.sale-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e95144;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 5px; */
}
.color-option {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    border: 1.5px solid #000;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}

/* licensed product 1 css */

.licensed1-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed1-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed1-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed1-image-container:hover{
    background-image: url('../img/best-sellers/11CartAstonMartinAramcoF1LicensedElectricKidsCar_13_670x.webp');
}

/* licensed product 2 css */

.licensed2-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed2-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed2-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed2-image-container:hover{
    background-image: url('../img/best-sellers/11CartMercedesBenzConceptEQG12VRideOnToyCar_1_720x.webp');
}

/* licensed product 3 css */

.licensed3-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed3-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed3-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed3-image-container:hover{
    background-image: url('../img/best-sellers/Licensed-Kids-Car-Audi-Horch.webp');
}

/* licensed product 4 css */

.licensed4-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed4-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed4-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed4-image-container:hover{
    background-image: url('../img/best-sellers/Electric-Ride-on-Car-Toyota-Land-Cruiser-Police-Edition.webp');
}

/* licensed product 5 css */

.licensed5-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed5-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed5-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed5-image-container:hover{
    background-image: url('../img/best-sellers/LicensedBentleyGTSuperSportsKidsCarWhite_2_940x.webp');
}

/* licensed product 6 css */

.licensed6-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed6-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed6-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed6-image-container:hover{
    background-image: url('../img/best-sellers/Licensed_Bentley_Bentayaga_Kids_Car_White_12_570x.webp');
}

/* licensed product 7 css */

.licensed7-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.licensed7-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.licensed7-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.licensed7-image-container:hover{
    background-image: url('../img/best-sellers/11CartLicensedBentleyBentayagaKidsCarBlack_1_570x.webp');
}


/* dirt bike products section css */

.dirtbike-sellers-contaier p{
    text-align: center;
    font-weight: 600;
}

.card {
    margin-bottom: 20px;
    border: none!important;
}

.color-options {
    margin: 10px 0;
}
.card-title{
    text-align: center;
}
.stars{
    color: #339999;
}
.sale-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e95144;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /* border-radius: 5px; */
}
.color-option {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
    border: 1.5px solid #000;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
}

/* dirt bike product 1 css */

.dirtbike1-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.dirtbike1-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.dirtbike1-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.dirtbike1-image-container:hover{
    background-image: url('../img/best-sellers/dirt-bike-49cc.webp');
}

/* dirt bike product 2 css */

.dirtbike2-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.dirtbike2-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.dirtbike2-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.dirtbike2-image-container:hover{
    background-image: url('../img/best-sellers/dirtBikeForKids_15_1570x.webp');
}

/* dirt bike product 3 css */

.dirtbike3-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.dirtbike3-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.dirtbike3-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.dirtbike3-image-container:hover{
    background-image: url('../img/best-sellers/dirtBikeForKids_23_1570x.webp');
}

/* dirt bike product 4 css */

.dirtbike4-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.dirtbike4-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.dirtbike4-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.dirtbike4-image-container:hover{
    background-image: url('../img/best-sellers/dirtBikeForKids_7_1570x.webp');
}

/* dirt bike product 5 css */

.dirtbike5-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.dirtbike5-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.dirtbike5-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.dirtbike5-image-container:hover{
    background-image: url('../img/best-sellers/dirtBikeForKids_18_1570x.webp');
}


/* kids wardrobe section css */

.carousel-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    position: relative;
    /* cursor: grab; */
  }
.price{
    font-weight: 600;
}
  /* .carousel-container:active {
    cursor: grabbing;
  } */

  /* Scrollbar styling */
  .carousel-container::-webkit-scrollbar {
    height: 8px;
  }

  .carousel-container::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
  }

  .carousel-container::-webkit-scrollbar-track {
    background-color: #ddd;
  }

  .product-card {
    flex: 0 0 calc(25% - 20px);
    /* max-width: calc(25% - 20px); */
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    /* padding: 10px; */
    position: relative;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  }

  .product-card img {
    max-width: 100%;
    /* border-radius: 8px; */
  }

  .product-card .sale-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e95144;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    /* border-radius: 4px; */
  }

  /* Drag indicator design */
  .drag-indicator {
    position: absolute;
    bottom: 10px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    font-size: 0.8rem;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    /* cursor: grab; */
  }

  .drag-indicator span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  @media (max-width: 768px) {
    .product-card {
      flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 20px);
    }
    /* .carousel-container{
        display: block;
    } */
  }

  @media (max-width: 576px) {
    .product-card {
      flex: 0 0 calc(100% - 20px);
      max-width: calc(100% - 20px);
    }

    .drag-indicator {
      bottom: 15px;
      right: 15px;
    }
    .carousel-container{
        display: block;
    }
  }


/* wardrobe product 1 css */

.wardrobe1-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.wardrobe1-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.wardrobe1-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.wardrobe1-image-container:hover{
    background-image: url('../img/best-sellers/81z2-Nr1ufL._SL1500_1270x.webp');
}

/* wardrobe product 2 css */

.wardrobe2-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.wardrobe2-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.wardrobe2-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.wardrobe2-image-container:hover{
    background-image: url('../img/best-sellers/61tqZYTIgPS._AC_SL1114_720x.webp');
}

/* wardrobe product 3 css */

.wardrobe3-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.wardrobe3-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.wardrobe3-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.wardrobe3-image-container:hover{
    background-image: url('../img/best-sellers/5-LayerHigh-.webp');
}

/* wardrobe product 4 css */

.wardrobe4-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.wardrobe4-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.wardrobe4-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.wardrobe4-image-container:hover{
    background-image: url('../img/best-sellers/219802_940x.webp');
}

/* wardrobe product 5 css */

.wardrobe5-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.wardrobe5-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.wardrobe5-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.wardrobe5-image-container:hover{
    background-image: url('../img/best-sellers/wardrobe-5.webp');
}

/* wardrobe product 6 css */

.wardrobe6-image-container {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    height: 100%; /* Adjust based on your image size */
}
.wardrobe6-image-container img {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: auto;
}

.wardrobe6-image-container:hover img {
    opacity: 0;
    transition: 1s;
    transform: scale(1.1);
}

.wardrobe6-image-container:hover{
    background-image: url('../img/best-sellers/Kids_Wardrobe_1_1370x.webp');
}


/* footer section css */

.footer {
    background-color: #fff;
    /* padding: 40px 20px; */
    border-top: 1px solid #ddd;
  }

  .footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
  }

  .footer .social-icons .icon {
    text-align: center;
  }

  .footer .social-icons .icon img {
    width: 125px;
    /* height: 60px; */
    margin-bottom: 10px;
  }

  .footer .social-icons .icon h5 {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .footer-section {
    margin-top: 20px;
  }

  .footer-section h6 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .footer-section ul {
    list-style: none;
    padding: 0;
  }

  .footer-section ul li {
    margin-bottom: 10px;
  }

  .footer-section ul li a {
    color: #000;
    text-decoration: none;
  }

  .footer-section ul li a:hover {
    text-decoration: underline;
  }

  .footer .newsletter input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .footer .newsletter button {
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
  }

  .footer .newsletter button:hover {
    background-color: #4CAF50;
  }

  .footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    /* background-color: #232323;
    color: #fff; */
  }
.bottom-footer{
    background-color: #232323;
    color: #fff;
}
  .footer-bottom img {
    margin: 0 10px;
  }

  @media (min-width: 768px) {
    .footer .newsletter input[type="email"] {
      width: auto;
    }

    .footer .newsletter button {
      width: auto;
      margin-left: 10px;
    }
  }

.btn-teal {
  background-color: #009688!important;
  color: white!important;
}

.btn-teal:hover {
  background-color: #00796b!important;
  color: white!important;
}

.form-label {
  font-weight: 500!important;
}


.whatsapp-left {
  position: fixed;
  top: 85%;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  color: #fff;
  font-size: 40px; /* Adjust icon size */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-left:hover {
  transform: scale(1.1);
}
.header-bg{
    background-color: #ebebeb;
}