* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.overflow-x-hidden {
  overflow: hidden;
}
.white-space{
 white-space:nowrap;
}
.bg-white{
  background:white
}
#header{
   margin-Bottom:110px
}
.main-sticky-header{
    position: fixed;
    z-index: 999;
    top:0
}
.overflow-x-clip {
  overflow-x: clip;
}
/* Navbar Styles Start Here .... */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  font-size: 15px;
}
.font-weight-500 {
  font-weight: 500;
}
.get-free-quote {
  width: fit-content;
  align-self: center;
}
.h-desktop-600 {
  height: 600px;
}
.color-black {
  color: #000;
}
.fw-600 {
  font-weight: 600 !important;
}
.f-size-14 {
  font-size: 14px;
}
.f-size-18 {
  font-size: 18px;
}
.f-size-34 {
  font-size: 34px;
}
.color-gold {
  color: #9f783c !important;
}

.bg-gold {
  background: #9f783c;
}
.border-radius-10 {
  border-radius: 10px !important;
}
.p-desktop {
  padding: 0px 100px !important;
}
.p-header-desktop {
  padding: 0px 100px !important;
}
.p-footer-desktop {
  padding: 16px 100px !important;
}
.p-bottom-desktop {
  padding-bottom: 3rem !important;
}
.max-w-1170 {
  max-width: 1170px !important;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}
h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
h3 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.sub-gold-heading {
  color: #9f783c;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.read-more-btn {
  color: #9f783c;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
}
.read-more-btn:hover {
  color: #9f783c;
}
.fz-24 {
  font-size: 26px !important;
}
p {
  font-size: 15px;
  font-style: normal;
  /*font-weight: 400;
  text-transform: capitalize;*/
}
.br-20 {
  border-radius: 20px !important;
}
.pink-mix-bg-color {
  background: linear-gradient(92deg, #343333 1.85%, #857a74 102.1%) !important;
}
.link-h-70 {
  line-height: 70px !important;
}
.wrapper {
  width: 100%;
  box-shadow: 2px 2px 5px #b6b6b6, -2px -2px 2px #ffffff;
}

.top-nav-container {
  background: linear-gradient(0deg, #c69c2d 0%, #9f783c 59.65%);
  color: #fff;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 42px !important;
}

.top-nav-item {
  display: flex;
  align-items: center;
  margin: 5px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-divider {
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 10px;
}

.buttons-group {
  display: flex;
  gap: 10px;
}

.top-nav-item i {
  font-size: 14px;
}
.top-nav-item span {
  font-size: 13px;
}

.btn {
  background-color: #fff;
  color: #d4a029;
  padding: 7px 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  gap: 6px;
}
.btn-instant-quote {
  background: transparent;
  color: white;
  border: 1.5px solid white;
  padding: 4px 16px !important;
  font-size: 13px;
}
.btn-instant-quote:first-child {
  /*background: white !important;*/
  /*color: #9f783c !important;*/
  font-weight: 500 !important;
}
.btn-instant-quote:first-child .custom-svg path {
  fill: #ffffff;
}

.btn-rush-order:hover {
  color: #d4a029 !important;
  background-color: white;
}
.btn-instant-quote:hover {
  /*background: white;
  color: #d4a029;*/
  border: 1.5px solid white;
}
.btn-instant-quote-bottom {
  background: #d4a029;
  color: white;
}

@media (max-width: 650px) {
  .wrapper .top-nav-container nav {
    height: auto;
  }
}

.wrapper nav {
  position: relative;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: space-between;
}
.sticky-header {
  position: fixed !important;
  top: 42px;
  width: 100%;
  z-index: 1000;
  background: white;
  right: 0;
  left: 0;
  box-shadow: 2px 2px 5px #b6b6b6, -2px 2px 2px #ffffff;
}
.top-sticky-header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}

nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
nav .nav-content .links {
  display: flex;
  gap: 28px;
  margin: 0;
}
.nav-content .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* .nav-content .logo img {
    width: 30px;
  } */
.nav-content .logo a {
  color: #9f783c;
  font-size: 30px;
  font-weight: 600;
}
.nav-content .links li {
  list-style: none;
}

.nav-content .links li a,
.nav-content .links li label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  transition: color 0.3s ease, transform 0.3s ease;
  display: block;
  width: fit-content;

  /* margin: 0 5px; */
}
.nav-content .links li label {
  display: none;
}
.nav-content .links li .a-custom-menu-link{
    padding: 3px 8px 3px 3px;
    transition: ease 0.3s;
}
.nav-content .links li .a-custom-menu-link:hover{
   color: #000 !important;
    font-weight: 400 !important;
    transform: none !important;
    background: #e1c69c;
    margin-left: 4px;
}
.nav-content .links li label:hover {
  color: #9f783c;
  transform: scale(1.02);
  text-decoration: none;
  position: relative;
  text-shadow: 0 0 1px #9f783c;
}

.nav-content .links li a:hover::after,
.nav-content .links li label:hover::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9f783c;
  border-radius: 10px;
}

.wrapper .search-icon,
.wrapper .menu-icon {
  color: #6d6e71;
  font-size: 22px;
  cursor: pointer;
  margin: 0;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon {
  display: none;
}

.wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.nav-content .links .large-menu {
  position: absolute;
  background: #f9f6f2;
  padding: 10px;
  top: 56px !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 640px !important;
}
.nav-content .links .large-menu:before {
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f3f3f3;
  border-width: 15px;
  margin-left: -10px;
  top: -27px;
}
.nav-content .links .single-dropdown-menu::before{
  left: 5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f3f3f3;
  border-width: 15px;
  margin-left: -10px;
  top: -27px;
}
.nav-content .links li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  padding: 10px;
}
.nav-content .links ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px !important;
}
.nav-content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.nav-content .links ul li {
  position: relative;
}
.nav-content .links ul li:hover ul {
  top: 0;
}

.nav-content .links li > a:hover{
  color: #9f783c;
  transform: scale(1.02);
  /*text-shadow: 0 0 1px #9f783c;
  margin-left: 4px;*/
}

/*.nav-content .links .single-dropdown-menu li:hover{
  padding-right: 8px;
}*/
.nav-content .links .single-dropdown-menu li > a:hover{
  text-shadow: 0 0 1px #9f783c;
/*  margin-left: 4px;*/
/*  padding-right: 8px;*/
  transform: scale(1);
  box-sizing: border-box;
  transform: translateX(4px);
}

.nav-content .links li:hover > label {
  color: #9f783c;
  transform: scale(1.02);
  text-shadow: 0 0 1px #9f783c;
}

.nav-content .links li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/* Maintain hover styles even when the dropdown is active */
.nav-content .links ul:hover ~ a,
.nav-content .links ul:hover ~ label {
  color: #9f783c;
  transform: scale(1.02);
  text-shadow: 0 0 1px #9f783c;
}

.nav-content .links ul {
  position: absolute;
  background: #fff;
  padding: 10px;
  top: 70px !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}
.bottom-nav-li-main .main-li-a {
  padding: 10px 0px !important;
}
.nav-item-box-large-menu span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  /*transition: ease-out;*/
  transition: color 0.3s ease, transform 0.3s ease;
}


.nav-content .links li .a-custom-menu-link:hover .nav-item-box-large-menu span {
  color: #212529 !important;
  transform: scale(1);
  text-shadow: 0 0 1px #9f783c;
}
/*
.nav-content .links li a:hover .nav-item-box-large-menu span {
  color: #9f783c;
  transform: scale(1.02);
  text-shadow: 0 0 1px #9f783c;
}*/
.large-menu-left-side {
  border-top-left-radius: 10px;
}
.nav-item-box-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  /*background: #f3f3f3;
  border: 1px solid #d9d9d9;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item-box-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.guidance-section {
  background: #ffeab2;
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width:300px
}
.search-container-menu {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 255px;
  background-color: #f8f8f8;
}
.get-free-quote {
  color: white !important;
}
.get-free-quote:hover {
  background: white !important;
  color: #000 !important;
}
/* Style for the input field */
.search-input {
  padding-right: 40px;
  width: 250px !important;
  box-sizing: border-box;
  padding: 7px 10px !important;
}
.search-container-menu input {
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 10px;
  background: white;
  border: initial !important;
  line-height: 0px !important;
}

/* Style for the search icon */
.search-container-menu .search-icon-menu {
  padding: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  background: #f3f3f3;
}

.search-icon-menu i {
  font-size: 24px;
  color: #888;
}
/* Responsive code start */

@media screen and (min-width: 1400px) {
  .style-box-slider-inner {
    width: 300px !important;
    height: 300px !important;
  }
  .quote.slick-slide.coming {
    bottom: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1350px) {
  .header-social-icons {
    display: none;
  }
  .get-free-quote {
    padding: 10px 16px !important;
  }
  .nav-content .links li > ul {
    top: 70px;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none;
  }
  .nav-content .links li:hover > a,
  .nav-content .links li:hover > label {
    transform: none !important;
    text-shadow: none !important;
    color: white !important;
  }
  .header-top-search-container {
    margin: 15px 20px;
  }
  .bottom-nav-li-main {
    width: fit-content;
  }
  nav .nav-content .links {
    margin-bottom: 0;
    gap: 30px;
  }
  .nav-content .links li a {
    color: #000;
    font-size: 16px;
  }
  .wrapper .search-box {
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box input {
    padding: 0 100px 0 15px;
  }
  /* Dropdown Menu code start */
  .quote {
    transform: translateY(12px) !important;
  }
  .slick-vertical .slick-slide {
    width: auto !important;
  }
  .coming .testimonials-card {
    display: none;
  }
  .nav-content .links .large-menu {
    position: initial !important;
    background: transparent !important;
    padding: 10px;
    top: 70px !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    display: block !important;
    left: auto !important;
    right: auto !important;
  }
  .bottom-nav-li-main .main-li-a {
    padding: 10px 0px !important;
  }
  .nav-content .links li a:hover::after,
  .nav-content .links li label:hover::after {
    background-color: white !important;
    left: 0px !important;
    height: 2px !important;
  }
  .w-90-mobile {
    width: 90% !important;
  }
  .gap-4-mobile {
    gap: 24px !important;
  }
  .px-2rem-mobile {
    padding: 2rem !important;
  }
  .text-center-mobile {
    text-align: center !important;
  }
  .mt-40-mobile {
    margin-top: 42px;
  }
  .ml-15-mobile {
    margin-left: 15px;
  }
  .mb-15-mobile {
    margin-bottom: 15px !important;
  }
  .mb-30-mobile {
    margin-bottom: 30px !important;
  }
  .mb-70-mobile {
    margin-bottom: 70px !important;
  }
  .mt-15-mobile {
    margin-top: 15px !important;
  }
  .pl-0-mobile {
    padding-left: 0px !important ;
  }
  .h-desktop-600 {
    height: 100% !important;
  }
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wrapper nav {
    flex-direction: row-reverse;
  }
  nav .nav-content {
    justify-content: flex-start;
  }
  .wrapper .menu-icon {
    display: block;
    z-index: 999;
  }
  .nav-content .logo a {
    font-size: 25px;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before {
    color: white;
    content: "\f00d";
  }
  nav .nav-content .links {
    display: block;
    position: fixed;
    background: #c69c2d;
    height: 100%;
    width: 100%;
    top: 40px;
    left: -100%;
    margin-left: 0;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .nav-content .links {
    padding-left: 0px;
    z-index: 99;
    left: 0%;
  }
  .nav-content .links li {
    margin: 15px 20px;
  }
  .nav-content .links li a,
  .nav-content .links li label {
    line-height: 20px;
    font-size: 17px;
    display: block;
    padding: 8px 0px;
    cursor: pointer;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #fff;
  }
  .nav-content .links li a.desktop-link {
    display: none;
  }

  /* dropdown responsive code start */
  .nav-content .links ul,
  .nav-content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
    padding: 0px !important;
  }
  .nav-content .links #show-features:checked ~ ul,
  .nav-content .links #show-industry:checked ~ ul,
  .nav-content .links #show-styles:checked ~ ul,
  .nav-content .links #show-material:checked ~ ul,
  .nav-content .links #luxury-rigid-boxes:checked ~ ul,
  .nav-content .links #show-items:checked ~ ul {
    max-height: 100vh;
  }

  .nav-content .links ul li {
    margin: 7px 20px;
  }
  .nav-content .links ul li a {
    font-size: 17px;
    line-height: 30px;
    border-radius: 5px !important;
  }
  .buttons-group {
    display: none;
  }
  .top-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center !important;
  }

  .buttons-group {
    margin-top: 10px;
  }
  .nav-content .links li a:hover,
  .nav-content .links li label:hover {
    color: white !important;
    font-weight: 400 !important;
    transform: none !important;
  }
  .nav-content .links li a:hover::after,
  .nav-content .links li label:hover::after {
    background-color: white !important;
    left: 18px !important;
    height: 2px !important;
  }
}

@media screen and (max-width: 400px) {
  .wrapper nav {
    padding: 0 10px;
  }
  /* .nav-content .logo img {
      width: 25px;
    } */
  .nav-content .logo a {
    font-size: 23px;
  }
  .wrapper .search-box {
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon {
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input {
    padding-right: 30px;
  }
}

/*  Navbar Styles End Here ... */
/* Footer Styling */
.footer-top {
  background: linear-gradient(180deg, #ffeab2 0%, rgba(159, 120, 60, 0.4) 100%);
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.footer-bottom-container {
  background: linear-gradient(180deg, #9f783c 0%, #c69c2d 100%);
}
.footer-bottom {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* Grid layout for equal spacing on desktop */
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.5fr;
  gap: 18px;
}

.footer-top h5,
.footer-top h6 {
  color: #9f783c;
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 18px;
}

.footer-top p,
.footer-top a {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.footer-top a:hover {
  color: #9f783c !important;
  text-decoration: none;
/*    transform: scale(1.02);*/
    text-decoration: none;
    position: relative;
/*    text-shadow: 0 0 1px #9f783c;*/
}

.menu-footer-menu-1-container a, .menu-footer-menu-2-container a, .menu-footer-menu-3-container a, .contact-info-details a{
  transition: ease 0.4s;  
}
.contact-info-details a:hover{ margin-left: 4px; }
.menu-footer-menu-1-container a:hover, .menu-footer-menu-2-container a:hover, .menu-footer-menu-3-container a:hover{
  display: block;
  width: fit-content;
  color: #9f783c;
  /*transform: scale(1.02);*/
  text-decoration: none;
  position: relative;
  text-shadow: 0 0 1px #9f783c;
  transform: translateX(4px);
}
.footer-top .fab,
.footer-top .fas,
.footer-top .far,
.footer-top .icon {
  font-size: 16px;
  color: #9f783c;
}

.footer-top .fab:hover,
.footer-top .fas:hover,
.footer-top .far:hover,
.footer-top .icon:hover {
  color: #9f783c;
}

.footer-top ul li {
  margin-bottom: 8px;
}

.footer-top ul li a {
  /*transition: ease-in-out 0.1s;*/
  /*transition: color 0.3s ease, transform 0.3s ease;*/
  transition: ease 0.3s;
  font-size: 12px;
  position: relative;
  width: fit-content;
  display: block;
}

.footer-top ul li a:hover {
  /*color: #d4af37 !important;*/
/*  margin-left: 4px;*/
transform: translateX(4px);
}

.footer-top .footer-item img {
  margin-bottom: 15px;
}

.footer-top .footer-item p {
  margin-bottom: 15px;
  line-height: 24px;
  font-weight: 400;
}
.footer-item .payment-methods-footer {
  margin-top: 30px;

  border: 1px solid #dee2e6;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(198, 156, 45, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(198, 156, 45, 1);
  box-shadow: 0px 0px 12px 0px rgba(198, 156, 45, 1);
  padding: 8px;

  -webkit-border-radius: 10px;    
  border-radius: 10px; 
  -moz-border-radius:10px;
  -khtml-border-radius:10px;

}
.payment-methods-footer h6 {
  color: #9f783c;
  font-size: 18px;
  font-weight: 700;
}
.footer-top .img-fluid {
  max-width: 50px;
  margin-right: 10px;
}

.social-icons a i {
  color: #000 !important;
  font-size: 20px !important;
}

.social-icons h5 {
  margin-bottom: 20px;
}
.footer-item .contact-info-details {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px;
  font-weight: 500 !important;
}
.footer-item .contact-info-details img {
  margin-bottom: 0px !important;
}

.payment-methods {
  display: flex;
  gap: 10px;
}

.home-hero-slider-swiper {
  width: 100%;
  height: 100%;
}

.home-hero-slider-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-hero-slider-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-slider-swiper-button-next,
.home-hero-slider-swiper-button-prev {
  color: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.home-hero-slider-swiper-button-prev {
  right: 50px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px) !important;
  right: auto;
}

/* Home Slider Css */
.carousel-inner img {
  max-height: 400px;
  object-fit: cover;
}
.btn-wrapper-slider {
  position: absolute;
  right: 120px;
  bottom: 50px;
  z-index: 999;
  gap: 10px;
}
.btn-wrapper-slider a:hover {
  text-decoration: none;
  color: white;
}

.custom-carousel-control {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #d4af37;
  color: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-carousel-control:hover {
  background-color: #d4af37;
}

.carousel-content-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
/*  padding: 80px 70px;*/
  z-index: 1;
}

.carousel-background {
/*  position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  overflow: hidden;
}

.carousel-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-text{ position: absolute; left:0; right:0; }
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.carousel-content,
.carousel-image {
  position: relative;
  z-index: 2;
}

.carousel-content {
  text-align: left;
}
/*.carousel-content h1 {
  line-height: 80px;
}*/
.carousel-content span {
  color: #c69c2d;
  font-weight: 600;
}
.carousel-content p {
  font-weight: normal !important;
}

.carousel-image {
  max-width: 46%;
}

.carousel-image img {
  width: 100%;
  height: auto;
}
.btn-home {
  border: 1px solid white;
  padding: 12px 20px;
  border-radius: 10px;
  transition: ease-in-out 0.2s;
}
.btn-home:hover {
  background-color: #d4a029;
  color: white;
  text-decoration: none;
}

.container-wrapper {
  position: relative;
}
.container-wrapper .container h1 {
  font-weight: 600;
  color: #000;
}
.container-wrapper .container span {
  color: #9f783c;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-slider-button-wrapper {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.home-hero-slider-swiper-button-next,
.home-hero-slider-swiper-button-prev {
  color: #c69c2d;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
  height: 40px !important;
  padding: 10px;
  width: 40px !important;
  border: 1px solid #c69c2d;
}

.home-hero-slider-swiper-button-next i,
.home-hero-slider-swiper-button-prev i {
  font-size: 18px;
  color: #9f783c;
}

.home-hero-slider-swiper-button-next:hover i,
.home-hero-slider-swiper-button-prev:hover i {
  color: white;
}

.home-hero-slider-swiper-button-next:hover,
.home-hero-slider-swiper-button-prev:hover {
  background: #c69c2d !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none !important;
}
.home-hero-slider-swiper-button-next {
  right: -45px !important;
}
.home-hero-slider-swiper-button-prev {
  left: -45px !important;
}

.best-around-card {
  position: relative;
  text-align: center;
  margin-top: 14px;
  /* transition: transform 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease; */
  /* border: 1.5px solid white; */
  /* height: calc(100% - 58px); */
}

/* .best-around-card:hover {
  border: 1.5px solid #9f783c;
  border-left: none;
  border-bottom: none;
} */

.best-around-card-img-top {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease,
    padding 0.2s ease;
  padding: 5px 12px 0px 10px;
}

.best-around-card img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  z-index: -1;
  border-radius:5px
}
.cat-slid-img-container img{ height: 290px; }
.best-around-card-text {
  color: black;
  font-size: 14px;
  margin-top: 10px;
  transition: opacity 0.1s ease;
  font-weight: 500;
  z-index: -1;
  /* max-width: 238px; */
  /* border: 1.5px solid white; */
}
/* .best-around-card:hover .best-around-card-text {
  position: relative;
  width: 374px;
  background: white;
  padding: 10px;
  right: 88px;
  padding-left: 100px !important;
  margin-top: 0px;
  border: 1px solid #9f783c;
  border-top: none;
  margin: 0px;
} */
.best-around-btn-left,
.best-around-btn-right {
  position: fixed;
  top: 43%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  padding: 10px;
  height: max-content;
  writing-mode: vertical-rl;
  background: linear-gradient(90deg, #c69c2d 5.47%, #9f783c 82.08%);
  transform: rotate(180deg);
  transition: ease-in-out 0.2s;
}

.best-around-btn-left:hover,
.best-around-btn-right:hover {
  text-decoration: none;
  color: white;
}

.best-around-btn-left {
  left: 0px;
  border-radius: 6px 0px 0px 6px;
}

.best-around-btn-right {
  right: 0px;
  border-radius: 0px 6px 6px 0px;
}

.extra-images-container {
  position: absolute;
  top: 1px;
  left: -85px;
  display: none;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  padding: 5px 10px 10px 5px;
  z-index: 100;
  max-height: 322px;
  overflow: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease,
    padding 0.2s ease;
  /* border: 1.5px solid #9f783c;
  border-right: none;
  border-bottom: none; */
}

/* Hide scrollbar for WebKit browsers */
.extra-images-container::-webkit-scrollbar {
  width: 6px;
}

.extra-images-container::-webkit-scrollbar-thumb {
  background: #c69c2d;
  border-radius: 10px;
  margin-top: 10px;
}
.extra-image {
  width: 72px !important;
  height: 72px !important;
  cursor: pointer;
  transition: transform 0.3s ease;
  object-fit:cover !important
}

.best-around-card:hover .extra-images-container {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.best-around-card-container{
  position:relative
  }
.best-around-card-container:hover .extra-images-container {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.overlay-extra-image {
  height: 364px;
  z-index: -1;
  width: 369px;
  position: absolute;
  left: -76px;
  top: 13px;
  border: 1px solid #9f783c;
  background: #fff;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.4);
  display: none;
}
.box-by-slide-overlay-extra-image {
  height: 350px;
  z-index: -1;
  width: 330px;
  position: absolute;
  left: -89px;
  top: 13px;
  border: 1px solid #9f783c;
  background: #fff;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.4);
  display: none;
}
.best-around-card:hover .overlay-extra-image {
  background: white !important;
  display: block !important;
}

.best-around-card-container:hover .box-by-slide-overlay-extra-image {
  background: white !important;
  display: block !important;
}
.sticky {
  display: block;
  width: 100%;
}

.left {
  float: left;
  left: 0;
  position: relative;
}

.right {
  float: right;
  right: 0;
  position: relative;
}

.mobile-sticky {
  position: fixed !important;
  top: 0;
}
@media (max-width: 900px) {
  .search-form {
    padding-left: 20px;
  }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .nav-content .links li a:hover{
    color: white !important;
        font-weight: 400 !important;
        transform: none !important;
        background: #9f783c;
        padding: 8px 10px;
        margin-left: 10px;
        transition: ease 0.6s;
    
    }
    .footer-top-container h1 {
  font-size: 20px !important;
}
  .footer-clients a img {
    width: 60% !important;
    height: auto !important;
}
    .MagicZoom > img, .mz-figure > img{
    width:inherit !important
    }
    .how-it-work-container{
    padding: 16px !important
    }
      .feature-box {
  width: 120px !important;
  height: 110px !important;
}
    .product-details-features-list li{
    text-align:start !important
    }
    .carousel-background{
    height:600px !important
    }
    .form-having-labels{
    margin-bottom:40px !important
    }
    .text-content span:first-child{
    font-size:12px !important
    }
    .nav-tabs .nav-link{
    gap:4px !important
    }
    .nav-tabs .nav-link .icon{
        width: 55px !important;
    height: 55px !important;
    }
    .text-content span:last-child{
    display:none !important
    }
    .footer-clients{
    gap:24px 10px !important;
    padding: 0px 5px !important
    }
    .product-details-nav-link.active{
    border-bottom:0px solid #83602a !important
    }
    
    .display-none-mobile{
    display:none !imporatnt
    }
  .style-box-button-wrapper{
    top:auto !important
  }
    .best-around-card-container:hover .box-by-slide-overlay-extra-image{
      display: none !important;
    }
  .box-by-slide-overlay-extra-image {
    display: none !important;
  }
  .footer-payments-container {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  .btn-custom-dieline {
    width: 100% !important;
  }
  .custom-dieline-box-content,
  .custom-dieline-left-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .related-product-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .related-grid-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .nav-content .links .single-dropdown-menu li {
    width: 100% !important;
    text-align: left !important;
  }
  .category-product-card {
    flex-direction: column !important;
    gap: 0px !important;
  }
  .prefix-grid-container {
    grid-template-columns: 1fr !important;
  }
  .center-in-mobile {
    text-align: center !important;
  }
  .style-box-button-wrapper {
    right: 10px !important;
  }
  .MagicZoom > img,
  .mz-figure > img {
    /*max-width: 280px !important;*/
    max-height: 340px !important;
  }
  #zoom-imgz-slider .carousel-wrap {
    width: 100% !important;
  }
  .overlay-extra-image {
    display: none !important;
  }
  .card {
    flex-direction: column-reverse;
    border: none !important;
    gap: 40px;
  }
  .best-around-card:hover {
    border: none !important;
  }

  .extra-images-container {
    display: none !important;
  }
  .product-tabs-number-box {
    width: fit-content;
  }
  .product-details-tabs-container {
    flex-direction: column !important;
  }
  .pb-70-mobile {
    padding-bottom: 70px !important;
  }
  .category-home {
    padding: 20px 0px 50px 0px !important;
  }
  .category-free-quote-content h3 {
    margin-right: 0px !important;
  }
  .category-free-quote-content-right {
    justify-content: center !important;
    align-items: center !important;
    margin-top: 60px;
  }
  .category-free-quote-content p {
    text-align: center;
  }
  .nav-tabs .nav-link {
    padding: 13px 4px !important;
  }
  .style-box-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .p-5-mobile {
    padding: 3rem !important;
  }
  .how-it-work-container {
    width: 100% !important;
  }
  .sample-order-kit-container {
    padding-right: 0.5rem !important;
  }
  .sample-order-kit-container img {
    width: 100% !important;
  }
  .testimonials-main-container {
    padding: 0px !important;
  }
  .quote.active {
    height: auto !important;
    padding: 30px 24px 20px !important;
    width: 100% !important;
  }
  .equal-height-item {
    margin-bottom: 0px !important;
  }
  .equal-height {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .quote {
    position: relative !important;
  }
  .up-coming {
    display: none !important;
  }
  .style-box-slides {
    gap: 0px !important;
  }
  .accordion-button::before {
    top: 20px;
  }
  .accordion-button {
    padding-right: 40px !important;
  }
  .tab-content {
    padding: 20px !important;
  }
  .home-hero-slider-swiper {
    height: auto !important;
  }
  .carousel-content,
  .carousel-image {
    padding-left: 0px;
  }
  .carousel-content-wrapper {
    height: auto !important;
  }
  .help-consultant-box {
    padding: 20px !important;
  }
  .specific-grid-space {
    width: 100% !important;
  }
  .p-mobile {
    padding: 0px 20px !important;
  }
   .p-0-moile{
    padding: 0px !important;
   }
  .wrapper .search-box input {
    background: white !important;
    width: 100% !important;
  }
  .wrapper .search-box {
    width: 100%;
    right: 0;
  }
  .nav-item-box-large-menu span {
    color: white;
  }
  .guidance-section {
    display: none;
  }
  .menu-heading {
    color: white;
  }
  .testimonials-main-container {
    padding-bottom: 20px;
  }

  .testimonials-container {
    height: auto !important;
  }

  .testimonials-buttons {
    position: static;
    margin-top: 20px;
  }

  .dots-container {
    display: none;
  }

  .quote {
    position: static;
    width: 100%;
    transform: none;
  }

  .active {
    bottom: 0;
    transform: none;
  }

  .up-coming {
    position: static;
    transform: none;
    display: none;
  }
  .mobile-responsive {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
    .footer-shop-certificate{
    text-align:center
    }

  .footer-item {
    text-align: left; /* Ensures left alignment */
    margin-bottom: 20px; /* Adds spacing between items */
  }

  .payment-methods {
    flex-direction: row;
    justify-content: center;
  }

  .social-icons {
    text-align: center;
  }
  .p-0-mobile {
    padding: 0px;
  }
  .specific-grid-space {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .specific-grid-space .overlay {
    padding-left: 10px;
    padding-right: 10px;
    left: 10px;
    right: 10px;
    height: 50px;
    width: 95%;
  }
  .slick-list {
    height: 260px !important;
  }
  .carousel-image {
    display: none;
  }
  .swipe-slider-inner {
    padding: 15px;
    max-width: none !important;
  }

  .slide-title {
    font-size: 12px;
  }

  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 16px;
  }
  .footer-top {
    text-align: center;
  }
  .footer-top .col-lg-3,
  .footer-top .col-lg-2 {
    margin-bottom: 20px;
  }
  .carousel-content {
    max-width: 100% !important;
    text-align: left;
  }
  .btn-wrapper-slider {
    display: none !important;
  }
  .container-wrapper {
    padding: 0 10px;
  }

  .best-around-btn-left,
  .best-around-btn-right {
    top: auto;
    bottom: 10px;
    transform: none;
    width: calc(50% - 20px);
    padding: 8px 12px;
    font-size: 0.9rem;
    writing-mode: inherit !important;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 6px;
    padding: 12px 8px;
    border-radius: 8px !important;
  }

  .best-around-btn-left {
    left: 12px;
  }

  .best-around-btn-right {
    right: 12px;
  }

  .best-around-card-text {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .nav-tabs .nav-link .icon{
    width: 44px !important;
    height: 44px !important;
  }
  .text-content span:first-child {
        font-size: 10px !important;
    }
    .MagicZoom > img,
  .mz-figure > img {
    max-width: 260px !important;
  }
}

@media (max-width: 380px) {
    .MagicZoom > img,
  .mz-figure > img {
    max-width: 244px !important;
  }
}
@media (max-width: 350px) {
    .MagicZoom > img,
  .mz-figure > img {
    max-width: 212px !important;
  }
}
/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .related-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-text:last-child {
    margin-bottom: -50px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1350px) {
  .carousel-content {
    text-align: left !important;
  }
}


.text-gold {
  color: #c69c2d;
}

.feature-box {
  background: linear-gradient(133deg, #9f783c 46.85%, #b99943 79.01%);
  width: 141px;
  height: 132px;
  border-radius: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.feature-box i {
  color: #fff;
}

.feature-text {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

/* Sample kit form  */
.card-form {
  border-radius: 6px;
  border: 1px solid #b2b3b7 !important;
}

input {
  border-radius: 6px;
  border: 1.4px solid #b2b3b7 !important;
  background: #fff;
  padding: 0px 8px !important;
  /*line-height: 176px !important;*/
  font-size: 0.85rem !important;
}
input::placeholder {
  color: #b2b3b7 !important;
  font-size: 0.85rem !important;
}
textarea::placeholder {
  color: #b2b3b7 !important;
  font-size: 0.85rem !important;
}
.btn-gold {
  background: var(
    --1st-Gd,
    linear-gradient(180deg, #c69c2d 0%, #9f783c 100%)
  ) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  transition: background-color 0.3s ease, border 0.3s ease !important;
  padding: 12px 20px !important;
}

.btn-gold:hover {
  color: #9f783c;
  background: transparent;
  border: 1px solid #9f783c;
}

.btn-gold-outlined {
  border: 1px solid #9f783c;
  padding: 10px 20px;
  border-radius: 4px;
}
.btn-gold-outlined:hover {
  background: #9f783c !important;
}
.img-fluid {
  border-radius: 10px;
}
.how-it-work-container {
  border-radius: 20px;
  border: 2px solid #9f783c;
}
.bg-grey-color {
  background: #f3f3f3;
}
.sample-order-kit-container img {
  width: calc(100% - 0px);
}

/* memory grid system */
/* Ensure the row and columns have equal heights */
.equal-height-row {
  display: flex;
  gap: 14px;
}

.equal-height {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.equal-height-item {
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}
.bottom-cards-wrapper .bottom-cards {
  height: 380px;
}
.position-relative img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Ensure no overflow on mobile */
.specific-grid-space {
  padding-left: 0;
  padding-right: 0;
  width: 55.5555555%;
}

/* Overlay styling */
.overlay {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 2), transparent);
  opacity: 1;
  border-radius: 0 0 10px 10px;
  transition: height 0.3s ease-in-out, background 0.3s ease-in-out;
}
.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: left;
  width: calc(100% - 20px);
  z-index: 2;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.position-relative:hover .overlay {
  /*height: 100%;*/
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  border-radius: 10px;
}

/*.position-relative:hover .overlay-text {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  width: auto;
}*/
.custom-spacing .row {
  --bs-gutter-x: 2rem;
}

/* Default style for the last child 
.bottom-cards-wrapper .col-md-4:last-child .position-relative .overlay {
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  border-radius: 10px;
}
*/
/* Adjust text for last child 
.bottom-cards-wrapper .col-md-4:last-child .position-relative .overlay-text {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  width: auto;
}
*/
/*Brands Slider  */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 10px 0px;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  /* position: absolute; */
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 130s slide infinite linear;
}

.logos-slide img {
  width: 120px;
  height: 120px;
  object-fit: contain; /* Ensures images fit within the box while maintaining aspect ratio */
  margin: 0 40px;
  filter: grayscale(100%) brightness(0.7);
  transition: filter 0.3s ease;
}

.logos-slide img:hover {
  filter: none;
  cursor: pointer;
}

.black-color {
  color: #000;
}

/* Nav Tabs Styling */
/* General tab styles */
.nav-tabs {
  border-bottom: 3px solid #d9d9d9 !important;
  display: flex;
  justify-content: space-between;
}
.tab-content > .active {
  background: transparent !important;
}

.nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: var(--1st-Gd, linear-gradient(180deg, #c69c2d 0%, #9f783c 100%));
  color: #ffffff;
  font-weight: bold;
  padding: 13px 18px;
  position: relative;
  z-index: 1;
  border-radius: 0;
  gap: 12px;
}

/* Default border-radius */
.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 10px;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 10px;
}

/* Icon container to ensure it's always a circle */
.nav-tabs .nav-link .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* Ensure the image inside the icon is not distorted */
.nav-tabs .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: none;
  border-radius: 50%;
}

/* Active tab styles */
.nav-tabs .nav-link.active {
  background: #f3f3f3 !important;
  border-color: #d2b389;
  border-bottom-color: transparent;
  z-index: 2;
  top: 0;
  border-bottom: 1px solid #d9d9d9;
}

.nav-tabs .nav-link.active .icon {
  background: var(--1st-Gd, linear-gradient(180deg, #9f783c 0%, #c69c2d 100%));
}

.nav-tabs .nav-link.active .icon img {
  filter: hue-rotate(90deg) brightness(12) saturate(1000%) sepia(1) grayscale(0);
}

.nav-tabs .nav-item:not(:first-child) .nav-link {
  border-left: 2px solid #d2b389;
}

/* Hover effect */
.nav-tabs .nav-link:hover .icon {
  background-color: #ffffff;
}

.tab-content {
  border: 1px solid #d2b389;
  border-top: none;
  padding: 30px 70px 50px 70px;
  background-color: #f3f3f3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.text-content {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  align-items: flex-start;
}

.text-content span:first-child {
  font-weight: 600;
}

.text-content span:last-child {
  font-size: 14px;
}

.form-row {
  justify-content: space-between !important;
}

.nav-tab-button {
  border-bottom: 1px solid grey;
  padding-bottom: 16px;
}
.tabs-bottom-icons {
  border-radius: 50%;
  border: 1px solid #9f783c;
  padding: 12px;
}
.tabs-bottom-icons img {
  height: 28px;
  width: 28px;
}
.form-group select {
  /*height: 29px;*/
  border: 1.4px solid #b2b3b7;
  font-size: 0.9rem;
  padding: 0px 8px !important;
  appearance: auto !important
}
.form-group textarea {
  border: 1.4px solid #b2b3b7;
  padding: 8px !important;
}
.form-control:focus {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(198, 156, 45, 1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(198, 156, 45, 1);
  box-shadow: 0px 0px 12px 0px rgba(198, 156, 45, 1);
}
.form-group label {
  margin-bottom: 2px;
  font-size: 12px;
}
.form-group {
  margin-bottom: 0.5rem !important;
}
.tab-pane {
  animation: fadeIn 0.5s ease-in-out;
}

/* FAQS */
.accordion-button {
  background: #f3f3f3 !important;
  font-weight: 500;
  border-radius: 6px !important;
  padding: 25px 47px 25px 24px;
  position: relative; /* Ensure positioning for arrow */
  outline: none; /* Remove default outline */
  font-style: 16px;
}

/* Remove default accordion arrow */
.accordion-button::after {
  content: none;
}

/* Custom arrow */
.accordion-button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
  font-size: 1.4rem;
  color: #000000;
  transition: transform 0.3s ease, color 0.3s ease;
  position: absolute;
  right: 20px;
}

/* Arrow rotates upward and color changes on active */
.accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
  color: #9f783c;
}

.accordion-button:not(.collapsed) {
  background: #f3f3f3 !important;
  color: #9f783c;
  font-weight: 600;
}

.accordion-body {
  background: #f3f3f3 !important;
  padding-top: 0;
  border-radius: 0px 0px 6px 6px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-item {
  border-radius: 6px !important;
  margin-bottom: 12px;
}
.accordion-item.active {
  border: 1px solid #c69c2d;
  border-radius: 6px;
}

/* Explore Logos */

.explore-logos {
  overflow: hidden;
  background: white;
  white-space: nowrap;
  position: relative;
  display: flex;
}

.explore-logos:before,
.explore-logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  /* content: ""; */
  z-index: 2;
}

.explore-logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.explore-logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.explore-logos:hover .explore-logos-slide {
  animation-play-state: paused;
}

.explore-logos-slide {
  display: flex;
  animation: 130s slide infinite linear;
}

.explore-logos-slide div img {
  height: 250px;
  margin: 0 6px;
}
.explore-logos-slide div h6 {
  color: #000;
}
.black-color {
  color: #000;
}
/* Help Css Start Here */
.help-consultant-box {
  border: 2px solid #9f783c;
  border-radius: 10px;
  padding: 30px 50px 30px 50px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}

.help-consultant-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.help-consultant-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  z-index: 1;
}

.help-consultant-content {
  position: relative;
  z-index: 2;
  color: #000;
}

.help-consultant-left h4 {
  font-weight: 600;
  font-size: 34px;
}
.help-consultant-right p{ font-size: 17px; }
/* Box By Style Slider */
.style-box-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.style-box-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  gap: 10px;
}

.style-box-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.style-box-overlay-extra-image {
  left: 100px !important;
  top: 0px !important;
}
.style-box-slide:hover {
  transform: translateY(-10px);
}

@media (min-width: 768px) {
  .style-box-slide {
    min-width: 50%;
  }
}

@media (min-width: 1024px) {
  .style-box-slide {
    min-width: 19.6%;
  }
}

.style-box-slider-inner {
  background: white;
  /*  border-radius: 10px;*/
  transition: border 0.3s ease, transform 0.3s ease;
  width: 100%;
  max-width: 265px;
  box-sizing: border-box;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.style-box-slider-inner img {
  width: 100%;
  max-width: 130px;
  height: auto;
  /*  border-radius: 10px;*/
}

.style-box-slide-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
}

.style-box-button-wrapper {
  position: absolute;
  right: 10px;
  top: 14%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.style-box-button-next,
.style-box-button-prev {
  color: #c69c2d;
  position: relative;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer !important;
  height: 40px !important;
  padding: 10px;
  width: 40px !important;
  border: 1px solid #c69c2d;
  background-color: #c69c2d;
}

.style-box-button-next i,
.style-box-button-prev i {
  font-size: 18px;
  color: white;
}

.style-box-button-next:hover i,
.style-box-button-prev:hover i {
  color: #9f783c;
}

.style-box-button-next:hover,
.style-box-button-prev:hover {
  background: white !important;
}

@media (max-width: 480px) {
  .style-box-slider-inner {
    padding: 10px;
  }

  .style-box-slide-title {
    font-size: 11px;
  }

  .style-box-button-next,
  .style-box-button-prev {
    width: 36px;
    height: 36px;
  }

  .style-box-button-next i,
  .style-box-button-prev i {
    font-size: 14px;
  }
}
/* Testimonials Main Container */
.testimonials-main-container {
  background-color: #f3f3f3;
}

/* Testimonials Container */
.testimonials-container {
  height: 450px;
  display: flex;
  align-items: center;
}

/* Testimonials Quote Cards */
.quote {
  display: none;
  border-radius: 10px;
  padding: 15px 30px;
  width: 80%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: translateY(100px);
}

.active {
  display: block;
  background: white;
  bottom: -22px;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.quote.active {
  height: 280px;
  padding: 40px;
}

.quote p {
  line-height: 32px;
  font-weight: 500;
}

.up-coming {
  display: block;
  border: 2px solid #dbd7d7;
  left: 80px;
  top: 18px;
  opacity: 0.5;
  transform: translateY(10px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.up-coming p,
.up-coming .testimonials-author {
  opacity: 0;
}

/* Animations */
.fade-in-active {
  animation: fadeIn 1s forwards;
}

.fade-out-active {
  animation: fadeOut 1s forwards;
}

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

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

/* Testimonials Author Image */
.testimonials-author {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.testimonials-author img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Dots for Navigation */
.dots-container {
  position: absolute;
  bottom: -70px;
}

.dot {
  height: 14px;
  width: 14px;
  margin: 0 5px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #c69c2d;
}

/* Testimonials Buttons */
.testimonials-buttons {
  position: absolute;
  right: 0px;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: none;
  outline: none;
  color: #c69c2d;
}

.testimonials-buttons button {
  border: none;
  outline: none;
  color: #c69c2d;
}

/* Mobile Stacking */
@media (max-width: 768px) {
  .row.py-5 {
    flex-direction: column !important;
  }
  .col-md-5 {
    margin-bottom: 30px;
    order: 1;
  }
  .col-md-7 {
    order: 2;
  }
  .testimonials-buttons {
    position: static;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}

/* Animation 
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInTopLeft {
  from {
    transform: translate(-100%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInTopRight {
  from {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInBottomLeft {
  from {
    transform: translate(-100%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInBottomRight {
  from {
    transform: translate(100%, 100%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.animated {
  opacity: 0;
}

.slide-in-left {
  animation: slideInLeft 1s ease-out forwards;
}

.slide-in-right {
  animation: slideInRight 1s ease-out forwards;
}

.slide-in-top {
  animation: slideInTop 1s ease-out forwards;
}

.slide-in-bottom {
  animation: slideInBottom 1s ease-out forwards;
}

.slide-in-top-left {
  animation: slideInTopLeft 1s ease-out forwards;
}

.slide-in-top-right {
  animation: slideInTopRight 1s ease-out forwards;
}

.slide-in-bottom-left {
  animation: slideInBottomLeft 1s ease-out forwards;
}

.slide-in-bottom-right {
  animation: slideInBottomRight 1s ease-out forwards;
}
*/

.search-form {
  right: 200px;
  top: 200px;
}

.search-field {
  background-color: transparent;
  background-image: url("../images/search-nav.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 40px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0px;
  cursor: pointer;
  border: none !important;
}

.search-field:focus {
  background-color: #6d6e71;
  border: 2px solid #6d6e71;
  cursor: text;
  outline: 0;
  width: 180px;
  color: #fff;
}
.search-form .search-submit {
  display: none;
}
.search-form label {
  margin: 0;
}

.header-top-search-container {
  position: relative;
}
.header-top-search-container form {
  display: flex;
  align-items: center;
}
i.header-top-search-search-icon {
  text-decoration: none;
  color: #6d6e71;
  margin: 10px;
  font-size: 17px;
  cursor: pointer;
  padding-top: 3px;
}
.header-top-search-search-bar {
  display: none;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #fff;
  position: absolute;
  z-index: 99;
  top: 57px;
  width: 300px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.header-top-search-search-form input[type="search"] {
  border: none;
  width: 80%;
  padding: 9px !important;
  background-color: #ffffff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  line-height: 0px !important;
}
.header-top-search-search-form input[type="search"]:focus {
  outline: none;
}
.header-top-search-input {
  padding: 10px !important;
}
.header-top-search-search-form input[type="submit"] {
  line-height: 22px !important;
  background-color: #062d46;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px !important;
  background: linear-gradient(90deg, #c69c2d 5.47%, #9f783c 82.08%);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.header-top-search-search-form input[type="submit"]:hover {
  background: white !important;
  color: #c69c2d;
}
.header-top-search-search-form input[type="submit"]:focus {
  outline: none;
}
.header-top-search-search-form input[type="submit"]:active {
  background-color: #c69c2d;
}

/* Product Details Page  Start Here*/
.breadcrumb {
  border-radius: 8px;
  background: var(--1st-Gd, linear-gradient(180deg, #c69c2d 0%, #9f783c 100%));
  padding: 14px 20px;
  list-style: none;
  display: flex;
}

.breadcrumb-item a {
  color: #9f783c;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding: 0 12px;
  color: white;
}

.breadcrumb-item.active {
  color: #262626e6;
  background: transparent !important;
  font-weight: 400;
}

.breadcrumb-item.active a {
  color: #000 !important;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0px !important;
}

/* Product Gallery */
.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.mz-thumb img {
  border: none !important;
  border-radius: 6px !important;
  width: 77px !important;
  height: 78px !important;
}
.mz-thumb-selected img {
  border: 1.4px solid #c69c2d !important;
  filter: brightness(100%) !important;
  border-radius: 6px !important;
}
#zoom-imgz-slider .carousel-wrap ul li {
  margin-bottom: 8px !important;
}
.mz-thumb,
.mz-thumb:focus {
  margin: 1px !important;
  border-radius: 6px !important;
}
.productimage {
  padding: 0px !important;
}
.MagicZoom > img,
.mz-figure > img {
  width: inherit !important;
  height: 430px !important;
  object-fit: cover;
}
#zoom-imgz-slider .carousel-wrap {
  max-height: 433px !important;
  height: auto !important;
  overflow: auto !important;
  width: 92px !important;
  margin: 0px !important;
}
#zoom-imgz-slider .carousel-wrap::-webkit-scrollbar {
  width: 6px;
}

#zoom-imgz-slider .carousel-wrap::-webkit-scrollbar-thumb {
  background-color: #9f783c;
  border-radius: 10px;
}

#zoom-imgz-slider .carousel-wrap::-webkit-scrollbar-track {
  background-color: #9f783c;
  border-radius: 10px;
  height: 30px !important;
}
@media screen and (max-width: 768px) {
  .product-gallery-img-item {
    flex: 0 1 22%;
    margin-top: 10px;
  }
}

.product-gallery-img-item:nth-child(1),
.product-gallery-img-item:nth-child(2),
.product-gallery-img-item:nth-child(3) {
  margin-right: 0;
}
.product-gallery-img-item:hover {
  opacity: 0.8;
}
.product-content {
  padding: 2rem 1rem;
}

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: 2fr 2.8fr;
    grid-gap: 0rem;
    border: none;
  }
  .card-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-gallery-product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
  .product-gallery-img-item.active {
    border: 2px solid #9f783c;
  }
}
.product-details-features-container {
  display: flex;
  gap: 11px;
  justify-content: space-between;
  background: #f3f3f3;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
}

.product-details-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.product-details-features-list li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-details-features-list li i {
  color: #9f783c;
  font-size: 20px;
  margin-right: 10px;
}
.product-details-features-list li img {
  height: 17px;
}
.product-details-form-container {
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    #ffeab2 21.37%,
    rgba(159, 120, 60, 0.4) 100%
  );
  /*padding: 16px 50px 34px 50px;*/
  padding: 16px;
}
.product-details-form-container h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.product-details-form-container button:hover {
  background-color: #ffffff;
}
.product-details-chat-container,
.product-details-payment-methods {
  display: flex;
  align-items: center;
  gap: 30px;
}
.product-details-customer-support {
  border-radius: 10px;
  border: 1.4px solid #b2b3b7;
  background: #f3f3f3;
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  max-width: 230px;
}
.product-details-customer-support p {
  font-size: 14px;
  font-weight: 700;
  display: ruby;
  margin-bottom: 0px;
  text-align: left;
}
.product-details-customer-support img {
  height: 40px;
}
.product-details-payment-methods img {
  width: 34px;
}
.product-details-payment-methods h4 {
  font-size: 16px;
  font-weight: 700;
}
.review-section-container p {
  font-size: 13.6px;
  color: #000;
}
.review-section {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  gap: 14px;
}
.review-section h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  line-height: 30px;
}
.review-section a {
  color: #996414 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
.stars {
  display: inline-block;
  font-size: 12px;
  color: #9f783c;
}

.star {
  color: lightgray;
}

.star.filled {
  color: #9f783c;
}

.star.half-filled {
  color: #9f783c;
  position: relative;
}

.star.half-filled::before {
  content: "★";
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #9f783c;
}

.form-row .form-group label {
  color: #000;
}

/* Product Feature  */
.product-feature-container h3 {
  font-size: 31px;
  font-weight: 600 !important;
}
.product-feature-box {
  background: linear-gradient(133deg, #9f783c 46.85%, #b99943 79.01%);
  width: 112px;
  height: 106px;
  border-radius: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.product-feature-box i {
  color: #fff;
}
.product-feature-box img {
  height: auto;
  width: 60px;
}

.product-feature-text {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

/* Tabs Content */
.product-details-nav-item button {
  border: none;
  background: transparent;
  padding: 12px 28px;
  font-weight: 500;
  color:black
}
.product-details-tab-content {
  background: transparent !important;
  border: none !important;
  padding: 20px 0px !important;
}
.product-details-tabs {
  border-bottom: 1.4px solid #d9d9d9 !important;
  justify-content: flex-start;
  gap: 14px;
}
.product-details-details-tab-content h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.product-details-details-tab-content p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.product-details-nav-link {
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background: var(--1st-Gd, linear-gradient(180deg, #9f783c 0%, #c69c2d 100%));
}
.product-details-nav-link.active {
  border-radius: 10px 10px 0px 0px;
  background: var(--1st-Gd, linear-gradient(180deg, #c69c2d 0%, #9f783c 100%));
  padding: 12px 28px;
  color: white;
  border-bottom: 4px solid #83602a;
  bottom: 0;
}

.product-details-nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #83602a;
  transition: width 0.3s ease-in-out;
}

.product-details-nav-link:hover::before {
  width: 100%;
}

.product-details-read-more {
  color: #9f783c;
  font-size: 18px;
  font-weight: 700;
}

/* Reviews */
.product-details-content h6 {
  color: #9f783c;
  font-size: 20px;
  font-weight: 600;
}
.product-details-content h1 {
  font-size: 35px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  margin: 20px 0px 50px 0px;
}
.product-details-review-card {
  border: 1px solid #dddddd;
  margin-bottom: 24px;
  max-height: 400px;
  overflow: auto;
}
.product-details-review-image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.product-details-review-card-content {
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-details-review-card-content p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.product-details-review-card-content span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.product-details-review-card-content .stars {
  display: flex;
  gap: 4px;
}
.product-details-review-card-content .stars .star.filled {
  color: #c69c2d;
}

/* Product Stock */
.product-details-stock-container {
  background: #f3f3f3;
}
.product-details-stock-title {
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}
.product-details-stock-card {
  margin-bottom: 10px;
}
.product-details-stock-image img {
  width: 100%;
  height: 192px;
  margin-bottom: 10px;
  object-fit: none;
}

/* Product Stock */
.product-details-stock-content {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-details-stock-content h6 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.product-details-stock-content p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

/* Product Details Image */
.product-details-image-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-details-image-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  flex-grow: 1;
}

.product-details-image-card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  color: white;
  padding: 20px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-details-image-card-overlay h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
}
.product-details-image-card-overlay h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.product-details-image-card-title {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.product-details-image-card-heading {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
}

.product-details-image-card-buttons {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}

.product-details-image-quote-button,
.product-details-image-phone-button {
  background-color: #d3a05c;
  color: white;
  border: none;
  padding: 14px 20px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
}

.product-details-image-phone-button {
  background-color: transparent;
  border: 1px solid #ffffff;
}

/* Ensure equal height across both columns */
.col-md-3,
.col-md-9 {
  display: flex;
  flex-direction: column;
}

/*Category Home */

.category-home {
  padding: 50px 20px 24px 20px;
}

/*Alternate Images Start Here */
.alternate-images-content h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-top: 5px;
}

.alternate-images-content p {
  font-size: 15px;
  /*  font-weight: 500;*/
  line-height: 30px;
}
.alternate-images-content img {
  border-radius: 20px;
}

/* Category Free Quote */
.category-free-quote-container {
  padding: 30px 16px;
}
.category-free-quote-content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  /*  margin-right: 30px;*/
  text-align: left;
}
.category-free-quote-content p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.category-free-quote-content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}
.category-free-quote-content-right p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.category-free-quote-content-right a {
  color: #9f783c;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
}

.line-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  border-top: 1px solid #ddd;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
}

/* Category Product */
.category-product-card {
  border: none;
  transition: transform 0.3s ease-in-out;
}
.category-product-card:hover {
  transform: translateY(-10px);
}
.category-product-image {
  border-radius: 10px;
  background: #f3f3f3;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

/*

.category-product-image:hover + .category-product-image-text p {
  color: #9f783c;
} */

.category-product-image img {
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
  max-height: 360px;
}

.category-product-image-text p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/* Rush Ordxer*/

.rush-order-box {
  width: 128px !important;
  height: 122px !important;
}
.rush-order-box img {
  width: 70px;
}
.rush-order-home {
  border-radius: 20px;
  background: #ffeab2;
  padding: 20px;
}
.rush-order-home h1 {
  color: #9f783c;
  font-size: 40px;
  font-weight: 700;
}
.rush-order-home p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.rush-order-home-btn span {
  border-radius: 30px;
  background: linear-gradient(90deg, #c69c2d 5.47%, #9f783c 82.08%);
  padding: 6px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.rush-order-form h3 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}
.rush-order-form p {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

/* Portfolio */
.portfolio-home-content h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 50px;
}

/* Basic gallery layout with portfolio prefix */
.portfolio-gallery {
  display: flex;
  flex-wrap: wrap;
}

.portfolio-image-container {
  text-align: center;
  margin: 10px 0;
}

.portfolio-gallery-image {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.portfolio-gallery-image:hover {
  transform: scale(1.02); /* Slight zoom effect */
}

/* Change p tag color on image hover */
.portfolio-image-container:hover p {
  color: #9f783c; /* Change text color to red on hover */
}

/* Lightbox styles */
.portfolio-lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  display: flex; /* Flex to center the image */
  justify-content: center;
  align-items: center;
}

.portfolio-lightbox.open {
  opacity: 1;
  visibility: visible;
}

.portfolio-lightbox-img {
  width: 100vw;
  height: 100vh;
  object-fit: contain; /* Ensures the image covers the full screen while maintaining its aspect ratio */
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-lightbox.open .portfolio-lightbox-img {
  opacity: 1;
}

/* Close button */
.portfolio-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.portfolio-close:hover {
  color: #ff5252; /* Highlight close button on hover */
}
.portfolio-image-container p {
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

/* Prev and next buttons */
.portfolio-prev,
.portfolio-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
  user-select: none;
  opacity: 0.6;
}

.portfolio-prev:hover,
.portfolio-next:hover {
  opacity: 1;
}

.portfolio-prev {
  left: 0;
}

.portfolio-next {
  right: 0;
}

/* Image transition effect */
.portfolio-lightbox-img-fade {
  animation: fade 0.5s;
}

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

/* Contat Us  */
.uni-class-duke-contact-container {
  padding: 50px;
  background: #f5f5f5;
  border-radius: 10px;
}
.uni-class-duke-equal-height-container {
  display: flex;
  flex-wrap: wrap;
}
.uni-class-duke-equal-height-container > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.uni-class-duke-contact-info {
  background: linear-gradient(135deg, #ffeab2, #9f783c);
  padding: 30px;
  border-radius: 10px;
  color: black;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.uni-class-duke-contact-info h2 {
  font-size: 32px;
  font-weight: bold;
}
.uni-class-duke-contact-info p {
  margin: 10px 0;
  font-weight: 500;
}
.uni-class-duke-contact-info a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
.uni-class-duke-contact-info a:hover {
  color: #9f783c;
  text-decoration: underline;
}
.uni-class-duke-contact-info .footer-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}
.uni-class-duke-social-icons a {
  margin-right: 15px;
  font-size: 24px;
  color: black;
}
.uni-class-duke-social-icons a:hover {
  color: #9f783c;
}

.nav-item-box-icon {
  width: 30px;
  height: 30px;
}

.guidance-section p {
  font-size: 13px;
}

.nav-item-box-large-menu span {
  font-weight: 400;
}

.accordion-button {
  font-size: 16px;
}

/* Indiustries */
.industries-breadcrum nav {
  width: fit-content !important;
}
.industries-category-home {
  padding: 20px 20px 24px 20px !important;
}

.industry-products-container a {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.industry-products h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.bg-light-yellow {
  background: #ffeab266;
}
.bg-none {
  background: none;
}

/* Product Details Tabs Content  */
.product-details-tabs-container {
  display: flex;
  gap: 20px;
}
.product-tabs-number-box {
  padding: 34px;
  height: 95px;
  border-radius: 8px;
  background: #ffeab2;
  color: #9f783c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
}
.product-tabs-number-box.second-box {
  padding: 34px;
  height: 95px;
  border-radius: 8px;
  background: #e1b979;
  color: #ffeab2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
}
.product-tabs-box-content h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.product-tabs-box-content p {
  color: #000;
  font-size: 15px;
  margin-bottom: 8px !important;
  margin: 0;
}
.artwork-link {
  color: #9f783c;
}
.artwork-link:hover {
  color: #9f783c;
}
.artwork-info {
  background: #ffeab2;
  border-radius: 14px;
  padding: 30px 30px 0px 30px;
}
.artwork-info-box {
  gap: 16px;
}
.artwork-info-box .artwork-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  border-radius: 10px;
  border: 1px solid #d6dbed;
  background-color: #fff;
}
.artwork-diagram {
  width: 100%;
  align-items: baseline;
  display: flex;
  height: fit-content;
}

.artwork-info-box h5 {
  font-size: 17px;
  font-weight: 600;
}
.artwork-info-box p {
  font-size: 14px;
}
.artwork-diagram-box {
  padding: 10px;
  background-color: #fff;
  height: fit-content;
  border-radius: 10px;
}

.product-details-breadcrumb {
  padding: 2px 14px;
  font-size: 12px;
  margin-bottom: 1px;
  background: #d8c4a3;
  font-weight: 600;
  border-radius: 6px !important;
  width: fit-content;
}
.product-details-breadcrumb li {
  font-size: 11px;
}

.product-details-breadcrumb li a {
  font-size: 11px !important;
}
.product-details-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #9f783c;
}

/* Header */

.nav-item-box-icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.guidance-section p {
  font-size: 13px;
}
.nav-item-box-large-menu span {
  font-weight: 400;
}
.accordion-button {
  font-size: 16px;
}

.custom-svg path {
  transition: fill 0.3s ease; /* Smooth transition */
}

.btn-instant-quote:hover .custom-svg path {
  /*fill: #d4a029;*/ /* Change to your desired hover color */
}

.style-box-slider-inner img {
  max-width: 100%;
}
.form-button {
  line-height: 1 !important;
  padding: 12px 20px !important;
  font-size: 1rem !important;
}
.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
}
.nav-tab-button {
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.tabs-footer {
  border-top: 1px solid grey;
}
.wpcf7-form textarea {
  height: 100px;
}
.wpcf7-form p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.category-product-image img {
  border-radius: 0px !important;
}
.btn-align-right {
  float: right;
}
.search-container-menu .search-icon-menu {
  border: 0px;
  padding: 5px 8px;
}

.header-top-search-search-form {
  display: flex;
  align-items: center;
  position: relative;
}

.search-icon-menu {
  position: absolute;
  right: -2px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search-icon-menu i {
  font-size: 16px;
  color: #333;
}

.industries-breadcrum {
  z-index: 9 !important;
}
/*.page-template-industries .carousel-content h1 {
  line-height: 70px !important;
  text-transform: capitalize !important;
}*/
/*.page-template-industries .carousel-content p {
  margin-bottom: 3rem !important;
}*/
.top-banner-container p{
  margin-bottom: 3rem !important;
}

.top-banner-container h1{ margin-bottom:15px; line-height: 70px !important; }

/* Pagination Styling */
.portfolio-pagination {
  text-align: center;
  margin: 20px 0;
}
.portfolio-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.portfolio-pagination .page-numbers:hover {
  color: #9f783c;
  background: transparent;
  border: 1px solid #9f783c;
}
.portfolio-pagination .current {
  font-weight: bold;
  background: var(--1st-Gd, linear-gradient(180deg, #c69c2d 0%, #9f783c 100%));
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.portfolio-pagination .prev.page-numbers,
.portfolio-pagination .next.page-numbers {
  background: var(--1st-Gd, linear-gradient(180deg, #c69c2d 0%, #9f783c 100%));
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background-color 0.3s ease, border 0.3s ease;
}
.portfolio-pagination .prev.page-numbers:hover,
.portfolio-pagination .next.page-numbers:hover {
  background-color: #005885;
}
.page-template-templates h2 {
  font-size: 32px;
  font-weight: 600;
}
.product-details-tab-content h2 {
  font-size: 30px !important;
  font-weight: 600;
  text-align: left;
}
.product-details-tab-content h3 {
  font-size: 28px !important;
  font-weight: 600;
  text-align: left !important;
}
.product-details-tab-content h4 {
  font-size: 26px !important;
  font-weight: 700;
}

.product-details-tab-content tbody tr td:first-child {
  border-right: 3px solid #fff;
}

.product-details-tab-content table tr td {
  padding: 18px 28px;
  background: #ffeab2;
  font-size: 16px;
}

.product-details-tab-content table tr td strong {
  font-weight: 600;
}
.product-details-tab-content table tr {
  border-bottom: 2px solid #fff;
}

.product-details-tab-content table tr:first-child td {
  background: var(--1st-Gd, linear-gradient(180deg, #ebd498 0%, #b78a46 100%));
  padding: 18px 28px;
  color: white;
}

.product-details-tab-content table tr:last-child td {
  border-radius: 0 0 10px 10px; /* Adjust the radius as needed */
}

.product-details-tab-content {
  padding: 20px 0px 50px 0px !important;
}

.product-details-tab-content h2,
.product-details-tab-content h3,
.product-details-tab-content h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.align-text-justify {
  text-align: justify;
}
.product-details-tab-content ul {
  padding-left: 18px;
}
#product-list {
  margin-top: 15px;
}
.modal-header .modal-title {
  width: 100%;
  text-align: center;
}
.help-consultant-content a.btn-gold {
  display: inline-block;
  margin-right: 10px;
}
.nav-content .links .single-dropdown-menu {
  position: absolute;
  background: #f9f6f2;
  padding: 10px;
  top: 56px !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  display: block;
  max-width: 850px !important;
}
.nav-content .links .single-dropdown-menu li a {
  /*padding: 10px 12px;*/
  display: inline-block;
  transition: ease 0.3s;
  width: auto;
}
.nav-content .links .single-dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 0px !important;
}
.nav-content .links .single-dropdown-menu li {
  width: 30%;
  box-sizing: border-box;
  text-align: left;
  padding: 10px 12px;
}
.wpcf7-form .form-row .form-group {
  margin-bottom: 5px;
}
.header-contact-detail a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.header-contact-detail a:hover {
  color: #9f783c;
  transform: scale(1.02);
  text-decoration: none;
  position: relative;
}
.header-contact-detail a i {
  font-size: 16px;
  background: linear-gradient(0deg, #c69c2d, #9f783c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
}
.links.align-items-center.main-menu {
  padding-left: 0px;
}
.contact-divider {
  border: 1px solid #212529;
  width: 0px;
  display: inline-block;
  vertical-align: middle;
}
.popup-short-desc {
  text-align: center;
  font-size: 13px;
}
.menu-3-men {
  margin-bottom: 5px;
}
.explore-logos-slide h6 {
  font-weight: 400;
}
@media only screen and (min-width: 401px) and (max-width: 500px)  {
  .MagicZoom > img, .mz-figure > img {
    max-width: 282px !important;
}

  }
@media (max-width: 767px) {
  .flex-wrap-mobile {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .product-gallery-img-select {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding-right: 0px !important;
    max-height: initial !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .product-gallery-product-imgs-content {
    flex-direction: column !important;
  }
  .header-contact-detail {
    display: none !important;
  }
  .product-details-tabs-container {
    flex-direction: unset !important;
  }
  .product-tabs-number-box,
  .product-tabs-number-box.second-box {
    padding: 10px;
    height: 54px;
    font-size: 30px;
    font-weight: 600;
  }
}

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.custom-btn {
  color: #fff;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border: 1px solid #9f783c;
}

/* 15 */
.btn-animated {
  position: relative; /* Changed to relative for proper pseudo-element positioning */
  z-index: 1;
  overflow: hidden; /* Ensures the animated background doesn’t spill out */
  font-size: 1rem;
}
.btn-animated:hover {
  box-shadow: 0 15px 21px -8px #eecd73!important;
}

.btn-animated::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c69c2d;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left; /* Animation starts from the right */
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.btn-animated:hover {
  color: #fff;
}

.btn-animated:hover::after {
  transform: scaleX(1);
}
.side-right-btn-animated {
  position: fixed; /* Ensure relative positioning for absolute pseudo-element */
  display: inline-block; /* Ensures it only takes up the necessary space */
  color: black; /* Initial text color */
  overflow: hidden; /* Hide overflow to contain pseudo-element */
  z-index: 1; /* Ensure text is above the pseudo-element */
  color: white;
}

.side-right-btn-animated:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #c69c2d;
  box-shadow: 0 0 5px #c69c2d;
  transition: all 0.3s ease;
  border-radius: 0px 6px 6px 0px;
  z-index: -1; /* Place behind the text */
}

.side-right-btn-animated:hover::after {
  width: 100%; /* Expand the width on hover */
}

.side-right-btn-animated:hover {
  color: white !important; /* Ensure text is visible */
  box-shadow: 1px 1px 5px 0px #c69c2d !important;
}

.side-lef-btn-animated {
  z-index: 1 !important;
}
.side-left-btn-animated:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #c69c2d;
  box-shadow: 0 0 5px #c69c2d;
  transition: all 0.3s ease;
  border-radius: 6px 0px 0px 6px;
}
.side-left-btn-animated:hover {
  color: #fff !important;
}
.side-left-btn-animated:hover:after {
  left: 0;
  width: 100%;
  border-radius: 6px 0px 0px 6px;
}
/* Shining Effect Css */

.shiny-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shiny-effect::before {
  content: "";
  position: absolute;
  top: -152%;
  left: -163%;
  width: 100%;
  height: 397%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.8s ease;
  transform: rotate(45deg);
}

.shiny-effect:hover::before {
  top: 100%;
  left: 100%;
}

/*.details__text-less {
  height: 500px;
  overflow: hidden;
}*/
.details__text.details__text-less {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s ease;
}

/* Bottom shadow using linear-gradient */
.details__text.details__text-less::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.side-shiny-effect {
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.side-shiny-effect::before {
  content: "";
  position: absolute;
  top: -152%;
  left: -300%;
  width: 100%;
  height: 397%;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: all 0.8s ease;
  transform: rotate(45deg);
}

.side-shiny-effect:hover::before {
  top: 100%;
  left: 100%;
}

.box-by-style-overlay-container {
  /*width: max-content;*/
  position: relative;
}

.prefix-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 2fr) 0.5fr;
  grid-template-rows: auto auto;
  gap: 10px;
}

.prefix-grid-item {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2em;
  grid-row: span 2;
}

.last-grid-item {
    grid-row: span 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    background: #9f783c;
    color: white;
    align-self: center;
    height: 358px;
    margin-top: 10px;

    padding: 0 10px;
    width: 100px;
    border-radius: 0px 30px 30px 0px;
}
.last-grid-item div a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 326px;
  text-decoration: none;
}

.category-product-card a span {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.category-product-card a img {
  max-width: 100%;
  max-height: 100%;
}


.related-grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.related-product-card {
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  padding-right: 0px;
}

.custom-dieline-heading h1 {
  font-size: 44px;
}

.custom-dieline-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(230, 226, 226);
  border-radius: 0px !important;
}
.custom-dieline-card img {
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.custom-dieline-container {
  background: linear-gradient(92deg, #343333 1.85%, #857a74 102.1%) !important;
}

.custom-dieline-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-dieline-content h1 {
  color: white;
}
.custom-dieline-content p {
  line-height: 30px;
  color: white;
}
.custom-dieline-form-container {
  background: linear-gradient(
    180deg,
    #ffeab2 21.37%,
    rgba(159, 120, 60, 0.4) 100%
  );
  padding: 30px 20px 8px 24px;
  border-radius: 10px;
}
.custom-dieline-form-container h5 {
  font-weight: 600;
}
.btn-custom-dieline {
  font-size: 14px;
  line-height: 22px !important;
}
.privacy-custom-dieline {
  font-size: 11px;
  text-align: left;
}

.custom-dialine-label {
  font-size: 12px !important;
}

.custom-dialine-select {
  font-size: 12px !important;
}

.get-discount-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.get-discount-footer h2 {
  font-size: 16px;
  color: #9f783c;
  font-weight: 600;
  text-align: center;
}
.get-discount-footer a {
  text-align: center !important;
  font-size: 12px !important;
  padding: 8px 20px !important;
}

/*.get-discount-footer input {
  line-height: 30px !important;
}*/
.footer-follow-us-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 26px;
}

.footer-clients {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-top-container h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #734706;
}
.footer-clients img {
  width: 130px !important;
}

.solid-divider {
  border-top: 3px solid #492c01;
}

.footer-payments {
  color: white;
}
.footer-payments-container {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-payments-container p {
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}
.privacy-policy-footer {
  font-weight: 400 !important;
}
.max-width-related {
  max-width: 230px;
}

.copyrights{ font-size: 13px; }
.top-banne-content{  }

.instant-custom-quote-form input, .instant-custom-quote-form select{ font-size: 14px !important; }
.instant-custom-quote-form select{ height: 35px !important; }
.instant-custom-quote-form input::placeholder {
  color: #b2b3b7 !important;
  font-size: 14px !important;
}
.instant-custom-quote-form textarea::placeholder {
  color: #b2b3b7 !important;
  font-size: 14px !important;
}
.instant-custom-quote-form .file-upload{
  line-height: 26px !important;
}

.main-menu-tollfree a{ display: inline !important; }

@media (min-width: 1400px) {
  .nav-content.container, .footer-container, .top-nav-container .top-nav.container {
    max-width: 1360px !important;
  }
  .footer-grid {
    grid-template-columns: 1.7fr 1.2fr 1.2fr 1.2fr 1.3fr !important;
  }
  .footer-top p, .footer-top a, .footer-top ul li a, .copyrights{ font-size:14px; }
  .footer-top h5, .footer-top h6{ font-size:20px; }
  .get-discount-footer h2{ font-size: 20px; }
  .category-home{ padding: 50px 20px 50px 20px; height: 550px; }
}

.sitemap ul{ margin:0px 0px 0px 18px; padding:0px; }
.sitemap ul li a{ 
  font-size:13px; color: #000;
      display: block;
    width: 100%;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 25px;
   }
.sitemap ul li a:hover{ color: #9f783c; transform: scale(1.02); text-shadow: 0 0 1px #9f783c; }

.cat-grey-bg-container p{ margin-top: 1rem; margin-bottom: 0; }
.home-slider-detail{ font-size: 16px; }

.order-sample-kit p{ margin-bottom: 60px; }
.contact-us-banner h1{ font-size: 44px; margin-bottom:40px; }
.contact-us-get-quote-btn{ margin-top: 26px; display: inline-block; }
.top-bottom-shadow{ box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.2); }
.all-side-shadow{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.border-radiu-10{ border-radius:10px; }
.top-shadow{ box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.3); }
.bottom-shadow{ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
input[type="submit"].btn-animated {
  color: #ffffff !important;
  background: #ba8e4b !important;
  background-image: linear-gradient(to right, #c69c2d 100%, #9f783c 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 0% 100% !important;
  transform-origin: left !important;
  transition: background-size 0.3s ease, background-position 0.3s ease, color 0.3s ease !important;
  padding: 14px 20px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
}

input[type="submit"].btn-animated:hover {
color: #fff !important;
 background-size: 100% 100% !important;
  transform-origin: left !important;
 border-radius: 8px !important;
 box-shadow: 0 15px 21px -8px #eecd73!important;
}

/* Common icon styles */
.social-icons a .icon {
  transition: color 0.3s ease;
}

/* Hover colors for specific platforms */
.social-icons a:hover .fa-facebook-f {
  color: #0866FF !important; /* Facebook blue */
}

.social-icons a:hover .fa-instagram {
  color: #e4405f !important; /* Instagram pink */
}

.social-icons a:hover .fa-x-twitter {
  color: #0f1419 !important; /* X (Twitter) black */
}

.social-icons a:hover .fa-linkedin-in {
  color: #0077b5 !important; /* LinkedIn blue */
}

.social-icons a:hover .fa-whatsapp {
  color: #25d366 !important; /* WhatsApp green */
}

.social-icons a:hover .fa-youtube {
  color: #ff0000 !important; /* YouTube red */
}

.social-icons a:hover .fa-tiktok {
  color: #010101 !important; /* TikTok black */
}

.social-icons a:hover .fa-pinterest-p {
  color: #bd081c !important; /* Pinterest red */
}



.order-precess-content-wrapper {
  max-height: 160px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s ease;
}

/* Expanded state */
.order-precess-content-wrapper.expanded {
  max-height: 1000px; /* or auto if using JS to handle height */
  overflow: visible;
}

/* Bottom shadow gradient */
.order-precess-content-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* white fading */
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Hide shadow when expanded */
.order-precess-content-wrapper.expanded::after {
  opacity: 0;
}