@media (max-width: 767px) {
  
  .container.py-5 {
    max-width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
  
  .diwani-footer {
    height: auto !important;
}
  
  .review-block .row {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.review-block .col.col-12.col-md-4 {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
}

  
  .container.feature {
    padding-top: 80px;
    padding-bottom: 80px;
}

.container.story {
    padding-left: 16px;
    padding-right: 16px;
    background: #000;
    min-height: 640px !important;
}

.container.quality {padding-right: 16px;padding-left: 16px;min-height: 600px !important;}

.container.review {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.container.culture {
    padding-left: 16px;
    padding-right: 16px;
    min-height: 480px !important;
}

.container.home-faq {
    padding-right: 16px;
    padding-left: 16px;
    min-height: 600px !important;
}

.row.align-items-center.mb-5 {
    display: none;
}

.diwani-footer {height: auto !important;}

    .slider__content__wrapper__content {
        display: flex !important;
        flex-direction: column;
    }

    .feature .row-container .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 16px;
        padding-left: 16px;
    }

    .feature .col.col-12.col-md-4 {
        width: 100% !important;
    }
    /* Slider */
    .owl-carousel .owl-item .slider-item {
        min-height: auto !important;
        max-height: none !important;
    }

    .slider item {
        min-height: auto !important;
    }

    .slider__content__wrapper__content {
        margin-bottom: 80px !important;
        justify-content: center;
    }

    /* Full-height sections */
    .feature,
    .story,
    .quality,
    .culture,
    .review,
    .home-faq {
        height: auto !important;
        padding: 60px 16px;
    }

    /* Footer */
    .diwani-footer {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 40px;
    }
    }

}



nav.navigation {
    background: #FFF5EA;
}

li.menu-item a {
    font-size: 16px;
    font-weight: 400;
}

.owl-carousel .owl-item .slider-item {
    min-height: 100vh;
    max-height: 100vh !important;
}

.slider item {
    min-height: 100vh !important;
}

.header .header__actions > * i {
    font-size: 24px;
}

.slider__content__wrapper__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.slider__content .slider__content__wrapper {
    align-items: end;
}

.slider__content__wrapper {
    vertical-align: bottom !important;
}

.slider__content__wrapper__content {
    margin-bottom: 250px !important;
}

/* Typography */
* {
    font-weight: 300;
}

li.menu-item a {
    font-weight: 400;
}

h2.staggered-animation.animated.fadeInDown {
    text-align: center;
    text-transform: uppercase;
}

p.staggered-animation.animated.fadeInUp {
    text-align: center;
}

a.btn--custom.btn--rounded.staggered-animation.animated.fadeInUp {
    border-radius: 1px;
    background: none;
    border: 1px solid #fff;
}

/* Sections */
.feature, .story, .quality, .culture, .review, .home-faq {
    max-width: 100%;
    padding: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

.feature .row-container .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 48px;
    max-width: 1200px;
}

.feature .col.col-12.col-md-4 {
    width: 25%;
}

/* Backgrounds */
.feature {
    background: url("https://diwaniyaweb.bedots.site/storage/galleries/frame-33.jpg") center/cover no-repeat;
}

.story {
    background: url("https://diwaniyaweb.bedots.site/storage/galleries/frame-39.jpg") center/cover no-repeat;
}

.quality {
    background: url("https://diwaniyaweb.bedots.site/storage/galleries/frame-1000001367.jpg") center/cover no-repeat;
}

.culture {
    background: url("https://diwaniyaweb.bedots.site/storage/culture-bg-2.jpg") right/cover no-repeat;
}

.review {
    background: url("https://diwaniyaweb.bedots.site/storage/galleries/reviews.jpg") center/cover no-repeat;
}

/* Containers */
.story .row-container,
.review .row-container,
.culture .row-container {
    max-width: 1200px;
}

.quality .row-container {
    max-width: 600px;
}

.top-header.d-none.d-md-block {
    background: #FFF5EA;
    border-bottom: 1px solid #F6E2CC;
}

/* Reviews */
.review .col-md-4 {
    background: #00000096;
    width: 32%;
    padding: 24px;
    border: 2px solid #fff;
    border-radius: 16px;
    margin: 50px 7px 0;
}

/* Categories slider */
section.section--homepage.section--featured-product-categories {
    padding: 0;
}

.section--featured-product-categories .container {
    max-width: 100% !important;
}

.section--featured-product-categories .section__header {
    display: none;
}

.section--featured-product-categories .owl-stage {
    margin: 0 !important;
    width: 100% !important;
}

.section--featured-product-categories .owl-item {
    min-width: 33.33% !important;
    margin: 0 !important;
}

.section--featured-product-categories .col-12 {
    padding: 0;
}

.section--featured-product-categories span.d-block.text-center {
    margin-top: -87px;
    margin-bottom: 34px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}

/* Category hover */
.categories_box {
    position: relative;
    overflow: hidden;
}

.categories_box img {
    transition: transform 0.4s ease;
}

.categories_box span {
    position: relative;
    z-index: 2;
}

.categories_box:hover img {
    transform: scale(1.1);
}

/* Story */
.story h6 {
    margin-top: 50px;
}

.story h6 a {
    background: none;
    padding: 22px;
    border: 2px solid #fff;
}

.story li {
    color: #fff;
}

.branch h6 a {
    background: #fff;
    padding: 22px;
}

.home-faq {
    background: #F9F7F4;
}


h2.staggered-animation.animated.fadeInDown {
    font-weight: 300 !important;
}
/* ===== Full-page smooth sections ===== */
html, body{
  height:100%;
  margin:0;
}

.ck-content{
  height:auto;
  overflow:visible;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.breadcrumb-wrapper {
    background: #C2722B;
}

ul.breadcrumb--custom li {
    color: #ffffff !important;
}

ul.breadcrumb--custom li a {
    color: #ffffff !important;
}

.slick-slide.slick-current.slick-active {
    border: #C2722B 2px solid;
    border-radius: 8px;
}

button.btn.payment-checkout-btn.payment-checkout-btn-step.checkout-btn-responsive {
    background: #C2722B;
}

.checkout__coupon-item-title h4 {
    color: #C2722B !important;
}

.checkout__coupon-heading {
    color: #C2722B !important;
}

a.back-to-cart-btn.gap-2.text-decoration-none.d-inline-flex.align-items-center {
    color: #C2722B;
}

.magic-radio:checked+label:before {border-color: #C2722B !important;background: #C2722B !important;}

a.btn-open-coupon-form {
    color: #C2722B;
}

.top-offer-bar {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}


.location-block .col.col-md-6 {width: 48%;background: #FFF5EA;padding: 30px;border-radius: 24px;}

.location-block .row {
    display: flex;
    gap: 48px;
}


.top-offer-bar {
  width: 100%;
  overflow: hidden;
  background: #000;
  padding: 10px 0;
}

.offer-text {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  animation: marquee 12s linear infinite;
}

.shop-now {
  margin-left: 10px;
  text-decoration: underline;
}

/* Marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.navigation--mobile, .navigation>.container
{
	justify-content: center;
}
.menu>li {
    padding-right: 80px;
}

.top-header
{
	padding:unset !important;
}

.navigation
{
	background:#FFF5EA;
}

.top-header.d-none.d-md-block
{
	border-bottom:0px;
}

.header .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}


.menu>li.current-menu-item>a {
    color: #282828;
}

.sub-menu>li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

li.menu-item a {
    padding-bottom: 20px !important;
}

.sub-menu>li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.menu>li a {
    font-weight: 300 !important;
}

.header .logo img {
    padding: 20px 0;
    max-height: 100px;
}



/* =========================
     Scoped to .diwaniya-footer
     No ul/li, no bullets, no conflicts
     ========================= */

  .diwaniya-footer{
    background:#0b0b0b;
    color:#fff;
  }

  .diwaniya-footer .diw-ft__logo{
    width:140px;
    max-width:100%;
    height:auto;
    display:block;
    margin-bottom:16px;
  }

  .diwaniya-footer .diw-ft__heading{
    font-size:.85rem;
    letter-spacing:.06em;
    text-transform:uppercase;
    font-weight:600;
    margin:0 0 16px;
  }

  .diwaniya-footer .diw-ft__muted{
    color:rgba(255,255,255,.7);
    font-size:.95rem;
    line-height:1.6;
    margin:0 0 14px;
  }

  .diwaniya-footer .diw-ft__text{
    color:rgba(255,255,255,.7);
    font-size:.95rem;
    line-height:1.6;
    margin:0;
  }

  .diwaniya-footer .diw-ft__follow{
    margin:18px 0 12px;
  }

  .diwaniya-footer .diw-ft__follow-title{
    font-size:.95rem;
    font-weight:600;
    letter-spacing:.02em;
    margin-bottom:4px;
  }

  .diwaniya-footer .diw-ft__follow-sub{
    color:rgba(255,255,255,.7);
    font-size:.95rem;
    line-height:1.4;
  }

  .diwaniya-footer .diw-ft__socials{
    display:flex;
    gap:12px;
    margin-top:12px;
  }

  .diwaniya-footer .diw-ft__social{
    width:44px;
    height:44px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:background .2s ease, border-color .2s ease, transform .15s ease;
  }

  .diwaniya-footer .diw-ft__social:hover{
    background:rgba(255,255,255,.06);
    border-color:rgba(255,255,255,.6);
    transform:translateY(-1px);
  }

  /* Links (make them vertical without ) */
  .diwaniya-footer .diw-ft__links{
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .diwaniya-footer .diw-ft__link{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    font-size:.95rem;
    line-height:1.4;
  }

  .diwaniya-footer .diw-ft__link:hover{
    color:#fff;
  }

  /* Signup form */
  .diwaniya-footer .diw-ft__form{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:14px;
  }

  .diwaniya-footer .diw-ft__input{
    width:100%;
    background:transparent;
    border:1px solid rgba(255,255,255,.35);
    padding:12px 14px;
    color:#fff;
    outline:none;
  }

  .diwaniya-footer .diw-ft__input::placeholder{
    color:rgba(255,255,255,.6);
  }

  .diwaniya-footer .diw-ft__input:focus{
    border-color:rgba(255,255,255,.7);
  }

  .diwaniya-footer .diw-ft__btn{
    background:#fff;
    color:#111;
    border:1px solid #fff;
    padding:12px 20px;
    font-weight:600;
    letter-spacing:.04em;
    cursor:pointer;
  }

  .diwaniya-footer .diw-ft__btn:hover{
    background:#f1f1f1;
    border-color:#f1f1f1;
  }

.container.py-5 {
    background: #121212;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

p.diw-ft__muted.mb-0 {
    margin-top: 32px;
    color: #fff;
}

.diw-ft__follow {
    margin-bottom: 20px;
    color: #fff;
}

a.diw-ft__social {
    background: #000;
    padding: 10px;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    border-radius: 999px;
}

.diw-ft__socials {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

i.fa-brands {
    font-size: 20px;
    color: #fff;
}

.diw-ft__heading {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

a.diw-ft__link {
    color: #fff;
}


.diw-ft__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

p.diw-ft__text {
    margin-top: 16px;
    color: #fff;
}

p.diw-ft__muted {
    color: #fff;
}

button.diw-ft__btn {
    background: #fff;
    height: 48px;
    width: 140px;
    border: none;
    border-radius: 16px;
}

.footer {
    display: none;
}

.slider__content__wrapper__content,
.slider__content__wrapper__content * {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

img.diw-ft__logo {
    max-width: 70%;
}