.light-splash-section,
.dark-splash-section,
.modal-section {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade-in {
    opacity: 1;
}

.yellow-input-border {
    border-bottom: 1px solid #dab677 !important;
}

.modal-section {
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
}

.modal-section .img-bg-wrapper {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.modal-section .img-bg-wrapper img {
    width: 100%;
    height: 100%;
}

.modal-section .overlay-container {
    position: relative;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
}

.modal-section .content-wrapper .otp-field input {
    background-color: transparent !important;
}

.modal-section .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 60px 12px;
}

.modal-section .content-wrapper .logo-box {
    width: auto !important;
    height: 160px !important;
    animation: zoomInOut 3s 1s infinite alternate;
    transform-origin: center;
}

.btn__primary--white {
    cursor: pointer;
}

.banner__wrapper .banner__slider .banner__slide--bottom .banner__content .banner__title {
    white-space: wrap;
}

.banner__video {
    position: relative;
}

.banner__video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: black;
    bottom: 0;
    z-index: 1;
}

.banner__wrapper .banner__slider .banner__slide--left .banner__content__wrapper .banner__video video {
    opacity: 0.28;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas {
    width: var(--bs-offcanvas-width) !important;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .logo-box-wrapper {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .logo-box-wrapper img {
    width: 100%;
    height: 100%;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .close-btn-wrapper .closeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    cursor: pointer;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body {
    display: block;
    padding: 20px 20px 20px 20px;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists {
    padding: 0;
    list-style: none;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li {
    margin-bottom: 16px;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li a {
    text-decoration: none;
    color: white;
    font-size: 26px;
    font-weight: 500;
    font-family: "Lora", serif;
    display: flex;
    transition: all 0.5s ease;
}

.home-page header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li a:hover {
    transform: translateX(15px);
    color: #ffc112;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas {
    width: var(--bs-offcanvas-width) !important;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .logo-box-wrapper {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .logo-box-wrapper img {
    width: 100%;
    height: 100%;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .close-btn-wrapper .closeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    cursor: pointer;
}

.light-header .header__wrapper .offcanvas .offcanvas-body {
    display: block;
    padding: 20px 20px 20px 20px;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists {
    padding: 0;
    list-style: none;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li {
    margin-bottom: 16px;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li a {
    text-decoration: none;
    color: white;
    font-size: 26px;
    font-weight: 500;
    font-family: "Lora", serif;
    display: flex;
    transition: all 0.5s ease;
}

.light-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li a:hover {
    transform: translateX(15px);
    color: #ffc112;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas {
    width: var(--bs-offcanvas-width) !important;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .logo-box-wrapper {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .logo-box-wrapper img {
    width: 100%;
    height: 100%;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .top-content-wrapper .close-btn-wrapper .closeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    cursor: pointer;
}

.dark-header .header__wrapper .offcanvas .offcanvas-body {
    display: block;
    padding: 20px 20px 20px 20px;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists {
    padding: 0;
    list-style: none;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li {
    margin-bottom: 16px;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li a {
    text-decoration: none;
    color: white;
    font-size: 26px;
    font-weight: 500;
    font-family: "Lora", serif;
    display: flex;
    transition: all 0.5s ease;
}

.dark-header .header__wrapper .offcanvas-menu .offcanvas .offcanvas-body .menu-list-wrapper .right__content--menulists li a:hover {
    transform: translateX(15px);
    color: #ffc112;
}

.category__wrapper .slider__wrapper .slider__right--imagebox img {
    aspect-ratio: 2 / 2;
    object-fit: contain;
}

.product-category .productCard-wrapper .product-card__image a img {
    aspect-ratio: 2 / 2;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.product-ultra-premium .product-details-wrapper .product-image img {
    width: 100%;
    aspect-ratio: 3 / 6;
    height: unset;
    object-fit: contain;
}

.product-premium .product-details-wrapper .product-image img {
    width: 100%;
    aspect-ratio: 3 / 6;
    height: unset;
    object-fit: contain;
}

.product-luxury .product-image-wrapper img {
    aspect-ratio: 4 / 2;

}

.category__wrapper .slider__wrapper .slider__left--card {
    padding: 26px 10px;
}

.category__wrapper .slider__wrapper .slider__left--card .slider__left--imagebox img {
    width: 100%;
    object-fit: contain;
}

footer .footer__bottom {
    align-items: center;
}

footer .footer__bottom--heading {
    font-size: 14px !important;
}

footer .footer__bottom--copyright {
    font-size: 14px !important;
}

.product-luxury .product-details-wrapper .product-content .main-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #cd9d44;
    text-transform: uppercase;
    margin-bottom: 4px;

}

.product-ultra-premium .product-details-wrapper .product-content .product-heading .main-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.16;
    color: #898074;
    text-transform: uppercase;
}

.product-premium .product-details-wrapper .product-content .product-heading .main-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.16;
    color: #898074;
    text-transform: uppercase;
}

.product-category .productCard-wrapper .main-title {
    font-size: 18px;
    font-weight: 500;
    color: #DAB677;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.product-category .productCard-wrapper .product-card__name h2 {
    text-transform: capitalize;
    color: #2d2a26;
}

.category__wrapper .slider__wrapper .slider__left--card {
    background-color:
        rgba(218, 182, 119, 0.7) !important;
}

.blog__wrapper {
    background: #930d0d !important;
}

.blog__wrapper .blog-slider--wrapper {
    margin-top: 50px;
}

.blog__wrapper .blog-slider--wrapper .slick-slide {
    height: inherit !important;
}

.blog__wrapper .blog-slider--wrapper .blog-card {
    background-color: white;
    margin: 10px;
    padding: 16px;
    border-radius: 4px;
    height: 100%;
}

.blog__wrapper .blog-slider--wrapper .blog-card .img-wrapper img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 180px;
    margin-bottom: 18px;
}

.blog__wrapper .blog-slider--wrapper .blog-card .blog-content .post-date {
    font-size: 14px;
    margin-bottom: 6px;
    color: rgba(218, 182, 119, 1);
    font-weight: 500;

}

.blog__wrapper .blog-slider--wrapper .blog-card .blog-content .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2d2a26;
    text-decoration: none;
    display: flex;
    font-family: "Lora", serif;
    line-height: 1.3;
}

.blog__wrapper .blog-slider--wrapper .blog-card .blog-content .short-description {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2d2a26;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog__wrapper .blog-slider--wrapper .slick-prev {
    background-color: #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 1;
}

.blog__wrapper .blog-slider--wrapper .slick-prev::before {
    content: "\f104";
    font-family: "Font awesome 6 free";
    font-weight: 900;
}

.blog__wrapper .blog-slider--wrapper .slick-next {
    background-color: #000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 1;
}

.blog__wrapper .blog-slider--wrapper .slick-next::before {
    content: "\f105";
    font-family: "Font awesome 6 free";
    font-weight: 900;
}

.knowmore-btn {
    border-bottom: 1.5px solid #2d2a26;
    background-color: transparent;
    color: #2d2a26;
    font-size: 18px;
    font-weight: 400;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    transition: all 0.3s ease-in-out;
}

.knowmore-btn:hover {
    color: #DAB677;
    border-bottom: 1.5px solid #DAB677
}

.luxury-modal .modal-dialog {

    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
    background: #000;
}

.luxury-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background: #000;
}

.luxury-modal .modal-dialog .modal-content .heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.luxury-modal .modal-dialog .modal-content .heading-wrapper .modal-title {
    color: white;
    background-color: #930D0D;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.luxury-modal .modal-dialog .modal-content .heading-wrapper .btn-closes {
    background: none;
    border: 0;
    color: white;
    font-size: 24px;
    padding: 0 20px
}

.luxury-modal .modal-dialog .modal-content .modal-body {
    padding: 80px 20px;
}

.luxury-modal .modal-dialog .modal-content .modal-body .img-wrapper {
    text-align: center;
}

.luxury-modal .modal-dialog .modal-content .modal-body .img-wrapper img {
    width: 100%;
    height: 260px;
    margin: 0px auto 20px auto;
    object-fit: contain;
}

.luxury-modal .modal-dialog .modal-content .modal-body .category--content {
    padding: 0 40px;
}

.luxury-modal .modal-dialog .modal-content .modal-body .category--content .main-title {
    color: #cd9d44;
    font-size: 34px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #cd9d44;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}

.luxury-modal .modal-dialog .modal-content .modal-body .category--content .text-content {
    font-size: 20px;
    color: #fff;
    margin-bottom: 24px
}

.luxury-modal .modal-dialog .modal-content .modal-body .luxury__content--list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.luxury-modal .modal-dialog .modal-content .modal-body .luxury__content--list li {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.luxury-modal .modal-dialog .modal-content .modal-body .luxury__content--list li .icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.ultrapremium-modal .modal-dialog {

    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
    background: #FFF1D1;
}

.ultrapremium-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background: #FFF1D1;
}

.ultrapremium-modal .modal-dialog .modal-content .heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ultrapremium-modal .modal-dialog .modal-content .heading-wrapper .modal-title {
    color: white;
    background-color: #930D0D;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.ultrapremium-modal .modal-dialog .modal-content .heading-wrapper .btn-closes {
    background: none;
    border: 0;
    color: #2d2a26;
    font-size: 24px;
    padding: 0 20px
}

.ultrapremium-modal .modal-dialog .modal-content .modal-body {
    padding: 80px 20px;
}

.ultrapremium-modal .modal-dialog .modal-content .modal-body .img-wrapper {
    text-align: center;
}

.ultrapremium-modal .modal-dialog .modal-content .modal-body .img-wrapper img {
    width: 100%;
    height: 260px;
    margin: 0px auto 20px auto;
    object-fit: contain;
}

.ultrapremium-modal .modal-dialog .modal-content .modal-body .category--content {
    padding: 0 40px;
}

.ultrapremium-modal .modal-dialog .modal-content .modal-body .category--content .main-title {
    color: #cd9d44;
    font-size: 34px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #cd9d44;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}

.ultrapremium-modal .modal-dialog .modal-content .modal-body .category--content .text-content {
    font-size: 20px;
    color: #2d2a26;
    margin-bottom: 24px
}
.premium-modal .modal-dialog {

    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 !important;
    background: #FFF;
}

.premium-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background: #FFF;
}

.premium-modal .modal-dialog .modal-content .heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.premium-modal .modal-dialog .modal-content .heading-wrapper .modal-title {
    color: white;
    background-color: #930D0D;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.premium-modal .modal-dialog .modal-content .heading-wrapper .btn-closes {
    background: none;
    border: 0;
    color: #2d2a26;
    font-size: 24px;
    padding: 0 20px
}

.premium-modal .modal-dialog .modal-content .modal-body {
    padding: 80px 20px;
}

.premium-modal .modal-dialog .modal-content .modal-body .img-wrapper {
    text-align: center;
}

.premium-modal .modal-dialog .modal-content .modal-body .img-wrapper img {
    width: 100%;
    height: 260px;
    margin: 0px auto 20px auto;
    object-fit: contain;
}

.premium-modal .modal-dialog .modal-content .modal-body .category--content {
    padding: 0 40px;
}

.premium-modal .modal-dialog .modal-content .modal-body .category--content .main-title {
    color: #930D0D;
    font-size: 34px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #930D0D;
    padding-bottom: 28px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}

.premium-modal .modal-dialog .modal-content .modal-body .category--content .text-content {
    font-size: 20px;
    color: #898074;
    margin-bottom: 24px
}
footer .footer__mid--aboutus .footer__logo img{
    height: auto !important;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.modal-section .content-wrapper .logo-box{
    padding-bottom: 48px;
}
.modal-section .content-wrapper{
    height: 100vh !important;
}
.modal-section .content-wrapper .content-info{
    margin-bottom: 2px !important;
    color:#fff;
    font-weight: 400;
}
.modal-section .content-wrapper .text-content--sm{
    margin-bottom: 16px !important;
    color: #B0AAA2;
    font-size: 20px;
    font-weight: 300;
}
.modal-section .content-wrapper  .btn-wrapper{
    display: flex;
    gap:16px;
    align-items: center;
    margin-bottom: 56px;
}
.modal-section .content-wrapper  .btn-wrapper .btn-fill{
    background-color: rgba(218, 182, 119, 1);
    color:#fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:8px 26px;
    font-size: 19px;
    cursor: pointer;
    border:1px solid  rgba(218, 182, 119, 1);
}
.modal-section .content-wrapper  .btn-wrapper .btn-outline{
    border:1px solid  rgba(218, 182, 119, 1);
    color:rgba(218, 182, 119, 1);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:8px 26px;
    font-size: 19px;
    cursor: pointer;
    background-color: transparent;

}
.product-card.bg-luxury .product-card__image img{
  background-color: #000;
  padding: 20px;
}

.product-category .productCard-wrapper .product-card.bg-luxury .product-card__name h2{

    font-size: 24px;
    margin-bottom: 8px;
}
.product-category .productCard-wrapper .product-card.bg-luxury .sub-text{
 font-size: 18px;
 font-style: italic;
 font-weight: 400;
 margin-bottom: 0;
}
.product-category .productCard-wrapper .product-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}
.product-category .productCard-wrapper .product-card{
    margin-bottom:80px;
}
.product-card.bg-ultra-premium .product-card__image img{
    background-color: #FFF1D1;
    padding: 20px;
  }

  .product-category .productCard-wrapper .product-card.bg-ultra-premium .product-card__name h2{

      font-size: 24px;
      margin-bottom: 8px;
  }
  .product-card.bg-premium .product-card__image img{
    background-color: #930d0d;
    padding: 20px;
  }

  .product-category .productCard-wrapper .product-card.bg-premium .product-card__name h2{

      font-size: 24px;
      margin-bottom: 8px;
  }
  footer .footer__mid--contactus .contactus__list .contactus__item{
    display: flex;
    gap:12px;
    align-items: center;
  }
  footer .footer__mid--contactus .contactus__list .contactus__item .icon-wrapper{
    background-color: white;
    border-radius: 30px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #232323;
}
.product-category .product-category__title{
position: relative;
}
.product-category .product-category__title::after{
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #cd9d44;
    bottom:0;
    left: 0;
}
/* blogcss */
.blog-card--wrapper .blog-card {
    background-color: white;
    padding: 16px;
    border-radius: 4px;
    height: 100%;
    box-shadow: 0 0 4px 0 #e6e6e6;
}

.blog-card--wrapper .blog-card .img-wrapper img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 200px;
    margin-bottom: 18px;
}

.blog-card--wrapper .blog-card .blog-content .post-date {
    font-size: 14px;
    margin-bottom: 6px;
    color: rgba(218, 182, 119, 1);
    font-weight: 500;

}

.blog-card--wrapper .blog-card .blog-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2d2a26;
    text-decoration: none;
    display: flex;
    font-family: "Lora", serif;
    line-height: 1.3;
}

.blog-card--wrapper .blog-card .blog-content .short-description {
    font-size: 16px;
    margin-bottom: 0;
    color: #2d2a26;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-details--wrapper .post-header--wrapper {
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .blog-details--wrapper .post-header--wrapper {
      margin-bottom: 20px;
    }
  }

  .blog-details--wrapper .post-header--wrapper .post-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 26px;
    color:
    #000000;
  }
  @media (max-width: 768px) {
    .blog-details--wrapper .post-header--wrapper .post-title {
      font-size: 28px;
    }
  }
  .blog-details--wrapper .post-header--wrapper .blog-additional--info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }


  .blog-details--wrapper .post-header--wrapper .blog-additional--info .circle-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #AFAFAF;
  }
  .blog-details--wrapper .post-header--wrapper .blog-additional--info .created-date {
    font-size: 14px;
    color: #898074;

  }
  .blog-details--wrapper .post-header--wrapper .blog-additional--info .updated-date {
    font-size: 14px;
    color: #898074;

  }
  .blog-details--wrapper .post-details .image-wrapper {
    margin-bottom: 36px;
  }
  .blog-details--wrapper .post-details .image-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-details--wrapper .post-details .post-description p {
    font-size: 18px;
    color:  #2d2a26;
    margin-bottom: 26px;
    line-height: 1.4;
  }
  .blog-details--wrapper .post-details .post-description img{
   display: block;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin: 30px auto;
    max-width: 600px;
    padding: 10px;
  }
  .blog-details--wrapper .post-details .post-description h2 {
    font-weight: 600;
    font-size: 26px;
    color:  #2d2a26;
    margin-bottom: 16px;
  }
  .blog-details--wrapper .post-details .post-description blockquote {
    background-color: #F1F1F1;
    padding: 20px;
    border-left: 4px solid #cd9d44;
    margin-bottom: 26px;
  }
  .blog-details--wrapper .post-details .post-description blockquote p {
    font-size: 18px;
    color: #212529;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .blog-details--wrapper .post-details .tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 30px 0 26px 0;
    list-style: none;
  }
  .blog-details--wrapper .post-details .tags-wrapper li .tag-link {
    border: 1px solid #cd9d44;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #cd9d44;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-details--wrapper .post-details .tags-wrapper li .tag-link:hover {
    color: #fff;
    background-color: #cd9d44;
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper{
    display: flex;
    margin-bottom: 28px;
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box{
    display: flex;
    gap: 16px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 24px 2px;
    position: relative;
    margin-bottom: 36px;
    flex: 1 0 calc(50%);
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box.blog-next-card .img-box{
    text-align: end;
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box .img-box{
    display: block;
    margin-bottom: 0;
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box .img-box img{
    height: 80px;
    aspect-ratio: 2 / 2;
    flex-shrink: 0;
    object-fit: cover;
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box .nearest-blog--link{
    color:
    #D7282F;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 500;
}
.blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box .blog-name{
    color: #2d2a26;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;

  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box.blog-next-card{
    justify-content: end;
    flex-direction: row-reverse;
    border-left: 1px solid rgba(0, 0, 0, .1);
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box.blog-next-card .blog-contents{
    text-align: end;
  }
  .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box.blog-next-card .blog-contents .nearest-blog--link{
    justify-content: end;
  }
  .blog-details--wrapper .recentblogs--wrapper {
    position: sticky;
    top: 20px;
    margin-bottom: 32px;
  }
  .blog-details--wrapper .recentblogs--wrapper .title {
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 26px;
  }
  .blog-details--wrapper .recentblogs--wrapper .title::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    bottom: 0;
    background-color: #cd9d44;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item {
    display: flex;
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item:last-child {
    border-bottom: 0;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item:first-child {
    padding-top: 0;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .imgwrapper {
    display: flex;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .imgwrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .recentblog-contents .publish-date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #898074;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .recentblog-contents .publish-date .icon-wrapper {
    font-size: 12px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-details--wrapper .recentblogs--wrapper .recentblog-list .recentblog-item .recentblog-contents .recentblog-title {
    font-size: 18px;
    color: #343A40;
    font-weight: 600;
    text-decoration: none;
  }
  .blog-details--wrapper .post-details .gallery--wrapper .title{
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 0;

  }
  .blog-details--wrapper .post-details .gallery--wrapper .header--wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    align-items: center;
  }
  .blog-details--wrapper .post-details .gallery--wrapper .title::before{
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    bottom: 0;
    background-color: #cd9d44;
  }
  .blog-details--wrapper .post-details .gallery--wrapper .knowmore-btn{
    text-decoration: none;
  }
  .blog-details--wrapper .post-details #lightgallery{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 12px;

    margin-bottom: 32px;
  }
  .blog-details--wrapper .post-details #lightgallery img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  footer .footer__mid--contactus .contactus__list .contactus__item a{
    word-break: break-all;
  }
  footer .footer__mid--contactus .contactus__list .contactus__item .icon-wrapper{
    flex-shrink: 0;
  }
@media screen and (max-width: 992px) {
    .product-category .productCard-wrapper .product-grid{
        gap: 0 40px;
    }
    .product-category .productCard-wrapper .product-card{
        margin-bottom:58px;
    }
    .product-ultra-premium .product-details-wrapper .product-image img {
        aspect-ratio: 2/2;
    }

    .product-premium .product-details-wrapper .product-image img {
        aspect-ratio: 2/2;
    }


}

@media screen and (max-width: 768px) {
    .blog-details--wrapper .post-details #lightgallery{
        grid-template-columns: repeat(4,1fr);
    }
    .blog-details--wrapper .post-details .post-description img{
        max-width: 100%;
    }
    .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box{
        gap: 8px;
        flex-direction: column;
    }
    .blog-details--wrapper .post-details .nearest-blog-wrapper .blog-card-box.blog-next-card{
        justify-content: end;
        flex-direction: column;
    }
    .product-category .productCard-wrapper .product-grid{
        gap: 0 20px;
    }
    .modal-section .content-wrapper .content-info{
        font-size: 28px;
    }
    .product-luxury .product-details-wrapper .product-content .main-title {
        font-size: 18px;
    }

    .product-ultra-premium .product-details-wrapper .product-content .product-heading .main-title {
        font-size: 18px;

    }

    .product-premium .product-details-wrapper .product-content .product-heading .main-title {
        font-size: 18px;

    }

    .blog__wrapper .blog-slider--wrapper {
        margin-top: 24px;
    }

    .blog__wrapper .blog-slider--wrapper .slick-prev {
        display: none !important;
    }

    .blog__wrapper .blog-slider--wrapper .slick-next {
        display: none !important;
    }

    .blog__wrapper .blog-slider--wrapper .slick-dots {
        bottom: -45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .blog__wrapper .blog-slider--wrapper .slick-dots li.slick-active {
        opacity: 1;
        width: 12px;
        height: 12px;
        background-color: #202020;
    }

    .blog__wrapper .blog-slider--wrapper .slick-dots li {
        background-color: #B0AAA2;
        border-radius: 50%;
        width: 6px;
        height: 6px;
    }

    .blog__wrapper .blog-slider--wrapper .slick-dots li.slick-active button:before {
        display: none;
    }

    .blog__wrapper .blog-slider--wrapper .slick-dots li button:before {
        display: none;
    }

    .luxury-modal .modal-dialog .modal-content .heading-wrapper .modal-title {
        font-size: 18px;
        padding: 10px 20px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body {
        padding: 50px 16px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .img-wrapper {
        margin-bottom: 36px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .img-wrapper img {
        height: 180px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .category--content {
        padding: 0px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .category--content .main-title {
        font-size: 28px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .category--content .text-content {
        font-size: 18px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .luxury__content--list li {
        font-size: 18px;
    }

    .luxury-modal .modal-dialog .modal-content .modal-body .luxury__content--list li .icon {
        font-size: 24px;
    }
    .ultrapremium-modal .modal-dialog .modal-content .heading-wrapper .modal-title {
        font-size: 18px;
        padding: 10px 20px;
    }

    .ultrapremium-modal .modal-dialog .modal-content .modal-body {
        padding: 50px 16px;
    }

    .ultrapremium-modal .modal-dialog .modal-content .modal-body .img-wrapper {
        margin-bottom: 36px;
    }

    .ultrapremium-modal .modal-dialog .modal-content .modal-body .img-wrapper img {
        height: 180px;
    }

    .ultrapremium-modal .modal-dialog .modal-content .modal-body .category--content {
        padding: 0px;
    }

    .ultrapremium-modal .modal-dialog .modal-content .modal-body .category--content .main-title {
        font-size: 28px;
    }

    .ultrapremium-modal .modal-dialog .modal-content .modal-body .category--content .text-content {
        font-size: 18px;
    }


    .premium-modal .modal-dialog .modal-content .heading-wrapper .modal-title {
        font-size: 18px;
        padding: 10px 20px;
    }

    .premium-modal .modal-dialog .modal-content .modal-body {
        padding: 50px 16px;
    }

    .premium-modal .modal-dialog .modal-content .modal-body .img-wrapper {
        margin-bottom: 36px;
    }

    .premium-modal .modal-dialog .modal-content .modal-body .img-wrapper img {
        height: 180px;
    }

    .premium-modal .modal-dialog .modal-content .modal-body .category--content {
        padding: 0px;
    }

    .premium-modal .modal-dialog .modal-content .modal-body .category--content .main-title {
        font-size: 28px;
    }

    .premium-modal .modal-dialog .modal-content .modal-body .category--content .text-content {
        font-size: 18px;
    }

}
@media screen and (max-width:567px) {
    footer .footer__top--newsletter{
        padding: 30px 20px;
    }
    .blog-details--wrapper .post-details #lightgallery{
        grid-template-columns: repeat(3,1fr);
    }
    .product-category .productCard-wrapper .product-grid{
        grid-template-columns: 1fr;

    }
    .product-category .productCard-wrapper .product-card{
        margin-bottom: 46px;
    }
    .product-category .productCard-wrapper .product-card .product-card__name h2{
    font-size: 20px !important;
    }
    .product-category .productCard-wrapper .product-card .sub-text{
        font-size: 16px !important;
       }


}
