@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-color: #fbfaf8;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "coffee";
    src: url(../fonts/coffee-town.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "coffee";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "coffee";
    font-size: 50px;
    color: #1b1b1b;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "coffee";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "coffee";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "coffee";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "coffee";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 5px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    z-index: 1;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.menuSection .row {
    align-items: center;
}

.baner-abs img {
    position: absolute;
    bottom: 0;
    animation: float 4s ease-in-out infinite;
    animation-delay: 2s;
}

.menuSection {
    background: #653625;
}

.container-fluid {
    padding: 0 5%;
}

.header-logo img {
    width: 55%;
    /* background: #2e2e2e; */
    display: block;
    padding: 8px 10px 0;
    transition: all 0.5s ease;
}

.header-logo img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.3);
}

.menuSec ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    transition: .5s ease;
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #ffffff !important;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.header-btn i {
    width: 60px;
    height: 60px;
    border: 1px solid #b7b3b1;
    color: #b7b3b1;
    font-size: 22px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    transition: .5s ease;
    cursor: pointer;
}

.header-btn i:hover {
    background: #6b3a29;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.4);
}


/* Header End */


/* Banner Start */

img.ban-1 {
    top: 14%;
    left: -3%;
}

img.ban-2 {
    bottom: 11%;
    left: -5%;
}

img.ban-3 {
    top: 20%;
    right: 0;
}

img.ban-4 {
    bottom: 20%;
    right: 5%;
}

.home-banner-sec {
    position: relative;
    z-index: 1;
}

.home-banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    align-content: center;
}

.home-banner-sec img.home-ban-imag {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.home-banner-content .row {
    align-items: center;
}

.banner-text h1 {
    font-size: 70px;
    color: #1b1b1b;
}

.theme-head {
    font-size: 30px;
    color: #6b3a29;
    margin: 10px 0;
}

.banner-img img {
    width: 80%;
    margin: 0 auto;
    display: block;
    transition: all 0.6s ease;
}

.banner-img img:hover {
    transform: scale(1.05);
}

.theme-btn span {
    font-size: 14px;
    color: #020202;
    text-transform: uppercase;
    padding: 14px 30px;
    background: #ede8e5;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.theme-btn {
    background: #3f1c0e;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-radius: 50px;
    border: 0;
    transition: all 0.5s ease;
    cursor: pointer;
}

.theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(63, 28, 14, 0.4);
}

.theme-btn img {
    padding: 0 14px;
    width: fit-content !important;
    height: fit-content !important;
    transition: all 0.5s ease;
}

.theme-btn:hover img {
    transform: translateX(5px);
}

.banner-text p {
    margin-bottom: 18px;
}

.banner-text .theme-btn:hover span {
    background: #6b3a29;
    color: #fff;
}


/* Banner Start */


/* About Section */

.about-sec {
    padding: 100px 0;
}

.about-content img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.about-content img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-left img {
    width: 87%;
    margin-left: auto;
    display: block;
}

.about-left .about-text {
    margin-top: 60px;
}

.theme-color {
    color: #6b3a29;
}

.about-text p {
    margin: 20px 0;
}

.about-right {
    margin-top: 50px;
}

.about-right img.about-2 {
    width: 95%;
    margin-left: auto;
    display: block;
}

.about-text .theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(63, 28, 14, 0.4);
}


/* About Section */


/* Crafted Section */

.crafted-sec {
    padding: 0 0 20px;
}

.craft-box {
    text-align: center;
    margin: 30px 0;
    transition: all 0.5s ease;
    padding: 20px;
    border-radius: 15px;
}

.craft-box:hover {
    background: #f5f3f1;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.craft-img img {
    width: 250px;
    height: 250px;
    border-radius: 500px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.craft-box:hover .craft-img img {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(107, 58, 41, 0.3);
}

.craft-text h3 {
    font-size: 30px;
    color: #1a1919;
    font-weight: 100;
    margin: 15px 0 0;
    transition: all 0.5s ease;
}

.craft-box:hover .craft-text h3 {
    color: #6b3a29;
}


/* Crafted Section */


/* Product Section */

.product-sec {
    position: relative;
    z-index: 1;
    background-image: url(../images/product-bg.png);
    background-repeat: no-repeat;
    padding: 180px 0 100px;
    background-size: cover;
    margin-bottom: 120px;
}

.product-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 18%;
    left: 0;
    right: 0;
    bottom: -105px;
    background-image: url(../images/product-shap.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

img.prd-abs-1 {
    bottom: 0;
    left: -5%;
    animation: float 4s ease-in-out infinite;
}

img.prd-abs-2 {
    top: 17%;
    right: -5%;
    animation: float 4s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.prd-abs img {
    position: absolute;
    width: 16%;
}

.prduct-card {
    border: 1px solid #c2bebb;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.5s ease;
    background: #fff;
}

.prduct-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(107, 58, 41, 0.25);
    border-color: #6b3a29;
}

.product-imag a,
.product-imag img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.product-text {
    padding: 15px 0 10px;
}

.product-text h4 {
    font-size: 20px;
    color: #171717;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.product-text p {
    color: #454443;
    margin: 12px 0;
    transition: all 0.5s ease;
}

.price-prd span {
    font-size: 20px;
    color: #6b3a29;
    font-family: 'coffee';
    transition: all 0.5s ease;
}

.price-prd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-prd a {
    font-size: 16px;
    background: #6b3a29;
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    color: #fff;
    margin: -20px 0 0;
    transition: all 0.5s ease;
}

.prduct-card * {
    transition: .5s all;
}

.prduct-card:hover {
    background: #6b3a29;
}

.prduct-card:hover * {
    color: #fff;
}

.product-imag {
    overflow: hidden;
    border-radius: 12px;
}

.prduct-card:hover .product-imag img {
    transform: scale(1.3);
}

.prduct-card:hover .price-prd a {
    background: #fff;
}

.prduct-card:hover .price-prd i {
    color: #6b3a29 !important;
}

.prduct-card:hover .price-prd span {
    color: #fff;
}

.product-sec .slick-slide {
    opacity: 1;
    margin: 10px 12px;
}

.product-sec .row.align-items-end.mb-4 {
    padding: 0 12px;
}

.product-btn .theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(63, 28, 14, 0.4);
}


/* Product Section */


/* Testimonial Section */

.testimonial-content {
    border-radius: 20px;
    background-color: rgb(251, 250, 248);
    box-shadow: 0px 6px 6px 0px rgba(18, 17, 17, 0.05);
    padding: 25px;
    transition: all 0.5s ease;
}

.testimonial-card {
    transition: all 0.5s ease;
}

.testimonial-card:hover .testimonial-content {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(107, 58, 41, 0.2);
}

.testimonial-content img {
    width: fit-content;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.testimonial-content p {
    font-size: 14px;
    color: #7c7c7c;
    transition: all 0.5s ease;
}

ul.testim-prof,
ul.testim-prof li {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between;
    margin: 30px 25px 10px;
}

ul.testim-prof li img {
    width: 70px;
    height: 70px;
    border-radius: 80px;
    object-fit: cover;
    margin-right: 10px;
    border: 4px solid #6b3a29;
    transition: all 0.5s ease;
}

.testimonial-card:hover ul.testim-prof li img {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.4);
}

.tstp-info h4 {
    font-size: 20px;
    color: #020202;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.tstp-info span {
    font-size: 14px;
    color: #7c7c7c;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

ul.testim-prof li i {
    color: #ff9c00;
    font-size: 18px;
    margin: 0 2px;
    transition: all 0.5s ease;
}

.testimonial-card:hover ul.testim-prof li i {
    transform: scale(1.2);
}

ul.testim-prof li {
    margin: 0;
}

.testimonial-sec .slick-slide {
    opacity: 1;
    margin: 10px 25px;
}

.testimonial-sec .slick-center .testimonial-content {
    border-radius: 20px;
    background-image: -moz-linear-gradient( 60deg, rgb(107, 58, 41) 0%, rgb(63, 28, 14) 100%);
    background-image: -webkit-linear-gradient( 60deg, rgb(107, 58, 41) 0%, rgb(63, 28, 14) 100%);
    background-image: -ms-linear-gradient( 60deg, rgb(107, 58, 41) 0%, rgb(63, 28, 14) 100%);
    position: relative;
    z-index: 1;
}

.testimonial-sec .slick-center .testimonial-content::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/triangle1.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -25px;
    left: 16%;
}

.testimonial-sec .slick-center .testimonial-content img.quote-1 {
    filter: invert(1);
}

.testimonial-sec .slick-center .testimonial-content p {
    color: #ffffffc7;
}

.testimonial-sec {
    padding: 80px 0;
}

.testimonial-slider .slick-slide {
    transition: all 0.3s ease;
}

.testimonial-slider .slick-slide:hover {
    transform: scale(1.02);
}


/* Testimonial Section */


/* Contact Section */

.contact-sec {
    padding: 40px 0 100px;
    position: relative;
    z-index: 1;
}

.contact-input input,
.contact-input textarea {
    width: 100%;
    height: 55px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease;
}

.contact-input input:focus,
.contact-input textarea:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    transform: translateY(-3px);
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #a1a09f;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.contact-input input:focus::placeholder,
.contact-input textarea:focus::placeholder {
    color: #6b3a29;
}

.contact-input textarea {
    height: 150px;
    padding: 10px;
}

.contact-text iframe {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    filter: grayscale(1);
    border-radius: 12px;
    box-shadow: 0 0 8px 0 #00000054;
    transition: all 0.5s ease;
}

.contact-text iframe:hover {
    filter: grayscale(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-text {
    height: 73%;
}

.contact-input button {
    border: 0;
    transition: all 0.5s ease;
}

.contact-input button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(63, 28, 14, 0.4);
}


/* Contact Section  */


/* Footer Start */

footer {
    background-image: -moz-linear-gradient( 90deg, rgb(63, 28, 14) 0%, rgb(107, 58, 41) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(63, 28, 14) 0%, rgb(107, 58, 41) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(63, 28, 14) 0%, rgb(107, 58, 41) 100%);
}

.footer-logo img {
    width: 15%;
    transition: all 0.5s ease;
}

.footer-logo img:hover {
    transform: scale(1.1);
}

ul.footer-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.footer-menu a {
    font-size: 14px;
    color: #fbfaf8;
    text-transform: uppercase;
    transition: all 0.5s ease;
    position: relative;
}

ul.footer-menu a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #fbfaf8;
    bottom: -5px;
    left: 0;
    transition: .5s ease;
}

ul.footer-menu a:hover::before {
    width: 100%;
}

ul.footer-menu a:hover {
    color: #fff;
    padding-left: 10px;
}

.footer-content h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.footer-content a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    transition: all 0.5s ease;
}

.footer-content a:hover {
    padding-left: 10px;
    color: #fff;
}

.footer-content input {
    width: 100%;
    height: 50px;
    background: #3f1c0e;
    border: 0;
    border-radius: 4px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s ease;
}

.footer-content input:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    outline: none;
}

.footer-content input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.footer-content {
    padding: 50px 0;
    height: 100%;
    display: block;
    align-content: center;
    position: relative;
    z-index: 1;
}

.footer-content .btn2 {
    background: #fbfaf8;
}

.footer-content .btn2 span {
    background: #462113;
    color: #fff;
}

.footer-content .btn2 img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(1763%) hue-rotate(332deg) brightness(94%) contrast(95%);
}

.footer-content button {
    margin: 15px 0 0;
    transition: all 0.5s ease;
}

.footer-content button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.foter-nav p {
    font-size: 14px;
    color: #ffffff;
}

.footer-nav-card {
    text-align: end;
}

footer .row {
    align-items: center;
}

.footer-top {
    padding: 15px 0;
    border-bottom: 1px solid #72493a;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #72493a;
}

.footer-center .row {
    align-items: unset;
}

.footer-content::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 12%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #72493a;
}

.footer-center .col-lg-3:last-child .footer-content::before {
    display: none;
}


/* ======= Additional Animation Classes ======= */


/* Fade In Up Animation */

.fadeInUp {
    animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Fade In Left Animation */

.fadeInLeft {
    animation: fadeInLeft 1s ease forwards;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Fade In Right Animation */

.fadeInRight {
    animation: fadeInRight 1s ease forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Zoom In Animation */

.zoomIn {
    animation: zoomIn 1s ease forwards;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/* Pulse Animation for buttons */

.pulse-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(107, 58, 41, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(107, 58, 41, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(107, 58, 41, 0);
    }
}


/* Bounce Animation */

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}


/* Rotate Animation */

.rotate {
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Inner Pages Start */


/* ======= Testimonial Page ======= */

.testimonial-page-sec {
    padding: 80px 0;
}

.video-testimonial-sec {
    padding: 80px 0;
    background: #fbfaf8;
}

.video-card {
    margin-bottom: 30px;
    cursor: pointer;
}

.video-thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.video-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #6b3a29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.play-btn i {
    color: #fff;
    font-size: 24px;
    margin-left: 4px;
}

.video-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 10px 25px rgba(107, 58, 41, 0.5);
}

.video-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.video-info p {
    color: #7c7c7c;
}

.write-review-sec {
    padding: 80px 0;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
}

.write-review-box {
    background: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.write-review-box .sec-head h2 {
    margin-bottom: 15px;
}

.write-review-box .sec-head p {
    color: #7c7c7c;
    margin-bottom: 30px;
}

.review-input input,
.review-input textarea {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.review-input textarea {
    height: 120px;
    padding: 15px;
    resize: none;
}

.review-input input:focus,
.review-input textarea:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
}

.review-rating {
    margin-bottom: 20px;
}

.review-rating label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-right: 15px;
}

.rating-stars {
    display: inline-block;
}

.rating-stars i {
    color: #ff9c00;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rating-stars i:hover {
    transform: scale(1.2);
}


/* ======= Contact Page ======= */

.contact-info-sec {
    padding: 80px 0;
    background: #fbfaf8;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.contact-info-box {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    height: 100%;
}

.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(107, 58, 41, 0.2);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-icon i {
    font-size: 28px;
    color: #fff;
}

.contact-info-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-info-box p {
    color: #7c7c7c;
    line-height: 1.8;
}

.contact-form-sec {
    padding: 80px 0;
}

.contact-form-content {
    padding-right: 30px;
}

.contact-form-content h2 {
    margin-bottom: 20px;
}

.contact-form-content>p {
    color: #7c7c7c;
    line-height: 1.8;
    margin-bottom: 30px;
}

.contact-features {
    margin-bottom: 30px;
}

.contact-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-feature-item i {
    color: #6b3a29;
    font-size: 18px;
}

.contact-feature-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
}

.contact-social h4 {
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: #f5f3f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b3a29;
    font-size: 18px;
    transition: all 0.5s ease;
}

.social-icons a:hover {
    background: #6b3a29;
    color: #fff;
    transform: translateY(-5px);
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
}

.form-group textarea {
    height: 120px;
    padding: 15px;
    resize: none;
}

.form-group select {
    cursor: pointer;
    background: #fff url("../images/arrow.png") no-repeat right 15px center;
    appearance: auto;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.map-sec {
    padding: 0;
}

.map-container {
    height: 400px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(1);
    transition: all 0.5s ease;
}

.map-container iframe:hover {
    filter: grayscale(0);
}

.faq-sec {
    padding: 80px 0;
    background: #fbfaf8;
}

.faq-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 30px rgba(107, 58, 41, 0.15);
}

.faq-item h4 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}

.faq-item h4 i {
    color: #6b3a29;
    font-size: 14px;
    transition: all 0.3s ease;
}

.faq-item p {
    color: #7c7c7c;
    line-height: 1.7;
    padding-left: 30px;
    display: none;
}

.faq-item.active p {
    display: block;
}

.faq-item.active h4 i {
    transform: rotate(45deg);
}


/* ======= Account Page ======= */

.my-account-sec {
    padding: 80px 0;
}

.account-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.account-header {
    text-align: center;
    margin-bottom: 30px;
}

.account-header h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.account-header p {
    color: #7c7c7c;
}

.account-box .form-group {
    margin-bottom: 15px;
}

.account-box .form-group input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
}

.account-box .form-group input:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #6b3a29;
}

.checkbox label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #7c7c7c;
    cursor: pointer;
}

.checkbox label a {
    color: #6b3a29;
    font-weight: 600;
}

.forgot-password {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6b3a29;
}

.account-box .theme-btn {
    width: fit-content;
    justify-content: center;
    margin-top: 10px;
}

.social-login {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e4e3e1;
}

.social-login p {
    color: #7c7c7c;
    margin-bottom: 15px;
}

.social-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.social-btn.google {
    background: #fff;
    border: 1px solid #e4e3e1;
    color: #393939;
}

.social-btn.facebook {
    background: #1877f2;
    border: 1px solid #1877f2;
    color: #fff;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.benefits-list {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e4e3e1;
}

.benefits-list h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.benefits-list ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #7c7c7c;
}

.benefits-list ul li i {
    color: #6b3a29;
}

.dashboard-preview-sec {
    padding: 60px 0 80px;
    background: #fbfaf8;
}

.dashboard-welcome {
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.dashboard-welcome h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}

.dashboard-welcome p {
    color: rgba(255, 255, 255, 0.8);
}

.dashboard-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(107, 58, 41, 0.15);
}

.dashboard-card.full-width {
    height: 100%;
}

.dashboard-icon {
    width: 55px;
    height: 55px;
    background: #f5f3f1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dashboard-icon i {
    font-size: 24px;
    color: #6b3a29;
}

.dashboard-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.dashboard-info p {
    font-size: 13px;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.dashboard-info a {
    font-size: 13px;
    font-weight: 600;
    color: #6b3a29;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dashboard-info a:hover {
    padding-left: 5px;
}


/* Inner Pages Start */

.inner-banner-sec img.home-ban-imag {
    height: 700px;
    object-position: bottom;
}

.inner-banner-sec .banner-img img {
    width: 70%;
}


/* About Page */


/* Our Story Section */

.our-story-sec {
    padding: 100px 0;
    background: #fbfaf8;
}

.story-image {
    position: relative;
    padding-right: 30px;
}

.story-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: all 0.5s ease;
    height: 650px;
}

.story-image:hover img {
    transform: scale(1.02);
    box-shadow: 0 15px 40px rgba(107, 58, 41, 0.2);
}

.story-experience {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #6b3a29;
    padding: 25px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(107, 58, 41, 0.4);
}

.story-experience h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 5px;
}

.story-experience p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.story-content {
    padding-left: 30px;
}

.story-content h2 {
    margin-bottom: 25px;
}

.story-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}


/* Mission Section */

.mission-sec {
    padding: 80px 0;
    background: #fff;
}

.mission-features {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.mission-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mission-item i {
    width: 45px;
    height: 45px;
    background: #6b3a29;
    color: #fff;
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.mission-item span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 14px;
}


/* Why Choose Us Section */

.why-choose-sec {
    padding: 100px 0;
    background: #fbfaf8;
}

.choose-box {
    text-align: center;
    padding: 40px 25px;
    background: #fff;
    border-radius: 15px;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.choose-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(107, 58, 41, 0.15);
    border-color: #6b3a29;
}

.choose-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.5s ease;
}

.choose-box:hover .choose-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(107, 58, 41, 0.4);
}

.choose-icon i {
    font-size: 32px;
    color: #fff;
}

.choose-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}

.choose-box:hover h3 {
    color: #6b3a29;
}

.choose-box p {
    color: #7c7c7c;
    line-height: 1.7;
}


/* Stats Section */

.stats-sec {
    padding: 80px 0;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    position: relative;
    overflow: hidden;
}

.stats-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/banner.jpg') center/cover;
    opacity: 0.1;
}

.stats-box {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px;
}

.stats-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.stats-box:hover .stats-icon {
    background: #fff;
    transform: scale(1.1);
}

.stats-icon i {
    font-size: 28px;
    color: #fff;
    transition: all 0.5s ease;
}

.stats-box:hover .stats-icon i {
    color: #6b3a29;
}

.stats-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.stats-number h2 {
    color: #fff;
    font-size: 50px;
}

.stats-number span {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.stats-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-pag .testimonial-card {
    margin: 20px 0;
}


/* ======= Shop Page ======= */

.shop-page-sec {
    padding: 80px 0;
    background: #fbfaf8;
}

.shop-result p {
    color: #7c7c7c;
    font-size: 14px;
}

.shop-filter select {
    width: 250px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
}

.shop-page-sec .prduct-card {
    margin-bottom: 30px;
}

.shop-page-sec .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.shop-page-sec .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateX(15px);
    transition: 0.5s;
    overflow: hidden;
}

ul.tbing {
    display: flex;
    align-items: center;
    justify-content: end;
}

ul.tbing li h6 {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #7c7c7c;
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

ul.tbing li.current h6,
ul.tbing li h6:hover {
    color: #6b3a29;
}

.shop-filter.text-end {
    height: 100%;
    display: block;
    align-content: end;
}

ul.tbing li h6::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #6b3a29;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s all;
}

ul.tbing li.current h6::before,
ul.tbing li h6:hover::before {
    width: 100%;
}


/* ======= Shop Detail Page ======= */

.product-detail-sec {
    padding: 80px 0;
}

.product-detail-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.product-detail-info {
    padding-left: 30px;
}

.product-detail-info h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.product-price {
    margin-bottom: 15px;
}

.product-price .new-price {
    font-size: 28px;
    color: #6b3a29;
    font-family: 'coffee';
    font-weight: 600;
    margin-right: 15px;
}

.product-price .old-price {
    font-size: 20px;
    color: #7c7c7c;
    text-decoration: line-through;
}

.product-rating {
    margin-bottom: 20px;
}

.product-rating i {
    color: #ff9c00;
    font-size: 14px;
}

.product-rating span {
    color: #7c7c7c;
    font-size: 14px;
    margin-left: 10px;
}

.product-detail-info>p {
    color: #7c7c7c;
    line-height: 1.8;
    margin-bottom: 25px;
}

.product-options {
    margin-bottom: 25px;
}

.option-group {
    margin-bottom: 20px;
}

.option-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.option-group select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
}

.quantity-input {
    display: flex;
    align-items: center;
    gap: 0;
    width: 130px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    overflow: hidden;
}

.quantity-input input {
    width: 50px;
    height: 45px;
    border: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.qty-btn {
    width: 40px;
    height: 45px;
    border: 0;
    background: #f5f3f1;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: #6b3a29;
    color: #fff;
}

.option-group ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 25px;
}

.product-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
    align-items: center;
}

.wishlist-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #e4e3e1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6b3a29;
    transition: all 0.5s ease;
}

.wishlist-btn:hover {
    background: #6b3a29;
    color: #fff;
    border-color: #6b3a29;
}

.product-meta p {
    color: #7c7c7c;
    margin-bottom: 10px;
}

.product-meta p span {
    font-weight: 600;
    color: #1b1b1b;
}

.product-meta a {
    color: #6b3a29;
}

.product-tabs {
    margin-top: 50px;
}

.product-tabs .nav-tabs {
    border-bottom: 2px solid #e4e3e1;
    margin-bottom: 30px;
}

.product-tabs .nav-tabs .nav-link {
    border: 0;
    padding: 15px 30px;
    font-family: 'coffee';
    font-size: 18px;
    color: #7c7c7c;
    position: relative;
}

.product-tabs .nav-tabs .nav-link.active {
    color: #6b3a29;
    background: transparent;
}

.product-tabs .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #6b3a29;
}

.product-tabs .tab-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.product-tabs .tab-content p {
    color: #7c7c7c;
    line-height: 1.8;
    margin-bottom: 20px;
}

.product-tabs .tab-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.tasting-notes {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.tasting-notes li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #1b1b1b;
}

.tasting-notes li i {
    color: #6b3a29;
}

.review-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e4e3e1;
}

.review-item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.review-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.review-content h4 span {
    margin-left: 10px;
}

.review-content h4 span i {
    color: #ff9c00;
    font-size: 12px;
}

.review-content p {
    color: #7c7c7c;
    line-height: 1.7;
}

.related-products-sec {
    padding: 80px 0;
    background: #fbfaf8;
}


/* ======= Cart Page ======= */

.cart-page-sec {
    padding: 80px 0;
}

.cart-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.cart-table table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table thead {
    background: #6b3a29;
}

.cart-table thead th {
    padding: 18px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.cart-table tbody tr {
    border-bottom: 1px solid #e4e3e1;
}

.cart-table tbody td {
    padding: 20px;
    vertical-align: middle;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-product img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-product-info h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.cart-product-info p {
    font-size: 13px;
    color: #7c7c7c;
}

.remove-btn {
    color: #e74c3c !important;
    font-size: 18px;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
}

.update-btn {
    padding: 14px 30px;
    border: 1px solid #6b3a29;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6b3a29;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: block;
    align-content: center;
}

.update-btn:hover {
    background: #6b3a29;
    color: #fff;
}

.cart-summary {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cart-summary h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.summary-row.total {
    padding-top: 15px;
    border-top: 1px solid #e4e3e1;
    margin-top: 15px;
    font-weight: 600;
}

.summary-row.total span:last-child {
    font-size: 20px;
    color: #6b3a29;
    font-family: 'coffee';
}

.cart-summary .theme-btn {
    width: fit-content;
    justify-content: center;
    margin-top: 20px;
}

.coupon-section {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e4e3e1;
}

.coupon-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.coupon-input {
    display: flex;
    gap: 10px;
}

.coupon-input input {
    flex: 1;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.coupon-input button {
    padding: 0 20px;
    background: #3f1c0e;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease;
}

.coupon-input button:hover {
    background: #6b3a29;
}


/* ======= Checkout Page ======= */

.checkout-page-sec {
    padding: 80px 0;
}

.checkout-form {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.checkout-form h3 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
}

.checkout-form .form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.checkout-form .form-group input,
.checkout-form .form-group select,
.checkout-form .form-group textarea {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
    background: #fff;
}

.checkout-form .form-group textarea {
    height: 120px;
    padding: 15px;
    resize: none;
}

.checkout-form .form-group input:focus,
.checkout-form .form-group select:focus,
.checkout-form .form-group textarea:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.checkout-form .checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.checkout-form .checkbox-group input {
    width: 18px;
    height: 18px;
    accent-color: #6b3a29;
}

.checkout-form .checkbox-group label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.order-summary {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
}

.order-summary h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
}

.order-items {}

.order-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.order-item:last-child {
    margin-bottom: 0;
}

.order-item img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.order-item-info {
    flex: 1;
}

.order-item-info h4 {
    font-size: 14px;
    margin-bottom: 3px;
}

.order-item-info p {
    font-size: 12px;
    color: #7c7c7c;
}

.order-item span {
    font-family: 'coffee';
    font-size: 16px;
    color: #6b3a29;
}

.order-totals {
    margin-bottom: 25px;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.total-row.grand-total {
    padding-top: 15px;
    border-top: 1px solid #e4e3e1;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
}

.total-row.grand-total span:last-child {
    color: #6b3a29;
    font-family: 'coffee';
}

.payment-methods h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.payment-option {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.payment-option:has(input:checked) {
    border-color: #6b3a29;
    background: #fbfaf8;
}

.payment-option input {
    margin-right: 10px;
    accent-color: #6b3a29;
}

.payment-option label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.payment-option p {
    margin-top: 10px;
    margin-left: 28px;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 1.6;
    display: none;
}

.payment-option:has(input:checked) p {
    display: block;
}

.order-summary .theme-btn {
    width: fit-content;
    justify-content: center;
}


/* ======= Gift Card Page ======= */

.gift-card-page-sec {
    padding: 80px 0;
    background: #fbfaf8;
}

.gift-card-section {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.gift-card-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
    color: #1b1b1b;
}

.gift-amount-options {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.gift-amount-card {
    border: 2px solid #e4e3e1;
    border-radius: 12px;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    display: block;
    align-content: center;
}

.gift-amount-card:hover {
    border-color: #6b3a29;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(107, 58, 41, 0.2);
}

.gift-amount-card.selected {
    border-color: #6b3a29;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
}

.gift-amount-card.selected .currency,
.gift-amount-card.selected .amount {
    color: #fff;
}

.gift-amount-card.selected span {
    color: #fff;
}

.gift-amount-card .currency {
    font-size: 20px;
    color: #6b3a29;
    font-family: 'coffee';
    vertical-align: top;
}

.gift-amount-card .amount {
    font-size: 30px;
    color: #6b3a29;
    font-family: 'coffee';
    font-weight: 600;
}

.gift-amount-card span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #6b3a29;
    font-weight: 600;
}

.custom-amount-input {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e4e3e1;
}

.custom-amount-input label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.custom-amount-input .input-wrapper {
    position: relative;
    max-width: 300px;
}

.custom-amount-input .currency-symbol {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #6b3a29;
    font-family: 'coffee';
}

.custom-amount-input input {
    width: 100%;
    height: 50px;
    padding: 0 15px 0 35px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all 0.5s ease;
}

.custom-amount-input input:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.gift-card-designs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gift-card-design {
    cursor: pointer;
    transition: all 0.5s ease;
}

.gift-card-design:hover {
    transform: translateY(-5px);
}

.gift-card-design.selected .gift-card-design-inner {
    border-color: #6b3a29;
    box-shadow: 0 10px 25px rgba(107, 58, 41, 0.3);
}

.design-preview {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    border: 3px solid transparent;
    transition: all 0.5s ease;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-card-design.selected .design-preview {
    border-color: #6b3a29;
}

.classic-design {
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
}

.birthday-design {
    background: linear-gradient(135deg, #ff9c00 0%, #ff6b00 100%);
}

.holiday-design {
    background: linear-gradient(135deg, #1a472a 0%, #2d5a3f 100%);
}

.thankyou-design {
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
}

.design-preview .design-content {
    text-align: center;
    color: #fff;
}

.design-preview .design-content img {
    width: 80px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.design-preview .design-content i {
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
    height: 80px;
    width: 80px;
    align-content: center;
    border: 1px solid #fff;
    margin: 0 auto 10px;
    border-radius: 60px;
}

.design-preview .design-content h4 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.design-preview .design-content p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.design-name {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}

.delivery-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.delivery-option {
    cursor: pointer;
}

.delivery-option input {
    display: none;
}

.delivery-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 2px solid #e4e3e1;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.delivery-option input:checked+.delivery-card {
    border-color: #6b3a29;
    background: #fbfaf8;
}

.delivery-card i {
    font-size: 28px;
    color: #6b3a29;
}

.delivery-card span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}

.help-text {
    font-size: 12px;
    color: #7c7c7c;
    margin-top: 8px;
    font-family: 'Montserrat', sans-serif;
}

.gift-card-page-sec .form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
    resize: none;
}

.gift-card-page-sec .form-group textarea:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.gift-card-page-sec .form-group input[type="date"] {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e4e3e1;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: all 0.5s ease;
    background: #fff;
}

.gift-card-page-sec .form-group input[type="date"]:focus {
    border-color: #6b3a29;
    box-shadow: 0 5px 15px rgba(107, 58, 41, 0.2);
    outline: none;
}

.gift-card-summary {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
}

.gift-card-summary h3 {
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
    color: #1b1b1b;
}

.selected-card-preview {
    margin-bottom: 25px;
}

.preview-front {
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.preview-front::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.preview-front img {
    width: 80px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.preview-front h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.preview-amount {
    margin-top: 20px;
}

.preview-amount span:first-child {
    font-size: 24px;
    font-family: 'coffee';
    color: #fff;
}

.preview-amount span:last-child {
    font-size: 42px;
    font-family: 'coffee';
    font-weight: 600;
    color: #fff;
}

.summary-details {
    margin-bottom: 25px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #7c7c7c;
}

.summary-row .summary-value {
    font-weight: 600;
    color: #1b1b1b;
}

.summary-row.total {
    padding-top: 15px;
    border-top: 1px solid #e4e3e1;
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #1b1b1b;
}

.summary-row.total .summary-value {
    color: #6b3a29;
    font-family: 'coffee';
}

.summary-recipient {
    margin-bottom: 25px;
    padding: 15px;
    background: #fbfaf8;
    border-radius: 8px;
}

.summary-recipient h4 {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.summary-recipient p {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 600;
}

.gift-card-summary .theme-btn {
    width: fit-content;
    justify-content: center;
    /* padding: 15px 30px; */
}

.gift-card-features {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e4e3e1;
}

.gift-card-features ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.gift-card-features ul li:last-child {
    margin-bottom: 0;
}

.gift-card-features ul li i {
    color: #28b16d;
    font-size: 12px;
}


/* Responsive Styles for Gift Card Page */

@media (max-width: 991px) {
    .gift-amount-options {
        grid-template-columns: repeat(2, 1fr);
    }
    .gift-card-designs {
        grid-template-columns: repeat(2, 1fr);
    }
    .delivery-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .gift-card-section {
        padding: 25px;
    }
    .gift-amount-options {
        grid-template-columns: 1fr;
    }
    .gift-card-designs {
        grid-template-columns: 1fr;
    }
}


/* ======= Wholesale Page ======= */

.wholesale-page-sec {
    padding: 80px 0;
    background: #fbfaf8;
}

.catering-page-sec {
    padding: 80px 0;
}

.wholesale-form-section,
.catering-form-section {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.wholesale-form-section h3,
.catering-form-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
    color: #1b1b1b;
}

.form-subtitle {
    color: #7c7c7c;
    margin-bottom: 30px;
    font-size: 14px;
}

.wholesale-benefits,
.catering-services {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.benefit-card,
.service-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}

.benefit-card:hover,
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(107, 58, 41, 0.2);
}

.benefit-icon,
.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.benefit-card:hover .benefit-icon,
.service-card:hover .service-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(107, 58, 41, 0.4);
}

.benefit-icon i,
.service-icon i {
    font-size: 28px;
    color: #fff;
}

.benefit-card h4,
.service-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.benefit-card p,
.service-card p {
    font-size: 13px;
    color: #7c7c7c;
    line-height: 1.6;
}

.wholesale-sidebar,
.catering-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.sidebar-card:last-child {
    margin-bottom: 0;
}

.sidebar-card h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
    color: #1b1b1b;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    font-size: 20px;
    color: #6b3a29;
    margin-top: 3px;
}

.contact-item div {
    flex: 1;
}

.contact-item span {
    display: block;
    font-size: 12px;
    color: #7c7c7c;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.contact-item a {
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 600;
}

.offer-list {
    list-style: none;
    padding: 0;
}

.offer-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #1b1b1b;
}

.offer-list li:last-child {
    margin-bottom: 0;
}

.offer-list li i {
    font-size: 14px;
    color: #28b16d;
}

.sidebar-card.testimonial-card {
    position: relative;
}

.sidebar-card.testimonial-card .quote-img {
    width: 40px;
    margin-bottom: 15px;
    filter: invert(0.5);
}

.sidebar-card.testimonial-card p {
    font-style: italic;
    color: #7c7c7c;
    margin-bottom: 20px;
    line-height: 1.7;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #6b3a29;
}

.testimonial-author h5 {
    font-size: 14px;
    margin-bottom: 3px;
    color: #1b1b1b;
}

.testimonial-author span {
    font-size: 12px;
    color: #7c7c7c;
}


/* ======= Catering Page ======= */

.packages-section {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.packages-section h3 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e3e1;
    color: #1b1b1b;
    text-align: center;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.package-card {
    background: #fff;
    border: 2px solid #e4e3e1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
}

.package-card:hover {
    border-color: #6b3a29;
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(107, 58, 41, 0.2);
}

.package-card.featured {
    border-color: #6b3a29;
    background: linear-gradient(135deg, #6b3a29 0%, #3f1c0e 100%);
}

.package-card.featured * {
    color: #fff;
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #28b16d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.package-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e3e1;
}

.package-card.featured .package-header {
    border-color: rgba(255, 255, 255, 0.3);
}

.package-header h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.package-card.featured .package-header h4 {
    color: #fff;
}

.package-header .price {
    font-size: 36px;
    font-family: 'coffee';
    color: #6b3a29;
    font-weight: 600;
}

.package-card.featured .price {
    color: #fff;
}

.package-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
}

.package-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #1b1b1b;
}

.package-card.featured .package-features li {
    color: #fff;
}

.package-features li:last-child {
    margin-bottom: 0;
}

.package-features li i {
    font-size: 14px;
    color: #28b16d;
}

.package-card.featured .package-features li i {
    color: #fff;
}

.package-btn {
    width: 100%;
    padding: 14px 25px;
    background: #6b3a29;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}

.package-btn:hover {
    background: #3f1c0e;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(107, 58, 41, 0.3);
}

.package-card.featured .package-btn {
    background: #fff;
    color: #6b3a29;
}

.package-card.featured .package-btn:hover {
    background: #f5f3f1;
}

@media (max-width: 991px) {
    .wholesale-benefits,
    .catering-services {
        grid-template-columns: repeat(2, 1fr);
    }
    .packages-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .wholesale-form-section,
    .catering-form-section,
    .packages-section,
    .sidebar-card {
        padding: 25px;
    }
    .wholesale-benefits,
    .catering-services {
        grid-template-columns: 1fr;
    }
}

div#cardPreview i {
    font-size: 30px;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    display: grid;
    place-content: center;
    margin: 0 auto 10px;
    border-radius: 70px;
}