.banner_new {
    position: relative;
    background: #fff;
    height: 550px;
    align-items:  center;
}
.banner_new img{position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
/* .banner_new:after{position: absolute;left: 0; top: 0;background: rgb(0, 0, 0,0.3);content: '';width: 100%;height: 100%;z-index: 0;}
.banner_new .container{position: relative;z-index: 2;} */
.banner_new .container{position: relative;z-index: 2;}
.banner_new .banner-caption-custom {
    background: rgba(217, 217, 217, 0.3);
    padding: 7px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.banner_new .banner-caption-custom h1 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.BrandOverView_sect {
    padding: 65px 0;
}

.map_info {}

.map_info .btn_grp {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.map_info .btn_grp .btn {
    background-color: #fff;
    border: 1px solid #212529;
    color: #212529;
    width: 100%;
    border-radius: 4px;
    padding: 4px 15px;
}

.map_info .btn_grp .btn+.btn {}

.map_info .mattress_info {
    border-radius: 4px;
    padding: 4px 15px;
    width: 100%;
    margin-top: 20px;
}

.map_info .btn_grp .btn:hover {
    background-color: #dbb079;
    border-color: #dbb079;
    display: inline-block;
    color: #000;
    transition: all 0.5s;
}

.map_info .bg_descp {
    padding: 15px;
    margin: 20px 0 40px;
}

.map_info .bg_descp p {
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    color: #000;
}

.product_posts {
    padding: 40px 0
}

.header_topping {
    margin-bottom: 30px;
}

.header_topping {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_topping h3 {
    font-size: 38px;
    font-weight: 700;

}

.product_posts .products_card {
    background: #ffffff;
    border-radius: 20px;
}

.product_posts .products_card .product-img {
    position: relative;
}

.product_posts .products_card .product-img img {
    width: 100%;
    border-radius: 20px;
}

.product_posts .products_card .product-img .mark-nots {
    position: absolute;
    background: #fff;
    border-radius: 100px;
    top: 20px;
    left: 20px;
    padding: 6px 15px;
    font-size: 16px;
}

.product_posts .products_card .pdt-caption {
    padding: 15px;
}

.product_posts .products_card .pdt-caption ul {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.product_posts .products_card .pdt-caption ul li {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.product_posts .products_card .pdt-caption h3 {
    margin: 0;
    font-size: 20px;
}

.product_posts .products_card:hover {
    box-shadow: 0px 0px 10px 0px #e3e3e3;
}

.product_posts .products_card .pdt-caption ul li+li {
    margin-left: 20px;
}

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

.Category_list .Category_card {}

.Category_list .Category_card .head_Category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.Category_list .Category_card .head_Category h3 {
    font-size: 16px;
}

.Category_list .Category_card .head_Category .btn {
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 4px;
}

.Category_list .Category_card .Category_img {}

.Category_list .Category_card .Category_img img {
    width: 100%;
    border-radius: 4px;
}

.Category_posts .header_topping .btn {
    border-radius: 4px;
    padding: 8px 20px;
}

section.Category_posts {
    margin-bottom: 45px;
}

.Category_list .Category_card .Category_content {
    padding: 10px 0;
}

.Category_list .Category_card .Category_content h3 {
    font-size: 18px;
}

.Category_list .Category_card .Category_content p {
    font-size: 14px;
}

.Category_list .Category_card .Category_content .cstm-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.Category_list .Category_card .Category_content .cstm-btn a.btn {
    background: #212529;
    color: #FFF;
    border-radius: 4px;
    padding: 6px 15px;
}

.Category_list .Category_card .Category_content .cstm-btn .btn+.btn {
    background-color: #000;
}

.Category_list .Category_card .Category_content .cstm-btn a.btn:hover {
    background-color: #dbb079;
    border-color: #dbb079;
    display: inline-block;
    color: #000;
    transition: all 0.5s;
}

.review-card .stars {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-card .stars ul {
    display: flex;
    gap: 2px;
}

.review-card .stars ul li {
    display: block;
    font-size: 18px;
    background: #00b67a;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating_sect .splide__track {padding: 30px 0;}

.review-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #e3e3e3;
    padding: 15px;
}

.stars {
    color: #00b67a;
    font-size: 16px;
    margin-bottom: 8px;
}

.verified {
    font-size: 14px;
    color: #888;
    margin-left: 8px;
    font-weight: 600;
}

.review-title {
    font-weight: 600;
    font-size: 16px;
    margin: 5px 0;
        text-align: left;
    color: #222;
}

.review-text {
    font-size: 14px;
    color: #555;
    text-align: left;
    line-height: 19px;
}

.review-author {
    font-weight: bold;
    font-size: 13px;
    color: #000;
}
.business-container {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 20px;
  align-items: stretch;
  margin: 40px 0;
}

.business-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.business-years {
  background-color: #212529;
  color: white;
  border-radius: 16px;
  text-align: left;
  padding: 40px 20px;
  height: 100%;
}
.business-years h3{  color: white;  font-size: 32px;line-height: 50px;}
.business-years p{  color: white;font-size: 18px;line-height: 22px;margin-bottom: 5px;}
.business-years div:first-child {
  font-size: 48px;
}

.business-main img,
.full-width img,
.half-width img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.business-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.half-row {
  display: flex;
  gap: 20px;
}

.half-width {
  width: 50%;
}
.galley_exp_sect .bg_inner{
padding:20px;border-radius: 4px;
}
.galley_exp_sect .bg_inner p{
    font-size: 16px;color: #000;
}
@media screen and (max-width: 1024px) {
.banner_new .banner-caption-custom h1 {
    font-size: 24px;color: #000;
}
  .business-container {
    grid-template-columns: 1fr;
  }

  .half-row {
    flex-direction: column;
  }
.header_topping h3{font-size: 24px;}
  .half-width {
    width: 100%;
  }
  .Category_list{grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 575px) {
    .banner_new{height:auto ;display: block;padding: 0;margin: 0;}
    .banner_new img{position: initial;}
    
    
    .galley_exp_sect,section.Category_posts{padding: 0;} .header_topping{flex-direction: column;}.Category_list{grid-template-columns: repeat(1,1fr);}
.map_info .bg_descp p{font-size: 14px;}.product_posts .products_card .pdt-caption h3{font-size: 16px;}}