
        .feature-bar {
            background: #3b1805;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 35px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 18px;
            flex: 1;
            padding: 0 25px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }

        .feature-item:last-child {
            border-right: none;
        }

        /* Circle */
        .icon-box {
            width: 70px;
            height: 70px;
            min-width: 70px;
            border-radius: 50%;
            background: #f7d08a;
            /* Cream circle */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Image inside the circle */
        .icon-box img {
            width: 32px;
            height: 32px;
            object-fit: contain;
        }

        .feature-text h5 {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin: 0 0 6px;
            text-transform: uppercase;
        }

        .feature-text p {
            color: #fff;
            font-size: 16px;
            line-height: 1.5;
            margin: 0;
        }

        @media (max-width: 991px) {
            .feature-bar {
                flex-direction: column;
                padding: 20px;
            }

            .feature-item {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, .2);
                padding: 20px 0;
            }

            .feature-item:last-child {
                border-bottom: none;
            }
        }

        .add-btn {
            background: #3b1805;
            color: #fff;
            border: none;
            border-radius: 6px;
            padding: 5px 12px;
            font-size: 13px;
            font-weight: 600;
            height: 32px;
            min-width: 75px;
        }

        .add-btn:hover {
            background: #5a2a0d;
        }

        .add-btn i {
            font-size: 14px;
        }


        .highlights-block-one {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .icon-box1 img {
            width: 42px;
            height: 42px;
            object-fit: contain;
        }

        .feature-text1 h5 {
            margin: 0 0 5px;
            font-size: 16px;
            font-weight: 700;
            color: #2d1b10;
        }

        .feature-text1 p {
            margin: 0;
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }

        .highlights-wrapper {
            display: flex;
            align-items: center;
        }

        .highlights-block-one {
            display: flex;
            align-items: center;
            flex: 1;
            padding: 0 25px;
            border-right: 1px solid #c8b39a;
        }

        .highlights-block-one:last-child {
            border-right: none;
        }

        /* contact footer icons */
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 18px;
        }

        .contact-icon {
            width: 42px;
            height: 39px;
            border: 2px solid #301609;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            background: #e0ab61;
        }

        .contact-icon img {
            width: 18px;
            height: 18px;
            object-fit: contain;
        }

        .contact-text {
            color: white;
            font-size: 15px;
            line-height: 1.7;
            margin-top: 4px;
        }



        .contact-text strong {
            color: white;
            margin-right: 4px;
        }

        .contact-line {
            width: 100%;
            height: 1px;
            background: rgba(255, 255, 255, 0.15);
            margin: 20px 0;
        }

        /* footer text */
        .bottom-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .footer-card {
            display: flex;
            align-items: center;
            padding-right: 30px;
            margin-right: 30px;
            /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
        }


        .social-links {
            display: flex;
            align-items: center;
            padding-right: 40px;
            /* Gap before the border */
            margin-right: 80px;
            /* Optional: space after the border */
            /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
        }

        /* today popular */
        .section-title {
            text-align: center;
            margin-bottom: 40px;
        }

        .section-title .sub-title1 {
            display: block;
            font-family: "Playfair Display", serif;
            font-size: 30px;
            font-style: italic;
            font-weight: 600;
            color: #6b3a16;
            margin-bottom: 10px;
            margin-right: 100px;
            /* Adjust value as needed */
            text-align: left;
        }

        .section-title .sub-title1 i {
            color: #6b3a16;
            font-size: 18px;
        }

        .section-title1 h2 {
            font-family: "Oswald", sans-serif;
            font-size: 64px;
            font-weight: 700;
            text-transform: uppercase;
            color: #3b1805;
            letter-spacing: 1px;
            margin: 0;
            line-height: 1.1;
        }

        .title-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-top: 15px;
        }

        .title-divider span {
            width: 90px;
            height: 2px;
            background: #d6b98a;
        }

        .title-divider i {
            color: #6b3a16;
            font-size: 16px;
        }

        .widget-content {
            color: #fff;
            margin-top: 35px;
            margin-right: 54px;

        }

        .footer-top-text {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 13px;
            font-weight: 400;
            color: #d4a04d;
            margin-bottom: 18px;
        }

        .footer-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin-bottom: 20px;
            margin-right: 74px;
        }

        .footer-divider span {
            width: 80px;
            height: 1px;
            background: #6c4d20;
        }

        .footer-divider i {
            color: #d4a04d;
            font-size: 14px;
        }

        .footer-desc {
            text-align: center;
            font-family: "Playfair Display", serif;
            font-size: 18px;
            font-style: italic;
            line-height: 1.5;
            color: #ffffff;
            margin-bottom: 28px;
            margin-right: 19px;
        }


        .footer-offer {
            font-size: 22px;
            font-weight: 200;
            margin-bottom: 20px;
            color: #fff;
            margin-right: 28px;
        }

        .form-group {
            position: relative;
        }

        .form-group input {
            width: 100%;
            height: 70px;
            padding: 0 90px 0 25px;
            /* border: 2px solid #b27b28; */
            border-radius: 40px;
            background: transparent;
            color: #fff;
            font-size: 18px;
        }

        .form-group input::placeholder {
            color: #b7a28d;
        }

        .form-group button {
            position: absolute;
            top: 50%;
            right: 6px;
            transform: translateY(-50%);
            width: 58px;
            height: 58px;
            border: none;
            border-radius: 50%;
            background: #d39a3b;
            color: #fff;
            font-size: 22px;
            cursor: pointer;
            transition: .3s;
        }

        .form-group button:hover {
            background: #e3ad52;
        }

        .banner-carousel .owl-nav {
            display: none !important;
        }

        .coffee-banner {
            display: flex;
            justify-content: center;
            gap: 18px;
            background: #f0e9de;
            padding: 20px;
            border-radius: 8px;
        }

        .ads-block-one {
            flex: 0 0 31%;
        }

        .ads-block-one .inner-box {
            width: 100%;
            max-width: 314px;
            height: 490px;
            position: relative;
            margin: 0 auto;
        }

        .ads-block-one .bg-layer {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
        }

        @media (max-width:991px) {
            .coffee-banner {
                flex-wrap: wrap;
            }

            .ads-block-one {
                flex: 0 0 48%;
            }
        }

        @media (max-width:767px) {
            .ads-block-one {
                flex: 0 0 100%;
            }
        }
