/****Fonts****
 * https://fonts.google.com/specimen/Poppins */
@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-Light;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
:root{
  --bg-yellow: #fcde67;
  --bg-black: #000000;
  --bg-white: #ffffff;
  --bg-grey: #f7f7f7;

  --text-yellow: #fcde67;
  --text-black: #000000;
  --text-white: #ffffff;
  --text-grey: #f7f7f7;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background: #fff;
	overflow-x: hidden;
}
body.single-post {
    background: #FCF6F1;
}
.bg-light-grey{
  background: #F7F7F7;
}

/*main{
  background: #F7F7F7;
}
*/

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #FCDE67;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3D3D3D;
}

a, p { 
  font-family: Poppins;
  font-size: 18px;
}

p{
  line-height: 28px;
  color: #666666;
}

@media only screen and (max-width: 991px) and (min-width: 576px) {
  .container, .container-sm {
    max-width: 90%;
  }
}

.bg-orange{
  background-color: #FCDE67;
}

.bg-white{
  background-color: #fff;
}

.bg-grey{
  background: #F5F5F5;
}

.text-thin{
  font-family: Poppins;
}

.text-bold{
  font-family: "Poppins-Bold", sans-serif;
}

.text-medium{
  font-family: "Poppins-Medium", sans-serif;
}

.text-white{
  color: #fff;
}

.text-grey{
  color: #3D3D3D;
}

.text-orange{
  color: #FCDE67;
}

.orange-btn{
  background: #FCDE67;
  padding: 12px 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
}

.orange-btn:hover{
  background: #000;
}

.videoModal iframe{
  width: 100%;
  height: 400px;
}

.videoModal .modal-dialog{
  max-width:750px !important;
}

.videoModal .modal-dialog .modal-content{
  background: #F8F8F8;
}

@media (max-width: 576px) {
  .videoModal iframe{
    height: 250px;
  }

}

@media (max-width: 576px) {
  .col-xs-1{
    flex: 0 0 auto;
    width: 8.33%;
  }
  .col-xs-2{
    flex: 0 0 auto;
    width: 16.66%;
  }
  .col-xs-3{
    flex: 0 0 auto;
    width: 24.99%;
  }
  .col-xs-4{
    flex: 0 0 auto;
    width: 33.32%;
  }
  .col-xs-5{
    flex: 0 0 auto;
    width: 41.65%;
  }
  .col-xs-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7{
    flex: 0 0 auto;
    width: 58.31%;
  }
  .col-xs-8{
    flex: 0 0 auto;
    width: 66.64%;
  }
  .col-xs-9{
    flex: 0 0 auto;
    width: 74.97%;
  }
  .col-xs-10{
    flex: 0 0 auto;
    width: 83.3%;
  }
  .col-xs-11{
    flex: 0 0 auto;
    width: 91.63%;
  }
  .col-xs-12{
    flex: 0 0 auto;
    width: 100%;
  }

  section{
    padding:50px 0;
  }

  h2.content-title {
    font-size: 32px;
    margin: 0 auto;
    color: #3D3D3D;
    font-weight: 700;
  }

  h2.line-bottom{
    position: relative;
  }

  h2.line-bottom:after{
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #FCDE67;
  }
  
}

.social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  margin-left: 10px;
}

.social-links a i{
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #ffffff;
}

#topbar .social-links a:hover {
  background: #FCDE67;
}

.social-links a .facebook{
  background: url("../images/socialicons/facebook-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .facebook{
  background: url("../images/socialicons/facebook-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .instagram{
  background: url("../images/socialicons/instagram-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .instagram{
  background: url("../images/socialicons/instagram-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .twitter{
  background: url("../images/socialicons/twitter-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .twitter{
  background: url("../images/socialicons/twitter-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .linkedin{
  background: url("../images/socialicons/linkedin-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .linkedin{
  background: url("../images/socialicons/linkedin-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a .pinterest{
  background: url("../images/socialicons/pinterest-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.social-links a:hover .pinterest{
  background: url("../images/socialicons/pinterest-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/******Multi Item Slide********/
.multi-item .carousel-inner {
    display: flex;
  }
  .multi-item .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }

@media (max-width: 1199px) {
  .multi-item .carousel-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .multi-item .carousel-item {
    flex: 0 0 100%;
  }
}

.multi-item .carousel-inner{
    padding: 1em 0;
}
.multi-item .item{
    margin: 0 5px 20px;
    border: 1px solid #ccc !important;
}
.multi-item .carousel-control-prev, .multi-item .carousel-control-next{
    background-color: #FCDE67;
    width: 40px;
    height: 40px;
    border-radius: 15%;
    font-weight: 900;                                     
}

.multi-item .carousel-control-next, .multi-item .carousel-control-prev {
  position: static;
  display: inline;
  padding: 0;
  color: #000;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.multi-item .carousel-control-prev-icon,
.multi-item .carousel-control-next-icon{
  background-image: none;
}

.multi-item .carousel-control-prev-icon i,
.multi-item .carousel-control-next-icon i{
  color: #111;
  display: block;
  font-size: 35px;
  margin-bottom: 30px;
}

.multi-item .carousel-control-prev-icon i:hover,
.multi-item .carousel-control-next-icon i:hover{
  color: #666;
}

.multi-item .carousel-control-next:hover,
.multi-item .carousel-control-prev:hover{
  color: #666;
}

/*********Common Page Style*****/

.page-breadcrumb{
  padding: 30px 0 0 0;
}

@media (max-width:991px){
  .page-breadcrumb{
    margin: 10px 0 0 0;
  }
}

.page-content{
  padding: 30px 0;
}
.page-content.product-page{
  padding-top: 0;
}
.page-content.category-page{
  padding-top: 0;
}
.page-content section{
  padding-top: 0px;
}

.page-content .content h1{
  font-family: Poppins-Medium;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content h2{
  font-family: Poppins-Medium;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content h3{
  font-family: Poppins-Medium;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content h4{
  font-family: Poppins-Medium;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #3D3D3D;
}

.page-content .content p{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #666666;

}

.page-content .content a{
  font-weight: bold;
  color: #FCDE67;
}

.page-content .content a:hover{
  text-decoration: underline;
  color: #FCDE67;
}

@media (max-width:1199px){

  .page-content .content h1{
    font-size: 28px;
  }

  .page-content .content h2{
    font-size: 22px;
  }

  .page-content .content h3{
    font-size: 18px;
  }

  .page-content .content h4{
    font-size: 14px;
  }

  .page-content .content p{
    font-size: 14px;
  }

}

@media (max-width:575px){
  .page-content {
    padding: 0;
  }
}

#breadcrumbs, #breadcrumbs span, #breadcrumbs a, #breadcrumbs span a {
	font-size: 14px;
	color: #181818;
	margin: 0;
}

#breadcrumbs a, #breadcrumbs span a {
    color: #3d3d3d;
	font-weight: 600;
}
#breadcrumbs a:hover, #breadcrumbs span a:hover {
	color: #fcde67;
}
/****************Page Banner***************/
.page-banner .inner{
  background-repeat: no-repeat ;
  background-size: cover;
  height: 300px;
  border-radius: 12px;
}

.page-banner .carousel-container{
  width: 45%;
  padding: 40px 50px;
}

.page-banner .carousel-container h1{
  font-size: 50px;
  color: #000;
  font-family: Poppins-Bold;
}

.page-banner .carousel-container p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1;
  line-height: 24px;
}

.page-banner .carousel-container .banner-btns a{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  margin-right: 10px;
  margin-top:10px;
}

.page-banner .carousel-container .banner-btns a.btn-get-started{
  background: #000;
  color: #fff;
}

.page-banner .carousel-container .banner-btns a.btn-contact-us{
  background: #fff;
  color: #000;
}

@media (max-width:1199px){
  .page-banner .inner{
    height: 280px;
  }
  .page-banner .carousel-container{
    padding: 30px 20px;
  }
}

@media (max-width:991px){
  .page-banner .inner{
    height: 250px;
  }
  .page-banner .carousel-container{
    width: 60%;
    padding: 30px 20px;
  }
  .page-banner .carousel-container h1{
    font-size: 42px;
  }
  .page-banner .carousel-container p{
    font-size: 14px;
  }
  .page-banner .carousel-container .banner-btns a{
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media (max-width:768px){
  .page-banner .carousel-container{
    width: 70%;
  }
  .page-banner .carousel-container h1{
    font-size: 35px;
  }
  .page-banner .carousel-container p{
    font-size: 14px;
  }
  .page-banner .carousel-container .banner-btns a{
    padding: 10px 15px;
    font-size: 12px;
    margin-top:0px;
  }
}

@media (max-width:575px){
  .page-banner .carousel-container{
    width: 90%;
  }
  .page-banner{
    margin: 0 10px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FCDE67;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #111;
  line-height: 0;
}

.back-to-top:hover {
  background: #f1f1f1;
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar (slim merged bar)
--------------------------------------------------------------*/
.topbar {
  background: var(--bg-yellow);
  height: 38px;
  font-size: 13px;
}
ul.topbar__contact {
    display: flex;
    margin: 0;
    align-items: center;
}
li.topbar__contact-item i {
    color: #111;
    font-size: 18px;
}
.topbar .container {
  position: relative;
}

.topbar-notice {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.topbar-notice strong {
  color: var(--bg-black);
}

.topbar-social a {
  color: #000;
  padding: 0 7px;
  font-size: 14px;
  line-height: 0;
  transition: color 0.2s;
}

.topbar-social a:hover {
  text-decoration: underline;
}

.topbar-social a i {
  width: 16px;
  height: 16px;
  display: inline-block;
}
@media (max-width: 575px) {
  .topbar {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999;
    height: 38;
  }
}

@media (max-width: 991px) {
  .topbar-social {
    width: 100%;
  }
  ul.topbar__contact.list-unstyled {
    justify-content: space-between;
  }
  .topbar__contact-item--phone{
    order: 1;
  }

}
/*--------------------------------------------------------------
# Header — single row, sticky
--------------------------------------------------------------*/
#header {
  background: #111;
  min-height: 47px;
  height: auto;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  transition: height 0.3s;
}

/* Brand / logo */
.header-brand {
  flex-shrink: 0;
}

.offcanvas-toggle {
  background: #FCDE67;
  border: 0;
  border-radius: 4px;
  font-size: 26px;
  line-height: 1;
  padding: 3px 8px;
  color: #000;
  cursor: pointer;
  margin-right: 12px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .header-brand.d-flex.align-items-center {
    width: 100%;
    justify-content: space-between;
    padding: 0.5rem 0;
  }
  .offcanvas-toggle {
    order: 2;
    margin: 0;
  }
}
#header .logo {
  text-decoration: none;
}

#header .logo img {
  max-height: 44px;
}

#header .logo span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-left: 9px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

/* Desktop nav group */
.header-nav-group {
  gap: 0;
}

/* CTA button */
.btn-get-quote {
  background: #FCDE67;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  margin-left: 16px;
  flex-shrink: 0;
}

.btn-get-quote:hover {
  background: #fff;
  color: #000;
}

/* Responsive header heights */
@media (max-width: 991px) {
  #header {
    height: 64px;
    top: 38px;
  }
}

@media (max-width: 575px) {
  #header {
    height: 58px;
  }
  #header .logo span {
    display: none;
  }
}

/*--------------------------------------------------------------
# Navigation Menu — Desktop
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.menu-item-home{
  display: none;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.navbar.navbar-desktop li {
  position: relative;
}

.navbar.navbar-desktop li.widemenu {
  position: relative;
}

.navbar.navbar-desktop li.widemenu.submenu {
  position: static;
}

.navbar a {
  display: flex;
  align-items: center;
  padding: 13px;
  height: auto;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  position: relative;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 11px;
  line-height: 0;
  margin-left: 4px;
}

.navbar a:hover,
.navbar > ul > li:hover > a {
  color: #000;
  background: #FCDE67;
}

.navbar.navbar-desktop .dropdown:hover > a {
  position: relative;
}

/* Simple dropdown */
.navbar.navbar-desktop .dropdown ul.single {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100%);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: opacity 0.2s, visibility 0.2s;
}

.navbar .dropdown ul li {
  min-width: 250px;
}

.navbar .dropdown ul li a {
  height: auto;
  padding: 0;
}

.navbar .dropdown ul li a:hover {
  background: none;
  color: #FCDE67;
}

.navbar .dropdown ul a {
  margin: 8px 20px;
  font-weight: 400;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  height: auto;
}

.navbar .dropdown ul li:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}

.navbar .dropdown ul a .panelbox {
  width: 10px;
  height: 10px;
  background: url("../images/right-arrow-menu.png");
  position: absolute;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar .dropdown ul a:hover .panelbox {
  background: url("../images/right-arrow-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul li .viewmore {
  color: #FCDE67;
}

.navbar .dropdown ul li .viewmore:hover {
  color: #ccc;
}

/* Show dropdowns on hover */
.navbar.navbar-desktop .dropdown:hover > ul,
.navbar.navbar-desktop .dropdown:hover > .wide-menu {
  opacity: 1;
  visibility: visible;
}

.navbar.navbar-desktop .dropdown:hover > .wide-menu {
  display: flex;
}

/* Wide mega-menu */
.navbar .dropdown .wide-menu {
  min-height: 300px;
  position: absolute;
  left: 0;
  top: calc(100%);
  margin: 0;
  padding: 10px 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: opacity 0.2s, visibility 0.2s;
}

.navbar .dropdown.submenu .wide-menu {
  left: 250px;
  top: -6px;
  visibility: hidden;
}

.navbar .dropdown.submenu:hover .wide-menu {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .wide-menu .products-menu {
  width: 100%;
  padding: 0;
}

.navbar .dropdown .wide-menu .products-menu h6 {
  margin-left: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
  color: #fff;
}

.navbar .dropdown .wide-menu .products-menu h6::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #FCDE67;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.navbar .dropdown .wide-menu ul {
  display: block;
  position: static;
  margin: 0;
  padding: 5px 0 10px;
  z-index: 99;
  background: #000;
}

.navbar .dropdown .wide-menu ul a {
  margin: 8px 0;
  padding: 0 15px 10px;
  height: auto;
}

@media (max-width: 1199px) {
  .navbar a {
    font-size: 13px;
    padding: 0 10px;
  }
  .btn-get-quote {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Off-canvas Mobile Navigation
--------------------------------------------------------------*/

/* Overlay */
#offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10000;
}

#offcanvas-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Drawer */
#offcanvas-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: min(100vw, 85vw);
  background: #111;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

#offcanvas-nav.active {
  transform: translateX(0);
}

/* Drawer header */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #222;
  flex-shrink: 0;
}

.offcanvas-header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}

.offcanvas-header .logo img {
  max-height: 34px;
}

.offcanvas-header .logo span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

#offcanvas-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
}

/* Drawer body */
.offcanvas-body {
  flex: 1;
  overflow-y: auto;
}

.offcanvas-body > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas-body > ul > li {
  border-bottom: 1px solid #1e1e1e;
}

.offcanvas-body a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  color: #ddd;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.offcanvas-body a:hover {
  background: #1a1a1a;
  color: #FCDE67;
}

/* Accordion toggle */
.oc-accordion-toggle {
  cursor: pointer;
  user-select: none;
}

.oc-toggle-icon {
  font-size: 11px;
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 8px;
}

.oc-has-sub.open > .oc-accordion-toggle .oc-toggle-icon {
  transform: rotate(180deg);
}

/* Sub-menu */
.oc-submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #0d0d0d;
}

.oc-submenu.open {
  display: block;
}

.oc-submenu li {
  border-top: 1px solid #1e1e1e;
}

.oc-submenu a {
  padding: 11px 20px 11px 36px;
  font-size: 13px;
  color: #bbb;
}

.oc-submenu a:hover {
  color: #FCDE67;
  background: #111;
}

/* Drawer footer */
.offcanvas-footer {
  padding: 16px;
  border-top: 1px solid #222;
  flex-shrink: 0;
}

.offcanvas-footer .btn-get-quote {
  display: block;
  text-align: center;
  margin-left: 0;
  padding: 11px 20px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 480px;
  background-color: rgba(4, 12, 21, 1);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.3);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 50px;
  left: 50px;
  right: 50px;
}

#hero h1 {
  font-size: 70px;
  color: #FCDE67;
  font-family: Poppins-ExtraLight;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: normal;
}

#hero h1 span{
  color: #fff;
  font-family: Poppins-Bold;
}

#hero p {
  margin: 0;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
}

#hero p span{
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 10px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: Poppins-Bold;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 1px solid #FCDE67;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 1;
  transition: 0.3s;
  margin: 0 5px;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #FCDE67;
}

#hero .btn-get-started{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  margin-top: 50px;
}

#hero .btn-get-started:hover{
  background: #FCDE67;
  color: #000;
}

#hero .btn-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#hero .btn-list li{
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 1399px) {
  #hero {
    height: 400px;
  }
}

@media (max-width: 1199px) {
  #hero {
    height: 350px;
  }

  #hero h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  #hero p {
    font-size: 20px;
    line-height: 30px;
  }

  #hero .btn-get-started{
    margin-top:30px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media (max-width: 992px) {
  #hero {
    height: 300px;
  }

  #hero h1 {
    font-size: 50px;
  }

  #hero .carousel-container{
    top: 0;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 15px 20px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 575px) {
  #hero {
    height: 220px;
  }

  #hero h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  #hero p {
    font-size: 16px;
    line-height: 22px;
  }

  #hero .carousel-container{
    left: 30px;
    right: 30px;
  }

  #hero .btn-get-started {
    font-size: 12px;
    padding: 10px 18px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Free Shippings
--------------------------------------------------------------*/

.free-shipping .container{
  box-shadow: 0px 0px 10px 0px #00000026;
  background: #fff;
  border-radius: 5px;
  padding: 0;
}

.free-shipping .container .row{
  padding: 0;
  margin: 30px 0;
 }

 .free-shipping .container .icon-box{
  padding: 20px 0;
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
 }

 .free-shipping .container .icon-box:hover{
  background: #FCDE67;
 }

.free-shipping h4{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1;
  margin-top: 10px;
  font-family: Poppins;
  color: #333333;
}

.free-shipping img{
  margin-top: 4px;
}

.free-shipping .content{
  padding-left: 10px;
}

.free-shipping span{
  color: #666666;
  font-size: 14px;
}

@media (max-width:1199px){
  .free-shipping h4,
   .free-shipping span {
    font-size: 14px;
  }
}

@media (max-width:992px){
  .free-shipping .plate-charge{
    display: none !important;
  }
  .free-shipping h4,
   .free-shipping span {
    font-size: 14px;
  }
}

@media (max-width:576px){
  .free-shipping .container{
    width: 95%;
  }
  .free-shipping .chat-support, 
  .free-shipping .plate-charge{
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Top Featured Products
--------------------------------------------------------------*/

.topfeatured-products .item{
  background: #fff;
  margin: 0px 0px 25px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.topfeatured-products .item:hover{
  box-shadow: 0px 0px 20px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
}

.topfeatured-products .thumnail-box{
  position: relative;
  margin: 10px 10px 0 10px;
}

.topfeatured-products .thumnail-box img{
  border-radius: 0;
   
}

.topfeatured-products .thumnail-box .discount{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 25px;
  width: 50px;
  color: #333;
  background: #FCDE67;
  padding: 3px auto;
  margin: 1px;
  text-align: center;
  font-size: 15px;
}
.topfeatured-products .item .card-body{
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.topfeatured-products .item .card-title{
  margin-top:0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

/*--------------------------------------------------------------
# two-boxes & whowe-are
--------------------------------------------------------------*/

.two-boxes{
  margin-bottom: 0;
}

.two-boxes .img-item{
  width: 100%;
  height: auto;
}

.whowe-are{
/*   background: url("../images/whoweare-bg.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
	background: #000;
}

.whowe-are::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  background: #000;
  opacity: 0.7;
}

.whowe-are h2{
  color: #fff;
  z-index: 999;
  position: relative;
}

.whowe-are .content .container h2::after{
  content: " ";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom:0;
  left: 46%;
  margin:0 auto;
	opacity: 0;
}

.whowe-are .content{
  height: 380px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #FCDE67 #C0C7CB;
  text-align: left;
  color: #fff;
  z-index: 999;
  position: relative;
  margin: 30px 10px 50px;
}

.whowe-are .content .container{
  padding: 0 60px;
}

.whowe-are .content .container h2{
  height: 50px;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: Poppins-Medium;
}
@media (max-width: 767px) {
	.whowe-are .content .container h2{
  		height: initial;
	}

}
.whowe-are .content p{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .whowe-are .content{
    height: 250px;
  }
}

@media (max-width: 767px) {
  .two-boxes .img-box{
    margin-bottom: 30px;
  }
  .whowe-are .content{
    margin-bottom: 30px;
  }

  .whowe-are .img-box{
    margin-bottom: 30px;
  }

  .whowe-are .content .container{
    padding: 0 30px;
  }
}

/*--------------------------------------------------------------
# Top Trending Products
--------------------------------------------------------------*/

.trending-products
.trending-products .item{
  background: #fff;
  margin: 0px 0px 25px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.trending-products .item:hover{
  box-shadow: 0px 0px 10px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
}

.trending-products .thumnail-box{
  position: relative;
  margin: 10px 10px 0 10px;
}

.trending-products .thumnail-box img {
    border-radius: 0;
    height: 305px;
    width: 280px;
    object-fit: cover;
}

.trending-products .thumnail-box .discount{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 25px;
  width: 50px;
  color: #333;
  background: #FCDE67;
  padding: 3px auto;
  margin: 1px;
  text-align: center;
  font-size: 15px;
}
.trending-products .item .card-body{
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.trending-products .item .card-title{
  margin-top:0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.trending-products .item p{
  color: #666666;
  font-size: 16px;
}

#trending-products-items{
  padding-top: 20px;
}

.trending-products .owl-theme .owl-dots{
  display: none;
}

.trending-products .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 99;
}
.trending-products .owl-nav>div {
    border: 2px solid #333;
    color: #000;
}

.trending-products .owl-next, .trending-products .owl-prev {
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 33px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.trending-products .owl-next span,
.trending-products .owl-prev span{
  display: none;
}

.trending-products .owl-next{
    background: url("../images/next-black.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.trending-products .owl-prev {
    background: url("../images/prev-black.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.trending-products .owl-next:hover{
    background: url("../images/next-grey.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.trending-products .owl-prev:hover{
    background: url("../images/prev-grey.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
  position: relative;
}

.testimonials .container h2{
  position: relative;
  height: 50px;
  margin-bottom: 0px !important;
}

.testimonials .container h2::after{
  content: " ";
  width: 100px;
  height: 2px;
  background: #FCDE67;
  position: absolute;
  bottom:0;
  left: 46%;
  margin:80px auto 0px;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  background: none;
  border: 1px solid #FCDE67;
}

.testimonials-wrapper .owl-theme .owl-dots .owl-dot.active span,
.testimonials-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: #FCDE67;
  border: 1px solid #FCDE67;
}

.testimonials-wrapper {
    padding: 40px 0 0;
    position: relative;
}
.testimonials-wrapper .inner-page-wrapper.testimonials-wrapper {
    background: 0 0;
}
/*
.testimonials-wrapper .inner-page-wrapper.testimonials-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 99;
    display: none !important;
}
.testimonials-wrapper .inner-page-wrapper.testimonials-wrapper .owl-nav>div {
    border: 2px solid #333;
    color: #000;
}

.testimonials-wrapper .owl-next, .testimonials-wrapper .owl-prev {
    position: relative;
    height: 38px;
    width: 38px;
    line-height: 33px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
    color: #444;
    border-color: #444;
}
*/
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 0 20px;
}

.testimonial-block .inner-box .content {
    position: relative;
}
.testimonial-block .inner-box .content i {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 30px;
    font-style: italic;
    color: #da5e00;
}

.testimonial-block .inner-box .content .text {
    position: relative;
    margin-top: 12px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    min-height: 100px;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
}

.stars .bi.bi-star-fill {
  color: #FDAE1B;
}

.testimonials-wrapper .owl-nav .owl-next {
    right: auto;
}

.testimonials-wrapper .image{
  margin-top: 16px;
  height: 80px;
}

.testimonials-wrapper .image .author-info{
  padding-top: 5px;
  line-height: 24px;
  width: 60%;
  float: left;
}

.testimonials-wrapper .image .author-info .author-name{
  font-size: 18px;
  color: #000;
}

.testimonials-wrapper .image .author-info .designation{
  color: #909090;
}

.testimonials-wrapper .owl-carousel .owl-theme .owl-nav,
.testimonials-wrapper .owl-theme .owl-nav{
  display: none;
}
.testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 80px;
    float: left;
    padding-right: 20px;
}

.testimonials-wrapper .owl-carousel .owl-item .quote {
  width: 80px;
  float: right;
  padding-right: 20px;
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
    border: 2px solid #000;
    color: #000;
}
.testimonials-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #000 !important;
    color: #da5e00!important;
    background: 0 0;
}

@media only screen and (max-width:1199px) {

  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 80px;
  }

  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width:78px;
  }
}

@media only screen and (max-width:991px) {
  .testimonials-wrapper .owl-dots {
    display: block;
  }

  .testimonials-wrapper{
    padding: 0;
  }

  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 80px;
  }

  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width:78px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .testimonials-wrapper .image {
    margin-top: 0px;
  }
}
@media (max-width:768px) {
  .testimonials {
    padding: 40px 0;
  }
  .testimonials-wrapper {
    padding: 16px 0 0;
  }
  .testimonial-block .inner-box {
    padding: 0 10px;
  }
  .testimonial-block .inner-box .content .text {
    font-size: 15px;
    line-height: 22px;
    min-height: auto;
  }
  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width: 45px;
    padding-right: 0px;
    padding-top: 10px;
  }
  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 60px;
  }
}
@media (max-width:480px) {
  .testimonial-block .inner-box .content .text {
    min-height: auto;
  }
  .testimonials-wrapper .owl-carousel .owl-item .avatar {
    width: 55px;
  }
  .testimonials-wrapper .owl-carousel .owl-item .quote{
    width: 40px;
  }
}
/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 0px;
}

.faq .accordion-list li {
  padding: 20px 0;
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCCCC;
}
.faq .accordion-list li.faq--item {
	padding: 20px;
}

.faq .accordion-list a.collapsed {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #666666;
}
.faq .accordion-list .open,
.faq .accordion-list a.collapse{
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
  color: #333333;
  font-weight: 700;
}

.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list .content {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color: #3D3D3D;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #FCDE67 #C0C7CB;
  min-height: min-content;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #666666;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .faq .content,
  .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  
  .faq .content {
    padding-top: 30px;
  }

  .faq .accordion-list {
    padding-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Our Clients Section
--------------------------------------------------------------*/
#our-clients h2{
  position: relative;
  line-height: 60px;
}

#our-clients h2::after{
  content: " ";
  width: 100px;
  height: 2px;
  background: #FCDE67;
  position: absolute;
  bottom:0;
  left: 46%;
  margin:0 auto;
}

#client-carousel {
  width: 100%;
  height: 350px;
  background-color: #F5F5F5;
  overflow: hidden;
  position: relative;
}

#our-clients .carousel,
#our-clients .carousel-inner,
#our-clients .carousel-item,
#our-clients .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#our-clients .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#our-clients .clients-slider{
  height: 150px;
}
#our-clients .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

@media (min-width: 1200px) {
  #our-clients p {
    width: 50%;
  }
}

#our-clients .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#our-clients .carousel-inner .carousel-item,
#our-clients .carousel-inner .active.carousel-item-start,
#our-clients .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#our-clients .carousel-dark .carousel-indicators button{
  border-radius: 10px;
}
#our-clients .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #FCDE67;
}

#our-clients .carousel-indicators [data-bs-target]{
  width: 14px;
  height: 14px;
  border-radius: 8px;
}

#our-clients .swiper-pagination-bullet{
  border: 2px solid #FCDE67;
  background: #F5F5F5;
  width: 12px;
  height: 12px;
}

#our-clients .swiper-pagination-bullet-active{
  background: #FCDE67;
}

#our-clients .item-box{
  margin-bottom: 20px;
}

#our-clients .item-box a{
  text-align: center;
  background: #fff;
  padding: 10px 30px;
  margin: 0;
  display: block;
}

@media (max-width: 992px) {
  #our-clients .carousel-container {
    text-align: center;
    top: 74px;
  }

  #our-clients .item-box a{
    padding: 20px 10px;
  }
}

@media (max-width: 768px) {
  #our-clients h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #our-clients .carousel-control-prev,
  #our-clients .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Get Quote Now
--------------------------------------------------------------*/
.get-quote .content{
  transform: translateY(25%);
}

.get-quote .content-item{
  margin-bottom: 50px;
}

.get-quote .content-left{
    display:none;
}

.get-quote .content-item span{
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px #00000026;
  text-align: center;
  margin-bottom: 10px;
}

.get-quote .content-item span img{
  margin: 18px auto;
}

.get-quote .getquote-form h3{
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  color: #3D3D3D;
  margin-bottom: 10px;
}

.get-quote .getquote-form .short-desc{
  font-size: 16px;
  margin-bottom: 50px;
}

.get-quote .form-style h4{
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 0;
}

.form-style input,
.form-style select{
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #666666;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	font-size: 12px;
}
.form-style input[type="file"]{
  border: 1px solid #ccc;
  background: #EFEFEF;
}

.form-style textarea{
  width: 100%;
  height: 100px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #666666;
  padding: 10px 15px;
  font-size: 14px;
}

.form-style button, .form-style input[type="submit"]{
  width: 100%;
  background: #FCDE67;
  color: #333;
  border: 0;
  border-radius: 5px;
  padding:10px 0;
  height: 40px;
  margin-top: 25px;
  font-weight: 700;
}

.form-style button:hover,
.form-style input[type="submit"]:hover{
  background: #666666;
}

@media (max-width:1199px){
  .get-quote .getquote-form{
    margin: 0 30px;
  }
}

@media (max-width:991px){
  .get-quote .content{
    transform: translateY(1%);

  }

  .get-quote .content-item{
    margin-bottom: 0px;
  }

  .get-quote .content-item h4{
    font-size: 20px;
    font-weight: 600;
  }

  .get-quote .content-item p{
    line-height: 22px;
  }

  .get-quote .getquote-form{
    margin: 0 0 0 20px;
  }

  .get-quote .content-left{
    display:block;
  }

  .get-quote .content-right{
    display:none;
  }

}

@media (max-width:575px){
  .get-quote{
    padding: 0px 0px 50px 0 !important;
  }
  .get-quote .getquote-form h3{
    font-size: 26px;
  }

  .get-quote .getquote-form{
    margin: 0px;
  }
}

.get-quote .beat-quote{
  margin: 0px;
  background: #fff;
  margin-left: 15px;
  box-shadow: 0px 0px 10px 0px #00000040;
  margin-top: 0px !important;
}

.get-quote .beat-quote .form-heading{
  background: #000;
  color: #fff;
  font-size: 25px;
  height: 100px;
  padding-top: 34px;
}

.get-quote .beat-quote .form-data{
  margin: 20px;
}

.get-quote .beat-quote button{
  width: 100%;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Our Blog
--------------------------------------------------------------*/
section.blog_banner {
    padding: 3rem 0 3rem 0;
    background: #e1b382;
    margin-top: -30px;
}

.blog_banner .heading p.section_description {
    width: 100%;
    max-width: 700px;
    font-size: 15px;
    margin: 0 auto;
    padding: 0px 0 10px 0;
    text-align: center;
}

.our-blog.multi-item{
  margin-bottom: 0px;
}
.page-content section.blog {
    padding: 40px 0;
    background: #FCF6F1;
}
.our-blog.multi-item .click-btns{
  margin-right: 15px;
}

.our-blog.multi-item .view-all{
  padding: 0px 30px;
  text-decoration: underline;
  font-size: 16px;
  border-right: 2px solid #9999;
  border-radius: 0;
  font-weight: 700;
  margin: 12px 0;
  color: #333;
}
.our-blog.multi-item .carousel-item{
  background: none;
  margin: 0px 0px 20px;
  padding-bottom: 60px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 0;
}

.our-blog.multi-item .carousel-item .item{
  background: none;
  border: 0px !important;
}

.our-blog.multi-item .thumnail-box{
  position: relative;
  margin: 0px;
}

.our-blog.multi-item .thumnail-box img {
    border-radius: 0;
    height: 420px;
    width: 420px;
    object-fit: cover;
}

.our-blog.multi-item .carousel-item .card-body{
  width: 80%;
  margin: 0 auto;
  left: 10%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: -60px;
  box-shadow: 0px 0px 5px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
}

.our-blog.multi-item .carousel-item .card-body:hover{
  box-shadow: 0px 0px 5px 0px #00000066;
  transition: box-shadow 0.3s ease-in-out;
  background: #FCDE67;
}

.our-blog.multi-item .carousel-item .card-title{
  margin-top:0px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 25px;
}

.our-blog.multi-item .carousel-item .card-date{
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  color: #999999;
}
.our-blog.multi-item .carousel-item .card-body:hover span.card-date {
    color: #000;
}
.our-blog.multi-item .carousel-item .date-posted{
  font-weight: 700;
  text-decoration: underline;
}

/*------------------------------------------------------------
# Primary Packaging
--------------------------------------------------------------*/
.page-primary-packaging .faq .accordion-list li{
  background: #fff !important;
}

.page-primary-packaging .get-quote{
  background: #F5F5F5;
}
.primary-packaging-items .short-desc{
  width: 70%;
  margin: 0 auto 30px;
}

@media (max-width: 575px){
  .primary-packaging-items .short-desc{
    width: 90%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer p{
  color: #fff;
}

#footer .footer-newsletter {
  padding: 35px 0 50px;
  background: url('//haulpackaging.com/wp-content/uploads/2025/10/WhatsApp-Image-2023-12-12-at-12.39.27-AM.webp');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter .content{
  width: 60%;
  background: #E2E3E5;
  margin: 30px auto;
}

#footer .footer-newsletter h3 {
  font-size: 20px;
  margin: 30px 0 0px 0;
  padding: 0;
  line-height: 30px;
  font-weight: 600;
  color: #333;
}

#footer .footer-newsletter p{
  color: #666;
}

#footer .footer-newsletter form {
  margin-top: 25px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  text-align: left;
  background: #fff;
  width: 90%;
}

#footer .footer-newsletter form input[type=email] {
  border: none;
  padding: 10px 18px;
  width: calc(100% - 120px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #FCDE67;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  color: #666;
  transition: 0.3s;
  border: 2px solid #fff;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1E1E1E;
  color: #fff;
}

#footer .empty-space{
  height: 120px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1E1E1E;
  color: #fff;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#footer .footer-contact-top{
  padding-bottom: 20px;
  position: absolute;
  top: -70px;
  width: 100%;
}

#footer .footer-contact-top .social-contact{
  background: #FCDE67;
  margin: 0;
  height: 140px;
  border-radius: 6px;
}

#footer .footer-contact-top,
#footer .footer-contact-top a{
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

#footer .footer-contact-top img{
  height: 32px;
  margin-right: 10px;
}

#footer .footer-content{
  margin-top: 50px;
  margin-bottom: 80px;
}

#footer .footer-content img{
  margin-right: 30px;
  margin-bottom: 50px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  color: #CCCCCC;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

#footer .footer-top h4::after{
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FCDE67;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#footer .footer-top h4:hover::after {
    opacity: 1; 
}
img.footer__review-img {
    max-width: 150px !important;
    height: auto;
    width: 100%;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #FCDE67;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #FCDE67;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #CCCCCC;
  color: #666666;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover{
  background: #FCDE67;
  color: #fff;
}

#footer .footer-top .social-links a .facebook{
  background: url("../images/socialicons/facebook-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .facebook{
  background: url("../images/socialicons/facebook-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .instagram{
  background: url("../images/socialicons/instagram-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .instagram{
  background: url("../images/socialicons/instagram-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .twitter{
  background: url("../images/socialicons/twitter-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .twitter{
  background: url("../images/socialicons/twitter-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .linkedin{
  background: url("../images/socialicons/linkedin-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .linkedin{
  background: url("../images/socialicons/linkedin-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a .pinterest{
  background: url("../images/socialicons/pinterest-grey.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-top .social-links a:hover .pinterest{
  background: url("../images/socialicons/pinterest-light-black.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#footer .footer-end .payment-logo a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fff;
  line-height: 1;
  padding-top: 5px;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 90px;
  height: 35px;
  transition: 0.3s;
}

#footer .footer-end .payment-logo{
  text-align: right;
  flex: right;
  padding-right: 0;
}

#footer .footer-end .payment-logo a:hover {
  background: #FCDE67;
  color: #fff;
  text-decoration: none;
}

#footer .footer-end .payment-logo a img{
  width: 45px;
}

#footer .footer-end{
  background: #111111;
}

@media (max-width: 1399px){
  #footer .footer-end .payment-logo a{
    width: 80px;
  }
}

@media (max-width: 1199px) {
  #footer .footer-newsletter form {
    width: 100%;
  }

  #footer .footer-contact-top,
  #footer .footer-contact-top a{
    font-size: 15px;
  }

  #footer .payment-logo a{
    margin-bottom: 10px;
  }

  #footer .footer-end .payment-logo a{
    width: 60px;
  }

  #footer .footer-end .payment-logo a img {
    width: 40px;
  }
}

@media (max-width: 991px) {
  #footer .footer-contact-top .contact-item{
    margin-bottom: 30px;
  }
  #footer .footer-end .payment-logo{
    text-align: center;
  }

  #footer .copyright {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #footer .copyright {
    padding: 2px 0;
  }
}

@media (max-width: 576px) {
  #footer .footer-newsletter h3{
    font-size: 20px;
  }

  #footer .footer-contact-top .social-contact {
    height: 180px;
	  padding: 10px 0;
  }

	#footer .footer-contact-top img{
		width: 25px;
	}
	#footer .footer-contact-top .social-contact br{
		display: none;
	}
  #footer .footer-newsletter .content{
    width: 90%;
  }

  #footer .footer-contact-top .contact-item,
  #footer .footer-top .footer-links{
    margin-left: 15px;
    margin-bottom: 0px;
  }

  #footer .footer-end .footer-end{
    display: block !important;
    text-align: center;
  }
  #footer .footer-end .payment-logo {
    text-align: center;
  }

  #footer .copyright p {
    margin-bottom: 0;
  }
	#footer .footer-content {
		margin-top: 100px;
	}
}

/**************Feedback Form****************/
/*feedback_form_area*/

.feedback-form{
  position:fixed;
  top:20%;
  right:0;
  z-index:100;
  min-height:450px;
}

.feedback-form-show{
  left:0 !important;
}

.feedback_form_area{
  position:relative;
  display:none;
  overflow: hidden;
  background:#ffffff;
  margin-left: 5px;
  border-radius: 12px;
}

.feedback_form_area_inner{
  width:300px;
  min-height:350px;
  color:#666;
  padding:20px;
}

.feedback_form_area h3{
  margin-top:0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
    
.custom-inp{
  width:100%;
  height:35px;
  padding-left:5px;
  color:#fff;
  border:1px #fff solid;
  background:transparent;
  margin-bottom: 15px;
}
    
.custom-inp-txt{
  width:100%;
  height:100px;
  padding:5px;
  color:#666;
  border:1px #cfcfcf solid;
  background:transparent;
}

.feedback-form-btn{
  position: absolute;
  left: -50px;
  color: #666;
  top: 30%;
  border-radius:0;
}

@media only screen and (max-width: 320px) {
  .feedback_form_area_inner
  {
    width:260px;
    min-height:450px;
    color:#666;
    padding:15px;
  }
}
.mt-50{
    margin-top:50px;
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/
.sub-categories .box-list .box{
  padding: 10px 20px;
  cursor: pointer;
}
.sub-categories .box-list .box:hover{
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  background: #FCDE67;
}

.sub-categories .content h4{
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width:1399px){
  .sub-categories .box-list .box{
    padding: 10px 8px;
  }
}

@media (max-width:768px){
  .sub-categories .content h4{
    font-size: 12px;
  }
}

.category-items .card{
  padding: 10px;
  margin-bottom: 20px;
  background: #F5F5F5;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.category-items .card h5{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

.category-page .description{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background: #fff;
  color: #3D3D3D;
  padding-block: 3rem;
}

.category-page .description .inner-content{
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

.category-page .description .inner-content p{
  color: #666666;
  font-size: 18px;
}

@media (max-width:767px){

  .category-page .description .inner-content p{
    color: #666666;
    font-size: 16px;
  }
}
.categories-list .item{
  background: #fff;
  margin: 0px 0px 25px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.categories-list .item:hover{
  box-shadow: 0px 0px 20px 0px #00000066;
  margin-top: -10px;
}

.categories-list .item .card-body.title{
  margin: 0;
  padding: 10px auto !important;
}
.categories-list .item .card-title{
  margin-top:8px;
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Terms and Conditions Page
--------------------------------------------------------------*/
.terms-page .getquote-form{
  margin: 0 10px;
}

/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.contact-page h1{
  font-family: Poppins-Medium;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 30px;
}
.contact-page .map img{
  width: 100%;
  border-radius: 5px;
}

.contact-page .getquote-form{
  margin: 0 10px;
}

@media (max-width:767px){
  .contact-page .map img{
    margin-top: 30px;
  } 
}


/*--------------------------------------------------------------
# Our Blog 
--------------------------------------------------------------*/
.blog-page h2{
  font-weight: 700;
}

.blog-page .posts .post-item{
  margin-bottom: 30px;
}

.blog-page .posts .post-item .card{
  border: 1px;
}
.blog__post-img{
	object-fit: cover;
    object-position: top;
}
.blog-page .posts .post-item .card .card-body{
  padding: 20px 5px;
}

.blog-page .posts .post-item .card .card-title {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.blog-page .posts .post-item .card-link {
  color: #FCDE67;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.blog-page .posts .post-item .card-link:hover .card-title{
  color: #FCDE67;
}

.blog-page .posts .post-item .card .date{
  color: #666666;
}

.blog-page .posts:hover .post-item img {
  top: -10px;
}
/*******blog-listing*********/
.blog-listing .posts .post-item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.blog-listing .posts .post-item .card-body{
  width: 100%;
  margin: 0 auto;
  padding: 10px !important;
  background: #fff;
}

.blog-page .posts .post-item .card-link:hover .card-title{
  color: #333333;
}

.blog-listing .posts .post-item .card-date {
    text-align: left;
    line-height: 30px;
    font-weight: normal;
    font-size: 12px;
    color: #929FAC;
}

@media (min-width:992px) and (max-width:1199px){
  .blog-listing .posts .post-item .card-title{
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
}
.blog-aside{
	margin-top: 0;
}
.blog-sidebar {
    position: sticky;
    top: 9rem;
}
.widget:not(:last-child) {
    margin-top: 30px;
    margin-bottom: 30px;
}
.widget ul {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 0;
}
.feature_categories li {
    list-style: none;
}
.feature_categories li:not(:last-child) {
    margin-bottom: 10px;
}
.widget.feature_categories a {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background-color: #FCDE67;
    display: inline-block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.feature_categories a span {
    float: right;
    width: 37px;
    border-radius: 3px;
    text-align: center;
}

/* featured-categories widget — BEM */
.featured-categories__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.featured-categories__list {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 0;
    list-style: none;
}
.featured-categories__item:not(:last-child) {
    margin-bottom: 10px;
}
.featured-categories__link {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background-color: #FCDE67;
    display: inline-block;
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
    text-decoration: none;
}
.featured-categories__link:hover {
    color: #000;
    opacity: 0.85;
}
.featured-categories__count {
    float: right;
    width: 37px;
    border-radius: 3px;
    text-align: center;
}
.widget.follow_us ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}
.widget.follow_us ul li {
    display: inline-block;
    padding-right: 10px;
}
.widget.follow_us ul a {
    background-color: #FCDE67;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}
/*********blog-sidebar*******/
.single_post_aside__section {
    margin-bottom: 0 1rem 1rem 1rem;
}
.blog-sidebar {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
}
.blog-sidebar h3{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-sidebar .card{
  border: 1px solid #ffcc4e;
  cursor: pointer;
}
.blog-sidebar .card:last-child {
    margin-bottom: 0 !important;
}
.blog-sidebar .card:hover{
  background: #FCDE67;
}

.blog-sidebar .card-body{
  padding: 1rem 1rem 1rem 0;

}

.blog-sidebar .card-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-sidebar .card-text{
  font-size: 12px;
  line-height: 15px;
}
.aside-card-body{
	    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:992px) and (max-width:1199px){
  .blog-sidebar .card-body{
    padding: 0px 0 0 10px;
  }
  .blog-sidebar .card-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .blog-sidebar .card-text{
    font-size: 15px;
    line-height: 22px;
  }
}

/*****blog-categories*****/
.blog-categories .box-list .box{
  padding: 10px 0px;
  cursor: pointer;
}
.blog-categories .box-list .box:hover{
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #0000001A;
  background: #FCDE67;
}

.blog-categories .content h4{
  font-size: 14px;
  margin-top: 10px;
}

@media (max-width:1399px){
  .blog-categories .box-list .box{
    padding: 10px 8px;
  }
}

@media (max-width:768px){
  .blog-categories .content h4{
    font-size: 12px;
  }
}
.single_post_aside {
    height: 100%;
}
.single_post_aside__cta {
    position: sticky;
    top: 9rem;
}
.single_post_aside__cta-wrapper {
    padding: 0 1rem 1rem 1rem;
}
.single_post_aside__cta-content {
    background: #181818;
    border-radius: 5px;
    padding: 2.5rem 2.5rem 0 2.5rem;
    text-align: center;
    color: #fff;
}
.single_post_aside__cta-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 2rem;
}
.single_post_aside__cta-text {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
.single_post_aside__cta-img {
    width: auto;
    max-height: 250px;
}
.single_post_aside__cta-link {
    background: #fcde67;
    padding: 6px 17px;
    display: inline-block;
    border: 1px solid #fcde67;
}
.single_post_aside__cta-link:hover {
    background: transparent;
    color: #fff;
}

/*--------------------------------------------------------------
# Post Page Demo1
--------------------------------------------------------------*/
.post-page .post{
  margin-bottom: 50px;
}

.post-page .post h1{
  font-size: 32px;
  font-weight: 600;
  font-family: Poppins-Medium;
  line-height: 38px;
  margin-bottom: 15px;
}

.post-page .post .thumb{
  width: 500px;
  height: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.post-page .post .date{
  color: #666666;
  font-weight: 700;
  margin-bottom: 15px;
}

.post-page .post p{
  color: #666666;
  font-size: 18px;
}

.post-page .post a{
  color: #FCDE67;
  font-weight: 700;
}

.post-page .post a:hover{
  text-decoration: underline;
}

@media (max-width:1199px){
  .post-page .post .thumb{
    width: 400px;
  }
  .post-page .post h1{
    font-size: 24px;
    line-height: 32px;
  }
  .post-page .post p{
    font-size: 16px;
  }
}

@media (max-width:991px){
  .post-page .post .thumb{
    width: 300px;
  }
}

@media (max-width:767px){
  .post-page .post .thumb{
    width: 100%;
    display: block;
  }
}

/*--------------------------------------------------------------
# Post Page Demo2
--------------------------------------------------------------*/
.post-page .post-detail{
}

.post-date-author{
  color: #666666;
}

.post-page .post-detail h1{
  font-size: 26px;
  font-weight: 600;
  font-family: Poppins;
  line-height: 45px;
  margin-bottom: 15px;
  color: #3D3D3D;
}

.post-page .post-detail h2{
  font-size: 22px;
  font-weight: 600;
  font-family: Poppins;
  line-height: 34px;
  color: #333333;
}

.post-page .post-detail p{
  color: #333333;
}

.post-page .post-detail ul{
  margin: 0;
  padding: 0;
}

.post-page .post-detail ul li {
	font-family: Poppins;
	line-height: 30px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.post-page .post-detail .post-img{
  margin: 10px 0;
  width: 100%;
}

.post-page .topfeatured-products{
  margin: 0 30px;
  padding: 30px 50px;
}

.post-page .block-quote{
  background: #FCDE6733;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-page .block-quote p{
  padding: 0 15px;
  font-style: italic;
}

.post-page .block-quote .close-quote{
  bottom: 50px;
  position: absolute;
  right: 25px;
}

.post-page .block-quote img{
  height: 28px;
}

@media (max-width: 992px){
  .post-page .post-detail h1{
    font-size: 24px;
    line-height: 40px;
  }

  .post-page .post-detail h2{
    font-size: 20px;
    line-height: 30px;
  }

  .post-page .blog-sidebar{
    margin-top: 50px;
  }
}

@media (max-width: 768px){
  .post-page .post-detail h1{
    font-size: 22px;
    line-height: 35px;
  }

  .post-page .post-detail h2{
    font-size: 18px;
    line-height: 25px;
  }

  .post-page .blog-sidebar{
    margin-top: 30px;
  }

  .post-page .topfeatured-products{
    margin: 0px;
    padding: 15px 50px;
  }
}


/*--------------------------------------------------------------
# Single Post Content
--------------------------------------------------------------*/
article.single-post__content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #3D3D3D;
}

/* Headings */
article.single-post__content h1,
article.single-post__content h2,
article.single-post__content h3,
article.single-post__content h4,
article.single-post__content h5,
article.single-post__content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.35;
}

article.single-post__content h1 { font-size: 2rem; }
article.single-post__content h2 { font-size: 1.6rem; }
article.single-post__content h3 { font-size: 1.35rem; }
article.single-post__content h4 { font-size: 1.15rem; }
article.single-post__content h5 { font-size: 1rem; }
article.single-post__content h6 { font-size: 0.9rem; color: #666666; }

/* Paragraph & Inline text */
article.single-post__content p {
  margin-bottom: 1.25em;
  color: #3D3D3D;
}

article.single-post__content span {
  color: inherit;
}

article.single-post__content strong,
article.single-post__content b {
  font-weight: 700;
  color: #1a1a1a;
}

article.single-post__content em,
article.single-post__content i {
  font-style: italic;
}

article.single-post__content u {
  text-decoration: underline;
  text-underline-offset: 3px;
}

article.single-post__content s,
article.single-post__content del {
  text-decoration: line-through;
  color: #888888;
}

article.single-post__content ins {
  text-decoration: underline;
  text-decoration-color: var(--bg-yellow);
  background: rgba(252, 222, 103, 0.15);
}

article.single-post__content mark {
  background: var(--bg-yellow);
  color: #1a1a1a;
  padding: 0 3px;
  border-radius: 2px;
}

article.single-post__content small {
  font-size: 0.8em;
  color: #666666;
}

article.single-post__content sub,
article.single-post__content sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
article.single-post__content sub { bottom: -0.25em; }
article.single-post__content sup { top: -0.5em; }

article.single-post__content abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666666;
  text-decoration: none;
}

article.single-post__content cite {
  font-style: italic;
  color: #555555;
}

/* Links */
article.single-post__content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--bg-yellow);
  font-weight: 600;
  transition: color 0.2s ease;
}

article.single-post__content a:hover {
  color: #000000;
  text-decoration-color: #1a1a1a;
}

/* Code & Pre */
article.single-post__content code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.88em;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 2px 6px;
  color: #c0392b;
}

article.single-post__content kbd {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85em;
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 7px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.4);
}

article.single-post__content var {
  font-style: italic;
  color: #555555;
}

article.single-post__content pre {
  background: #1a1a1a;
  color: #f1f1f1;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.6;
  padding: 20px 24px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1.5em 0;
}

article.single-post__content pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  border-radius: 0;
}

/* Lists */
article.single-post__content ul,
article.single-post__content ol {
  margin: 0 0 1.25em 0;
  padding-left: 1.6em;
}

article.single-post__content ul {
  list-style-type: disc;
}

article.single-post__content ol {
  list-style-type: decimal;
}

article.single-post__content li {
  margin-bottom: 0.5em;
  line-height: 1.7;
  color: #3D3D3D;
}

article.single-post__content ul ul,
article.single-post__content ol ol,
article.single-post__content ul ol,
article.single-post__content ol ul {
  margin-top: 0.4em;
  margin-bottom: 0;
}

article.single-post__content dl {
  margin: 0 0 1.25em 0;
}

article.single-post__content dt {
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 0.75em;
}

article.single-post__content dd {
  margin-left: 1.5em;
  color: #555555;
}

/* Blockquote */
article.single-post__content blockquote {
  background: rgba(252, 222, 103, 0.2);
  border-left: 4px solid var(--bg-yellow);
  margin: 1.75em 0;
  padding: 18px 24px;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: #444444;
}

article.single-post__content blockquote p:last-child {
  margin-bottom: 0;
}

article.single-post__content blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 600;
  color: #666666;
}

/* Horizontal Rule */
article.single-post__content hr {
  border: none;
  border-top: 2px solid #e8e8e8;
  margin: 2em 0;
}

/* Images */
article.single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Figure & Figcaption */
article.single-post__content figure {
  margin: 1.5em 0;
}

article.single-post__content figcaption {
  font-size: 0.85em;
  color: #888888;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

/* Tables */
article.single-post__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
  overflow-x: auto;
  display: block;
}

article.single-post__content thead {
  background: #1a1a1a;
  color: #ffffff;
}

article.single-post__content tbody tr:nth-child(even) {
  background: #f7f7f7;
}

article.single-post__content tbody tr:hover {
  background: rgba(252, 222, 103, 0.15);
}

article.single-post__content tfoot {
  background: #f0f0f0;
  font-weight: 600;
}

article.single-post__content th {
  font-weight: 700;
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #ddd;
  white-space: nowrap;
}

article.single-post__content td {
  padding: 10px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
}

article.single-post__content caption {
  caption-side: bottom;
  font-size: 0.85em;
  color: #888888;
  text-align: center;
  padding-top: 8px;
  font-style: italic;
}

/* Video & Audio */
article.single-post__content video,
article.single-post__content audio {
  max-width: 100%;
  display: block;
  margin: 1.5em 0;
  border-radius: 6px;
}

/* Iframes (embeds) */
article.single-post__content iframe {
  max-width: 100%;
  display: block;
  margin: 1.5em 0;
  border: none;
  border-radius: 6px;
}

/* Details & Summary */
article.single-post__content details {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 1em 0;
  background: #fafafa;
}

article.single-post__content summary {
  font-weight: 600;
  cursor: pointer;
  color: #1a1a1a;
  list-style: none;
}

article.single-post__content summary::before {
  content: "+ ";
  color: var(--bg-yellow);
  font-weight: 700;
}

article.single-post__content details[open] > summary::before {
  content: "– ";
}

/* WordPress alignment & caption classes */
article.single-post__content .alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

article.single-post__content .alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

article.single-post__content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

article.single-post__content .alignwide {
  width: 100%;
}

article.single-post__content .wp-caption {
  max-width: 100%;
}

article.single-post__content .wp-caption-text {
  font-size: 0.85em;
  color: #888888;
  text-align: center;
  margin-top: 6px;
  font-style: italic;
}

@media (max-width: 768px) {
  article.single-post__content h1 { font-size: 1.6rem; }
  article.single-post__content h2 { font-size: 1.35rem; }
  article.single-post__content h3 { font-size: 1.15rem; }

  article.single-post__content .alignleft,
  article.single-post__content .alignright {
    float: none;
    margin: 0 0 1em 0;
  }

  article.single-post__content table {
    font-size: 0.85em;
  }

  article.single-post__content th,
  article.single-post__content td {
    padding: 8px 10px;
  }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.filterproducts #products-flters {
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.filterproducts #products-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 14px 22px 16px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.filterproducts #products-flters li:hover,
.filterproducts #products-flters li.filter-active {
  color: #fff;
  background: #FCDE67;
}

.filterproducts #products-flters li:last-child {
  margin-right: 0;
}

.filterproducts .filter-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.filterproducts .filter-item .card{
  background: #F5F5F5;
}

.filterproducts .filter-item .card img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filterproducts .filter-item .card .card-title {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.filterproducts .filter-item .card .card-link {
  color: #FCDE67;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/
.product-page h1{
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.product-page .gallery-thumb{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #c1c1c1;
}

.product-page .product-gallery .gallery-thumb img{
  width: 100%;
}

.product-page .product-gallery .mini .img-thumb{
  width: 20%;
}

.product-page .product-gallery .mini .img-thumb img{
  width: 92%;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}

.product-page .product-gallery .mini .img-thumb img.active,
.product-page .product-gallery .mini .img-thumb img:hover{
  border-color: #FCDE67;
}

@media (max-width:1199px){
  .product-page h1{
    font-size: 28px;
  }
}

.product-specs-container #productdetail-flters{
  border-bottom: 2px solid #c1c1c1;
  width: 100%;
  border-radius: 0;
  text-align: left;
  height: 50px;
  padding: 0;
}

.product-specs-container #productdetail-flters li{
  text-align: center;
  font-size: 18px;
  width: 300px;
  border-radius: 0;
  display: inline-block;
  height: 50px;
  cursor: pointer;
}

@media (max-width: 768px){
	.product-specs-container #productdetail-flters li{
		width: fit-content;
		margin-right: 20px;
	}
}

section#filterproducts {
    margin-bottom: 90px;
}
body.single-product section#filterproducts {
	margin-bottom: 0;
}
.product-specs-container #productdetail-flters li:hover {
  color: #FCDE67;
  background: transparent;
  border-bottom: 2px solid #FCDE67;
}

.product-specs-container #productdetail-flters li.filter-active{
  color: #000;
  background: transparent;
  border-bottom: 2px solid #000;
	font-weight: bold;
}
.product-specs-container .filter-item{
  display: none;
}

.product-specs-container .filter-item.active{
  display: block !important;
}

/*.product-specs-container .filter-item .spec-table, */
.product-specs-container .filter-item .content {
    min-height: 500px;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #fdde67 #C0C7CB;
    width: 100%;
}

/* Product description tab — all HTML tags */
.filter-item.product-desc .content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #3D3D3D;
}

/* Headings */
.filter-item.product-desc .content h1,
.filter-item.product-desc .content h2,
.filter-item.product-desc .content h3,
.filter-item.product-desc .content h4,
.filter-item.product-desc .content h5,
.filter-item.product-desc .content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
  line-height: 1.35;
}

.filter-item.product-desc .content h1 { font-size: 1.9rem; }
.filter-item.product-desc .content h2 { font-size: 1.55rem; }
.filter-item.product-desc .content h3 { font-size: 1.3rem; }
.filter-item.product-desc .content h4 { font-size: 1.1rem; }
.filter-item.product-desc .content h5 { font-size: 1rem; }
.filter-item.product-desc .content h6 { font-size: 0.9rem; color: #666666; }

/* Paragraphs & inline */
.filter-item.product-desc .content p {
  margin-bottom: 1.25em;
  color: #3D3D3D;
}

.filter-item.product-desc .content span {
  color: inherit;
}

.filter-item.product-desc .content strong,
.filter-item.product-desc .content b {
  font-weight: 700;
  color: #1a1a1a;
}

.filter-item.product-desc .content em,
.filter-item.product-desc .content i {
  font-style: italic;
}

.filter-item.product-desc .content u {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.filter-item.product-desc .content s,
.filter-item.product-desc .content del {
  text-decoration: line-through;
  color: #888888;
}

.filter-item.product-desc .content ins {
  text-decoration: underline;
  text-decoration-color: #FCDE67;
  background: rgba(252, 222, 103, 0.15);
}

.filter-item.product-desc .content mark {
  background: #FCDE67;
  color: #1a1a1a;
  padding: 0 3px;
  border-radius: 2px;
}

.filter-item.product-desc .content small {
  font-size: 0.8em;
  color: #666666;
}

.filter-item.product-desc .content sub,
.filter-item.product-desc .content sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.filter-item.product-desc .content sub { bottom: -0.25em; }
.filter-item.product-desc .content sup { top: -0.5em; }

.filter-item.product-desc .content abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666666;
  text-decoration: none;
}

.filter-item.product-desc .content cite {
  font-style: italic;
  color: #555555;
}

/* Links */
.filter-item.product-desc .content a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #FCDE67;
  font-weight: 600;
  transition: color 0.2s ease;
}

.filter-item.product-desc .content a:hover {
  color: #000000;
  text-decoration-color: #1a1a1a;
}

/* Code */
.filter-item.product-desc .content code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.88em;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 2px 6px;
  color: #c0392b;
}

.filter-item.product-desc .content kbd {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85em;
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 7px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}

.filter-item.product-desc .content var {
  font-style: italic;
  color: #555555;
}

.filter-item.product-desc .content pre {
  background: #1a1a1a;
  color: #f1f1f1;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  line-height: 1.6;
  padding: 20px 24px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1.5em 0;
}

.filter-item.product-desc .content pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  border-radius: 0;
}

/* Lists */
.filter-item.product-desc .content ul,
.filter-item.product-desc .content ol {
  margin: 0 0 1.25em 0;
  padding-left: 1.6em;
}

.filter-item.product-desc .content ul {
  list-style-type: disc;
}

.filter-item.product-desc .content ol {
  list-style-type: decimal;
}

.filter-item.product-desc .content li {
  margin-bottom: 0.5em;
  line-height: 1.7;
  color: #3D3D3D;
}

.filter-item.product-desc .content ul ul,
.filter-item.product-desc .content ol ol,
.filter-item.product-desc .content ul ol,
.filter-item.product-desc .content ol ul {
  margin-top: 0.4em;
  margin-bottom: 0;
}

.filter-item.product-desc .content dl {
  margin: 0 0 1.25em 0;
}

.filter-item.product-desc .content dt {
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 0.75em;
}

.filter-item.product-desc .content dd {
  margin-left: 1.5em;
  color: #555555;
}

/* Blockquote */
.filter-item.product-desc .content blockquote {
  background: rgba(252, 222, 103, 0.2);
  border-left: 4px solid #FCDE67;
  margin: 1.75em 0;
  padding: 18px 24px;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: #444444;
}

.filter-item.product-desc .content blockquote p:last-child {
  margin-bottom: 0;
}

.filter-item.product-desc .content blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 600;
  color: #666666;
}

/* HR */
.filter-item.product-desc .content hr {
  border: none;
  border-top: 2px solid #e8e8e8;
  margin: 2em 0;
}

/* Images */
.filter-item.product-desc .content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Figure */
.filter-item.product-desc .content figure {
  margin: 1.5em 0;
}

.filter-item.product-desc .content figcaption {
  font-size: 0.85em;
  color: #888888;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

/* Tables */
.filter-item.product-desc .content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95em;
  overflow-x: auto;
  display: block;
}

.filter-item.product-desc .content thead {
  background: #1a1a1a;
  color: #ffffff;
}

.filter-item.product-desc .content tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.filter-item.product-desc .content tbody tr:hover {
  background: rgba(252, 222, 103, 0.15);
}

.filter-item.product-desc .content tfoot {
  background: #f0f0f0;
  font-weight: 600;
}

.filter-item.product-desc .content th {
  font-weight: 700;
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #dddddd;
  white-space: nowrap;
}

.filter-item.product-desc .content td {
  padding: 10px 16px;
  border: 1px solid #dddddd;
  vertical-align: top;
}

.filter-item.product-desc .content caption {
  caption-side: bottom;
  font-size: 0.85em;
  color: #888888;
  text-align: center;
  padding-top: 8px;
  font-style: italic;
}

/* Video, Audio, Iframe */
.filter-item.product-desc .content video,
.filter-item.product-desc .content audio {
  max-width: 100%;
  display: block;
  margin: 1.5em 0;
  border-radius: 6px;
}

.filter-item.product-desc .content iframe {
  max-width: 100%;
  display: block;
  margin: 1.5em 0;
  border: none;
  border-radius: 6px;
}

/* Details & Summary */
.filter-item.product-desc .content details {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 16px;
  margin: 1em 0;
  background: #fafafa;
}

.filter-item.product-desc .content summary {
  font-weight: 600;
  cursor: pointer;
  color: #1a1a1a;
  list-style: none;
}

.filter-item.product-desc .content summary::before {
  content: "+ ";
  color: #FCDE67;
  font-weight: 700;
}

.filter-item.product-desc .content details[open] > summary::before {
  content: "– ";
}

/* WP alignment helpers */
.filter-item.product-desc .content .alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}

.filter-item.product-desc .content .alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}

.filter-item.product-desc .content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.filter-item.product-desc .content .wp-caption-text {
  font-size: 0.85em;
  color: #888888;
  text-align: center;
  margin-top: 6px;
  font-style: italic;
}

@media (max-width: 768px) {
  .filter-item.product-desc .content h1 { font-size: 1.5rem; }
  .filter-item.product-desc .content h2 { font-size: 1.25rem; }
  .filter-item.product-desc .content h3 { font-size: 1.1rem; }

  .filter-item.product-desc .content .alignleft,
  .filter-item.product-desc .content .alignright {
    float: none;
    margin: 0 0 1em 0;
  }

  .filter-item.product-desc .content table {
    font-size: 0.85em;
  }

  .filter-item.product-desc .content th,
  .filter-item.product-desc .content td {
    padding: 8px 10px;
  }
}

.product-specs .spec-table table tbody{
  border: 2px solid #c1c1c1;
}
.product-specs .spec-table table tbody tr{
  color: #666666;
}

.product-specs .spec-table table tbody tr td{
  color: #666666;
}

.product-specs .spec-table table tbody tr.row-style{
  background-color: #E1E1E1;
}

.product-page .get-quote .getquote-form{
  margin: 30px 0px;
}

.product-page .product-gallery{
  margin-bottom: 20px;
}

.product-reviews-images {
    background: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 20px;
}
.product-reviews-images__list {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
.product-reviews-images__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-reviews-images__link {
    display: block;
    width: 100%;
    height: auto;
}
.product-reviews-images__img {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 10px 15px;
}
.product-page .payment-methods .methods{
  margin-top: 30px;
  text-align: center;
}

.product-page .payment-methods .methods .col{
  padding: 0;
}

.product-page .payment-methods .methods a{
  padding: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  width: 16%;
}

.product-page .payment-methods .methods a img{
  width: 50px;
}

.filterproducts .filter-item:hover img {
  top: -10px;
}

.filterproducts .product-desc .desc-gallery-thumb{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #c1c1c1;
}
.desc-gallery-thumb {
	margin-bottom: 20px;
}
.desc-gallery-thumb img{
  width: 100%;
}
.desc-product-gallery .mini{
    justify-content: space-between;
    align-content: center;
}
.desc-product-gallery .mini .img-thumb{
  width: 48%;
}

.desc-product-gallery  .mini .img-thumb img{
  width: 100%;
  border: 2px solid #c1c1c1;
  cursor: pointer;
}

.desc-product-gallery .mini .img-thumb img.active,
.desc-product-gallery .mini .img-thumb img:hover{
  border-color: #FCDE67;
}
#cat-gallery-slider .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#cat-gallery-slider.owl-theme .owl-dots .owl-dot.active span, 
#cat-gallery-slider.owl-theme .owl-dots .owl-dot:hover span 
{
	background: #fcde67;
}
.social-count__link {
    display: block;
}

.social-count {
    text-align: center;
    padding: 26px 0;
}

.social-count__fb {
    background: #4450a6;
    color: #fff;
}

.social-count__twitter {
    color: #fff;
    background: #06a5e3;
}

.social-count__instagram {
    color: #fff;
    background: #e84481;
}

.social-count__icon {
    margin-bottom: 25px;
}

.social-count__icon i {
    font-size: 32px;
}

.social-count__number {
    font-size: 27px;
    font-family: karla-bold;
    margin-bottom: 15px;
}

.social-count__hash-tag {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Related Products
--------------------------------------------------------------*/

.related-products.multi-item .carousel-item {
  margin-right: 0;
  flex: 0 0 25% !important;
  display: block;
}

.related-products.multi-item .carousel-item .card{
  color: #666666;
  background: #F5F5F5;
  margin: 0 10px;
}

.related-products.multi-item .carousel-item .card:hover{
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 10px 0px #0000001A;
}

.related-products.multi-item .carousel-item .card h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.related-products.multi-item .carousel-item .card h5 {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.related-products.multi-item .carousel-item .card .card-link {
  color: #FCDE67;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: underline;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

@media (max-width: 1199px) {
  .related-products.multi-item .carousel-item {
    flex: 0 0 33.3333333% !important;
  }
}

@media (max-width: 992px) {
  .related-products.multi-item .carousel-item {
    flex: 0 0 50% !important;
  }
}

@media (max-width: 575px) {
  .related-products.multi-item .carousel-item {
    flex: 0 0 100% !important;
  }
}
/*********Page CSS***/
.product-page .premium-finishes,
.product-page .card-stock-options{
  background: #fff;
}
#modalProductImage {
    width: 100%;
    border: none;
    max-height: 500px;
}
.getQuoteModal-form {
    max-height: 470px;
	height: 100%;
	display: flex;
	background: white;
}
/*--------------------------------------------------------------
# Get Quote Modal
--------------------------------------------------------------*/
.modal {
  --bs-modal-border-width: 0px;
}

.getQuoteModal .modal-header{
  display: none;
}

.getQuoteModal .modal-content{
  background: none;
  border-radius: 0px;
}

.getQuoteModal .beat-quote{
  margin: 0px;
  background: #fff;
  margin-left: 0px;
  box-shadow: none;
  margin-top: 0px !important;
  padding-bottom: 12px;
}

.getQuoteModal .beat-quote .form-heading {
	background: #000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
}

.getQuoteModal .row {
  --bs-gutter-x: 0rem;
}

.getQuoteModal .beat-quote .form-data{
  margin: 0 20px;
}

.getQuoteModal .form-style input,
.getQuoteModal .form-style select {
  padding: 6px 15px;
  margin-bottom: 8px;
}

.getQuoteModal .form-style textarea{
  height: 80px;
}

.getQuoteModal .beat-quote .btn-close{
  width: 20px;
  height: 22px;
  margin-bottom: 20px;
  margin-top: 20px !important;
  color: #fff;
  background: none;
  opacity: 1;
}

.getQuoteModal .beat-quote .btn-close:focus{
  outline: none;
}

.getQuoteModal .form-style .submit-btn{
  width: 100%;
  height: 34px;
  margin-top: 10px;
}

.getQuoteModal .beat-quote p{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .getQuoteModal .modal-dialog {
    max-width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 575px) {
  .getQuoteModal .modal-header{
    display: block;
  }
  .modal.show .modal-dialog {
    padding: 50px;
  }

  .getQuoteModal .beat-quote{
    margin-bottom: 20px;
  }

}


.error-message {
	position: absolute;
	top: 14px;
	right: 30px;
	font-size: 11px;
	color: red;
}
.digitsol-error {
	border-color: red !important;
}
.gallery-thumb {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
	/*   border: 3px solid #777; */
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}

.nav_icon {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin-left: 10px;
}

.zoom-eff {
    width: 100%;
    min-height: 450px;
    position: relative;
}
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 44%, #e5e5e5 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 44%,#e5e5e5 100%);
    background: radial-gradient(ellipse at center, #ffffff 44%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 12px 0px #d7d1d199;
}
.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}
.product-images-box .sub-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.product-images-box .sub-grid .single-img {
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-images-box .sub-grid .single-img img {
    width: 80px;
    height: 80px;
}
ul.pagination {
    padding: 20px 0;
}
ul.pagination li a {
    font-size: 22px;
    padding: 10px 20px;
    background: #fff;
}
ul.pagination li.active a {
    background: #f05839;
    color: #fff;
}
.menu-item-object-product-category.level-0 .nav_icon_wrap.category {
    display: none;
}
form#get-instant-quote{
	position: relative;
}
.get-quote form#get-instant-quote .col-md-4 {
    position: relative;
}
.map-iframe--wrapper{
    margin-bottom: 20px;
}
#map-iframe {
	height: 100%;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #00000040;
	padding: 20px;
}

body.page-template-primary-packaging .wpcf7 {
    width: 100%;
    height: 100%;
}
#carousel-indicators{
	display: none;
}

.payment-icons {
    padding: 1.5rem 0;
    background: #f4f4f4;
}
ul.payment-icons__list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
}
li.payment-icons__item {
    max-width: 220px;
    margin-right: 1rem;
}
a.payment-icons__item-link {
    display: block;
    width: 100%;
    height: auto;
}
img.payment-icons__img {
    width: 100%;
}
a.payment-icons__item-link svg {
    width: 100%;
}
.payment-icons--left, .payment-icons--right {
    display: flex;
    align-items: center;
}
.payment-icons--right {
    justify-content: flex-end;
}
li.payment-icons__item.payment-icons__item--trustpilot {
    margin-top: 1.5rem;
}
.single_product_sticky_aside_wrapper {
    position: sticky;
    top: 160px;
    padding-bottom: 30px;
}

@media (max-width: 768px){
	.payment-icons--left .payment-icons__wrapper {
		width: inherit;
	}
	.payment-icons--left ul.payment-icons__list {
		justify-content: space-around;
	}
	.payment-icons--left li.payment-icons__item {
		margin-right: 0;
	}
	img.payment-icons__img {
		transform: scale(0.8);
	}
	li.payment-icons__item.payment-icons__item--trustpilot {
		height: 60px;
	}
	.payment-methods {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
# Search Modal
--------------------------------------------------------------*/
.topbar-search-icon {
  cursor: pointer;
  color: var(--text-black);
  font-size: 15px;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s;
  flex-shrink: 0;
}
.topbar-search-icon:hover { transform: scale(1.2); }

#search-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 16px 48px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
#search-modal.active { opacity: 1; pointer-events: all; }

.search-modal__inner {
  width: 100%;
  max-width: 700px;
  position: relative;
}

#search-modal-close {
  position: absolute;
  top: -46px;
  right: 0;
  background: none;
  border: 0;
  color: #aaa;
  font-size: 24px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s;
}
#search-modal-close:hover { color: #FCDE67; }

.search-modal__form-wrap {
  border-bottom: 2px solid #FCDE67;
  padding: 8px 0;
}

#search-modal-form {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-modal__icon { color: #FCDE67; font-size: 20px; flex-shrink: 0; }

#search-modal-input {
  flex: 1;
  background: none;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  caret-color: #FCDE67;
  min-width: 0;
}
#search-modal-input::placeholder { color: #444; }

#search-modal-results { margin-top: 28px; }

.search-modal__loading,
.search-modal__no-results {
  color: #666;
  font-size: 14px;
  text-align: center;
  padding: 28px 0;
}

.search-modal__loading i { display: inline-block; animation: haul-spin 0.7s linear infinite; }
@keyframes haul-spin { to { transform: rotate(360deg); } }

.search-modal__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 575px) {
  .search-modal__grid { grid-template-columns: repeat(2, 1fr); }
}

.search-modal__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: #181818;
  border: 1px solid #2a2a2a;
  padding: 12px;
  gap: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.search-modal__item:hover { border-color: #FCDE67; background: #111; }

.search-modal__item-img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.search-modal__item-img img { width: 100%; height: 100%; object-fit: cover; }

.search-modal__item-placeholder {
  width: 100%;
  height: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #333;
  font-size: 30px;
}

.search-modal__item-title {
  color: #ccc;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
.search-modal__item:hover .search-modal__item-title { color: #FCDE67; }

.search-modal__footer { text-align: center; margin-top: 28px; }
.search-modal__footer .btn-get-quote { display: inline-block; }

.oc-search-item { border-top: 2px solid #FCDE67 !important; }
.oc-search-item > a { color: #FCDE67 !important; gap: 10px; }
.oc-search-item > a:hover { background: #1a1a1a !important; }

