/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 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;
}
/* For WebKit browsers (e.g., Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 12px; /* Set the width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background-color: #FBAD18; /* Set the scrollbar thumb color */
    border-radius: 10px; /* Optional: Add roundness to the scrollbar */
    border: 3px solid #f1f1f1; /* Optional: Adds space around the thumb */
}

/* For Firefox */
* {
    scrollbar-width: thin; /* Set the width of the scrollbar */
    scrollbar-color: #FBAD18 #f1f1f1; /* Set the thumb color and track color */
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    
}
body.modal-open {
    padding-right: 0 !important;
}

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: 0px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


.form-control:focus {
    color: #495057; /* Keep the text color the same */
    background-color: #fff; /* Keep the background color the same */
    border-color: rgb(2, 118, 176); /* Change the border color to blue */
    outline: 0; /* Remove the default outline */
    box-shadow: 0 0 5px rgba(2, 118, 176, 0.5); /* Optional: Add a blue glow around the input */
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*background-image: url(../images/slider2_1.webp);*/
	 /*background-image: url(../images/fhcrepub.webp);*/
    background-size: cover;

}
.header_bg {
    width: 100%;
    float: left;
background: linear-gradient(to right, rgba(18,8,4,0.9), rgba(75,46,31,0.9));
    height:auto;
    background-size: 100%;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px 10px 20px;
    font-size: 17px;
   color: #fefefd;
	/*color: #000;*/
    text-transform: uppercase;
    background-color: transparent;
    margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #FBAD18 ;
    border-radius: 10px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    background-color: #FBAD18 ;
    border-radius: 10px;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 0px 0px 20px 0px;
}

.user_icon {
    padding-right: 40px;
}

.login_bt {
    width: 210px;
    margin-top: 28px;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}
.login_bt ul {
    display: flex;
    align-items: center;
    justify-content: space-around; /* Space items evenly */
}

.welcome-message {
    color: #fefefd;
    font-size: 18px;
    margin-right: 15px; /* Add some space between the welcome message and the cart icon */
    text-transform: uppercase;
}

.login_bt li a {
    float: left;
    font-size: 18px;
    color: #fefefd;
	/*color: #000;*/
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
    margin-top: -25px;
}
.login_bt.logged-in li a {
    padding: 0; /* Set padding to 0 for cart and search icons when logged in */
}
@media (max-width: 575px) {
    
.login_bt li a {
    float: left;
    font-size: 18px;
    color: #fefefd;
	/*color: #000;*/
    text-transform: uppercase;
    padding: 0px 0px 0px 50px;
    margin-top: 0px;
}
}
.login_bt li a:hover {
    color: #FBAD18;
}

.navbar-brand{
    margin-top: 20px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 140px 0px;

}

.banner_taital_main {
    width: 100%;
    ;
}

.banner_taital {
    width: 100%;
    font-size: 80px;
    color: #fefefd;
    font-weight: 800;
    line-height: 90px;
}

.banner_text {
    width: 100%;
   
    font-size: 16px;
    color: #fefefd;
    margin: 20px 0px 0px 0px;
}

.btn_main {
    width: 100%;
   
    padding-top: 10px;
}

.about_bt {
    width: 175px;
}

.about_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.about_bt a:hover {
    color: #fefefd;
    background-color: #FBAD18;
}


.about_bt.active a {
    color: #fefefd;
    background-color: #FBAD18;
}

.callnow_bt {
    width: 175px;
    float: left;
}

.callnow_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fefefd;
    color: #1c130f;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    text-transform: uppercase;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: #FBAD18;
}

#banner_slider a.carousel-control-prev {
    left: 0px;
    top: 411px;
    right: 60px;
}

#banner_slider a.carousel-control-next {
    right: 0px;
    top: 411px;
    left: 60px;
    color: #fefefd;
    background-color: #FBAD18;
}

#banner_slider .carousel-control-next,
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #4a4949;
    background-color: #efefef;
    margin: 0 auto;
    text-align: center;
    margin-top: 83px;
}

#banner_slider .carousel-control-next:focus,
#banner_slider .carousel-control-next:hover,
#banner_slider .carousel-control-prev:focus,
#banner_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #FBAD18;
}

.banner_img {
    width: 100%;
    float: left;
    text-align: center;
}


/* banner section end */
@media (max-width: 767px) {
    .login_bt li a{
        padding: 0px;
    }
    .login_bt{
        width: auto;
    }
    .header-container{
        background-color: rgba(0, 0, 0, 0.5);
    }
    .navbar-brand{
        margin-top: 0px;
    }
}
/* about section start */

/* ===== About Section Premium Style ===== */

.about_section {
    width: 100%;
    float: left;
    padding: 80px 0;
    background: linear-gradient(to right,#1a0f0a,#3b2416,#3b2416);
}

.about_section_2 {
    width: 100%;
    float: left;
}

/* Heading Main */
.about_taital {
    font-size: 38px;
    color: #C8A96A;
    text-transform: uppercase;
    font-weight: 700;
}

.about_logo{
    max-width: 200px;
    height: auto;
}


/* Text */
.about_text {
    font-size: 16px;
    color: #F5E6C8;
    line-height: 1.8;
}

/* Image Style */
.about_img {
    width: 100%;
    border-radius: 5px;
    display: block;

}

.image_iman{
    padding-left: 60px;
}
/* Read More Button */
.readmore_btn {
    width: 180px;
    margin-top: 35px;
}

.readmore_btn a {
    display: block;
    font-size: 16px;
    color: #000;
    background: #C8A96A;
    text-transform: uppercase;
    padding: 12px;
    text-align: center;
    border-radius: 30px;
    transition: 0.4s;
    font-weight: 600;
}

.readmore_btn a:hover {
    background: #D68A3C;
    color: white;
}

/* Coconut Section Text */
.coconut {
    font-size: 16px;
    color: #F5E6C8;
    line-height: 1.6;
    font-weight:300;

}
.coconut_img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.35);
}


.highlight-letter{
    color:#C8A96A;
    font-weight:600;

}


/* about section end */

/* ===== COFFEE SECTION PREMIUM ===== */

.coffee_section {
    width: 100%;
    float: left;
    background:  linear-gradient(to right,#1a0f0a,#3b2416,#3b2416);
    padding: 60px 0;
}


/* ===== SECTION TITLE ===== */

.coffee_taital {
    width: 100%;
    float: left;
    font-size: 42px;
    color: #FBAD18;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}


/* ===== PRODUCT WRAPPER ===== */

.coffee_section_2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}


/* ===== PRODUCT IMAGE ===== */

.coffee_img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: 0.4s ease;
}

.coffee_img:hover img{
    transform: scale(1.05);
}


/* ===== PRODUCT CARD ===== */

.coffee_box {
    width: 100%;
    float: left;
    background: #2b1c17;
    height: 210px;
    padding: 22px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    transition: 0.35s;
}

.coffee_box:hover {
    background: #3b2520;
    transform: translateY(-6px);
}


/* ===== PRODUCT NAME ===== */

.types_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #f5efe6;
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}


/* ===== DESCRIPTION ===== */

.types_des {
    font-size: 14px;
    color: #d7ccc8;
    text-align: center;
    margin: 8px 0;
}


/* ===== PRICE TEXT ===== */

.looking_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #e0c48f;
    text-align: center;
    font-weight: 600;
}


/* ===== ADD TO CART BUTTON ===== */

.read_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 18px;
    display: flex;
}

.read_bt a {
    width: 100%;
    font-size: 15px;
    color: #1b1310;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(45deg,#FBAD18,#FBAD18);
    text-transform: uppercase;
    padding: 9px;
    font-weight: 600;
    transition: 0.3s;
}

.read_bt a:hover {
    background: linear-gradient(45deg,#FBAD18,#FBAD18);
    transform: scale(1.05);
}


/* ===== CAROUSEL NAVIGATION ===== */

#main_slider a.carousel-control-prev {
    left: -45px;
    top: 170px;
}

#main_slider a.carousel-control-next {
    right: -45px;
    top: 170px;
}


#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #1b1310;
    background: linear-gradient(45deg,#FBAD18,#FBAD18);
    border-radius: 50%;
    transition: 0.3s;
}

#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:hover {
    transform: scale(1.1);
}
.coffee_section::before{
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.04), transparent 70%);
    pointer-events:none;
}









/* client section start */

/* ===== Premium Client Section ===== */

.client_section {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(135deg,#1a0f0a,#3b2416,#1a0f0a);
    position: relative;
    overflow: hidden;
}

/* subtle texture feel */
.client_section::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background: radial-gradient(circle at 20% 30%, rgba(255,200,120,0.08), transparent 60%);
    pointer-events:none;
}

.client_section_2{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.45);
    transition: 0.4s;
}

.client_section_2:hover{
    transform: translateY(-5px);
}

/* Title */
.client_section .about_taital{
    color:#f5d6a1;
    text-align:center;
    margin-bottom:40px;
    letter-spacing:1px;
}

/* Layout */
.client_taital_main{
    display:flex;
    align-items:center;
    gap:25px;
}

/* Client Image */
.client_left{
    width:130px;
}

.client_img img{
    width:130px;
    height:130px;
    object-fit:cover;
    border-radius:50%;
    border:3px solid #d4a762;
    box-shadow:0 5px 20px rgba(0,0,0,0.5);
}

/* Content */
.client_right{
    flex:1;
}

.moark_text{
    font-size:22px;
    color:#fff;
    font-weight:600;
    margin-bottom:10px;
}

.client_text{
    font-size:16px;
    color:#e6e6e6;
    line-height:1.7;
}

/* ===== Premium Slider Buttons ===== */

#custom_slider .carousel-control-prev,
#custom_slider .carousel-control-next{
    width:55px;
    height:55px;
    background: rgba(255,255,255,0.08);
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    backdrop-filter: blur(8px);
    transition:0.3s;
}

#custom_slider .carousel-control-prev{
    left:-70px;
}

#custom_slider .carousel-control-next{
    right:-70px;
}

#custom_slider .carousel-control-prev:hover,
#custom_slider .carousel-control-next:hover{
    background:#d4a762;
    color:#000;
}

/* ===== Mobile Responsive ===== */

@media(max-width:768px){

.client_taital_main{
    flex-direction:column;
    text-align:center;
}

.client_left{
    width:auto;
}

#custom_slider .carousel-control-prev{
    left:10px;
}

#custom_slider .carousel-control-next{
    right:10px;
}

}
.carousel-item{
    transition: transform 0.8s ease, opacity 0.8s ease;
}


/* client section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 30px 0px;
}

.blog_img {
    width: 100%;
}

.date_text {
    width: 100px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    background-color: #FBAD18;
    position: absolute;
    top: 0px;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 20px 10px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #3b3b3b;
    margin: 0px;
    padding: 0px 20px;
}

.read_btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #FBAD18;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FBAD18;
    text-transform: uppercase;
    padding: 8px;
}

.read_btn a:hover {
    color: #3b3b3b;
    border: 1px solid #3b3b3b;
}

/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 100%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2e2e2d;
    border: 0px;
    background-color: #efefef;
    padding: 11px 20px;
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

input.mail_text::placeholder {
    color: #2e2e2d;
}

.massage-bt {
    color: #2e2e2d;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #efefef;
    padding: 40px 20px 0px 20px;
    border: 0px;
    height: 110px;
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
}

textarea#comment.massage-bt::placeholder {
    color: #2e2e2d;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #FBAD18;
    padding: 10px;
    margin-top: 20px;
    display: block;
    border-radius: 10px;
}

.send_bt a:hover {
    color: #161616;
    background-color: #efefef;
}

.map_main {
    width: 100%;
    float: left;
    margin-top: 90px;
}


/* contact section end */







/* copyright section end */
/* FOOTER */
.zoff-footer{
    background: linear-gradient(135deg,#120804,#2b1b12,#120804);
    color:#fff;
    padding:60px 0 0;
    font-size:14px;
}

/* GRID */
.footer-grid{
    display:flex;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

/* LEFT */
.footer-left{
    max-width:480px;
}

.footer-logo{
    width:250px;
    margin-bottom:15px;
}

.footer-desc{
    opacity:.9;
    line-height:1.6;
}

/* SUBSCRIBE */
.subscribe-box{
    display:flex;
    margin:18px 0;
}

.subscribe-box input{
    padding:12px;
    border:none;
    width:220px;
    border-radius:25px 0 0 25px;
    outline:none;
}

.subscribe-box button{
    background:#FBAD18;
    border:none;
    padding:12px 20px;
    color:#fff;
    border-radius:0 25px 25px 0;
    cursor:pointer;
}

/* ADDRESS */
.footer-address{
    line-height:1.7;
    opacity:.9;
}

/* RIGHT */
.footer-right{
    max-width:420px;
}

.footer-right h4{
    margin:12px 0 8px;
    font-weight:600;
}
.footer-right h4{
    color:#ffffff;
}

/* LINKS */
.footer-links{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:10px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    opacity:.85;
}

.footer-links a:hover{
    opacity:1;
    color:#fff;

}

/* SOCIAL */
.social-icons{
    margin:10px 0;
}

.social-icons a{
    display:inline-block;
}

.social-icons i{
    background:#fff;
    color:#FBAD18;
    padding:10px;
    border-radius:50%;
    margin-right:10px;
    transition:.3s;
}

.social-icons i:hover{
    transform:scale(1.1);
}
.contact-icons-text a{
    display:flex;
    align-items:center;
    gap:10px;

    color:#fff;
    text-decoration:none;
    margin-bottom:10px;

    font-size:15px;
}

.contact-icons-text i{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#FBAD18;

    border-radius:50%;
    font-size:16px;
}

.contact-icons-text a:hover i{
    background:#d4a762;
    color:#fff;
}


/*footer start*/

/* DESKTOP */
.zoff-footer{
    padding-left:120px;
    padding-right:120px;
}

/* Container full width control */
.zoff-footer .container{
    max-width:1400px;
    padding-left:20px;
    padding-right:20px;
}

/* Bottom bar */
.footer-bottom{
    background:#0a0503;
    padding:15px 0;
    color:#fff;
    font-size:14px;
}

.bottom-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom a{
    color:#d4a762;
    text-decoration:none;
}

.footer-bottom a:hover{
    text-decoration:underline;
        color:#fff;

}

/* CENTER LINKS */
.footer-policies{
    text-align:center;
    flex:1;
}
@media(max-width:991px){

.zoff-footer{
    padding-left:40px;
    padding-right:40px;
}

.footer-grid{
    flex-wrap:wrap;
    gap:30px;
}

.footer-left,
.footer-right{
    width:100%;
}
}


@media(max-width:768px){

.zoff-footer{
    padding-left:15px;
    padding-right:15px;
}

.footer-grid{
    flex-direction:column;
    gap:25px;
}

.footer-left,
.footer-right{
    width:100%;
}

.subscribe-box{
    display:flex;
    flex-direction:column;
}

.subscribe-box input{
    width:100%;
    margin-bottom:10px;
}

.subscribe-box button{
    width:100%;
}

/* Bottom bar stack */
.bottom-flex{
    flex-direction:column;
    text-align:center;
}

.footer-policies{
    order:2;
}

.design-right{
    order:3;
}
}
/* TABLET */
@media (max-width:992px){

.subscribe-box{
    flex-direction:column;
    background:none;
    gap:12px;
}

.subscribe-box input{
    width:100%;
    border-radius:30px;
}

.subscribe-box button{
    width:100%;
    border-radius:30px;
    padding:12px;
}

}
}

/* MOBILE */
@media (max-width:576px){

.subscribe-box{
    flex-direction:column;
    background:none;
    gap:12px;
}

.subscribe-box input{
    width:100%;
    border-radius:30px;
}

.subscribe-box button{
    width:100%;
    border-radius:30px;
    padding:12px;
}

}


/*.margin_top90 {*/
/*    margin-top: 90px;*/
/*}*/
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #111;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 1001;
    overflow-y: auto;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.cart-sidebar.open {
    right: 0;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.cart-overlay.open {
    display: block;
}

.cart-sidebar-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.cart-sidebar-header #close-cart{
color: WHITE;
}
.cart-sidebar-header h3{
    color: white;
    font-weight: 500;
    text-align: center;
    font-size: 30px;
}
.cart-sidebar-content {
    padding: 15px;
}
.cart-sidebar-content .cart-item-details h4{
    color: white;
}
.cart-sidebar-content .cart-item-quantity{
    color: rgb(179, 179, 179);
}
.cart-sidebar-content h4 {
   padding-bottom: 0;
   color: white;
}
.cart-sidebar-content p {
   margin: 0;
 }
 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #111;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
#close-cart {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.cart-item {
    display: flex;
    margin-bottom: 15px;
}

.cart-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-quantity {
    margin-top: 5px;
}
/* Define the cubic-bezier easing function */
@keyframes cursor-animation {
    0% {
        left: 100px;
        transform: rotate(30deg);
    }
    100% {
        left: 40px;
        transform: rotate(0deg);
    }
}

@keyframes box-animation {
    0% {
        left: 0px;
    }
    100% {
        left: -5em;
    }
}

.menu-indicator {
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -150px;
    z-index: 4;
    width: 300px;
    text-align: center;
    /* margin-left: 15%; */
    margin-bottom: -110px;
}

.indicator-wrapper {
    transform: translate3d(0, 0, 0);
    width: 150px;
    margin: 0 auto;
}

.indicator-cursor {
    width: 25px;
    position: absolute;
    top: 1.75em;
    z-index: 5;
    animation: cursor-animation 1.2s cubic-bezier(0.230, 1.000, 0.720, 1.000) infinite;
}

.box-wrapper {
    width: 150px;
    overflow: hidden;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.box-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(247, 246, 243, 0) 0%, #fff 70%);
    z-index: 2;
}

.box-outer {
    position: relative;
    top: calc(50% - 1em);
    animation: box-animation 1.2s cubic-bezier(0.230, 1.000, 0.720, 1.000) infinite;
}

.box {
    position: absolute;
    width: 3em; /* This replaces $widthOfBox */
    height: 2em;
    border-radius: 3px;
    border: 1px solid #555; /* This replaces $default-border */
}

.box:nth-of-type(0) {
    left: 0px;
}

.box:nth-of-type(1) {
    left: 4.25em;
}

.box:nth-of-type(2) {
    left: 8.5em;
}

.box:nth-of-type(3) {
    left: 12.75em;
}
.filter-buttons .filter-btn{
    background-color:#4b2e2e;
    color: white;
    height: 40px;padding-left: 30px;padding-right: 30px; margin-top: 10px;
    border-radius: 10px;
    border:1px solid #6d4c41
}
.filter-buttons .filter-btn:hover{
    background-color:#FBAD18;
    color: white;
}
.filter-btn.active{
    background:#FBAD18;
    color:#1b1310;
}
@media (max-width: 767px) {
    .filter-buttons .filter-btn{
        background-color:#4b2e2e;
        color: white;
        height: 40px;padding-left: 15px;padding-right: 15px; margin-top: 10px;
    }  
}
 
.progress-container {
    position: relative;
    width: 100%;
    height: 5px;
    background: #e0e0e0;
    margin-top: 10px;
 }
 
 .progress-bar {
    position: absolute;
    height: 100%;
    background:#FBAD18;
    width: 0; /* This will be updated by JavaScript */
 }
 /* Search Sidebar */
.search-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: white;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
 }
 
 .search-content {
    position: relative;
    width: 250px;
    padding: 20px;
 }
 
 .search-sidebar input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 0px;
    border: none;
   margin-right:10px;
    background: transparent;
    color: white;
	 border-bottom:1px dashed #FBAD18;
 }
 
 .search-sidebar button {
    background-color: #f1f1f1;
    color:#FBAD18;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
	 border-radius: 5px;
 }
 
 .search-sidebar button:hover {
    background-color: #ddd;
 }
 
 .closebtn {
    position: absolute;
    top: -30%;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    color: white;
 }
 
 .closebtn:hover {
    color: #f1f1f1;
 }
 a#searchside{
    color: white;
	/*color: #000;*/
	 
 }
 a#searchside:hover{
color: #FBAD18;
 }
 @media (max-width: 575px) {
    .navbar-light .navbar-toggler {
        color: #fff;
        border: 0px solid white;
        background:none;
    }
}


.search-results {
    display: flex;
    flex-direction: column;
	margin-top:50px;
 }
 
 .search-result-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 20px;
 }
 
 .product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
 }
 
 .product-details {
    display: flex;
    flex-direction: column;
 }
 
 .product-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
 }
 
 .product-price {
    font-size: 14px;
    color:#FBAD18;
 }

 .logoname{
    width: 40%;
 }
.santhasbird{
    margin-left: 20px;
}
 @media (max-width: 575px) {
    .logoname{
        width: 100%;
    }
    .santhasbird{
        margin-left: -30px;
    }
}
@media (max-width: 991px) {
    .santhasbird{
        margin-left: -30px;
    }
}
 .send_bt input {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #FBAD18  ;
    padding: 10px;
    margin-top: 20px;
    display: block;
    border-radius: 10px;
    border: none;
	     cursor: pointer;
}


/*counting cart icon*/
.cart-wrapper {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: red;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}
@media (max-width: 767px) {
    .login_bt ul li {
        margin: 0 10px;
    }
}

/*shop*/



/* Shop section spacing & blend */
section{
    background: transparent;
    padding-bottom:60px;
}


/* Product area transparent so gradient shows */
.products-container{
    background: transparent;
}


/* Optional — make text readable on dark bg */
.types_text,
.types_des,
.looking_text{
    color:#fff;
}








/* =========================
   SHOP SECTION WIDTH
========================= */
.shop-section{
    padding:40px 0;
}

.shop-section .container{
    max-width:1300px;
    margin:auto;
}





/* =========================
   GRID SPACING
========================= */
.products-container .row{
    margin-left:-12px;
    margin-right:-12px;
}

.shop-card{
    padding:12px;
}


/* =========================
   PRODUCT CARD
========================= */
.shop-box{
    background:#3a1f19;
    border-radius:18px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.4);
    transition:0.3s;
    height:100%;
    padding-bottom:15px;
}

.shop-box:hover{
    transform:translateY(-8px);
}


/* =========================
   IMAGE (SAME SIZE)
========================= */
.shop-img img{
    width:100%;
    height:350px;
    object-fit:cover;
    background:#fff;
    display:block;
}


/* =========================
   TEXT
========================= */
.shop-title{
    color:#fff;
    font-size:20px;
    margin:12px 0 5px;
}

.shop-desc{
    color:#e0e0e0;
    font-size:14px;
    padding:0 12px;
    min-height:40px;
}

.shop-price{
    color:#e0c48f;
    font-size:18px;
    font-weight:600;
    margin:10px 0;
}


/* =========================
   BUTTON
========================= */
.shop-btn{
    background:#FBAD18;
    color:#000;
    padding:10px 18px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    display:inline-block;
    margin-top:10px;
    transition:0.3s;
}

.shop-btn:hover{
    background:linear-gradient(45deg,#FBAD18,#f1d79c);
    color:#000;
}


/* =========================
   TABLET (2 PER ROW)
========================= */
@media(max-width:992px){

    .shop-card{
        width:50%;
        flex:0 0 50%;
        max-width:50%;
    }

    .shop-section .container{
        max-width:95%;
    }
}


/* =========================
   MOBILE (1 PER ROW)
========================= */
@media(max-width:576px){

    .shop-card{
        width:100%;
        flex:0 0 100%;
        max-width:100%;
    }

    .shop-img img{
        height:350px;
    }
}

/*peppernew*/


