/* 
Theme Name: Digicon Solutions
Description: Digicon Solutions Limited website by We Are Trident.
Author: We Are Trident
Author URI: https://wearetrident.co.uk/
Version:1.0
Tested up to: 8.0
Requires PHP: 7.4
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@font-face {
  font-family: 'Bio Sans';
  src: url('assets/fonts/BioSans-Regular.woff2') format('woff2'),
    url('assets/fonts/BioSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #212943;
  --secondary: #152D7B;
  --accent: #0E8744;
  --off-white: #F7F8FA;
  --smoke-white: #F1F2F6;
  --white: #ffffff;
  --border-color: #E3E9ED;
  --dark: #000000;
  --link: #6bc5ef;
  --fontheading: "Archivo Black", sans-serif;
  --fontbody: "Bio Sans", sans-serif;
  --theme-font-size-14: 14px;
  --theme-font-size-15: 15px;
  --theme-font-size-16: 16px;
  --theme-font-size-18: 18px;
  --theme-font-size-20: 20px;
  --theme-font-size-24: 24px;
  --theme-font-size-48: 48px;
  --theme-font-size-80: 80px;
  --theme-character-spacing-0: 0px;
  --theme-line-spacing-20: 20px;
  --theme-line-spacing-22: 22px;
  --theme-line-spacing-26: 26px;
  --theme-line-spacing-28: 28px;
  --theme-line-spacing-30: 30px;
  --theme-line-spacing-52: 52px;
  --theme-line-spacing-88: 88px;
  --section-padding: 80px;
  font-size: 18px;
}

body {
  color: var(--dark);
  font-family: var(--fontbody);
}

.font-body {
  font-family: var(--fontbody);
}

.font-heading {
  font-family: var(--fontheading);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--fontheading);
  font-weight: normal;
}

p {
  font-family: var(--fontbody);
  margin-bottom: 15px;
  /* font-size: var(--theme-font-size-1); */
}

a {
  color: inherit;
  text-decoration: none;
}

.h1 {
  font-family: var(--fontheading);
  font-size: var(--theme-font-size-80);
  line-height: var(--theme-line-spacing-88);
}

.h2 {
  font-family: var(--fontheading);
  font-size: var(--theme-font-size-48);
  line-height: var(--theme-line-spacing-52);
}

.h3 {
  font-family: var(--fontheading);
  font-size: var(--theme-font-size-24);
  line-height: var(--theme-line-spacing-30);
}

.h4 {
  font-family: var(--fontheading);
  font-size: var(--theme-font-size-20);
  line-height: var(--theme-line-spacing-26);
}

.h5 {
  font-family: var(--fontheading);
  font-size: var(--theme-font-size-18);
  line-height: var(--theme-line-spacing-28);
}

a:hover {
  color: var(--link);
}

.img-wrap img {
  max-width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

p+p {
  margin-top: 1rem;
}

/* Bootstrap Overwrites */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 92%;
  }
}

@media (min-width: 1920px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

/* Header */

.header-navbar-main {
  padding: 20px 0px;
}

.header-navbar-main>.navbar {
  padding: 0px;
}

.header-navbar-main .navbar-stuck-menu {
  margin-top: 20px;
}

header .searchbox.form-control {
  padding: 12px 20px 12px 30px;
  height: 56px;
}

/* header .search-submit-btn {
  display: none;
} */

header .search-submit-btn {
    display: block;
    width: 60px;
    border: 0px;
    background: var(--primary);
    border-radius: 8px;
}

header .search-submit-btn svg * {
    stroke: white;
}

header #product_cat {
    width: auto;
}

header .searchbox.form-control {
    max-width: calc(100% - 260px);
}

header #product_cat {
  border: 1px solid #dcdcdc;
  border-left-radius: 10px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px;
	max-width: 200px;
}

header .custom-logo-link {
  display: block;
  width: 230px;
  height: auto;
}

header .custom-logo-link img {
  width: 100%;
  height: auto;
}

header .topbar {
  font-size: 16px;
  line-height: 22px;
  padding: 12px 0px;
  color: var(--white);
  background: var(--primary);
}

.header-top-bar-links {
  text-align: right;
}

header .navbar-tool {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
}

header .navbar-tool .navbar-tool-icon-box {
  height: 52px;
  width: 52px;
  padding: 15px;
  display: flex;
  border-radius: 40px;
  background: #E3E9ED;
  position: relative;
}

header .navbar-tool .navbar-tool-icon-box .icon svg {
  width: 100%;
  height: auto;
  color: #383F50;
}

header .navbar-tool .navbar-tool-label {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 4px;
  font-size: 14px;
  background: #ED1C25;
  color: var(--white);
  width: 24px;
  height: 24px;
  display: grid;
  place-content: center;
  border-radius: 20px;
  line-height: 1;
}

header .navbar-tool .navbar-tool-text {
  width: calc(100% - 64px);
}

header .navbar-tool .navbar-tool-text small {
  display: block;
  font-size: 14px;
  color: #65777F;
  line-height: 1;
}

header .navbar-tool .navbar-tool-icon-box .icon {
  display: grid;
  place-content: center;
}

header form.input-group {
  max-width: 55%;
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* 404 */

.error-404.not-found {
  text-align: center;
  padding: 130px 0;
  background: var(--secondary);
}

/* Default Page Title */
.page__title {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.theme-page-content {
  padding-bottom: 30px;
}

.theme-page-content>* {
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .page__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Footer */

.footer-top {
  background: var(--smoke-white);
  padding: 30px 0px;
}

.footer-top .basic-link {
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-28);
}

.footer-top .icon-box__content .h5 {
  font-family: var(--fontbody);
  font-weight: bold;
  margin-bottom: 6px;
}

.footer-top .icon-box__content .icon-box__text>* {
  margin-bottom: 6px;
}

.footer-main {
  padding-top: 54px;
  padding-bottom: 60px;
  background: var(--primary);
  color: var(--white);
}

.footer-widget-title {
  font-weight: bold;
  font-size: var(--theme-font-size-18);
  line-height: var(--theme-line-spacing-28);
  font-family: var(--fontbody);
  margin-bottom: 18px;
}

.footer-widget ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-widget ul li a {
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-20);
}

.footer-widget ul li a:hover{
	color: var(--white);
/* 	text-decoration: underline; */
}

.footer-widget.footer-widget--menu ul li+li {
  margin-top: 24px;
}

.footer-widget.footer-widget--contact-hq li a {
  font-weight: bold;
}

.footer-middle {
  padding: 20px 0px;
  background: #2129431D;
}

.footer-logo {
  width: 230px;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-middle .socials-links {
  text-align: right;
  justify-content: end;
  margin-bottom: 24px;
}

.footer-middle .payment-logos {
  text-align: right;
  width: 205px;
  margin-left: auto;
}

.socials-links a {
  background: #7D879C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 12px;
  width: 52px;
  height: 52px;
  border-radius: 4px;
}

.socials-links {
  display: flex;
  column-gap: 15px;
}

.footer-middle .payment-logos img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.socials-links a svg {
  width: 100%;
  height: auto;
}


/* Utilities */
.bg-layer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  user-select: none;
}

.bg-layer.have-overlay::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: var(--primary);
  opacity: 0.6;
}

.media-cover>* {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn-theme {
  padding: 12px 24px;
  min-width: 170px;
  height: 53px;
  border-radius: 8px;
  font-size: var(--theme-font-size-15);
  line-height: var(--theme-line-spacing-28);
  font-weight: bold;
  transition: 0.4s ease;
  position: relative;
}

.btn-theme--primary {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}

.btn-theme--primary:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
  box-shadow: 0px 0px 0px 1px var(--primary);
}

.btn-theme--secondary {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--white);
}

.btn-theme--secondary:hover {
  color: var(--white);
  border: 1px solid var(--white);
  box-shadow: 0px 0px 0px 1px var(--white);
}

.btn-theme--have-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  column-gap: 2px;
  margin-right: 55px;
}

.btn-theme--have-icon::after {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 12a.753.753 0 0 1 .751-.751h8.689l-3.22-3.218a.751.751 0 1 1 1.061-1.061l4.5 4.5a.753.753 0 0 1 0 1.061l-4.5 4.5a.751.751 0 0 1-1.061-1.061l3.22-3.219H6.751A.753.753 0 0 1 6 12"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 0px;
  right: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.4s ease;
}

.btn-theme--secondary.btn-theme--have-icon::after {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--primary);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 12a.753.753 0 0 1 .751-.751h8.689l-3.22-3.218a.751.751 0 1 1 1.061-1.061l4.5 4.5a.753.753 0 0 1 0 1.061l-4.5 4.5a.751.751 0 0 1-1.061-1.061l3.22-3.219H6.751A.753.753 0 0 1 6 12"/></svg>');
}

.btn-theme--secondary.btn-theme--have-icon:hover::after {
  background-color: transparent;
  transform: translatex(5px);
  box-shadow: 0px 0px 0px 1px var(--white);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 12a.753.753 0 0 1 .751-.751h8.689l-3.22-3.218a.751.751 0 1 1 1.061-1.061l4.5 4.5a.753.753 0 0 1 0 1.061l-4.5 4.5a.751.751 0 0 1-1.061-1.061l3.22-3.219H6.751A.753.753 0 0 1 6 12"/></svg>');
}

.btn-theme--primary.btn-theme--have-icon::after {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="white" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 12a.753.753 0 0 1 .751-.751h8.689l-3.22-3.218a.751.751 0 1 1 1.061-1.061l4.5 4.5a.753.753 0 0 1 0 1.061l-4.5 4.5a.751.751 0 0 1-1.061-1.061l3.22-3.219H6.751A.753.753 0 0 1 6 12"/></svg>');
}

.btn-theme--primary.btn-theme--have-icon:hover::after {
  background-color: transparent;
  transform: translatex(5px);
  box-shadow: 0px 0px 0px 1px var(--primary);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M6 12a.753.753 0 0 1 .751-.751h8.689l-3.22-3.218a.751.751 0 1 1 1.061-1.061l4.5 4.5a.753.753 0 0 1 0 1.061l-4.5 4.5a.751.751 0 0 1-1.061-1.061l3.22-3.219H6.751A.753.753 0 0 1 6 12"/></svg>');
}

.basic-link {
  text-decoration: underline;
  font-weight: 600;
}

.font-size-16 {
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-22);
}

/* Swiper */


.swiper-pagination--static {
  position: static;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.swiper-pagination-progressbar.swiper-pagination--theme {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  height: 8px;
}

.swiper-pagination-progressbar.swiper-pagination--theme .swiper-pagination-progressbar-fill {
  background: #ffffff;
  border-radius: 4px;
}

.swiper-pagination-progressbar.swiper-pagination--theme-secondary {
  background: #65777f4d;
  border-radius: 4px;
  height: 8px;
}

.swiper-pagination-progressbar.swiper-pagination--theme-secondary .swiper-pagination-progressbar-fill {
  background: #65777F;
  border-radius: 4px;
}


/* Forms */

.column__shortcode form .gform_fields .gfield .gfield_label {
  /*   color: #000; */
  font-size: var(--theme-font-size-18);
  line-height: var(--theme-line-spacing-24);
  margin-bottom: 8px;
  font-weight: normal;
  width: 100%;
}

.column__shortcode form .gform_fields {
  row-gap: 20px !important;
  column-gap: 20px !important;
}

.column__shortcode form .gform_fields .gfield input,
.column__shortcode form .gform_fields .gfield textarea {
  min-height: 60px;
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-24);
  padding: 15px;
  outline: none;
  background: var(--white);
  border-radius: 4px;
  border: 0px;
}

.column__shortcode form .gform-footer {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  justify-content: end !important;
  padding: 0px !important;
}

.column__shortcode .gform_required_legend,
.column__shortcode .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description {
  display: none;
}

.column__shortcode form .gform_button {
  padding: 15px 24px;
  min-width: 170px;
  border-radius: 8px;
  font-size: var(--theme-font-size-18);
  line-height: var(--theme-line-spacing-22);
  font-weight: bold;
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--primary);
  transition: 0.4s ease;
}


.column__shortcode form .gform_button:hover {
  background-color: transparent !important;
  color: var(--accent) !important;
  border: 1px solid var(--accent) !important;
  box-shadow: 0px 0px 0px 1px var(--accent) !important;
}

.column__shortcode .gform_validation_errors {
  display: none !important;
}

/* Section */
.section-padding {
  padding: var(--section-padding) 0px;
}

.section-block--screen-height {
  height: 100vh;
}

/* Blocks */

/* fullwidth media with text -- Start */
.fullwidth-media-with-text--have-media {
  position: relative;
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.fullwidth-media-with-text--have-media .content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
}

.fullwidth-media-with-text--have-media .content-wrap--top {
  align-items: start;
}

.fullwidth-media-with-text--have-media .content-wrap--middle {
  align-items: center;
}

.fullwidth-media-with-text--have-media .content-wrap--bottom {
  align-items: end;
}

.fullwidth-media-with-text--have-media .content-wrap--start {
  justify-content: start;
}

.fullwidth-media-with-text--have-media .content-wrap--center {
  justify-content: center;
}

.fullwidth-media-with-text--have-media .content-wrap--end {
  justify-content: end;
}

.fullwidth-media-with-text .fullwidth-media-with-text_content-wrap--full-width {
  max-width: 100%;
}

.fullwidth-media-with-text .fullwidth-media-with-text_content-wrap--medium-width {
  max-width: 1280px;
  width: 90%;
}

.fullwidth-media-with-text .media-with-text_title {
  margin-top: 20px;
  margin-bottom: 0px;
}

.fullwidth-media-with-text .media-with-text_text {
  margin-top: 20px;
}

.fullwidth-media-with-text .media-with-text_btn-wrap {
  margin-top: 80px;
}

/* fullwidth media with text -- End */

/* Icon Boxes -- Start */

/* .icon-box__block {
  padding: 8px 30px;
} */

.icon-box__icon {
  width: 75px;
  height: 45px;
}

.icon-box__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-box__block--icon-top {
  text-align: center;
}

.icon-box__block--icon-top .icon-box__icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.icon-box__block--icon-left {
  display: flex;
  column-gap: 15px;
}

.icon-box__block--icon-left .icon-box__icon {
  margin: 0px;
}

.icon-box__block--icon-left .icon-box__content {
  width: calc(100% - 90px);
}

/* Icon Boxes -- End */


/* Image with Text -- Start */

.image-with-text .no-container .image-with-text_content {
  padding: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: var(--smoke-white);
  border-radius: 0px 24px 24px 0px;
}

.image-with-text.no-padding {
  padding: 0px;
}

.image-with-text .container .image-with-text_content {
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.image-with-text .no-container .image-with-text_content .content-wrap {
  max-width: 550px;
}

.image-with-text .image-with-text_image-wrap {
  min-height: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.image-with-text.image-with-text--have-faqs .image-with-text_image-wrap {
  height: auto;
}

.image-with-text .image-with-text_icon {
  margin-bottom: 24px;
}

.image-with-text .image-with-text_title {
  margin-bottom: 30px;
}

.image-with-text .image-with-text_btn-wrap {
  margin-top: 40px;
}

.badge-item {
  width: 200px;
  height: 140px;
  border-radius: 12px;
  padding: 10px 14px;
  background: #ffffff;
}

.badge-item+.badge-item {
  margin-top: 30px;
}

.badge-item .img-wrap {
  width: 100%;
  height: 100%;
}

.badge-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.badges-wrap {
  position: absolute;
  left: auto;
  right: 15%;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

#service-faqs {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Image with Text -- End */


/* Collapsible Content -- Start */

.collapsible-content-section .collapsible-content__title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.collapsible-content-section {
  padding-top: 100px;
  padding-bottom: 120px;
}

.collapsible-content-section .accordion-body,
.collapsible-content-section .accordion-button {
  padding: 30px 0px;
}

.collapsible-content-section .accordion-body {
  padding-top: 0px;
}

.collapsible-content-section .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 20px;
  transition: 0.3s ease;
}

.collapsible-content-section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Collapsible Content -- End */


/* Theme Based CSS */
.brands-wrap {
  display: flex;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: 24px;
  padding: 4px;
  max-width: 540px;
  margin-left: auto;
}

.brands-wrap .img-wrap {
  width: 160px;
  height: 160px;
  border-radius: 24px;
  overflow: hidden;
}

.brands-wrap .info {
  padding: 15px 24px;
  width: calc(100% - 160px);
}

.brands-wrap .info .h3 {
  font-family: var(--fontbody);
  margin-bottom: 15px;
}

/* .section-grid-columns-with-cta {
  padding-top: 80px;
  padding-bottom: 110px;
} */

.section-grid-columns-with-cta .cta-with-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  color: var(--white);
  height: 100%;
}

.section-grid-columns-with-cta .cta-with-img-wrap .content-wrap {
  position: relative;
  z-index: 9;
  padding: 80px;
  width: 100%;
  height: auto;
  min-height: 100%;
  aspect-ratio: 75/59;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-grid-columns-with-cta .cta-with-img-wrap .bg-layer.have-overlay::before {
  background: #344C60;
  opacity: 0.5;
}

.section-grid-columns-with-cta .cta-with-img-wrap .title-wrap {
  max-width: 400px;
}

.section-grid-columns-with-cta .brand-info-item {
  background: var(--smoke-white);
  border-radius: 24px;
  padding: 30px 24px;
  height: 100%;
}

.section-grid-columns-with-cta .brand-info-item .icon {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.section-grid-columns-with-cta .brand-info-item .icon img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
  background-color: var(--white);
}

.brand-info-item .icon {
  margin-bottom: 40px;
}

.brand-info-item .title-wrap {
  margin-bottom: 50px;
}

.brand-info-item .wp-editor a {
  text-decoration: underline;
  font-weight: 600;
}

.slider-container {
  margin-top: 10px;
}

.section-products-slider {
  padding-top: 50px;
  padding-bottom: 80px;
}

.section-products-slider .title-row .btn-wrap {
  text-align: right;
}

.product-slider .swiper-wrapper {
  align-items: stretch;
}

.product-slider .swiper-slide {
  height: auto;
}

.product-block {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--border-color);
  height: 100%;
}

.product-block .info {
  padding: 20px 20px 24px 20px;
}

.product-block .img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffffff;
}

.product-block .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #ffffff;
}

.product-block .tags {
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-20);
  color: #7D879C;
display: none;
}

.product-block .product-title {
  font-family: var(--fontbody);
  font-weight: normal;
  font-size: var(--theme-font-size-18);
  line-height: var(--theme-line-spacing-22);
}

.product-block .final-price {
  color: var(--accent);
}

.contact-form__text-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 60px 80px;
  border-radius: 24px;
  background: var(--smoke-white);
  overflow: hidden;
  height: 100%;
}

.contact-form__text-wrap .content-wrap {
  max-width: 730px;
}

.contact-links-content a {
    color: #162e7c;
    font-weight: 600;
}

.form-container {
  padding: 50px 32px;
  border-radius: 24px;
  overflow: hidden;
  background-color: var(--primary);
  height: 100%;
  color: var(--white);
}

/* #home-contact-form {
  padding-top: 0px;
} */

.section-posts-slider {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}

.post-card .short_desc {
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-20);
  color: rgba(0, 0, 0, 0.7)
}

.section-posts-slider.section-posts-slider--have-bg {
  color: var(--white);
}

.section-posts-slider .slider-container {
  margin-top: 110px;
}

.post-card {
  display: flex;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  background: var(--smoke-white);
  transition: 0.4s ease;
}

.post-card:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  filter: brightness(0.9);
  transform: scale(1.01);
}

.section-posts-slider--have-bg .post-card {
  background: rgba(67, 70, 100, 0.2);
  border-radius: 20px;
  overflow: hidden;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.post-card .img-wrap {
  width: 200px;
  overflow: hidden;
  height: auto;
  border-radius: 20px;
}

.post-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card .info {
  padding: 28px 22px;
  width: calc(100% - 200px);
}

.post-card--case-study .short_desc {
  display: none;
}

.post-card:not(.post-card--case-study) .info .post-title {
  font-size: var(--theme-font-size-18);
  font-family: var(--fontbody);
  font-weight: 400;
}

.page-title-overlap {
  padding-top: 30px;
  padding-bottom: 160px;
}

.bg-main {
  background: var(--primary);
}

.woocommerce-breadcrumb {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
}

/* .page-title-overlap+* {
    margin-top: -4.875rem;
} */

#shop-sidebar .wp-block-search__label {
  font-size: var(--theme-font-size-24);
  line-height: var(--theme-line-spacing-26);
  font-family: var(--fontheading);
  margin-bottom: 16px;
}

.page-title-overlap+* #shop-sidebar {
  margin-top: -120px;
}

.page-title-overlap+* .results-count-filter {
  margin-top: -105px;
  height: 105px;
}

.sidebar-category-thumb,
#shop-sidebar {
  border-radius: 24px;
  box-shadow: 0px 0px 16px #65777F3E;
  overflow: hidden;
  background: #ffffff;
}

.page-title-overlap+* .sidebar-category-thumb {
  margin-top: -120px;
}

.sidebar-category-thumb>img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
}

.sidebar-category-thumb {
  position: relative;
}

.sidebar-category-thumb .cat-logo-wrap {
  position: absolute;
  width: 150px;
  height: auto;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}

.sidebar-category-thumb .cat-logo-wrap img {
  width: 100%;
  height: auto;
}

.results-count-filter {
  padding: 30px 0px;
}

.woocommerce-ordering select,
select option {
  text-align: left;
  letter-spacing: 0px;
  color: #74767a;
}

.woocommerce-ordering select {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #56D3DD;
  border-radius: 8px;
  padding: 8px;
}

.woocommerce-result-count {
  display: none;
}

#shop-sidebar .offcanvas-body {
  padding: 60px 50px;
}

.wc-block-product-categories-list {
  padding: 0px;
  list-style: none;
}

.wc-block-product-categories-list--depth-0>li>a {
  font-weight: 700;
  color: #383F50;
  font-size: 18px;
  line-height: 22px;
}

.wc-block-product-categories-list>li>a {
  display: inline-block;
  margin-bottom: 16px;
}

.wc-block-product-categories-list-item>li>a {
  display: inline-block;
  margin-bottom: 28px;
}

.wc-block-product-categories-list-item-count {
  display: none;
}

.wp-block-woocommerce-product-categories {
  margin-top: 34px;
}

.archive-product-title-header .h2,
.archive-product-title-header h1 {
  font-size: 40px;
  line-height: 60px;
}

.category-title-sec h2 {
  font-size: 32px;
  line-height: 52px;
}

/* .category-title-sec h2 {
    font-size: var(--theme-font-size-18);
    font-weight: 400;
    font-family: var(--fontbody);
} */

.collapsible-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.collapsible-wrap.expanded .collapsible-content {
  -webkit-line-clamp: unset;
  display: block;
}

.collapsible-toggle {
  margin-top: 10px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 0px;
  cursor: pointer;
}

/* .woocommerce-pagination>.page-numbers {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  row-gap: 10px;
  margin: 20px 0px 30px 0px;
  padding: 0px;
}

.woocommerce-pagination>.page-numbers li span,
.woocommerce-pagination>.page-numbers li a {
  width: 40px;
  height: 40px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination>.page-numbers li .current {
  background: var(--primary);
  color: #fff;
  border-color: currentColor;
} */

/* --- Modern Pagination CSS --- */

:root {
    --pagination-color: #333333;       /* Dark Text */
    --pagination-border: #e0e0e0;      /* Light Border */
    --pagination-hover: #000000;       /* Black on Hover */
    --pagination-active-bg: #000000;   /* Active Background */
    --pagination-active-text: #ffffff; /* Active Text */
    --pagination-radius: 4px;          /* Corner Roundness (Use 50% for circles) */
}

/* 1. Reset & Flex Container */
.pagination-wrapper ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 40px 0 !important;
	clear: unset !important;
	border: 0px !important;
}

.pagination-wrapper ul.page-numbers li,
.woocommerce-pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
}

/* 2. Shared Button Styles */
/* Note: WC adds 'page-numbers' class to both the UL and the A/SPAN tags */
.pagination-wrapper .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px; /* Ensures square look for numbers */
    height: 44px;
    padding: 0 12px; /* Padding for text like 'Next' */
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--pagination-color);
    background-color: #ffffff;
    border: 1px solid var(--pagination-border);
    border-radius: var(--pagination-radius);
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

/* 3. Hover Effect - Minimal Lift */
.pagination-wrapper .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    color: var(--pagination-active-text);
    background-color: var(--pagination-hover);
    border-color: var(--pagination-hover);
    transform: translateY(-2px); /* Subtle lift effect */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* 4. Active / Current Page */
.pagination-wrapper .page-numbers li span.current,
.woocommerce-pagination .page-numbers li span.current {
    color: var(--pagination-active-text) !important;;
    background-color: var(--pagination-active-bg) !important;;
    border-color: var(--pagination-active-bg) !important;;
    cursor: default;
    pointer-events: none;
}

/* 5. The Dots (...) */
.pagination-wrapper .page-numbers li span.dots,
.woocommerce-pagination .page-numbers li span.dots {
    border: none;
    background: transparent;
    min-width: auto;
    color: #999;
}

.pagination-wrapper ul.page-numbers, 
.woocommerce-pagination ul.page-numbers::before {
    display: none !important;
}

.pagination-wrapper ul.page-numbers li, 
.woocommerce-pagination ul.page-numbers li {
    margin: 0 !important;
    padding: 0 !important;
    float: unset !important;
    overflow: auto !important;
    border: 0px !important;
}

/* 6. Mobile Adjustment */
@media (max-width: 600px) {
    .pagination-wrapper .page-numbers li .page-numbers,
    .woocommerce-pagination .page-numbers li .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
        padding: 0 8px;
    }
}

.category-title-sec {
  padding-top: 30px;
  margin-bottom: 15px;
}

.category-text-sec {
  margin-top: 40px;
}

.cat-logo-desc-wrapper.have-brand-logo {
  display: flex;
  column-gap: 30px;
}

.cat-logo-desc-wrapper.have-brand-logo .cat-desc-wrap {
  padding-top: 5px;
  width: calc(100% - 230px);
}

.cat-logo-desc-wrapper.have-brand-logo .cat-logo-wrap {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}

.cat-logo-desc-wrapper.have-brand-logo .cat-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cat-logo-desc-wrapper.have-brand-logo .cat-desc-wrap h2 {
  font-size: 24px;
  line-height: 36px;
}

.accordion-theme>.accordion-item>.accordion-header .accordion-button {
  font-size: var(--theme-font-size-16);
  line-height: var(--theme-line-spacing-20);
  font-family: var(--fontbody);
  padding: 14px;
}

aside .faqs-container {
  margin-top: 30px;
}

.accordion-theme>.accordion-item {
  border: 1px solid #707070 !important;
  margin-bottom: 8px;
}

.accordion-theme .accordion-button:not(.collapsed) {
  background: inherit;
  color: inherit;
  font-weight: 600;
  box-shadow: none;
}

.accordion-theme .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-theme .accordion-body {
  padding: 14px;
  padding-top: 0px;
}

.accordion-theme .accordion-button::after {
  background-image: none;
  content: '+';
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.accordion-theme .accordion-button:not(.collapsed)::after {
  content: '−';
}

.cat-sidebar-desc-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.cat-sidebar-desc-wrapper .cat-desc-wrap h2 {
  font-size: 32px;
  line-height: 40px;
}

.product-detail-section {
  background-color: var(--primary);
  padding: 20px 0px;
}

.product-detail-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 50px;
  box-shadow: 0px 0px 16px #00000029;
}

.product-detail-card .product_title {
  font-size: 32px;
  line-height: 35px;
  color: var(--primary);
}

.wp-theme-digicon.woocommerce .product-detail-card .price,
.wp-theme-digicon.woocommerce .product-detail-card .woocommerce-Price-amount {
  font-size: 32px;
  line-height: 35px;
  font-family: var(--fontheading);
  margin-top: 20px;
  color: #000000;
}

.wp-theme-digicon.woocommerce div.product .product-detail-card form.cart::after,
.wp-theme-digicon.woocommerce div.product .product-detail-card form.cart::before {
  display: none;
}

.product-detail-card form.cart {
  display: flex;
  column-gap: 30px;
  margin-top: 40px;
}

.product-detail-card .quantity .qty {
  width: 120px;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid var(--primary);
  text-align: center;
  padding-right: 0px;
  min-height: 60px;
}

.product-detail-card .single_add_to_cart_button, 
.product-detail-card .call_add_to_cart_button.product-call-us-button {
  min-height: 60px;
  width: 400px;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border: 2px solid var(--accent);
}

.call_add_to_cart_button.product-call-us-button{
	text-align: center;
	background: var(--accent) !important;
	line-height: 24px !important;
	color: #ffffff !important;
}

.wp-theme-digicon.woocommerce .product-detail-card .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  width: 100%;
  display: block;
}

.wp-theme-digicon.woocommerce .product-detail-card .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;
	max-height: 550px;
	object-fit: contain;
  height: auto;
}

.wp-theme-digicon.woocommerce .product-detail-card .product_meta {
  margin-top: 20px;
  display: none;
}

.wp-theme-digicon.woocommerce .product-tabs-section {
  background: var(--smoke-white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.wp-theme-digicon.woocommerce .product-tabs-wrapper .tab-pane {
  background: var(--white);
  padding: 50px 40px;
  border: 0px;
  outline: none;
  box-shadow: none;
}

.wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs {
  flex-wrap: wrap;
  width: 100%;
  column-gap: 20px;
}

.wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs .nav-item {
  width: calc(20% - 80px);
  flex: 1;
}

.wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs .nav-link {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 16px 16px 0px 0px;
  font-weight: 600;
  border: 0px;
  outline: none;
  box-shadow: none;
  font-size: var(--theme-font-size-20);
  line-height: var(--theme-line-spacing-26);
  color: var(--dark);
  background: var(--white);
}

.wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs .nav-link.active {
  background: #6CCCF7;
}

.wp-theme-digicon.woocommerce .product-tabs-wrapper .tab-content {
  border-radius: 24px;
  overflow: hidden;
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.product-related-section {
  background: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.shop_table--theme.cart thead {
  background: var(--primary);
  color: #ffffff;
  font-family: var(--fontheading);
}

.shop_table--theme.cart thead th {
  font-weight: 400;
  font-size: var(--theme-font-size-24);
}

.shop_table--theme.cart .product-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.shop_table--theme.cart .product-name>* {
  max-width: 500px;
  display: block;
}

.shop_table--theme.cart .woocommerce-cart-form__cart-item {
  font-size: var(--theme-font-size-20);
  font-weight: 400;
}

.woocommerce .shop_table--theme.cart tbody th {
  font-weight: 400;
}

.theme--cart-collaterals.cart-collaterals th {
  background: var(--primary);
  color: #ffffff;
  font-family: var(--fontheading);
  font-weight: 400 !important;
  font-size: var(--theme-font-size-24);
}

.theme--cart-collaterals.cart-collaterals td {
  font-size: var(--theme-font-size-20);
}

.theme--cart-form table.shop_table.shop_table--theme {
  border-radius: 18px;
  overflow: hidden;
}

.woocommerce .theme--cart-collaterals.cart-collaterals table.shop_table {
  border-radius: 18px;
  overflow: hidden;
}

.woocommerce .theme--cart-collaterals.cart-collaterals table.shop_table tbody th,
.woocommerce .theme--cart-collaterals.cart-collaterals table.shop_table tbody td {
  padding-left: 36px;
  padding-right: 36px;
}

.theme--cart-form .quantity .qty {
  width: 100px;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid var(--primary);
  text-align: center;
  padding-right: 0px;
  min-height: 50px;
}

.woocommerce .input-text:not(.qty) {
  min-width: 150px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 2px solid #65777F;
  text-align: center;
  height: 50px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
  background: #7249a4;
}

.theme-digicon.woocommerce-checkout {
  background: var(--off-white);
}

.theme-digicon.woocommerce-checkout .woocommerce form .form-row .input-text,
.theme-digicon.woocommerce-checkout .woocommerce form .form-row select {
  min-height: 60px;
  text-align: left;
  border-radius: 8px;
  border: 2px solid #65777F;
}

.theme-digicon.woocommerce-checkout .woocommerce form .form-row text-area.input-text {
  min-height: 150px;
}

.theme-digicon.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid input.input-text,
.theme-digicon.woocommerce-checkout .woocommerce form .form-row.woocommerce-invalid select {
  border-color: var(--wc-red);
}

.theme-digicon.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated input.input-text,
.theme-digicon.woocommerce-checkout .woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--wc-green);
}

.theme-digicon.woocommerce-checkout .woocommerce {
  padding-top: 40px;
  padding-bottom: 50px;
}

.theme-digicon.woocommerce-checkout .page__title {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
}

.theme-digicon.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
  background: var(--white);
  border: 2px solid #65777F;
  border-radius: 24px;
  margin-top: -50px;
}

.theme-digicon.woocommerce-checkout .woocommerce #order_review_heading {
  background: var(--primary);
  color: var(--white);
  padding: 20px;
  padding-bottom: 60px;
  border-radius: 24px;
}

.theme-digicon.woocommerce-checkout #payment {
  background: none;
}

.theme-digicon.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
  padding: 15px;
}

.theme-digicon.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order-table {
  border: 0px;
  border-bottom: 2px solid #65777F;
  border-radius: 0px;
}

.theme-digicon.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 2px solid #65777F;
}

.theme-digicon.woocommerce-checkout .woocommerce #payment #place_order,
.theme-digicon.woocommerce-checkout .woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  padding: 15px 24px;
  border-radius: 8px;
  font-size: var(--theme-font-size-18);
  line-height: var(--theme-line-spacing-22);
  font-weight: 700;
  font-family: var(--fontbody);
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--primary);
  transition: 0.4s ease;
}

.theme-digicon.woocommerce-checkout .woocommerce-billing-fields h3,
.theme-digicon.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: var(--theme-font-size-20);
  line-height: var(--theme-line-spacing-26);
  font-family: var(--fontbody);
  font-weight: 600;
  color: var(--primary);
}

.theme-digicon .woocommerce-info,
.theme-digicon .woocommerce-noreviews,
.theme-digicon p.no-comments {
  background: #f1f1f1;
}

.theme-digicon.woocommerce-cart .woocommerce {
  padding-top: 50px;
  padding-bottom: 50px;
}

.theme-digicon.woocommerce-account .woocommerce {
  padding-top: 50px;
}

#blog-detail-header .image-with-text_content.text-light {
  background: var(--primary);
  border-radius: 0px;
}

#blog-detail-header .image-with-text_image-wrap {
  border-radius: 0px;
}

.blog-content-wrap .wp-editor--blog {
  padding-top: 50px;
  padding-bottom: 40px;
}

.section-posts-slider--have-bg .post-card:hover {
  color: #f7f7f7;
}

.product-detail-main-img .product-image-badge {
    position: absolute;
    bottom: 10px;
    left: auto;
    top: auto;
    right: 0px;
    max-width: 40%;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    z-index: 99;
}

.woocommerce-product-gallery--with-images.product-detail-main-img .product-image-badge{
    bottom: 140px;
}

.product-detail-main-img {
    position: relative;
}

.product-detail-main-img .product-image-badge img{
    width: 100%;
    height: auto;
}

/* .pagination-wrap {
    display: flex;
    column-gap: 15px;
    row-gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.page-numbers {
    min-width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: var(--white);
    border: 1px solid var(--primary);
    padding: 8px;
    color: var(--primary);
    border-radius: 8px;
    transition: 0.3s;
}

.page-numbers.current,
.page-numbers:hover {
    min-width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: var(--primary);
    padding: 8px;
    color: var(--white);
    border-radius: 8px;
} */

/* 1. Hide all sub-levels initially */
.wc-block-product-categories-list ul {
    display: none;
    margin-left: 20px;
}

/* 2. Position the list item relative for the toggle placement */
.wc-block-product-categories-list-item {
    position: relative;
    list-style: none !important;
}

/* 3. Style the Link */
.wc-block-product-categories-list-item > a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
    width: calc(100% - 25px); /* Leave room for toggle */
    vertical-align: middle;
}

/* 4. Style the +/- Toggle Button */
.cat-toggle-btn {
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
    user-select: none;
    color: #555;
}

/* 5. Hover effects */
.cat-toggle-btn:hover {
    color: #000;
}

/* 6. Current Category Styling (Disabled Link Look) */
.wc-block-product-categories-list-item.is-current-cat > a {
    color: #000;
    font-weight: bold;
    cursor: pointer; /* Keeps pointer to indicate it's interactive (for toggling) */
}

.wc-block-product-categories-list--depth-0 > li {
	margin-bottom: 15px;
}

.wc-block-product-categories-list--depth-0 > li > a {
    display: inline;
}

.wc-block-product-categories-list--depth-0 > li > .cat-toggle-btn {
    width: 12px;
    height: 20px;
}

.wc-block-product-categories-list--depth-1 .cat-toggle-btn {
    display: none;
}

.wc-block-product-categories-list>li>a {
    margin-bottom: 0px;
}

.wc-block-product-categories-list ul {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.form-container--shop{
	height: auto;
}

/* Responsive Started */
@media screen and (min-width: 1600px) {
  .brand-info-item .icon {
    margin-bottom: 50px;
  }

  .brand-info-item .title-wrap {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --theme-font-size-14: 14px;
    --theme-font-size-15: 14px;
    --theme-font-size-16: 16px;
    --theme-font-size-18: 16px;
    --theme-font-size-20: 18px;
    --theme-font-size-24: 22px;
    --theme-font-size-48: 28px;
    --theme-font-size-80: 32px;
    --theme-character-spacing-0: 0px;
    --theme-line-spacing-20: 16px;
    --theme-line-spacing-22: 20px;
    --theme-line-spacing-26: 22px;
    --theme-line-spacing-28: 24px;
    --theme-line-spacing-30: 26px;
    --theme-line-spacing-52: 34px;
    --theme-line-spacing-88: 36px;
    --section-padding: 40px;
    font-size: 14px;
  }

  /* header */
  header .topbar {
    font-size: 14px;
    text-align: center;
  }

  header .topbar {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .header-navbar-main {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .custom-logo-link {
    width: 150px;
  }

  header .navbar-tool .navbar-tool-text {
    display: none;
  }

  header .navbar-toolbar .navbar-toggler {
    order: 3;
    margin-left: 1rem;
    height: 48px;
    width: 48px;
    background-color: #E3E9ED;
    border-radius: 40px;
    border: 0px;
  }

  header .navbar-tool .navbar-tool-icon-box {
    padding: 14px;
    width: 48px;
    height: 48px;
  }

  header form.input-group {
    max-width: 100%;
    margin-bottom: 0px !important;
  }

  header .searchbox.form-control {
    height: 48px;
    padding: 12px 15px;
  }

  header .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    background: #E3E9ED;
    border-radius: 8px;
  }

  header .navbar-nav .nav-item {
    margin-top: 10px;
  }

  #menu-main-menu {
    padding-bottom: 10px;
  }

  .header-navbar-main .navbar-stuck-menu {
    margin-top: 0px;
  }

  .fullwidth-media-with-text--have-media.section-block--screen-height {
    height: auto;
    min-height: 550px;
  }

  .brands-wrap .img-wrap {
    width: 100px;
    height: 100px;
  }

  .brands-wrap {
    display: block;
    padding: 20px;
    margin-top: 30px;
  }

  .brands-wrap .info {
    width: 100%;
    padding: 0px;
    margin-top: 15px;
  }

  .section-grid-columns-with-cta .cta-with-img-wrap .content-wrap {
    padding: 15px;
    row-gap: 15px;
    justify-content: flex-end;
  }

  .brand-info-item .title-wrap {
    margin-bottom: 24px;
  }

  .brand-info-item .icon {
    margin-bottom: 20px;
  }

  .section-grid-columns-with-cta .brand-info-item {
    padding: 20px;
    padding-bottom: 30px;
  }

  .section-products-slider {
    padding-bottom: 40px;
  }

  .badges-wrap {
    right: 10px;
  }

  .badge-item+.badge-item {
    margin-top: 10px;
  }

  .badge-item {
    width: 90px;
    height: 60px;
  }

  .contact-form__text-wrap {
    padding: 30px 15px;
  }


  .post-card {
    display: block;
  }

  .post-card .img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }

  .post-card .info {
    width: 100%;
  }

  .section-posts-slider,
  #our-blogs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-box__block--icon-left {
    padding-left: 0px;
    margin-bottom: 30px;
  }

  .icon-box__block--icon-left .icon-box__content {
    width: calc(100% - 92px);
  }

  #our-features {
    padding: 40px 0px;
  }

  #our-google-reviews {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .image-with-text .no-container .image-with-text_content {
    padding: 40px 30px;
  }

  #our-services {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .cta-grid__wrapper {
    margin-top: 30px;
  }

  .three_coloum_with_img .column__content-container {
    padding: 40px 30px;
  }

  .three_coloum_with_img .column__image {
    max-height: 450px;
  }

  .header-top__text--right {
    text-align: center;
  }

  .header-top {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn-theme,
  .column__shortcode form .gform_button {
    padding: 15px 12px;
    min-width: 140px;
  }

  .column__shortcode form .gform-footer {
    margin-top: 24px !important;
  }

  .cta-grid__wrapper--col-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .cta-grid__item .cta-grid__item-inner {
    display: block;
  }

  .cta-grid__item .cta-grid__item-inner>* {
    width: 100%;
    max-width: 100%;
  }

  .main-header .dropdown-menu {
    left: 0px;
    transform: translateX(0px);
    width: 100%;
  }

  .main-header .dropdown-menu a {
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }

  .main-header .custom-logo-link img {
    max-height: 100%;
    width: 240px;
    height: auto;
  }

  .main-header .navbar-toggler {
    border-radius: 50px;
    border: 1px solid var(--white);
    padding: 5px;
  }

  .main-header .navbar-toggler .navbar-toggler-icon {
    filter: invert(1) brightness(5);
    color: var(--white);
  }

  #service-header .image-with-text_title {
    font-size: 32px;
    line-height: 36px;
  }

  .image-with-text .container .image-with-text_content {
    padding: 30px 15px;
    padding-bottom: 0px;
  }

  #service-section-2 .image-with-text_text ul,
  .image-with-text_content--fancy-list .image-with-text_text ul {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }

  #service-section-1,
  #service-section-2,
  .image-with-text:not(.no-padding) {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* .image-with-text:not(.no-padding) .image-with-text_title,
  .image-with-text:not(.no-padding) h2 {
    line-height: 28px;
  } */

  .collapsible-content-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .image-with-text .image-with-text_title {
    margin-bottom: 24px;
  }

  .contact-details-section .icon-box__blocks-wrap {
    flex-direction: column;
    margin-top: 30px;
    row-gap: 40px;
  }

  .contact-details-section .icon-box__block {
    width: 100%;
  }

  .footer-menu {
    margin-top: 0px;
  }

  .footer-menu li {
    padding: 0px;
    margin: 0px;
  }

  /* .footer-menu li+li {
    margin: 0px;
    border-top: 1px solid #BDDC8657;
  } */

  .footer-menu li a {
    padding: 10px 0px;
    display: inline-block;
  }

  .footer-bottom-links {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }

  .footer-credits p {
    text-align: center;
    font-size: 14px;
  }

  footer {
    padding-bottom: 20px;
  }

  footer .footer-logo {
    width: 150px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-middle .socials-links {
    justify-content: center;
  }

  .footer-middle .payment-logos {
    margin: auto;
    width: 205px;
  }

  .footer-menu li+li {
    margin: 0px;
    border: 0px;
  }

  .footer-widget.footer-widget--menu ul li+li {
    margin: 0px;
  }

  .footer-social {
    column-gap: 20px;
    justify-content: center;
  }

  .product-detail-card {
    padding: 15px;
  }

  .product-detail-card .product_title {
    font-size: 20px;
    line-height: 24px;
  }

  .wp-theme-digicon.woocommerce .product-detail-card .price,
  .wp-theme-digicon.woocommerce .product-detail-card .woocommerce-Price-amount {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
  }

  .product-detail-card .quantity .qty {
    width: 80px;
    padding: 5px;
    padding-right: 0px;
  }

  .product-detail-card form.cart {
    column-gap: 15px;
  }

  .wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs {
    column-gap: 0px;
  }

  .wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs .nav-item {
    width: auto;
    flex: auto;
  }

  .wp-theme-digicon.woocommerce .product-tabs-wrapper .nav-tabs .nav-link {
    padding: 15px 20px;
    border: 1px solid #dddddd;
    border-radius: 0px;
  }

  .wp-theme-digicon.woocommerce .product-tabs-wrapper .tab-pane {
    padding: 20px 15px;
    border-top: 2px solid #dddddd;
  }

  .wp-theme-digicon.woocommerce .product-tabs-wrapper .tab-content {
    margin-top: 0px;
    border-radius: 0px;
  }

  .theme-digicon.woocommerce-checkout .page__title,
  .category-title-sec h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .theme-digicon.woocommerce-checkout .woocommerce {
    padding-top: 20px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .footer-main {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  footer {
    padding-bottom: 0px;
  }

  .footer-widget ul li a {
    /* display: block; */
    padding: 5px 0px;
  }

  header .navbar-nav .dropdown-menu .nav-link {
    background: none;
    margin: 0px;
    padding: 5px 10px;
  }

  header .navbar-nav .dropdown-menu .nav-item {
    margin: 0px;
  }

  .navbar-nav .dropdown-menu {
    background: #ededed;
    border: 0px;
    margin-top: -2px;
  }

  .section-posts-slider .slider-container {
    margin-top: 30px;
  }

  .section-products-slider .title-wrap,
  .section-products-slider .btn-wrap,
  .section-products-slider .title-row .btn-wrap {
    text-align: center;
  }

  .section-products-slider .title-row .btn-wrap {
    margin-top: 1rem;
  }

  .search-btn-bg {
    background: var(--primary);
    color: #ffffff;
    width: 50px;
    border: 0px;
    border-radius: 4px;
  }

  .archive-product-title-header .woocommerce-breadcrumb,
  .archive-product-title-header .woocommerce-breadcrumb a {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
  }

  .archive-product-title-header .h2,
  .archive-product-title-header h1 {
    font-size: 32px;
    line-height: 46px;
  }

  .page-title-overlap {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .cat-logo-desc-wrapper.have-brand-logo {
    display: block;
  }

  .cat-logo-desc-wrapper.have-brand-logo .cat-logo-wrap {
    width: 120px;
    height: 120px;
  }

  .cat-logo-desc-wrapper.have-brand-logo .cat-desc-wrap {
    width: 100%;
    padding-top: 15px;
  }

  .page-title-overlap+* .sidebar-category-thumb {
    margin-top: 0px;
  }
	
  .sidebar-category-thumb>img {
    max-height: 250px;
  }

  .page-title-overlap+* .results-count-filter {
    margin: 0px;
    height: auto;
  }

  .cat-logo-desc-wrapper.have-brand-logo .cat-desc-wrap h2,
  .cat-sidebar-desc-wrapper .cat-desc-wrap h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .results-count-filter {
    padding-top: 15px;
    padding-bottom: 15px;
  }
	
	.woocommerce-product-gallery--with-images.product-detail-main-img .product-image-badge{
		bottom: 90px;
	}

	.product-detail-main-img .product-image-badge {
		width: 33%;
	}
	

	header .searchbox.form-control {
		max-width: calc(100% - 50px);
	}
}

.shop_table--theme.cart .product-name script {
    display: none;
}

/* Bullet Points */
/* 1. Remove default bullets and reset padding */
.product-bullet-list > ul {
	list-style: none;
	padding-left: 0;
}

.product-bullet-list > ul {
    padding: 10px 15px;
    background: #0E87442C;
    border-radius: 10px;
/*     margin: 0px; */
}

/* 2. Style the list items to make room for the icon */
.product-bullet-list > ul li {
	position: relative;
	padding-left: 24px;
}

/* 3. Insert the checkmark using pseudo-element */
.product-bullet-list > ul li::before {
	content: '✔';
	position: absolute;
	left: 0;
	top: 0;
	color: #0E8744;
	font-weight: bold;
	font-size: 18px;
}

/* Ensure the form acts as the anchor for the absolute list */
form[name="myform"], form[name="myform1"] {
    position: relative; 
}

/* The Suggestions List */
.search-suggestions {
    position: absolute;
    top: 100%; /* Push to bottom of input */
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-height: 400px;
    overflow-y: auto;
    display: none; /* Hidden by default */
}

.search-suggestions li {
    border-bottom: 1px solid #eee;
    margin: 0;
}

.search-suggestions li a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.search-suggestions li a:hover {
    background-color: #f9f9f9;
}

.search-suggestions li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}

.search-suggestions .product-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

.search-suggestions .price {
    display: block;
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.search-suggestions .loading, 
.search-suggestions .no-results {
    padding: 15px;
    text-align: center;
    color: #888;
    font-size: 13px;
}

/* Filters */
.filter-wrap {
    padding: 32px;
    background: var(--white);
    box-shadow: 0px 0px 16px #65777F3E;
    border-radius: 24px;
    margin-bottom: 40px;
	margin-top: 40px;
}

.custom-filter-wrap .custom-filter-title p{
	font-family: var(--fontheading);
	text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 18px;
}

.custom-filter-wrap .wpc-filter-title {
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 600;
}

.custom-filter-wrap .wpc-filters-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.custom-filter-wrap .wpc-filters-main-wrap ul.wpc-filters-ul-list {
    margin-bottom: 0px;
}

@media screen and (max-width: 992px){
	.filter-wrap {
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0px;
		right: 0px;
		z-index: 99;
		padding: 10px;
		padding-bottom: 0px;
		margin: 0px;
		border-radius: 0px;
	}

	.custom-filter-wrap .wpc-filters-open-button-container a.wpc-open-close-filters-button {
		margin-bottom: 10px;
	}
}