@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
  font-family:"ITCBenguiatStdBold" ;
  src: url(../../../public/assets/fonts/ITCBenguiatStdBoldCn.OTF);
}
/* @font-face {
  font-family:"ITCBenguiatStdBook" ;
  src: url(../../../public/assets/fonts/ITCBenguiatStdBookCn.OTF);
} */
@font-face {
  font-family:"ITCBenguiatStdBook" ;
  src: url(../../../public/assets/fonts/BENGUIATSTD-BOOK.OTF);
}
@font-face {
  font-family:"ITCBenguiatStdMedium" ;
  src: url(../../../public/assets/fonts/ITCBenguiatStdMediumCn.OTF);
}


body {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
        }

h1, h2, h3, h4, h5, h6, .product_name, .category_name, .featured_name, .top_name{
  font-family:"ITCBenguiatStdBook" ;
  letter-spacing: 1px;
}
.text_up{text-transform: uppercase;}
.yellow_color{color: #fffc00;}
.container-fluid {
  padding-inline: 50px;
}

.top-navbar {
  background-color: #ce662e !important;
}
.top-navbar a, .top-navbar .text-secondary {
color: #fff !important;
}
.location_set{
    background-color: #fff;
    color: #111;
    padding: 5px 14px;
    border-radius: 30px;
}
.store_white {
  height: 20px;
  position: relative;
  top: -2px;
  padding-right: 4px;
}
.search-input-box > svg {
  left: 20px;
}
.search-input-box > input {
  padding-left: 50px;
  background: #e9edf1;
}
.nav-search-box.options_list a {
  color: #000;
  font-size: 20px;
  padding-left: 15px;
}
.nav-search-box.options_list {
  text-align: end;
}
.nav_bar_set {
  overflow: unset !important;
}
.header_menu_links.dropdown-toggle::after {
  top: 3px;
  position: relative;
}
.dropdown-toggle::after {
  content: "\F282" !important;
  font-family: "bootstrap-icons" !important;}
  .header_menu_links {
  position: relative;
}
.banner_section img {
  width: 100%;
}
.main_menu_part {
  box-shadow: 0px 5px 7px 0px #1111111f;
}

.banner_section {
  position: relative;
  padding-bottom: 50px;
}
.banner_row, .inner_part .slick-slider{
    /* height: 90vh; */
    overflow: hidden;
}
.search-input-box .form-control:focus {
  border-width: 1px !important;}
.nav-search-box.options_list {
  display: flex;
  align-items: baseline;
  justify-content: end;
  gap: 5px;
}
.banner_row {
  display: grid;
  /* grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr); */
  gap: 15px;
}
.trust_badges {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.trust_badge_img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}
.inner_part {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

.inner_part img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.inner_part.small_banner a:hover{
color: #fff;
}
.inner_part.small_banner img{
object-position: top;
}
/* .inner_part.big_banner img{
    height: 75vh;
} */

/* .inner_part:hover img {
  transform: scale(1.05);
} */

.big_banner {
  grid-row: span 2;
}

.overlay_one,
.overlay_two {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px;
  color: #fff;
  background: linear-gradient(180deg, transparent 70%, rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.overlay_one {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: none;
}
.overlay_one h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 420px;
  line-height: 100%;
  text-shadow: 0 1px 5px #230007;
}

.overlay_one p {
  font-size: 20px;
  margin-bottom: 15px;
  color: #f0c21f;
}
.overlay_two p {
  font-size: 18px;
}

.rounded-rectangle-17-copy-4-holder {
  background-color: #560c21;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s linear;
  border: 1px solid #fff;
  transform: translateY(0px);
}
.rounded-rectangle-17-copy-4-holder:hover {
  background-color: #a11b1b;
  color: #fff;
  transform: translateY(-3px);
  transition: all 0.2s linear;
}

.rounded-rectangle-17-copy-4-holder:hover {
  background-color: #7e1414;
}

/* Responsive */
@media (max-width: 992px) {
    .category-cus.aiz-carousel.sm-gutters-17 .slick-slide > div, .category-cus.aiz-carousel.sm-gutters-17 .slick-slide > div > div, .category-cus.aiz-carousel.sm-gutters-17 .slick-slide > div > div > div{
        width: 100%;
    }
    .banner_row, .inner_part .slick-slider{
    height: auto;
    overflow: hidden;
}
  .banner_row {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .big_banner {
    grid-row: auto;
  }
}

/* //// */

.shop-by-category-section {
  padding: 50px 0;
}

.sec_title {
  font-size: 30px;
  font-weight: 500;
  color: #771d1d;
  letter-spacing: 1px;
  position: relative;
  line-height: 100%;
}

.sec_title2 {
  font-size: 26px;
  font-weight: 500;
  color: #771d1d;
  letter-spacing: 1px;
  position: relative;
  line-height: 100%;
}

.category_box {
  position: relative;
  padding: 0;
  /* overflow: hidden; */
}

.category_inner {
  aspect-ratio: 1;
  position: relative;
  transition: transform 0.4s ease;
}

.category_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  aspect-ratio: 1;
  border-radius: 50%;
}



.category_overlay {
  position: relative;
  bottom: 0;
  width: 100%;
  /* background: rgba(246, 120, 18, 0.9); */
  text-align: center;
  padding: 15px 0;
  transition: background 0.3s ease;
}

.category_name {
  color: #111;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}

/* .category_inner:hover .category_overlay {
  background: rgba(190, 83, 11, 0.95);
} */

/* Responsive */
@media (max-width: 767px) {
  .sec_title {
    font-size: 20px;
  }
  .category_inner {
    height: 200px;
    margin: auto;
  }
}


/* arrival */
.new-arrivals-section {
 position: relative;
}
.bg_degn {
  position: absolute;
  height: 100%;
  width: auto;
}
.bg_degn.one {
  left: 0;
  top: 2%;
}
.bg_degn.two {
  right: 0;
  top: 2%;
  transform: rotateY(180deg);
}

/* Product box */
.product_inner {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #ddd;
  transition: transform 0.4s ease;
}

.product_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Zoom */
.product_inner:hover img {
  transform: scale(1.1);
}

/* Hover Icons */
.product_hover_icons {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
  opacity: 0;
}

.product_inner:hover .product_hover_icons {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.product_hover_icons .icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  font-size: 18px;
}

.product_hover_icons .icon:hover {
  background: #ce662e;
  color: #fff;
}

/* Bottom overlay */
.product_overlay {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background 0.3s ease;
}
.product_image_set, .featured_image_set {
  position: relative;
  min-height: 335px !important;
}
.product_name {
  color: #111;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.25px;
  text-decoration: none;
  line-height: 22px;
  margin-bottom: 5px;
  /* min-height: 44px; */
}
.product_price {
  color: #b30404;
}
.product_price del {
  color: #111;
}
.aiz-carousel .slick-prev {
  left: 0px;
}
.aiz-carousel .slick-next {
  right: 0px;
}

.offer_off {
  background: url(../img/offer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff000;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 5px;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.offer_off span {
  position: relative;
  top: -3px;
}


.civil_service_section{
  padding-block: 10px 60px ;
}
.reflection-section{
  padding-block: 60px 0px;
}

/* ==============================
   FEATURED PRODUCTS SECTION
============================== */

.featured-products-section {
  padding: 50px 0;
}

/* Product Card */
.featured_inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  transition: transform 0.4s ease;
}

.featured_inner img {
  max-width: 100%;
  max-height: 100%;
  min-height: 335px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured_inner:hover img {
  transform: scale(1.03);
}

/* Hover Icons */
.featured_hover_icons {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
  opacity: 0;
}

.featured_inner:hover .featured_hover_icons {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.featured_hover_icons .icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 18px;
}

.featured_hover_icons .icon:hover {
  background: #ce662e;
  color: #fff;
}

/* Overlay Content */
.featured_overlay {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

.featured_name {
  color: #111;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 20px;
  /* min-height: 44px; */
}

.featured_price {
  color: #b30404;
  font-size: 15px;
}

.featured_price del {
  color: #111;
  margin-left: 5px;
}

/* Carousel Navigation */
.featured-carousel .slick-prev {
  left: 0;
}

.featured-carousel .slick-next {
  right: 0;
}


.service_card_img{width: 100%;}
.service_card {
  display: grid;
  background: #dde3d7;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
.service_card .card_content {
  padding: 50px 70px;
}
.inner_btn {
  color: #fff;
  background: #5a6253;
  padding: 7px 20px;
  border-radius: 20px;
  transition: all .4s linear;
}


/* ==============================
   TOP SELLING PRODUCTS SECTION
============================== */
.top-selling-section {
  padding: 0px 0;
  position: relative;
}

/* Product container */
.top_inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}


/* Product image */
.top_inner img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.top_inner:hover img {
  transform: scale(1.1);
}

/* Hover icons */
.top_hover_icons {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: all 0.35s ease;
}

.top_inner:hover .top_hover_icons {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.top_hover_icons .icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-size: 18px;
}

.top_hover_icons .icon:hover {
  background: #ce662e;
  color: #fff;
  transform: translateY(-3px);
}

/* Bottom overlay details */
.top_overlay {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #eee;
}

.top_name {
  color: #111;
  /* font-weight: 500; */
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  min-height: 44px;
}

.top_price {
  color: #b30404;
  font-size: 15px;
}

.top_price del {
  color: #888;
  font-weight: 400;
  margin-left: 5px;
}

/* Image wrapper */
.top_image_set {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}

/* Carousel arrows */
.top-selling-carousel .slick-prev {
  left: 0;
  z-index: 10;
}

.top-selling-carousel .slick-next {
  right: 0;
  z-index: 10;
}
.ref_content h2 {
  font-size: 32px;
  font-weight: 500;
  color: #771d1d;
  letter-spacing: 1px;
}



/* Responsive Fix */
@media (max-width: 767px) {

  .top_hover_icons {gap: 5px;}
  .top_hover_icons .icon {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .top_name {
    font-size: 14px;
  }
  .top_price {
    font-size: 14px;
  }
}

.reflection_card >div {
  max-width: 50%;
  padding: 60px 40px;
}
.reflection_card {
  background: url(../img/reflection-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: end;
  text-align: center;
}
.ref_curcles::after {
 position: absolute;
 content: "";
 width: 200px;
 height: 29px;
 background: url(../img/ref_wave.png);
 background-position: center;background-repeat: no-repeat;
 background-size: contain;
 top: 30%;
left: 18%;
 z-index: -1;
}
.ref_curcles::before {
 position: absolute;
 content: "";
 width: 200px;
 height: 29px;
 background: url(../img/ref_wave.png);
 background-position: center;background-repeat: no-repeat;
 background-size: contain;
 top: 33%;
  right: 17%;
  z-index: -1;
  transform: rotateY(180deg);
}
.ref_curcles {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.ref_icon  img{
  height: 40px;
  position: relative;
  left: 5px;
  top: -5px;
}
.ref_icon {
  background: url(../img/inner_curcle.png);
  background-position: center;background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.ref_icon_set p {
  color: #4d0000;
  font-size: 18px;
}

.ref_icon_set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.happy_sellers_section{
  padding-block: 60px;}
.happy_sellers_section h2{
  color: #771d1d;
}

.shop-by-category-section .slick-prev.slick-arrow, .shop-by-category-section .slick-next.slick-arrow {
  top: 40%;
}


.happy_seller_card {
  position: relative;
  background-image: url(../img/happy_seller_card_image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
  color: #fff;
  z-index: 0;
  display: flex;
  gap: 20px;
  border-radius: 10px;
}
.bg-testi {
  background: linear-gradient(to right, #efebdf, #fefbf3);
  padding: 10px;
  border-radius: 10px;
}

.happy_seller_card img {
  width: 170px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.happy_seller_card .content h5 {
  margin-bottom: 5px;
}
.stars {
  margin-bottom: 10px;
  color: #dbba69;
}


footer {background-color: #f8f1eb;}
.kay_factore_section {

  padding-block: 30px 20px;
  border-bottom: 1px solid #e2d7cd;
}
.kay_factore_section .row .policy-file:first-child {
  border-left: none;
}
.kay_factore_section .row .policy-file:last-child {
  border-right: none;
}
.kay_factore_section .row .policy-file {
  border-left: 1px solid #e2d7cd;
  border-left: 1px solid #e2d7cd;
}
.key_factore_set img {
  height: 35px;
}
.key_factore_set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social_icon {
  border: 1px solid #ded6cf;
  color: #111;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.footer_title{
  color: #373737;
  font-size: 24px;
}
.address_part p, .address_part p a {
  color: #262626;
  font-size: 15px;
  font-weight: 300;
}
.adds_icons {
  font-size: 16px;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-right: 7px;
}
.quick_links {
  color: #262626;
  font-size: 15px;
  font-weight: 300;
}
.payment_methods img{
  height: 87px;
}
.copy-right_part p {
  color: #262626;
  text-align: center;
  padding-block: 20px 4px;
  font-size: 15px;
  font-weight: 300;
}
.key_factore_set .title {
  font-size: 15px;
}
.aiz-carousel.sm-gutters-17 .carousel-box {
    padding-right: 12px;
    padding-left: 12px;
  }
  .inner_btn:hover {
  color: #fff;
  background: #33392d;
  transition: all .4s linear;
}

#back2Top {
	width: 50px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	background: url('../img/toparrow.png') no-repeat;
	position: fixed;
	bottom: 10px;
	right: 20px;
	background-color: transparent;
	text-decoration: none;
  background-color: #f8f1eb;
  text-decoration: none;
  background-position: center;
  border-radius: 40px;
  height: 50px;
  border: 1px solid #ddd;
  background-size: 60%;
}
.category_inner:hover img {
  transform: scale(1.1);
}
.caterory_inner {
  overflow: hidden;
  border-radius: 50%;
}
#back2Top:hover {
	background-color: transparent;
}
.social_icons {
  margin-top: 35px;
}
.list-unstyled li {
  margin-bottom: 10px !important;
}

/* products page */
.products_main_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.breadcrumbs-part {
  font-size: 14px;
  color: #771d1d;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.breadcrumbs-part a {
  color: #292929;
}
.inner_page_set {
  padding-block: 20px;
}
.filter_set {
  display: flex;
}
.filter_img img {
  height: 18px;
  padding-right: 5px;
}
.filter_flex_set {
  border-block: 1px solid #ddd;
  align-items: center;
  padding-block: 8px;
  margin-bottom: 20px;
}
.filter_options_set .collapse {
  position: absolute;
  z-index: 4;
  background: #fff;
  width: 100%;
  max-width: 250px;
}
.thumnail_img_set .slick-track{
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.thumnail_img_set .slick-track > div{
  width: 100% !important;
}
.sold_by {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.view_collections {
  background-color: #fed96f;
  border: 1px solid transparent;
  color: #000;
  padding: 3px 15px;
  border-radius: 30px;
  transition: all .3s linear;
}
#profileconnect:hover {
  background: transparent;
  border: 1px solid #fed96f;
  color: #d5ab33;
  transition: all .3s linear;
}
.sku-share-wrapper{
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-start !important;
}

.product.attribute.sku {
  display: flex;
  align-items: center;
  gap: 7px;
}

 .product-accordion-wrapper {
  font-family: Arial, sans-serif;
}

.product-accordion-wrapper .accordion {
  border: none;
  overflow: hidden;
}

.product-accordion-wrapper .accordion-item:first-child {
  border-top: 1px solid #d8c5a3;
}
.product-accordion-wrapper .accordion-item {
  border-bottom: 1px solid #d8c5a3;
}

.product-accordion-wrapper .accordion-header {
  width: 100%;
  text-align: left;
  background: #f8f8f800;
  border: none;
  outline: none;
  padding: 20px 0px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: 1px;
}

.product-accordion-wrapper .accordion-header::after {
  content: '+';
  transition: transform 0.3s ease;
  font-size: 24px;
}

.product-accordion-wrapper .accordion-header.active::after {
  content: '–';
  transform: rotate(180deg);
  font-size: 24px;
}



.product-accordion-wrapper .accordion-content {
  display: none;
  padding: 15px 5px;
  background: #fff;
  animation: fadeIn 0.3s ease;
  padding-top: 0;
}

.product-accordion-wrapper .accordion-content.show {
  display: block;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Layout structure */
.product-accordion-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-accordion-wrapper .col.left {
  flex: 1 1 10%;
}

.product-accordion-wrapper .col.right {
  flex: 1 1 35%;
}

.product-accordion-wrapper .input-group {
  display: flex;
  /* margin: 10px 0; */
  flex-wrap: nowrap;
}

.product-accordion-wrapper .input-group input {
  flex: 1;
  padding: 10px;
  border: 1px solid #d8c5a3;
}

.product-accordion-wrapper .input-group button {
  background: transparent;
  color: #771d1d;
  border: none;
  padding: 10px 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.product-accordion-wrapper .info-box {
 font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #771d1d;
}
.product-accordion-wrapper .info-box > div img {
  height: 40px;
}

.product-accordion-wrapper .info-box hr {
  margin: 8px 0;
  border-color: #ddd;
}

.product-accordion-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.product_details .carousel-box {
  border: 1px solid #d8c5a3;
  padding: 10px;
  aspect-ratio: 1;
}

.product-accordion-wrapper table th {
  text-align: left;
  width: 40%;
  color: #333;
  font-weight: 600;
  padding: 5px 0;
}

.product-accordion-wrapper table td {
  padding: 5px 0;
}

.product-accordion-wrapper .alert {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}

.product-accordion-wrapper .small {
  font-size: 13px;
  color: #666;
}

.btn.btn-cart.add-to-cart {
  background-color: #771d1d !important;
}
.btn.btn-bay {
  border: 1px solid #771d1d;
  color: #771d1d;
}
.main_price {
  font-size: 32px;
  color: #b30404;
}
.discpunt_price {
  color: #a3a3a3;
  font-size: 22px;
}
.discount_persentage {
  font-size: 16px;
  color: #fff000;
  background: #ff0505;
  padding: 0 10px;
border-radius: 30px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-left: 20px;
}
.stock_update {
  margin-bottom: 0;
  text-align: end;
  color: #3b980d;
  font-weight: 500;
  text-transform: uppercase;
}
.stock_update span {
  color: #771d1d;
  background: #fff6e3;
  padding: 5px 10px;
  border-radius: 40px;
  margin-left: 5px;
}
.product-accordion-wrapper .info-box > div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
}

.aiz-carousel.sm-gutters-17 .slick-track {
  display: flex !important;
  align-items: stretch;
}

.aiz-carousel.sm-gutters-17 .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: stretch;
}
.category-cus.aiz-carousel.sm-gutters-17 .slick-slide > div,
.category-cus.aiz-carousel.sm-gutters-17 .slick-slide > div > div,
.category-cus.aiz-carousel.sm-gutters-17 .slick-slide > div > div > div{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.featured_overlay, .product_overlay {box-shadow: unset;}
.featured_overlay, .product_overlay, .top_overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.featured_overlay  .featured_price, .product_overlay .product_price, .top_overlay .top_price {
  margin-top: auto;
}
.aiz-carousel.sm-gutters-17 .slick-slide > div > div > div.category_inner {
  display: inline-flex;
  height: auto;
}
.key_factore_set {
text-align: center;
}
.color_main{
  color: #771d1d !important;
}

.store_set {
  padding-block: 5.51px;
}
.nav_bar_set .header_menu_links {
  padding-block: 10.5px !important;
}
.dropdown-item {
  font-size: 15px;
  color: #111;
  text-transform: capitalize;
}
.nav_bar_set .header_menu_links:hover {
  background-color: #ce662e  !important;
  color: #fff !important;
}



  /* responsive */
@media screen and (min-width:1320px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {

  padding-right: 12px;
  padding-left: 12px;
}
}

@media screen and (max-width:1325px) {
  .happy_seller_card {gap: 15px;}
  .happy_seller_card img {
  width: 140px;
  height: 170px;}
  .social_icon {
font-size: 16px;
  width: 35px;
  height: 35px;}
  .nav_bar_set .list-inline-item > a {
  font-size: 14px !important;
  padding: 10px 15px !important;
}
}


@media screen and (max-width:992px) {
  .container-fluid {
  padding-inline: 5%;
}
  .nav_bar_set {
    flex-direction: column !important;
    display: flex;
  }
  .header_menu_links {
  width: 100%;
}
.header_menu_links.dropdown-toggle::after {
  top: 50%;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
}
.dropdown-menu.show {
  display: block;
  position: relative;
  left: 15px;
  width: 100%;
  max-width: 290px;
}
.main_logo {
  height: 60px;
}
.service_card {
  display: flex;
  flex-direction: column-reverse;
}
.copy-right_part {
  padding-bottom: 90px;
}
  .banner_row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  .banner_row > div{
  width: 100%;
}
  .banner_row > div:first-child {
  max-width: 100%;
}
.banner_row > div {
  max-width: 48%;
}
#back2Top {bottom: 10%;}
}
@media screen and (max-width:768px) {
  .ref_content h2 {
  font-size: 28px;}
  .ref_icon img {
  height: 30px;}
  .ref_icon {
width: 80px;
  height: 80px;
}
.ref_icon_set p {
font-size: 15px;
  line-height: 20px;
}
.reflection_card > div {
  max-width: 70%;
  padding: 60px 20px;
}
.sec_title {
  font-size: 22px;}
  .card_content h2 {
  font-size: 28px;
}
.service_card .card_content {
  padding: 30px;
}
.civil_service_section {
  padding-block: 10px 40px;
}
.top_name {
min-height: 20px;
}
.bg-testi {
  margin-bottom: 10px;
}
.kay_factore_section .row .policy-file {
  border: none;
  margin-bottom: 10px;
}
.key_factore_set img {
  height: 30px;
}
.overlay_one, .overlay_two {padding: 0 15px;}

}
@media screen and (max-width:567px) {
  .shop-by-category-section {
  padding: 30px 0;
}
.bg_degn {height: 180px;
top: 50% !important;
  transform: translateY(-50%);
}
.bg_degn.two {
transform: rotateY(180deg) translateY(-50%);
}
 .category_inner {
    height: 150px;}
    .aiz-carousel.sm-gutters-17 .carousel-box {
  padding-right: 8px;
  padding-left: 8px;
}
.category_name {font-size: 14px;}
.product_name {font-size: 14px;line-height: 20px;}
.product_overlay {padding: 10px;}
.aiz-carousel .slick-arrow {
  font-size: 13px;}
  .aiz-carousel .slick-arrow {
width: 30px;
  height: 30px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.aiz-carousel .slick-arrow {top: 40%;}
 .inner_part.big_banner .overlay_one h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  /* .highlet_text{display: none !important;} */
    .overlay_one {
    justify-content: end;
    padding-bottom: 20px;
  }
  .reflection_card > div {
    max-width: 100%;
    padding: 50px 5px;
  }
  .ref_content h2 {
    font-size: 22px;
  }
   .ref_icon img {
    height: 20px;
    left: 3px;
    top: 0;
  }
   .ref_icon {
    width: 50px;
    height: 50px;
  }
   .ref_icon_set p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
  }
  /* .reflection_card {
  background: url(../img/reflection-image.jpg), #eaddd5;
background-position: bottom, top;background-size: 100%, cover;background-repeat: no-repeat;}
} */
 .ref_curcles::after,
 .ref_curcles::before {
width: 33%;
  height: 30px;
top: 25%;}

.reflection_card {background-position: right;}
.reflection_card > div {
padding: 30px 20px;
  }

  .happy_seller_card {
  flex-direction: column-reverse;
}
.happy_seller_card img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-position: bottom;
  }
  .happy_sellers_section {
  padding-block: 40px;
}
.sold_by {
  flex-wrap: wrap;
}
.stock_update {
  padding-top: 10px;
}
.menu_btn {
  max-width: 20px;
}
.banner_section {
  padding-block: 20px;
}
.aiz-main-wrapper.d-flex.flex-column.bg-white {
  overflow-x: hidden;
}
}

@media screen and (max-width:450px) {
  .cart_main_btns_set > button {
  margin-right: 0 !important;
}
.cart_main_btns_set {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}
.product-accordion-wrapper .col.left {
  flex: 1 1 100%;
}
   .main_logo {
    height: 50px;
  }
  .bi.bi-search.la-flip-horizontal.la-2x {
  font-size: 22px;
}
 .service_card .card_content {
    padding: 25px 18px;
  }
   .sec_title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px !important;
  }
  .card_content h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 30px;
  }

.overlay_one h2 {
  font-size: 30px;}
  .overlay_one p {
  font-size: 16px;}
   .overlay_two p {
  font-size: 15px;
  line-height: 20px;
}
.overlay_two {background: linear-gradient(180deg, transparent 55%, rgb(0, 0, 0) 100%);}
   .category_inner {
    height: 145px;}
      .container-fluid {
    padding-inline: 3%;
  }
  .featured-products-section {
  padding: 30px 0;
}
.featured_name {font-size: 14px;}
 .aiz-carousel.sm-gutters-17 .carousel-box {
    padding-right: 5px;
    padding-left: 5px;
  }
  .product_hover_icons .icon, .featured_hover_icons .icon {
  width: 28px;
  height: 28px;
  font-size: 13px;
}
.product_hover_icons, .featured_hover_icons {gap: 5px;}
.featured_overlay, .product_overlay {padding: 10px 5px;}
.featured_price {
  font-size: 13px;
}
.featured_name, .product_name {line-height: 115%;margin-bottom: 2px;}
 .products_main_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
}
.border.border1, .border-color1 .border{
    border-color: #d8c5a3 !important;
}

.featured_overlay .featured_name{
    display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;
    -webkit-line-clamp: 1;text-overflow: ellipsis;    white-space: unset !important;
}

.featured_inner img{
/* height:335px; */
}
.copy-right_part{
    padding-bottom: 5px;
}
.copy-right_part p{display: none;}
.copy-right_part img{margin-bottom: 20px;}


    .order-wrapper {
        /* max-width: 850px; */
        margin: 0 auto;
        background: #fff;
        /* padding: 40px; */
        border-radius: 10px;
        font-family: "Inter", sans-serif;
    }

    .order-header h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .order-header .subtitle {
        color: #666;
        margin-top: -5px;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));

        gap: 15px;
        padding: 25px 0;
        border-bottom: 1px solid #eee;
    }

    .info-item span {
        display: block;
        font-size: 13px;
        color: #888;
    }

    .info-item strong {
        font-size: 15px;
        color: #333;
    }

    .item-card {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    background: #f1f1f1;
    /* border-bottom: 1px solid #eee; */
    align-items: center;
    padding: 13px;
    margin-top: 10px;
    border-radius: 5px;
    }

    .item-card img {
        width: 85px;
        height: 85px;
        object-fit: cover;
        border-radius: 6px;
        background: #f4f4f4;
    }

    .item-title {
        font-size: 16px;
        font-weight: 600;
    }

    .item-meta {
        color: #777;
        font-size: 14px;
    }

    .summary-row {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        font-size: 15px;
    }

    .summary-total {
        font-size: 18px;
        font-weight: 700;
        border-top: 1px solid #eee;
        padding-top: 12px;
        margin-top: 8px;
    }

    .discount {
        color: #1aa34a;
        font-weight: 600;
    }


@media screen and (max-width:767px) {
    .half-outside-arrow.product-gallery-thumb button{
        display: none !important;
    }

.featured_inner img {
  min-height: 150px;
}
.featured_image_set {
    height: auto;
    min-height:auto !important;
}
    .featured_hover_icons{
            transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    /* .slick-slide{
        padding: 10px !important;
    } */

}

.embed-responsive-16by9::before{
    padding-top: 100px;
}
/* Parent dropdown */
.dropdown-menu {
    top: 100%;
    left: auto;
}

/* 2nd level & deeper levels */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-left: -1px; /* pull submenu closer so it isn't far away */
    margin-top: -1px;
    min-width: 200px; /* optional: keeps clean width */
    border-radius: 0 6px 6px 6px; /* cleaner UI */
}

/* Hover visual improvement */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu > .dropdown-menu {
    left: 98% !important; /* slight overlap to avoid hover gap */
    top: 0px  !important;
}
.gry-bg form .card .card-body, .gry-bg form  .card .card-header {
    padding: 6px 20px !important;
}
.desk-min.h-100{
    max-height: 480px;
    overflow-y: auto;
}
.min-h{
    max-height: 400px;
    overflow-y: auto;
}
.big_banner .aiz-carousel .slick-arrow{
    background-color: transparent !important;
    box-shadow: none;
}
@media(max-width:991px){
.desk-min.h-100{
    height: auto !important;
    overflow-y: auto;
}
}

    /* Out of Stock Label - Top Right */
.out_of_stock_label_top_right {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dc3545;
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Out of stock image style */
.out-of-stock-img {
    opacity: 0.7;
    filter: grayscale(30%);
}

/* Disabled icons for out of stock */
.featured_hover_icons .icon.disabled-icon {
    cursor: not-allowed !important;
    opacity: 0.5;
    pointer-events: none;
}

/* Optional: Add overlay effect for out of stock */
.featured_image_set.position-relative:has(.out_of_stock_label_top_right)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    pointer-events: none;
    z-index: 1;
}

.at-top .fs-14{
    font-size: 0.8rem !important;
}
.at-top a.dropdown-toggle.fs-14.text_up.px-3.py-2.d-inline-block.fw-400.text-dark.header_menu_links.hov-bg-black-10 {
    padding-inline: 10px !important;
}
.iti__selected-flag{
    height: 35px !important;
}


 .page-sim table {
            border-collapse: collapse;
            width: 100%;
        }
        .page-sim th, td {
            border: 1px solid #ccc;
            padding: 8px;
        }
        .page-sim thead tr {
            background-color: #6b1f24;
            color: #fff;
        }
        .page-sim tbody tr:nth-child(odd) {
            background-color: #f5ecd2;
        }
        .page-sim tbody tr:nth-child(even) {
            background-color: #fff;
        }
        .page-sim tbody td:first-child {
            background-color: #d4a83a;
            color: #fff;
            font-weight: bold;
        }


         .top-label {
            font-size: 14px;
            font-weight: bold;
            padding: 10px 20px;
            color: #000;
        }

       /* ── TOP LABEL ── */
        .banner1-top-label {
            background: #516c32;
            padding: 8px 40px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .banner1-top-label span {
            font-size: 12px;
            font-weight: 600;
            color: #f5ecd2;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        .banner1-top-label::before,
        .banner1-top-label::after {
            content: '';
            flex: 1;
            height: 1px;
            background: rgba(255,255,255,0.15);
        }

        /* ── MAIN BANNER ── */
        .banner1 {
            background-color: #ce662e;
            background-image:
                repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 31px),
                repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255,255,255,0.03) 30px, rgba(255,255,255,0.03) 31px);
            padding: 50px 40px 50px 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            min-height: 300px;
            overflow: hidden;
        }

        /* glow blob left */
        .banner1::before {
            content: '';
            position: absolute;
            top: -60px; left: -60px;
            width: 280px; height: 280px;
            background: rgba(255,255,255,0.07);
            border-radius: 50%;
            pointer-events: none;
        }
        /* glow blob right */
        .banner1::after {
            content: '';
            position: absolute;
            bottom: -80px; right: 200px;
            width: 320px; height: 320px;
            background: rgba(0,0,0,0.06);
            border-radius: 50%;
            pointer-events: none;
        }

        /* ── LEFT CONTENT ── */
        .banner1-left {
            max-width: 65%;
            position: relative;
            z-index: 2;
        }

        .banner1-left .banner1-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            border: 1px solid rgba(255,255,255,0.35);
            color: #fff;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            padding: 4px 14px;
            border-radius: 20px;
            margin-bottom: 14px;
        }

        .banner1-left h1 {
            font-family: 'Playfair Display', Georgia, serif;
            font-size: 34px;
            font-weight: 700;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 16px;
            text-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        .banner1-left p {
            font-size: 14px;
            color: rgba(255,255,255,0.88);
            line-height: 1.8;
            margin-bottom: 28px;
            max-width: 560px;
        }

        .banner1-left a {
            display: inline-block;
            background: #fff;
            color: #ce662e;
            padding: 11px 30px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 0.5px;
            border-radius: 2px;
            box-shadow: 0 4px 16px rgba(0,0,0,0.2);
            transition: background 0.2s, color 0.2s;
        }
        .banner1-left a:hover {
            background: #1c1008;
            color: #fff;
        }

        /* ── CENTER SEAL ── */
        .banner1-seal {
            position: absolute;
            top: 24px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 3;
            text-align: center;
        }
        .banner1-seal-ring {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            border: 2px solid rgba(255,255,255,0.5);
            background: rgba(255,255,255,0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(4px);
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        }
        .banner1-seal-ring img {
            width: 82px;
    height: 82px;
    object-fit: contain;
    border-radius: 50px;
        }

        /* ── RIGHT IMAGE ── */
        .banner1-right {
            position: relative;
            z-index: 2;
            flex-shrink: 0;
        }
        .banner1-right::before {
            content: '';
            position: absolute;
            bottom: 0; left: 50%;
            transform: translateX(-50%);
            width: 160px; height: 20px;
            background: rgba(0,0,0,0.15);
            border-radius: 50%;
            filter: blur(8px);
        }
        .banner1-right img {
            height: 500px;
            object-fit: contain;
            display: block;
            position: relative;
            z-index: 1;
            filter: drop-shadow(0 8px 24px rgba(0,0,0,0.25));
            position: absolute;
    right: 0;
    top: -150px;
        }

        /* ── BOTTOM BAR ── */
        .bottom-bar {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
            padding: 14px 50px;
            background: #fff;
            border-top: 3px solid #ce662e;
            box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
        }

        .bottom-bar-logo-wrap {
            background: #fdf3ec;
            border: 1px solid #f0d5c0;
            border-radius: 4px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .bottom-bar-logo-wrap img {
            height: 50px;
            object-fit: contain;
        }

        .bottom-bar-divider {
            width: 1px;
            height: 40px;
            background: #e0e0e0;
        }

        .bottom-bar-text h3 {
            font-family: 'Playfair Display', serif;
            font-size: 16px;
            font-weight: 700;
            color: #1c1008;
            margin-bottom: 2px;
        }
        .bottom-bar-text p {
            font-size: 12px;
            color: #ce662e;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

        .bottom-bar-badge {
            margin-left: auto;
            background: #fdf3ec;
            border: 1px solid #f0d5c0;
            border-radius: 20px;
            padding: 5px 16px;
            font-size: 11px;
            font-weight: 700;
            color: #ce662e;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

  @media (max-width: 767.98px) {
      .banner1 {

            padding: 40px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            min-height: 300px;
            overflow: hidden;
        }

            .banner1-right img{
                    right: -84px;
    top: -150px;
            }
            .banner1-right{
                z-index: 0;
            }
            .banner1-seal{
                left: auto;
                right: 0
            }
            .bottom-bar{
                padding: 10px;
                        flex-wrap: wrap;
                        gap: 15px;
        justify-content: center;
            }
            .bottom-bar-badge{
                margin: auto !important;
            }
            .bottom-bar-text p{
                margin-bottom: 0px;
            }
            .bottom-bar-divider{
                display: none;
            }
        }

 .why-section {
            background: #fff;
            font-family: 'Georgia', serif;
        }

        /* ── LEFT CONTENT ── */
        .why-section .why-left {
            background: #6b1f24;
            padding: 40px 45px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 300px;
        }

        .why-section .why-top-tag {
            display: inline-block;
            background: rgba(206,102,46,0.25);
            border: 1px solid #ce662e;
            color: #f5c99a;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 4px 14px;
            border-radius: 20px;
            margin-bottom: 18px;
            width: fit-content;
        }

        .why-section .why-heading {
            font-size: 26px;
            font-weight: 700;
            color: #fff;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .why-section .why-heading span {
            color: #ce662e;
        }

        .why-section .why-divider {
            width: 50px;
            height: 3px;
            background: #ce662e;
            margin-bottom: 24px;
        }

        .why-section .why-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }

        .why-section .why-item:last-child {
            /* border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; */
        }

        .why-section .why-item-icon {
            background: #ce662e;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            width: 26px;
            height: 26px;
            min-width: 26px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 1px;
        }

        .why-section .why-item-title {
            font-size: 13px;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.2px;
            margin-bottom: 3px;
            font-family: 'Poppins',sans-serif;
        }

        .why-section .why-item-text {
            font-size: 12px;
            color: rgba(255,255,255,0.65);
            line-height: 1.55;
            margin: 0;
            font-family: Arial, sans-serif;
        }

        /* ── RIGHT IMAGE ── */
        .why-section .why-right {
            padding: 0;
            position: relative;
            overflow: hidden;
            min-height: 300px;
        }

        .why-section .why-right img {
            width: 100%;
            max-height: 100%;
            object-fit: cover;
            display: block;
        }

        .why-section .why-right-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(107,31,36,0.45) 0%, transparent 60%);
        }

        .why-section .why-right-badge {
            position: absolute;
            bottom: 28px;
            left: 28px;
            background: #ce662e;
            color: #fff;
            padding: 10px 20px;
            font-size: 12px;
            font-weight: 700;
            font-family: Arial, sans-serif;
            letter-spacing: 0.5px;
            border-radius: 2px;
            box-shadow: 0 4px 16px rgba(0,0,0,0.25);
        }

        .why-section .why-right-badge span {
            display: block;
            font-size: 18px;
            font-family: Georgia, serif;
            font-weight: 700;
            line-height: 1.1;
        }

        @media (max-width: 767px) {
                    .banner1-left{
            width: 80% !important;
        }
            .why-section .why-left {
                min-height: auto;
                padding: 36px 24px;
            }
            .why-section .why-right {
                min-height: 280px;
            }
        }

 .aws-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      max-width: 600px;
      padding-left: 0px;
      margin-top: 8px;
    }

    .aws-list li {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 6px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      opacity: 0;
      transform: translateX(-16px);
      animation: slideIn 0.5s ease forwards;
    }

    .aws-list li:last-child {
      border-bottom: none;
    }

    .aws-list li:nth-child(1) { animation-delay: 0.1s; }
    .aws-list li:nth-child(2) { animation-delay: 0.2s; }
    .aws-list li:nth-child(3) { animation-delay: 0.3s; }
    .aws-list li:nth-child(4) { animation-delay: 0.4s; }
    .aws-list li:nth-child(5) { animation-delay: 0.5s; }

    @keyframes slideIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .aws-list .icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .aws-list li span {
      font-size: 14.5px;
      color: #000;
      line-height: 1.5;
      font-weight: 400;
    }
#collapsePaymentInfo img.img-fit{
    max-width: 75px !important;

}
