/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 10px;
    padding-bottom: 0;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #feecec;
    height: auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent!important;
}

.toggle_icon img {
    width: 20px;
    height: auto;
    display: block;
}

@media (min-width: 768px) {
    .toggle_icon img {
        width: 25px;
    }
}

@media (min-width: 992px) {
    .toggle_icon img {
        width: 30px;
    }
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fc967e;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav {
    z-index: 99999999999999;
    background-color: rgb(0, 0, 0, 0.9);
}

@media screen and (max-width: 450px) {
    .sidenav {
        padding-top: 15px;
        background-color: rgb(0, 0, 0, 0.9);
    }
    .sidenav a {
        font-size: 18px;
    }
}

.login_text {
    width: 100%;
    float: left;
}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    float: left;
    padding-left: 15px;
}

.login_text a {
    color: #ffffff;
}

.login_text a:hover {
    color: #ffffff;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    padding-left: 90px;
    z-index: 2;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_taital {
    color: rgb(236, 75, 12);
    font-family: 'Great Vibes', cursive;
     font-size: 28px !important; /* Small size for mobile (adjust as needed) */
    margin: 0;
    transition: font-size 0.3s ease;
}

/* Tablet (768px and up) */
@media (min-width: 768px) {
    .banner_taital {
        font-size: 32px !important;;
    }
}

/* Desktop (992px and up) */
@media (min-width: 992px) {
    .banner_taital {
        font-size: 48px !important;;
    }
}

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .banner_taital {
        font-size: 60px !important;;
    }
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* banner section end */


/* product section start */

.product_section {
    width: 100%;
    float: left;
    padding-bottom: 0;
}

.product_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #232322;
    font-weight: bold;
}

.product_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

.product_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.product_box {
    width: 100%;
    background-color: #ffffff;
    height: 400px;
    margin: 10px 0; /* Reduce margin to decrease spacing */
    padding: 10px; /* Adjust padding as needed */
    /* border: 1px solid #000000; */
}

.col-lg-3, .col-sm-6, .col-6 {
    padding: 0 5px; /* Reduce padding to increase width of the container */

}
.bursh_text, .price_text {
    margin: 5px 0; /* Adjust margin to reduce spacing */
    padding: 0; /* Adjust padding to reduce spacing */
}

.bursh_text {
    width: 100%;
    font-size: 14px;
    color: #1a1c1b;
    font-weight: 550;
    padding-bottom: 0;
}

.price_text {
    font-size: 12.5px;
    color: #ec2c13;
    padding-top: 0;
    margin-top: 0;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #50504f;
    margin: 0px;
}

/* .image_1 {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    padding: 0px 20px;
    max-height: 300px;
} */

.btn_main {
    width: 100%;
    display: flex;
    background-color: #000;
    height: auto;
    padding: 20px 10px 13px 10px;
}

.buy_bt {
    float: left;
    width: 100%;
}

.buy_bt ul {
    margin: 0px;
    padding: 0px;
}

.buy_bt li a {
    float: left;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}
.buy_bt button {
    float: left;
    font-size: 12px;
    color: #252525;
    padding: 5px 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    margin-right: 5px;
    border-radius: 40px;
}

.buy_bt li a:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}
.buy_bt button:hover {
    background-color: #f5ddb6;
    color: #ffffff;
}


.seemore_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 60px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #f5ddb6;
}


/* product section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #fef4ec;
    height: auto;
    padding-bottom: 90px;
}

.about_section_main {
    width: 100%;
    float: left;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 100px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 44px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.image_3 {
    width: 100%;
    float: left;
    height: 430px;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #363636;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #50504f;
    background-color: #ffffff;
}


/* about section end */


/* customer section start */

.customer_section {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}

.customer_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    font-weight: bold;
}

.client_section_2 {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 30px 1px #eeeeed;
    margin-bottom: 50px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 55px;
    padding-left: 14px;
}

.name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
}

.client_img {
    width: 100%;
    text-align: center;
}

#main_slider a.carousel-control-prev {
    left: -60px;
    top: 360px;
}

#main_slider a.carousel-control-next {
    right: -60px;
    top: 360px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #000;
    background-color: #f5ddb6
}


/* customer section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    color: #1a1c1b;
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.contact_text {
    width: 100%;
    float: left;
    color: #252525;
    margin: 0px;
    font-size: 16px;
}

.contact_main {
    width: 100%;
    display: flex;
    margin-top: 45px;
}

.contact_bt {
    width: 200px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 30px;
    background-color: #252525;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.contact_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.newletter_bt {
    width: 200px;
    margin-left: 20px;
}

.newletter_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding: 10px 30px;
    background-color: #fef4ec;
    text-transform: uppercase;
    margin-right: 15px;
    border-radius: 5px;
    text-align: center;
}

.newletter_bt a:hover {
    background-color: #252525;
    color: #ffffff;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.contact_section_2 {
    width: 100%;
    float: left;
}


/* contact section start */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
}

.footer_logo_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.address_bt {
    width: 100%;
    float: left;
}

.address_bt ul {
    margin: 0px;
    padding: 0px;
}

.address_bt li {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
}

.address_bt li a {
    color: #ffffff;
}

.address_bt li a:hover {
    color: #f5ddb6;
}

.padding_left10 {
    padding-left: 10px;
}

.address_text {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
}

.ipsum_text {
    width: 65%;
    float: left;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.main {
    width: 54%;
    float: right;
}

.social_icon {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px solid #f5ddb6;
    padding-bottom: 30px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    font-size: 26px;
    color: #f5ddb6;
    padding: 10px;
}

.social_icon li a {
    color: #f5ddb6;
}

.social_icon li a:hover {
    color: #ffffff;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5ddb6;
}

.margin_top90 {
    margin-top: 90px;
}


/* new css */
.card {
    background-color: rgba(255, 255, 255, 0.897);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.category-name {
   display: block;
   text-align: center;
   margin-top: 5px;
   letter-spacing: 0; 
   font-weight: 200;
}
/* Media query for small devices */
@media (max-width: 576px) {
    .card {
        width: 100px;
        height: 100px;
        margin: 10px auto;
    }

    .card img {
        width: 100%;
        height: 100%;
    }
}
.new-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px;
}

.pill-button {
background-color: rgb(248, 90, 33);
color: white;
font-size: 15px;
padding: 5px 35px;
border-radius: 50px;
font-weight: 800;
text-decoration: none;
}

.new-arrival {
font-weight: bold;
position: relative;
font-size: 30px;
}

.new-arrival::after, .new-arrival::before {
content: '';
position: absolute;
left: 0;
right: 0;
height: 2px;
background-color: rgb(255, 218, 10);
}

.new-arrival::before {
bottom: -2px;
}

.new-arrival::after {
bottom: -4px;
}

@media (max-width: 600px) {
.new-container {
flex-direction: column;
align-items: center;
text-align: center;
}
.new-arrival {
font-size: 20px;
}
.pill-button {
margin-top: 10px;
font-size: 18px;
}
.image_1 {
height: 150px;
width: 300px;
}
.product_box {
height: 300px;

}
}
.img_container {
position: relative; /* Ensure the container is positioned relatively */
display: inline-block; /* Adjust display if necessary */
}

.image_1 {
width: 100%;
text-align: center;
margin: 10px 0; 
padding: 0 10px; 
max-height: 200px;
}

.cart {
position: absolute;
top: 120px;
right: 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: white;
padding: 10px;
border-radius: 50px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: fit-content;
}

.cart i {
margin: 4px 0;
font-size: 12px;
color: #333;
width: 20px;
height: 20px;
line-height: 20px;
border-radius: 50%;
text-align: center;
transition: background-color 0.3s, color 0.3s;
}

.cart i:hover {
background-color: #000;
color: #fff;
width: 20px; /* Increase width on hover */
height: 20px; /* Increase height on hover */
}
.feature-image {
   width: 100%;
   overflow: hidden;
}

.feature-image img {
margin-left: 10px;
margin-right: 10px;
   width: 100%;
   transition: transform 0.9s ease;
}

.feature-image a {
   display: block;
   width: 100%;
}

.feature-image img:hover {
   transform: scale(1.1);
}
         /* Custom styles for the mobile bottom navigation */
         .mobile-bottom-nav {
            display: flex;
            justify-content: space-around;
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: white;
            box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
            z-index: 1000;
        }
        
        .mobile-bottom-nav a {
            flex: 1;
            text-align: center;
            padding: 5px 0;
            color: #000;
            text-decoration: none;
            position: relative;
        }
        
        .mobile-bottom-nav a .nav-icon {
            display: block;
            font-size: 24px;
        }
        
        .mobile-bottom-nav a .nav-text {
            font-size: 10px;
        }
        
        .mobile-bottom-nav a .nav-icon {
            font-size: 16px;
        }
        
        .mobile-bottom-nav .badge {
            position: absolute;
            top: 0;
            right: 20%;
            background-color: orangered;
            color: white;
            border-radius: 50%;
            padding: 2px 4px;
            font-size: 10px;
            line-height: 1;
        }
        

        .toast { 
            position: fixed; 
            top: 25px; 
            right: 25px; 
            max-width: 300px; 
            background: #fff; 
            padding: 0.5rem; 
            border-radius: 4px; 
            box-shadow: -1px 1px 10px
                rgba(0, 0, 0, 0.3); 
            z-index: 1023; 
            animation: slideInRight 0.3s 
                    ease-in-out forwards, 
                fadeOut 5s ease-in-out 
                    forwards 3s; 
            transform: translateX(110%); 
          } 
          
          .toast.closing { 
            animation: slideOutRight 0.5s 
                ease-in-out forwards; 
          } 
          
          .toast-progress { 
            position: absolute; 
            display: block; 
            bottom: 0; 
            left: 0; 
            height: 4px; 
            width: 100%; 
            background: #b7b7b7; 
            animation: toastProgress 3s 
                ease-in-out forwards; 
          } 
          
          .toast-content-wrapper { 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
          } 
          
          .toast-icon { 
            padding: 0.35rem 0.5rem; 
            font-size: 1.5rem; 
          } 
          
          .toast-message { 
            flex: 1; 
            font-size: 0.9rem; 
            color: #000000; 
            padding: 0.5rem; 
          } 
          
          .toast.toast-success { 
            background: #95eab8; 
          } 
          
          .toast.toast-success .toast-progress { 
            background-color: #2ecc71; 
          }
          @keyframes slideInRight { 
            0% { 
                transform: translateX(110%); 
            } 
          
            75% { 
                transform: translateX(-10%); 
            } 
          
            100% { 
                transform: translateX(0%); 
            } 
          } 
          
          @keyframes slideOutRight { 
            0% { 
                transform: translateX(0%); 
            } 
          
            25% { 
                transform: translateX(-10%); 
            } 
          
            100% { 
                transform: translateX(110%); 
            } 
          } 
          
          @keyframes fadeOut { 
            0% { 
                opacity: 1; 
            } 
          
            100% { 
                opacity: 0; 
            } 
          } 
          
          @keyframes toastProgress { 
            0% { 
                width: 100%; 
            } 
          
            100% { 
                width: 0%; 
            } 
          }


    
    .dropdown-toggle {
        cursor: pointer;
    }
    
    .dropdown-container {
        display: none;
        background-color: #262626;
        padding-left: 8px;
    }
    
    .dropdown-container a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    
    .dropdown-container a:hover {
        color: #f1f1f1;
    }
    
    .toggle_icon {
        cursor: pointer;
    }

    .alert {
        padding: 12px;
        margin-bottom: 15px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 16px; /* Adjust font size for message content */
    }

    .alert p {
        margin-bottom: 0; /* Remove margin below message content */
    }

    /* Adjust alert size for better visibility */
    .alert.alert-success {
        background-color: #d4edda; /* Light green background for success */
        border-color: #c3e6cb; /* Light green border */
    }

    .alert.alert-info {
        background-color: #cce5ff; /* Light blue background for info */
        border-color: #b8daff; /* Light blue border */
    }

    .alert.alert-warning {
        background-color: #fff3cd; /* Light yellow background for warning */
        border-color: #ffeeba; /* Light yellow border */
    }

    .alert.alert-danger {
        background-color: #f8d7da; /* Light red background for error */
        border-color: #f5c6cb; /* Light red border */
    }

.login_text ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 5px; /* Space between icons */
  margin: 0;
}

.login_text a {
  color: #555; /* Default icon color */
  font-size: 15px;
  transition: color 0.3s ease;
  position: relative; /* For cart counter positioning */
  text-decoration: none;
}

.login_text a:hover {
  color: #e67e22; /* Orange hover color (adjust as needed) */
}


/* Cart counter styling */
.cart-icon .badge {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #e74c3c; /* Red */
  color: white;
  border-radius: 50%;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: bold;
}

/* Jumping animation for the phone icon */
@keyframes jump {
  0%, 100% {
    transform: translateY(0); /* Normal position */
  }
  50% {
    transform: translateY(-10px); /* Jump up */
  }
}

/* Apply animation to the phone icon */
.fa-phone-alt {
  animation: jump 1.5s ease infinite; /* 1.5s duration, smooth, loops forever */
  display: inline-block; /* Required for transform */
  color: #3498db; /* Optional: Match your theme */
}

/* Optional: Add a subtle shadow on jump */
@keyframes jumpWithShadow {
  0%, 100% {
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  50% {
    transform: translateY(-10px);
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
  }
}

.fa-phone-alt {
  animation: jumpWithShadow 1.5s ease infinite;
}

/* ===== Top Header Styles ===== */
.top_header {
  width: 100%;
  background-color: #8B0000; /* Dark red */
  color: white;
  padding: 8px 0;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  font-family: 'Arial', sans-serif;
  text-align: center;
}

/* Text Carousel Container */
.text-carousel-top {
  position: relative;
  height: 20px; /* Fixed height to prevent layout shift */
}

/* Carousel Items */
.carousel-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.carousel-top.active {
  opacity: 1;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 991px) {
  .top_header {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .top_header {
    font-size: 12px;
    padding: 6px 0;
  }
}


/* Full width banner styles */
.banner_section {
   width: 100%;
   padding: 0 !important;
}

.carousel-inner {
   width: 100%;
}

.banner_img {
   width: 100%;
   height: 370px !important; /* Default height for large screens */
   overflow: hidden;
}

.banner_img img {
   width: 100%;
   height: 90% !important;
   object-fit: cover;
   object-position: center;
}

/* Responsive height adjustments */
@media (max-width: 992px) {
   .banner_img {
      height: 300px !important;
   }
}

@media (max-width: 768px) {
   .banner_img {
      height: 200px !important;
   }
}

@media (max-width: 576px) {
   .banner_img {
      height: 150px !important;
   }
}

/* Remove any default carousel margins/padding */
.carousel {
   margin: 0 !important;
   padding: 0 !important;
}



/* Designs for out of stock */
    .out-of-stock-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    
    .out-of-stock-text {
        background-color: #f44336;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-weight: bold;
        transform: rotate(-5deg);
    }
    
    .product_box {
        position: relative;
    }


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    animation: fadeIn 0.3s ease-out;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}

.modal-body {
    padding: 20px;
}

.modal-image {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 4px;
}

.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}

.modal-button {
    display: inline-block;
    padding: 8px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.modal-button:hover {
    background-color: #45a049;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}