html {
    height: 0%;
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    height: 100%;
}

body {
    height: 100%;
    padding: 0%;
    margin: 0%;
    background-color: white;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
        word-break: break-all !important;
}

.logo {
    width: 90px;

    margin: 0%;
}

.logo img {
    width: 180px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0, 5, 5);
    padding: 0 20px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}

.navigation {
    display: flex;
    gap: 40px;
    font-size: 25px;
    color: #a01c1c;
    align-items: center;
}

.navigation li {
    list-style: none;
}

.navigation li a {
    color: rgb(245 231 231);
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 110px;

}

.item {
    width: 100;


}

h1 {
    font-size: 45px;
    color: #1d2505;
}

.carousel {
    display: flex;
    gap: 15px;
    justify-content: center;

}

.carousel img {

    max-height: 200px;


}

.productname {
    font-size: 15px;

}

.product-box {
    background-color: #ecf1f0;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    display: flex !important;
    flex-direction: column;


}

.buy-now {
padding: 4px;
    font-size: 24px;
    color: #02140b;
    border-radius: 75px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
}

.slick-slide {
    margin: 10px;
}

.slick-next,
.slick-prev {
    background: rgb(15, 15, 15) !important;
    z-index: 99;
}

.slick-next {
    right: 0 !important;
}

.slick-prev {
    left: 0 !important;
}

.perfume img {
    width: 100%;
}

.product1 {
    display: flex;
    text-align: center;
    justify-content: space-between
}


.boxProduct img {
    width: 100%;
}

.pickles img {
    width: 100%;
}

.product2 {
    display: flex;
    text-align: center;
    justify-content: space-between
}

.homeappliances img {
    width: 100%;
}

.product3 {
    display: flex;
    text-align: center;
    justify-content: space-between
}

.airfryer img {
    width: 100px;
}

.refrigerator img {
    width: 100px;
}

.Washingmachine img {
    width: 100px;
}

.slick-next,
.slick-prev {
    background: #000000 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}


/* Parallax section */
.parallax {
    background-image: url('../image/banner8.png');
    height: 500px;

    /* Magic for parallax */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Normal content */
.content {
    height: 500px;
    padding: 40px;
    background: rgb(255, 255, 255);
    font-family: sans-serif;
}

footer {
    background-color: #000000;
    display: flex;
    font-size: 25px;
}

footer li a {
    color: wheat;
    text-decoration: none;
    font-size: 18px;
}

.about {
    list-style: none;
}

.companies {
    list-style: none;
}

.help {
    list-style: none;
}

.consumerpolicy {
    list-style: none;
}

.footericon {
    list-style: none;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.footLeft {
    flex: 3;
    display: flex;
    justify-content: space-between;
}

footer h4 {
    color: #fff;
}

.footerend {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
}

.boxProduct {
    width: 32%;
}

.boxProduct.pickles {
    width: 100%;
}

.boxProduct.homeappliances {
    width: 100%;
}


/* PERFUME STYLE START  */


.perfumes-box {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.perfumes-box img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.perfume a {
    height: 280px;
    display: block;
    background: #eaeeef;
}

.perfume {
    border-radius: 10px;
    overflow: hidden;
    background: #eaeeef;
    padding: 20px;
}

.perfume a:hover img {
    width: 110%;
    transition: 0.5s all ease-in-out;
}
i.fa-solid.fa-xmark {
    color: white;
}

#mobmenu {
    display: none;
}

#dropdown {
    background-color: rgb(0, 0, 0);
    position: absolute;
    right: 0;
    z-index: 999;
    display: none;
    top: 0;
}

#dropdown ul li a {
    list-style: none;
    color: whitesmoke;
    text-decoration: none;

}
#dropdown ul {
    padding-top: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    gap: 22px;
    margin: 34px 10px;
    padding: 0;
}
#mobmenu{
    display: none;
}
    

@media screen and (max-width: 768px) {
    .perfumes-box {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.footerend{
    flex-direction: column;
}
.call {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.perfumes-box {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

    #mobmenu {
        display: block;
    }

    #webmenu {
        display: none;
    }
    .perfume a{
        height: auto;
    }
}
@media (min-height: 500px) {

 
    #webmenu {
        display: none;
    }
}
@media screen and (max-width: 992px) {

    #mobmenu {
        display: block;
    }

    #webmenu {
        display: none;
    }
}


.nh {
    display: none;
    position: absolute;
    background-color: rgb(0, 0, 0);
    padding: 15px 10px;

}

.tester:hover .nh {
    display: block;
}

.nh ul {
    padding: 0;
}

.nh ul li {
    margin-bottom: 10px;
}

/* PERFUME STYLE   */
.ajamalKallabpag {
    background-color: #caf2c8;
    margin-top: 110px;
    text-align: center;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;

}

.ajamalKallabpag img {
    justify-content: center;
}

.ajamalKallabpag h5 {
    color: #2b2828;
    margin-bottom: 0;
}

button.innerbtn {
    margin-bottom: 0;
    background-color: #323a31;
    margin-bottom: 20px;
    padding: 5px 15px;
}

button.innerbtn a {
    text-decoration: none;
    color: #fff;
}

select {
    background-color: #000;
    color: #ffffff;
}

/* product_type */
.producttype {
    background-color: #79c1d3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.producttype  h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}

.type {
padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;


}
.type button {
    min-width: 125px;
    min-height: 61px;
    text-transform: uppercase;
    border:none;
    border-right: solid 1px #fff;
    color: #fff;
        text-transform: uppercase;
    background: indianred;
    cursor: pointer;
}
.type .homeappliances button{
    border-right: none;
}
.type button:hover{
    background-color: rgb(128, 35, 35);
}
 .product, .container {
    max-width: 600px;
    margin: 150px auto;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    padding: 20px;
    border: solid 1px #eee;
    position: relative;
}

 .product img {
            width: 100%;
}
.product a{
        background-color: #e7e7e7;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #655a5a;
    text-transform: uppercase;
}
.banner.inner{
    width: 100%;
    overflow: hidden;
    margin-top: 109px;
    background: #c4c4c4;
    text-align: center;
    padding: 0px 0;
    font-size: 50px;
    text-transform: uppercase;
}
.perfumes-box{
    margin: 80px 0;
}
.adminHeader{
    position: fixed;
    background-color: rgb(0, 5, 5);
    min-height: 50px;
    left: 0;
    right: 0;
    top: 0;
}
.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1e1e2f;
    padding: 15px 30px;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Logo */
.logo {
    font-size: 22px;
    font-weight: bold;
}

/* Navigation */
.admin-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 12px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background 0.3s;
}

.admin-nav a:hover {
    background-color: #343454;
}

/* User section */
.admin-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
}

.username {
    font-size: 14px;
    font-weight: 600;
}

/* Logout button */
.logout {
    background-color: #e74c3c;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.logout:hover {
    background-color: #c0392b;
}
.admin-header .logo img{
    width: 80px;
}

.container {
            background: #fff;
            padding: 40px 30px;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            width: 100%;
            max-width: 450px;
        }

       .container h2 {
            text-align: center;
            margin-bottom: 30px;
            color: #333;
        }

        .container .form-group {
            margin-bottom: 15px;
        }

       .container label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #555;
        }

       .container input[type="text"],
        .container input[type="number"],
        .container input[type="file"] {
            width: 100%;
            padding: 12px 15px;
            border-radius: 8px;
            border: 1px solid #ccc;
            outline: none;
            transition: 0.3s;
            font-size: 15px;
        }

       .container input[type="text"]:focus,
        .container input[type="number"]:focus,
        .container input[type="file"]:focus {
            border-color: #4e73df;
            box-shadow: 0 0 5px rgba(78, 115, 223, 0.3);
        }
       .container input[type="file"] {
    border: navajowhite;
    box-shadow: none;
    min-height: 40px;
    padding-left: 0;
}

       .container button {
            width: 100%;
            padding: 12px;
            border: none;
            border-radius: 8px;
            background: #4e73df;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: 0.3s;
        }

       .container button:hover {
            background: #3752a3;
        }

        @media (max-width: 500px) {
            .container {
                padding: 30px 20px;
            }
        }

    .banner.inner h2 {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #333232; /* Main text color */
    
    /* Layered shadow for depth */
    text-shadow: 
        2px 2px 0 #555,  /* subtle dark offset */
        4px 4px 0 #777,
        6px 6px 10px rgba(0,0,0,0.4),
        0 0 5px rgba(0,0,0,0.2),
        0 0 10px rgba(0,0,0,0.15),
        0 0 15px rgba(0,0,0,0.1);
    transition: 0.3s;
}

/* Optional subtle glowing animation */
@keyframes black-glow {
    0%, 100% {
        text-shadow: 
            2px 2px 0 #555,
            4px 4px 0 #777,
            6px 6px 10px rgba(0,0,0,0.4),
            0 0 5px rgba(0,0,0,0.2),
            0 0 10px rgba(0,0,0,0.15),
            0 0 15px rgba(0,0,0,0.1);
    }
    50% {
        text-shadow: 
            2px 2px 0 #333,
            4px 4px 0 #555,
            6px 6px 15px rgba(0,0,0,0.5),
            0 0 10px rgba(0,0,0,0.25),
            0 0 15px rgba(0,0,0,0.2),
            0 0 20px rgba(0,0,0,0.15);
    }
}

.banner.inner h2.glow {
    animation: black-glow 2.5s infinite alternate;
}



table.listing {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

table.listing th,
table.listing td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

table.listing thead {
  background-color: #4CAF50;
  color: white;
}

table.listing tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.listing tbody tr:hover {
  background-color: #ddd;
}
table.listing td img{
    width: 80px;
}
.prLister{
    padding: 80px;
    
    margin: 80px 0;
}
.headpr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.search-box input {
    width: 250px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.search-box button {
    padding: 10px 15px;
    border: none;
    background: #4CAF50;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search-box button:hover {
    background: #45a049;
}
.whatsappS{
    left: 0 !important;
    width: 219px;
    text-decoration: none;
}
.call a{
    position:  relative !important;
}
.call {
    display: flex;
    justify-content: space-between;
}