/*
Author: safedecisions V32
Theme Name:   safedecisions V32
Description:  safedecisions
Version:      2.0.0
License:
License URI:
Text Domain: safedecisions
Author URI: http://192.168.1.112/safedecisions_wp/
Tags: two-columns,left-sidebar
Theme URI:
*/

@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap;");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

:root {
  --sd-textColor: #1f1f1f;
  --sd-mustard: #c79644;
  --sd-dark-mustard: #a66800;
  --sd-lighter-mustard: #f1ad1d;
  --sd-borderColor: #323232;
  --sd-borderColorV2: #c4c4c4;
  --sd-borderColorV3: #3f3f3f;
  --sd-borderColorV4: #e6e6e6;
  --sd-blue: #235779;
  --sd-blueV2: #387be0;
  --sd-green: #14b454;
  --sd-red: #ed1d25;
  --black: #000000;
  --white: #ffffff;
  --bgGray: #111111;
  --sd-lightGrey: #f8f8f8;
}

body {
  padding-top: 120px;
  background-color: var(--bgGray);
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 1.5;
  color: var(--sd-textColor);
  scroll-behavior: smooth;
}
body.white-bg {
  background-color: var(--white);
}
body.o-hidden {
  overflow: hidden;
}
span.msg-count {
  position: absolute;
  top: 13px;
  right: 0;
  width: 33px;
  height: 36px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.navigation {
  width: 100%;
  background-color: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.top-nav {
  height: 60px;
  display: flex;
  border-bottom: 1px solid var(--sd-borderColor);
  padding: 0 0 0 2.5em;
}
.top-nav .top-menu-layout {
  width: 100%;
  height: 100%;
  display: flex;
}
.top-nav .top-menu-layout .social-links-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-nav .top-menu-layout .social-links-wrapper .social-link {
  width: 32px;
  height: 32px;
  background-color: var(--sd-borderColor);
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}
.top-nav .top-menu-layout .social-links-wrapper .social-link:hover {
  border-color: var(--sd-mustard);
}
.top-nav .top-menu-layout .top-menu {
  flex: 1;
  display: flex;
  align-items: "";
  justify-content: flex-end;
  gap: 24px;
  font-weight: 400;
  color: var(--white);
}
.top-nav .top-menu-layout .top-menu .e-commerce-menu {
  height: 100%;
  display: flex;
}
.top-nav .top-menu-layout .top-menu .e-commerce-menu .ecomm-btn {
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid var(--sd-borderColor);
  font-family: "OutfitRegular";
  font-size: 14px;
  color: var(--white);
  transition: all 0.3s ease;
  min-width: 120px;
}
.top-nav .top-menu-layout .top-menu .e-commerce-menu .ecomm-btn.btn-white {
  background-color: var(--white);
  color: var(--sd-textColor);
}
.top-nav .top-menu-layout .top-menu .e-commerce-menu .ecomm-btn:hover {
  background-color: var(--sd-borderColor);
  color: var(--white);
}
.ecomm-btn.cart {
  font-family: "OutfitExtraBold" !important;
  font-size: 20px !important;
}

.sd-menu {
  padding: 0 2.5em;
}
.sd-menu .sd-menu-layout {
  align-items: center;
  display: flex;
}
.sd-menu .sd-menu-layout .sd-logo-wrapper {
  width: 200px;
}
.sd-menu .sd-menu-layout .sd-menu-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.sd-menu-wrapper .sd-menu-list {
  display: flex;
  gap: 24px;
  margin: 0;
  align-items: center;
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item a {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "OutfitRegular";
  font-size: 0.875em;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.sd-menu-item a > .dropdown-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.sd-menu-item:hover a > .dropdown-icon > svg path,
.sd-menu-item.active a > .dropdown-icon > svg path {
  fill: var(--sd-lighter-mustard);
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item .sd-reg-menu-item a {
  letter-spacing: unset;
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item:hover > a,
.sd-menu-wrapper .sd-menu-list .sd-menu-item.active > a,
.sd-menu-wrapper .sd-menu-list .sd-menu-item > a.active {
  color: var(--sd-mustard);
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item:not(#notificationsTrigger):hover > .menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item:not(#notificationsTrigger):hover > .sd-reg-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.sd-menu-wrapper .sd-menu-list .sd-menu-item.alt-wt > a {
  font-family: "OutfitLight" !important;
}

.sd-menu-wrapper .sd-menu-list .sd-menu-item#notificationsTrigger{
  text-transform: unset !important;
}

.sd-reg-menu-wrapper.show-notifications{
  opacity: 1;
  visibility: visible;
}

.sd-reg-menu-wrapper.show-notifications .empty-notifications{
  min-height: 300px;
  background-color: var(--white);
  color: var(--sd-textColor);
  margin: 0;
}

.menu-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  min-width: 650px;
  background-color: var(--white);
  box-shadow: 0 0 32px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.menu-dropdown .dropdown-wrapper {
  width: 100%;
  display: flex;
  gap: 24px;
  position: relative;
}
.menu-dropdown .dropdown-wrapper .safe-type-img-wrapper {
  width: 35%;
  /* padding: 12px; */
}
.menu-dropdown
  .dropdown-wrapper
  .safe-type-img-wrapper
  .safe-type-img-container {
  height: 100%;
  /* background: linear-gradient(90deg, rgba(201, 148, 38, 0.25) 0%, rgba(201, 148, 38, 0) 58.19%); */
  display: flex;
  align-items: center;
}
.menu-dropdown .dropdown-wrapper .dropdown-list {
  flex: 1;
}
.menu-dropdown .dropdown-wrapper .dropdown-list li a.dd-list-item {
  width: 100%;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: transparent;
  display: flex;
  gap: 16px;
  padding: 24px 40px;
  color: var(--black);
  text-transform: unset !important;
  transition: all 0.5s ease;
}
.menu-dropdown
  .dropdown-wrapper
  .dropdown-list
  li
  a.dd-list-item
  .dd-list-item-details {
  flex: 1;
}
.menu-dropdown
  .dropdown-wrapper
  .dropdown-list
  li
  a.dd-list-item
  .dd-list-item-details
  h4 {
  font-family: "KaiseiTokuminRegular";
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.menu-dropdown
  .dropdown-wrapper
  .dropdown-list
  li
  a.dd-list-item
  .dd-list-item-details
  p {
  font-size: 14px;
  line-height: 21px;
}
.menu-dropdown
  .dropdown-wrapper
  .dropdown-list
  li
  a.dd-list-item
  .dd-list-icon-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.menu-dropdown .dropdown-wrapper .dropdown-list li a.dd-list-item:hover {
  background-color: rgba(199, 150, 68, 0.05);
  border-color: var(--sd-mustard);
}
.menu-dropdown .dropdown-wrapper .dropdown-list li a.dd-list-item.active {
  background-color: rgba(199, 150, 68, 0.05);
  border-color: var(--sd-mustard);
}
.menu-dropdown
  .dropdown-wrapper
  .dropdown-list
  li
  a.dd-list-item:hover
  .dd-list-icon-wrapper {
  opacity: 1;
  transform: translateX(10px);
}
.menu-dropdown .dropdown-wrapper .dropdown-list li:not(:first-child) a {
  margin-top: -1px;
}
.menu-dropdown .dropdown-wrapper .dropdown-list li:last-child a {
  border-top-width: 1px;
  border-bottom-width: 0;
}
.menu-dropdown .dropdown-wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid var(--white);
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.sd-reg-menu-wrapper {
  min-width: 280px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  margin-top: -8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sd-reg-menu-wrapper .sd-reg-menu {
  width: 100%;
  background-color: var(--white);
  padding: 0;
}
.sd-reg-menu-wrapper .sd-reg-menu.notifications {
  max-height: 300px;
  overflow: auto;
}

.sd-reg-menu-wrapper .sd-reg-menu .sd-reg-menu-item a {
  display: flex;
  padding: 18px 24px;
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 18px;
  color: var(--sd-textColor);
  text-transform: none !important;
}
.sd-reg-menu-wrapper .sd-reg-menu .sd-reg-menu-item:hover > a,
.sd-reg-menu-wrapper .sd-reg-menu .sd-reg-menu-item.active > a {
  color: var(--sd-mustard);
}
.sd-reg-menu-wrapper .sd-reg-menu .sd-reg-menu-item:not(:last-child) {
  border-bottom: 1px solid var(--sd-borderColorV4);
}
.sd-reg-menu-wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-section {
  /* height: calc(100vh - 120px); */
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  padding: 80px 0 0;
  position: relative;
  z-index: 1;
}

.hero-section.homepage {
  z-index: unset;
  padding-top: 100px !important;
}

.hero-section.bg-video {
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, #000000 2.84%, rgba(0, 0, 0, 0) 34.48%),
    linear-gradient(180deg, #000000 5.22%, rgba(0, 0, 0, 0) 35.11%); */
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section.internal-page-hero {
  height: 75vh;
  padding-bottom: 90px;
  justify-content: space-between;
}
.hero-section.internal-page-hero.categories-hero::after {
  content: "";
  width: 100%;
  height: 45%;
  /* background-image: url("../safedecisions_V3/images/internal-hero-bg.png"); */
  background-size: "";
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.hero-section.internal-page-hero.categories-hero::before {
  content: "";
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-section.internal-page-hero.industries-hero {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  justify-content: center;
}

.hero-section.internal-page-hero.industries-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 50%) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-section.hero-section.internal-page-hero.justify-center {
  justify-content: center;
}

.hero-section.hero-section.internal-page-hero.h-60 {
  height: 60vh;
}

#homepageBannerVideo {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  /* opacity: 0.25; */
}

.responsive-hero-video{
  display: none;
}

.hero-content-wrapper {
  max-width: 62em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* font-weight: 500; */
  color: var(--white);
  text-align: center;
  position: relative;
}
.hero-content-wrapper.align-start {
  align-items: flex-start;
}
.hero-content-wrapper .hero-tagline {
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.32em;
}
.hero-content-wrapper .hero-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 64px;
  line-height: 1.35;
  font-weight: 400;
  margin: 8px 0 24px;
}
.hero-content-wrapper .hero-content {
  max-width: 60%;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 32px;
}
.hero-content-wrapper .sd-btn {
  display: inline-flex;
}
.hero-content-wrapper.left-aligned {
  margin: unset;
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: 'OutfitLight';
  font-size: 14px;
  color: var(--sd-mustard);
  letter-spacing: 3px;
  text-transform: uppercase;
  position: absolute;
  bottom: 60px;
  right: 60px;
  /* transform: translateX(-50%); */
}
.scroll-indicator .scroll-indicator-line {
  width: 1px;
  height: 64px;
  background-color: var(--sd-mustard);
  position: relative;
  overflow: hidden;
}
.scroll-indicator .scroll-indicator-line::after {
  content: "";
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    top: 0;
    height: 10%;
  }
  20% {
    height: 50%;
  }
  100% {
    top: 100%;
  }
}
.section-title.with-actions {
  display: flex;
  align-items: flex-end;
  justify-content: "";
  gap: 40px;
}

.sd-section-title-wrapper {
  flex: 1;
  margin-bottom: 72px;
}
.sd-section-title-wrapper.m-neg-120 {
  margin-left: -120px;
  width: 100%;
}
.sd-section-title-wrapper.m-neg-180 {
  margin-left: -180px;
  width: 100%;
}
.sd-section-title-wrapper.m-neg-180 {
  margin-left: -180px;
  width: 100%;
}

.sd-section-subtitle {
  display: block;
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 1.25;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  margin-bottom: 16px;
}

.sd-section-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 40px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--white);
}
.sd-section-title.secondary {
  font-family: "KaiseiTokuminRegular";
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.sd-section-title-content {
  font-family: "OutfitLight";
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
}
.sd-section-title-content.wt-400 {
  font-family: "OutfitRegular";
}

.sd-benefits-wrapper {
  max-width: 1200px;
  display: flex;
  /* align-items: flex-start; */
}
.sd-benefits-wrapper .sd-benefit-box {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  font-family: "OutfitLight";
  font-size: 16px;
  color: var(--sd-lightGrey);
  letter-spacing: 0.25em;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.sd-benefits-wrapper .sd-benefit-box:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sd-benefits-wrapper .sd-benefit-box .sd-benefit-icon-wrapper {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

.sd-benefits-wrapper.prod-details-page {
  padding-top: 54px;
  border-top: 1px solid #ececec;
}

.sd-benefits-wrapper.prod-details-page .sd-benefit-box:not(:last-child)::after {
  background-color: #cdcdcd;
}

.sd-benefits-wrapper.prod-details-page .sd-benefit-box {
  color: var(--sd-textColor);
  line-height: 18px;
}

.badges-wrapper {
  max-width: 1200px;
  display: flex;
  /* align-items: flex-start; */
  gap: 40px;
}
.badges-wrapper .badge-box {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: OutfitRegular;
  font-size: 14px;
  color: var(--white);
  line-height: 1.5;
}
.badges-wrapper .badge-box .badge-img-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge-content {
  flex: 1;
}
.badge-content p{
  font-size: 16px;
  line-height: 1.5;
}
.badge-content .link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: var(--sd-red);
  margin-top: 6px;
}
.badge-content .link .icon{
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.badge-content .link:hover{
  text-decoration: underline !important;
}
.badge-content .link:hover .icon{
  transform: translateX(6px);
}

.certification-details {
  padding: 0 !important;
  display: flex;
  position: relative;
}
.certification-details .certification-image-wrapper {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.certification-details .certification-content-wrapper {
  width: 50%;
  padding: 10% 8% 60px 6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.certification-details
  .certification-content-wrapper
  .sd-section-title-wrapper {
  flex: unset;
}
.certification-details .certification-content-wrapper .certification-content {
  font-family: "OutfitLight";
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
}
.certification-details
  .certification-content-wrapper
  .locksmith-list-bg-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
}
.certification-details .certification-content-wrapper .locksmith-list-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.certification-details .certification-content-wrapper::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(transparent, var(--bgGray));
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.certification-details.v2.minh-750 {
  min-height: 750px;
}
.certification-details.v2 .certification-image-wrapper::after {
  content: "";
  width: 75%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 98.44%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.certification-details.v2 .certification-content-wrapper::after {
  display: none;
}

.certification-details.homepage .certification-content-wrapper {
  padding-bottom: 300px;
}

.rotating-logo-wrapper {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -75px; /* half of the size */
  right: 20vw;
  z-index: 10;
}
.rotating-logo-wrapper .rotating-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rotating-logo-wrapper .rotating-logo .flying-locksmiths {
  width: 60%;
  height: 60%;
  border: 2px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rotating-logo-wrapper .rotating-logo > img {
  position: absolute;
  max-width: 100%;
  animation: rotate 15s linear infinite;
}
.rotating-logo-wrapper.v2 .flying-locksmiths {
  border-color: rgba(113, 113, 113, 0.26);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.safe-category-cards-wrapper {
  display: flex;
}
.safe-category-cards-wrapper .safe-category-card {
  width: 25%;
  background-color: var(--sd-textColor);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 74px 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.safe-category-cards-wrapper .safe-category-card:not(:first-child) {
  margin-left: -1px;
}
.safe-category-cards-wrapper .safe-category-card .safe-category-card-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.safe-category-cards-wrapper .safe-category-card .safe-category-card-content {
  margin-bottom: 24px;
}
.safe-category-cards-wrapper .safe-category-card .sd-btn {
  transform: translateY(16px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.safe-category-cards-wrapper
  .safe-category-card
  .safe-category-card-img-wrapper {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transform: translate(45%, 15%);
  transition: all 0.5s ease;
}
.safe-category-cards-wrapper
  .safe-category-card
  .safe-category-card-img-wrapper::before {
  content: "";
  width: 10%;
  height: 10%;
  background-color: transparent;
  box-shadow: 0 0 150px 150px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.safe-category-card-img-wrapper::after {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 100px 100px rgba(255, 198, 78, 0.175);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}
.safe-category-cards-wrapper
  .safe-category-card
  .safe-category-card-img-wrapper
  .bg-circles {
  width: 75px;
  height: 75px;
  background: transparent;
  border: 1px solid rgba(199, 150, 68, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.safe-category-cards-wrapper
  .safe-category-card
  .safe-category-card-img-wrapper
  .bg-circles::before {
  content: "";
  width: 115px;
  height: 115px;
  background: transparent;
  border: 1px solid rgba(199, 150, 68, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.safe-category-cards-wrapper .safe-category-card:hover {
  background-color: var(--white);
  color: var(--sd-textColor);
}
.safe-category-cards-wrapper .safe-category-card:hover .sd-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.safe-category-cards-wrapper
  .safe-category-card:hover
  .safe-category-card-img-wrapper {
  transform: translate(0, 0);
}
.safe-category-cards-wrapper
  .safe-category-card:hover
  .safe-category-card-img-wrapper
  .bg-circles {
  opacity: 1;
  visibility: visible;
}
.safe-category-cards-wrapper
  .safe-category-card:hover
  .safe-category-card-img-wrapper::after {
  opacity: 1;
}

.safe-card {
  width: 100%;
  background-color: var(--white);
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
}
.safe-card .safe-card-img-wrapper {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}
.safe-card .safe-card-img-wrapper.tall {
  height: 500px;
}
.safe-card .safe-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.sd-safe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: var(--white);
  padding: 60px 24px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.safe-card-img-wrapper.tall .sd-safe-video {
  height: 500px;
}
.sd-safe-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.safe-card:hover .sd-safe-video {
  opacity: 1;
  visibility: visible;
}
.safe-card .safe-card-content {
  padding: 16px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  /* flex: 1; */
}
.safe-card .safe-description {
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #8f8f8f;
}
.safe-card-content .variants_list {
  justify-content: center;
  margin: 8px 0 16px;
  gap: 12px;
}
.safe-card .safe-card-content h4 {
  font-family: "OutfitRegular";
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--sd-textColor);
}
.safe-card .safe-card-content .price {
  font-family: "OutfitExtraBold" !important;
  font-size: 22px !important;
  color: var(--sd-dark-mustard) !important;
  margin: 4px 0 8px;
}
.safe-card .woocommerce-variation.single_variation .price {
  display: block;
  font-family: "OutfitBold" !important;
  font-size: 18px !important;
  color: var(--sd-textColor) !important;
  margin-top: 12px !important;
}
.safe-card.transparent-bg {
  background-color: transparent;
}
.safe-card.transparent-bg:hover {
  background-color: var(--white);
}
.safe-card .best-seller-badge {
  position: absolute;
  top: -12px;
  right: 24px;
}
.reset_variations {
  margin-top: 4px;
}

.swiper-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.swiper-navigation .arrows {
  flex: 1;
  display: flex;
  gap: 16px;
}
.swiper-navigation .arrows .swiper-button-prev,
.swiper-navigation .arrows .swiper-button-next,
.swiper-nav-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid var(--sd-lighter-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  margin: 0;
  cursor: pointer;
}
.swiper-navigation .arrows .swiper-button-prev::after,
.swiper-navigation .arrows .swiper-button-next::after {
  content: "";
  font-family: unset;
}
.swiper-nav-arrow.dark-border {
  border-color: var(--sd-dark-mustard);
}
.swiper-nav-arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-navigation .swiper-pagination {
  position: unset;
  width: unset !important;
}

.quiz-section {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.quiz-section .quiz-img-wrapper {
  min-width: 55%;
  height: 900px;
}
.quiz-section .quiz-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.quiz-section .quiz-content {
  flex: 1;
  max-width: 45%;
  padding: 54px;
  display: flex;
  flex-direction: column;
}
.quiz-section .quiz-content .sd-section-title-wrapper {
  flex: unset;
}
.quiz-section .quiz-content .quiz-cards-wrapper .quiz-card-title-sec {
  display: flex;
  align-items: center;
  justify-content: "";
  margin-bottom: 40px;
  gap: 24px;
}
.quiz-section .quiz-content .quiz-cards-wrapper .quiz-card-title-sec h4 {
  flex: 1;
  font-family: "OutfitLight";
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
  font-weight: 300;
}
.quiz-section .quiz-content .quiz-cards-wrapper .quiz-card-title-sec .quest-no {
  font-family: "OutfitLight";
  font-size: 40px;
  line-height: 64px;
  color: var(--white);
  margin: 0;
}
.quiz-section
  .quiz-content
  .quiz-cards-wrapper
  .quiz-card-title-sec
  .quest-no
  p {
  display: inline-block;
  margin-right: 4px;
}
.quiz-section
  .quiz-content
  .quiz-cards-wrapper
  .quiz-card-title-sec
  .quest-no
  span {
  font-family: "OutfitLight";
  font-size: 18px;
  line-height: 28px;
  color: #afafaf;
}

.quiz-answer-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quiz-answer-cards .quiz-answer-card {
  width: 100%;
  border: 1px solid #737373;
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "OutfitLight";
  font-size: 16px;
  color: var(--white);
  transition: all 0.5s ease;
}
.quiz-answer-cards .quiz-answer-card .quiz-card-content {
  flex: 1;
  padding: 16px;
}
.quiz-answer-cards .quiz-answer-card .quiz-card-content .quiz-card-title {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  color: var(--sd-mustard);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.quiz-answer-cards .quiz-answer-card .quiz-card-arrow {
  padding: 0 32px;
}
.quiz-answer-cards .quiz-answer-card .quiz-card-arrow svg {
  transition: all 0.5s ease;
}
.quiz-answer-cards .quiz-answer-card:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--sd-textColor);
  cursor: pointer;
}
.quiz-answer-cards .quiz-answer-card:hover .quiz-card-arrow svg {
  transform: translateX(10px);
}
.quiz-answer-cards .quiz-answer-card:hover .quiz-card-arrow svg path {
  fill: var(--sd-textColor);
}

.reset-quiz{
  width: 54px;
  height: 54px;
  background-color: var(--white);
  border: 1px solid var(--sd-dark-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quiz-results-swiper{
  max-width: 80%;
  margin: 0 auto;
}

.quiz-results-swiper .swiper-wrapper .swiper-slide{
  width: 100% !important;
}

.quiz-result-card{
  width: 100%;
  background-color: var(--white);
}

.quiz-result-card-img-wrapper{
  height: 300px;
}

.quiz-result-card-content{
  padding: 16px;
}

.quiz-result-card-content .title{
  display: block;
  font-family: 'OutfitRegular';
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--sd-textColor);
  margin-bottom: 4px;
}

.quiz-result-card-content .price{
  font-family: 'OutfitExtraBold';
  font-size: 20px;
  color: var(--sd-dark-mustard);
}

.quiz-result-card-actions{
  display: flex;
  /* justify-content: center; */
  margin-top: 16px;
}

.quiz-swiper-navigation{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
  z-index: 2;
}

.next-result,
.prev-result{
  width: 54px;
  height: 54px;
  background-color: var(--white);
  border: 1px solid var(--sd-dark-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.next-result.swiper-button-disabled,
.prev-result.swiper-button-disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

.client-logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px -24px;
}
.client-logos-wrapper .client-logo {
  width: calc(16.6666666667% - 48px);
  height: 90px;
  margin: 0 24px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logos-wrapper .client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client-logos-wrapper.in-page {
  margin: 0 -32px -32px;
}
.client-logos-wrapper.in-page .client-logo {
  width: calc(25% - 64px);
  margin: 0 32px 64px;
}

.download-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.download-content-wrapper .left-content,
.download-content-wrapper .right-content {
  width: 30%;
  padding: 0 40px;
}
.download-content-wrapper .mobile-video-wrapper {
  flex: 1;
  height: 725px;
  position: relative;
  background-image: url("../safedecisions_V3/images/mobile-mockup.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15% 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.download-content-wrapper .mobile-video-wrapper .security-symb {
  width: 40%;
  filter: grayscale(1);
}
.download-content-wrapper .right-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sd-custom-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sd-custom-list li {
  padding-left: 32px;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1.25;
  position: relative;
}
.sd-custom-list li.text-transform-normal {
  text-transform: unset;
  line-height: 1.5;
}
.sd-custom-list li .custom-list-pointer {
  width: 12px;
  height: 12px;
  background-color: var(--sd-lighter-mustard);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
  position: absolute;
  top: 6px;
  left: 0;
}
.sd-custom-list li b {
  display: block;
}
.get-on-store-links {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.get-on-store {
  display: flex;
  align-items: center;
  gap: 24px;
}
.get-on-store .qr-wrapper {
  width: 80px;
  height: 80px;
}
.get-on-store p {
  flex: 1;
  color: var(--white);
}
.download-content-wrapper::after {
  content: "";
  width: 150%;
  height: 500px;
  background-image: url("https://safedecision-assests.s3.amazonaws.com/circles-v3.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  z-index: -2;
  filter: opacity(0.05);
}
.download-content-wrapper::before {
  content: "";
  width: 250px;
  height: 250px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 150px 8px var(--sd-mustard);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial-section {
  overflow: unset !important;
}

.sd-testimonial-swiper {
  margin-top: -15%;
  z-index: 10;
}
.sd-testimonial-swiper .testimonial-swiper-navigation {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: absolute;
  bottom: 40px;
  left: 20%;
  z-index: 3;
}
.sd-testimonial-swiper .testimonial-swiper-navigation .prev-testimonial,
.sd-testimonial-swiper .testimonial-swiper-navigation .next-testimonial {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sd-testimonial-swiper
  .testimonial-swiper-navigation
  .prev-testimonial.swiper-button-disabled,
.sd-testimonial-swiper
  .testimonial-swiper-navigation
  .next-testimonial.swiper-button-disabled,
.swiper-button-prev-review.swiper-button-disabled,
.swiper-button-next-review.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.testimonial-swiper-navigation .testimonial-arrows {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sd-testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.sd-testimonial-swiper .swiper-wrapper .swiper-slide {
  height: unset !important;
  display: flex;
}

.testimonial-slide {
  width: 100%;
  background-color: var(--sd-borderColorV2) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.testimonial-slide .testimonial-caption {
  display: block;
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.32em;
  color: var(--white);
  text-transform: uppercase;
  /* margin-bottom: 80px; */
}
.testimonial-slide .testimonial-content {
  font-family: "KaiseiTokuminRegular";
  font-size: 58px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--white);
  margin: 48px 0 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-slide .testimonial-details {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  position: relative;
}
.testimonial-slide .testimonial-details h4 {
  font-family: "OutfitBold";
  font-size: 24px;
  color: var(--white);
  line-height: 1.75;
  /* margin: 0 0 16px; */
}
.testimonial-slide .testimonial-details::before {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(96.9deg, #000000 5.74%, rgba(0, 0, 0, 0) 85.49%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial-details .sd-link {
  letter-spacing: 1px;
}

.sd-testimonial-parent-swiper > .swiper-wrapper {
  padding-top: 60px;
}

.sd-testimonial-parent-swiper > .swiper-pagination {
  top: 0;
  bottom: unset !important;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sd-testimonial-parent-swiper > .swiper-pagination .swiper-pagination-bullet {
  padding: 8px 16px;
  height: unset;
  width: unset;
  background-color: var(--sd-bgGray);
  border-radius: 0;
  border: 1px solid var(--sd-lighter-mustard);
  font-size: 16px;
  font-weight: 500;
  color: var(--sd-lighter-mustard);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 1;
  position: relative;
}

.sd-testimonial-parent-swiper
  > .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  color: var(--sd-textColor);
}

.sd-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "OutfitExtraBold";
  font-size: 14px;
  color: var(--sd-lighter-mustard);
  text-transform: uppercase;
}
.sd-link .sd-link-arrow {
  width: 16px;
  height: 16px;
  display: flex;
  transition: all 0.5s ease;
}
.sd-link .sd-link-arrow img {
  width: 100%;
}
.sd-link:hover .sd-link-arrow {
  transform: translateX(8px);
}
.sd-link.alt {
  font-size: 16px;
  color: var(--sd-dark-mustard);
}
.sd-link.dark {
  color: var(--sd-textColor);
}
.sd-link.capitalize {
  text-transform: capitalize !important;
}

.sd-article-card {
  width: 100%;
  color: var(--sd-textColor);
}
.sd-article-card .sd-article-card-img-wrapper {
  height: 225px;
  /* background: linear-gradient(to top, rgba(201, 148, 38, 0.25) 0%, rgba(201, 148, 38, 0) 58.19%); */
  overflow: hidden;
}
.sd-article-card .sd-article-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}
.placeholder-img-wrapper {
  padding: 0 40px;
  background: linear-gradient(
    to top,
    rgba(201, 148, 38, 0.25) 0%,
    rgba(201, 148, 38, 0) 58.19%
  );
  /* border: 1px solid rgb(199 150 68 / 15%); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.placeholder-img-wrapper img {
  width: 200px !important;
  object-fit: unset !important;
}
.sd-article-card .sd-article-card-content {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "OutfitMedium";
  font-size: 20px;
  line-height: 30px;
}
.sd-article-card .sd-article-card-content .sd-link {
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.sd-article-card:hover .sd-link {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.sd-article-card:hover .sd-article-card-img-wrapper img {
  transform: scale(1.125);
}

.footer-banner-sec {
  min-height: 580px;
  background-image: url("../safedecisions_V3/images/footer-banner-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.footer-banner-sec .footer-banner-content {
  /* width: 60%; */
  width: 50%;
  color: var(--sd-blue);
}
.footer-banner-sec .footer-banner-content span {
  display: block;
  font-family: "OutfitExtraBold";
  font-size: 20px;
  letter-spacing: 0.32em;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.footer-banner-sec .footer-banner-content h3 {
  font-family: "KaiseiTokuminRegular";
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-banner-sec .footer-banner-img {
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 5em;
  display: flex;
  align-items: end;
  justify-content: center;
}

.sd-footer {
  width: 100%;
  display: flex;
}
.sd-footer .footer-links-sec {
  width: 35%;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  display: flex;
  flex-direction: column;
}
.sd-footer .footer-links-sec .footer-social-links {
  width: 100%;
  padding: 48px 48px 32px 15vw;
  border-bottom: 1px solid #fed887;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}
.sd-footer .footer-links-sec .footer-social-links .footer-logo {
  width: 100%;
}
.sd-footer .footer-links-sec .footer-social-links .social-links-wrapper {
  display: flex;
  gap: 8px;
}
.sd-footer
  .footer-links-sec
  .footer-social-links
  .social-links-wrapper
  .social-link {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.sd-footer
  .footer-links-sec
  .footer-social-links
  .social-links-wrapper
  .social-link:hover {
  transform: translateY(-5px);
}
.sd-footer .footer-links-sec .footer-links {
  padding: 0 48px 48px 15vw; /*60px*/
  display: flex;
  flex-direction: column;
}
.sd-footer .footer-links-sec .footer-links .footer-link {
  font-family: OutfitRegular;
  font-size: 16px;
  color: var(--sd-textColor);
  line-height: 32px;
  position: relative;
  transition: all 0.5s ease;
}
.sd-footer .footer-links-sec .footer-links .footer-link::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--sd-textColor);
  position: absolute;
  top: 50%;
  left: 0;
  margin-right: 4px;
  transition: all 0.5s ease;
}
.sd-footer .footer-links-sec .footer-links .footer-link:hover {
  padding-left: 16px;
}
.sd-footer .footer-links-sec .footer-links .footer-link:hover::before {
  width: 6px;
}
.sd-footer .sd-subscription-wrapper {
  flex: 1;
  background-color: var(--sd-textColor);
  display: flex;
  flex-direction: column;
  margin-top: -35px;
  position: relative;
  /* z-index: 9; */
}
.sd-footer .sd-subscription-wrapper .wpcf7-form-control-wrap {
  flex: 1;
}
.sd-footer .sd-subscription-wrapper .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
  border: none;
  box-shadow: none;
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 32px;
  outline: none;
}
.sd-footer .sd-subscription-wrapper .sd-subscription-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 0 35% 0 15%;
}
.sd-footer
  .sd-subscription-wrapper
  .sd-subscription-box
  .subscription-content
  h3 {
  font-family: "KaiseiTokuminRegular";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 24px;
}

.sd-footer
  .sd-subscription-wrapper
  .sd-subscription-box
  .subscription-content
  .subscription-form-wrapper {
  width: 100%;
  background-color: var(--white);
  display: flex;
  gap: 8px;
  padding: 8px;
  padding-left: 16px;
  position: relative;
}
.sd-footer .subscription-form-wrapper .wpcf7-spinner {
  display: none;
}
.subscription-form-wrapper .sd-btn input {
  background: transparent;
  border: none;
  font-family: "OutfitMedium";
  font-size: 14px;
  line-height: 1.75;
  color: var(--sd-textColor);
  text-transform: uppercase;
}
/* .sd-footer .sd-subscription-wrapper .sd-subscription-box .subscription-content .subscription-form-wrapper input, .sd-footer .sd-subscription-wrapper .sd-subscription-box .subscription-content .subscription-form-wrapper .sd-form-field textarea, .sd-form-field .sd-footer .sd-subscription-wrapper .sd-subscription-box .subscription-content .subscription-form-wrapper textarea {
  flex: 1;
  border: none;
  font-family: OutfitRegular;
  font-size: 16px;
  line-height: 32px;
  outline: none;
} */
.sd-footer .sd-subscription-wrapper .sd-copyrights {
  padding: 28px 24vw 28px 10vw;
  border-top: 1px solid #787878;
  font-family: "OutfitRegular";
  font-size: 14px;
  color: var(--white);
  line-height: 1.5;
}
.sd-footer .sd-subscription-wrapper .sheild-wrapper {
  position: absolute;
  top: 10px;
  left: -45px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.sd-footer .sd-subscription-wrapper .sheild-icon {
  width: 62px;
  height: 62px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sd-footer .sd-subscription-wrapper .sheild-icon::before {
  content: "";
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: scale-sheild 2s infinite ease;
}

@keyframes scale-sheild {
  0% {
    width: 62px;
    height: 62px;
  }
  50% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 62px;
    height: 62px;
  }
}
.slider-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-navigation .swiper-pagination {
  flex: 1;
  height: 4px !important;
  background: transparent !important;
  position: unset !important;
  z-index: 1 !important;
}
.swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  ) !important;
}
.swiper-pagination.dark-mustard .swiper-pagination-progressbar-fill {
  background: var(--sd-dark-mustard) !important;
}
.slider-navigation .swiper-pagination::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.slider-navigation .navigation-arrows {
  display: flex;
  gap: 10px;
}
.slider-navigation .navigation-arrows .swiper-button-next,
.slider-navigation .navigation-arrows .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid var(--sd-dark-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: unset;
  margin: unset;
}
.slider-navigation .navigation-arrows .swiper-button-next::after,
.slider-navigation .navigation-arrows .swiper-button-prev::after {
  display: none;
}
.slider-navigation .navigation-arrows .swiper-button-next.lighter,
.slider-navigation .navigation-arrows .swiper-button-prev.lighter {
  border-color: var(--sd-lighter-mustard);
}

.sd-filters {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  display: none;
}

.sd-filter-box {
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.11);
  padding: 28px 56px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.sd-filter-box .filter-box-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-box-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sd-filter-box .filter-box-title h2 {
  font-family: "KaiseiTokuminRegular";
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.sd-filter-box .sd-dropdown-wrapper {
  flex: 1;
}
.sd-filter-box::before {
  content: "";
  width: 8px;
  height: 100%;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.sd-dropdown-wrapper {
  width: 100%;
  position: relative;
}
.sd-dropdown-wrapper select,
.sd-custom-dropdown {
  width: 100%;
  /* background-color: var(--white); */
  background-color: transparent;
  border-color: var(--sd-borderColorV2);
  padding: 14px 20px;
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 24px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sd-dropdown-wrapper select:focus {
  border-color: var(--sd-mustard);
}
.sd-dropdown-wrapper .dropdown-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 27px; /* Half the dropdown size */
  right: 20px;
  transform: translateY(-50%);
  /* z-index: -1; */
}
.sd-dropdown-wrapper.v2 select {
  background-color: var(--black);
  padding: 12px 16px;
  color: var(--white);
}
.sd-dropdown-wrapper.account-field select {
  padding: 12px 18px 12px 24px;
  color: var(--sd-textColor);
  line-height: 26px;
}

.custom-dropdown-wrapper {
  display: block;
  position: relative;
}

.custom-dropdown-wrapper::after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: var(--sd-dark-mustard);
  transform: rotate(45deg);
  opacity: 0.75;
  position: absolute;
  top: 20px;
  right: 20px;
}

.safe-category-banner {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
.safe-category-banner .safe-category-image {
  height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.safe-category-banner .safe-category-image img {
  max-width: 100%;
}
.safe-category-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(201, 148, 38, 0) 46.88%,
    rgba(201, 148, 38, 0.2) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.category-bg-video {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  z-index: -2;
}

.safe-category-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.safe-category-sec-title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.safe-category-sec-title h3 {
  font-family: "KaiseiTokuminRegular";
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.safe-category-sec-title::before,
.safe-category-sec-title::after {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.safe-category-sec-title::before {
  left: 0;
}
.safe-category-sec-title::after {
  right: 0;
}

.safe-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.safe-cards-wrapper .safe-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}
.safe-card .certification-icon {
  width: 60px;
  height: 60px;
  display: flex;
  background-color: var(--white);
  border: 1px solid var(--sd-borderColorV4);
  border-radius: 50%;
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); */
  padding: 4px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
  transition: all 0.3s ease;
}
.safe-card .certification-icon:hover {
  transform: scale(0.9);
  opacity: 0.9;
}
.safe-cards-wrapper .safe-card .safe-card-content {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  transform: translateY(16px);
  transition: all 0.5s ease;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.safe-card .safe-link {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.safe-card-content .sd-btn,
.safe-card-content .safe-link {
  transform: translateY(16px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.safe-cards-wrapper .safe-card:hover {
  border-color: transparent;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.safe-cards-wrapper .safe-card:hover .safe-card-content {
  transform: translateY(0);
}
.safe-card:hover .safe-card-content .sd-btn,
.safe-card:hover .safe-card-content .safe-link {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.safe-cards-wrapper .safe-card.single-card {
  width: 75% !important;
  margin: 0 auto;
}
.safe-cards-wrapper .safe-card.single-card .safe-card-content,
.safe-cards-wrapper .safe-card.single-card .safe-card-actions {
  transform: unset !important;
  opacity: 1;
  visibility: visible;
}
.technical-features-sec {
  display: flex;
}
.technical-features-sec .technical-features-video-wrapper {
  width: 45%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 70px;
  position: relative;
}
.technical-features-video-wrapper .technical-feature-video-caption {
  width: 365px;
  background-color: var(--white);
  border: 1px dashed var(--sd-mustard);
  padding: 24px 32px;
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.technical-features-video-wrapper .technical-feature-video-caption .title {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  color: var(--sd-dark-mustard);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 0;
}
.technical-feature-video-caption p {
  margin: 0 !important;
}
.technical-feature-video-caption::before {
  content: "";
  width: 1px;
  height: 90px;
  background-color: var(--sd-mustard);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.technical-feature-video-caption::after {
  content: "";
  width: 16px;
  height: 16px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  position: absolute;
  top: calc(100% + 90px);
  left: 50%;
  transform: translateX(-50%);
}
.technical-features-sec .technical-features-content {
  flex: 1;
  padding: 80px 120px;
}
.technical-features-sec .technical-features-content .technical-features-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.technical-features-sec
  .technical-features-content
  .technical-features-list
  .technical-features-list-item {
  width: calc(50% - 32px);
  margin: 0 16px 32px;
  display: flex;
  gap: 8px;
  font-family: OutfitLight;
  font-size: 16px;
  line-height: 24px;
}
.technical-features-sec
  .technical-features-content
  .technical-features-list
  .technical-features-list-item
  .list-check-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technical-features-sec
  .technical-features-content
  .technical-features-list
  .technical-features-list-item
  .technical-feature {
  flex: 1;
}

.sd-best-sellers-sec {
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(249, 249, 249, 0) 100%);
  padding: 80px 0;
}

.image-information-sec {
  /* background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 23.57%), url("../safedecisions_V3/images/waves.gif"); */
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 23.57%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.image-information-sec::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#wavesVideo {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pointer-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.pointer-info-wrapper .options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pointer-info-wrapper .options .options-text {
  font-family: OutfitLight;
  font-size: 14px;
  line-height: 21px;
  color: var(--sd-mustard);
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.pointer-info-wrapper .options .colors {
  display: flex;
  gap: 16px;
}
.pointer-info-wrapper .options .colors .color {
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.pointer-info-wrapper .options .colors .color .color-item {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.26);
}
.pointer-info-wrapper .options .colors .color.black .color-item {
  background-color: var(--black);
}
.pointer-info-wrapper .options .colors .color.white .color-item {
  background-color: var(--white);
}
.pointer-info-wrapper .options .colors .color.mustard .color-item {
  background-color: var(--sd-mustard);
}
.pointer-info-wrapper .options .colors .color.active {
  border-color: var(--sd-mustard);
}
.pointer-info-wrapper .info-image-wrapper {
  height: 600px;
  text-align: center;
  position: relative;
}
.pointer-info-wrapper .info-image-wrapper img {
  height: 100%;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer {
  width: 20px;
  height: 20px;
  background-color: var(--sd-mustard);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.hoverable {
  animation: scaleShadow 1.5s infinite ease;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.one {
  top: 40%;
  left: 32%;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.two {
  top: 33%;
  right: 25%;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.three {
  bottom: 24%;
  left: 43%;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.four {
  bottom: 35%;
  left: 23%;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.five {
  bottom: 28%;
  right: 23%;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.hoverable + .info-box {
  opacity: 0;
  visibility: hidden;
}
.pointer-info-wrapper
  .info-image-wrapper
  .info-pointer.hoverable:hover
  + .info-box {
  opacity: 1;
  visibility: visible;
}
.pointer-info-wrapper .info-image-wrapper .info-box {
  width: 350px;
  min-height: 120px;
  background: transparent;
  border: 1px dashed var(--sd-mustard);
  padding: 18px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  z-index: 10;
  position: absolute;
  transition: all 0.3s ease;
}
.pointer-info-wrapper .info-image-wrapper .info-box .info-box-title {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  color: var(--sd-mustard);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pointer-info-wrapper .info-image-wrapper .info-box .info-box-content {
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
}
.pointer-info-wrapper .info-image-wrapper .info-box::after {
  content: "";
  background-color: transparent;
  border: 1px solid var(--sd-mustard);
  position: absolute;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-one {
  top: 8%;
  left: -16%;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-one::after {
  width: 324px;
  height: 80px;
  top: 100%;
  left: 35%;
  border-top-color: transparent;
  border-right-color: transparent;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-two {
  top: 5%;
  right: -20%;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-two::after {
  width: 79px;
  height: 112px;
  top: 50%;
  right: 100%;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-three {
  bottom: -12%;
  left: 26%;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-three::after {
  width: 4px;
  height: 100px;
  bottom: 100%;
  left: 48%;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-four {
  bottom: -10%;
  left: -16%;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-four::after {
  width: 24px;
  height: 210px;
  bottom: 50%;
  right: -24px;
  border-top-color: transparent;
  border-left-color: transparent;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-five {
  bottom: -12%;
  right: -20%;
}
.pointer-info-wrapper .info-image-wrapper .info-box.info-box-five::after {
  width: 60px;
  height: 192px;
  bottom: 50%;
  left: -18%;
  border-top-color: transparent;
  border-right-color: transparent;
}

.pointer-info-wrapper .info-image-wrapper .info-box.info-box-six {
  bottom: 34%;
  left: -30%;
 }
 .pointer-info-wrapper .info-image-wrapper .info-box.info-box-six::after {
  width: 364px;
  top: 30%;
  left: 100%;
  border-top-color: transparent;
  border-right-color: transparent;
}
.pointer-info-wrapper .info-image-wrapper .info-pointer.six {
  bottom: 46%;
  left: 45%;
}

@keyframes scaleShadow {
  0% {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
  }
  50% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.24);
  }
}

.back-to-top {
  width: 50px;
  height: 50px;
  background-color: var(--sd-borderColor);
  border: 1px solid transparent;
  position: fixed;
  bottom: 80px;
  right: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
}

.back-to-top:hover {
  border-color: var(--sd-lighter-mustard);
}

.sd-product-details-sec {
  width: 100%;
  background-color: var(--black);
}
.sd-product-details-sec .sd-product-details-wrapper {
  display: flex;
  padding: 0 2.5em 0;
  overflow: hidden;
}
.sd-product-details-sec .sd-product-details-wrapper .sd-product-image-details {
  width: 65%;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-swiper {
  margin-bottom: 40px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-swiper
  .product-slide {
  width: 100%;
  height: 500px;
  background-color: #1e1d1d;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-swiper
  .product-slide
  img {
  max-width: 100%;
  max-height: 100%;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .product-thumb-slide {
  width: 100%;
  height: 75px;
  background-color: #121212;
  border: 1px solid #252525;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .product-thumb-slide
  img {
  max-width: 100%;
  max-height: 100%;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .swiper-button-next,
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid var(--sd-lighter-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: unset;
  top: 50%;
  transform: translateY(-50%);
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .swiper-button-next::after,
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .swiper-button-prev::after {
  display: none;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .swiper-button-prev {
  left: -64px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-image-details
  .product-thumb-swiper
  .swiper-button-next {
  right: -64px;
}
.sd-product-details-sec .sd-product-details-wrapper .sd-product-info-wrapper {
  flex: 1;
  color: var(--white);
  padding: 40px;
  padding-bottom: 0;
  margin: 0 !important;
  width: unset !important;
  float: unset !important;
  position: relative;
}
.sd-product-info-wrapper .certification-icon-wrapper {
  /* max-width: 100px; */
  padding: 4px;
  padding-right: 12px;
  border: 1px solid #ce2b25;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sd-product-info-wrapper .certification-icon-wrapper img {
  width: 36px;
  height: 36px;
}
.sd-product-info-wrapper .certification-icon-wrapper span {
  font-family: "OutfitMedium";
  font-size: 10px;
  line-height: 1;
  color: var(--white);
  text-transform: uppercase;
}
.sd-product-info-wrapper .certification-icon-wrapper:hover {
  filter: drop-shadow(2px 2px 16px rgba(255, 255, 255, 0.25));
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .sd-product-brief {
  /* padding-bottom: 30px;
  border-bottom: 1px solid var(--sd-borderColorV3);
  margin-bottom: 10px; */
  margin-bottom: 24px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .product-name {
  font-family: "KaiseiTokuminRegular";
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  margin: 0 0 12px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .sd-product-brief
  .product-model-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 24px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .sd-product-brief
  .product-model-rating
  .rating {
  display: flex;
  gap: 8px;
}

.sd-product-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .sd-product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .sd-product-price
  .slashed-price {
  font-family: OutfitRegular;
  font-size: 22px;
  color: #858585;
  line-height: 34px;
  text-decoration: line-through;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .sd-product-price
  .current-price {
  font-family: OutfitExtraBold;
  font-size: 36px;
  line-height: 48px;
}
.product-description-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .product-info {
  display: block;
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 24px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .product-info
  .read-more {
  font-family: "OutfitRegular";
  color: var(--sd-mustard);
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .product-info
  .read-more:hover {
  text-decoration: underline;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .product-info.expand {
  height: auto;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .info-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .info-field:not(:last-of-type) {
  margin: 0 0 24px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .info-field
  .info-field-label {
  font-family: OutfitExtraBold;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 4px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options
  .color-field {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options
  .color-field.selected {
  border-color: var(--sd-mustard);
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options
  .color-field
  .color-ele {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options
  .color-field
  .color-ele.black {
  background-color: #2b2b2b;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options
  .color-field
  .color-ele.gold {
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .color-options
  .color-field
  .color-ele.white {
  background-color: var(--white);
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .add-to-cart-field {
  display: flex;
  margin: 0 0 24px;
}
.sd-product-info-wrapper .woocommerce-variation-add-to-cart {
  flex-direction: row !important;
  gap: unset !important;
}
.add-to-cart-field input,
.add-to-cart-field .sd-form-field textarea,
.add-to-cart-field textarea {
  /* width: 20%; */
  flex: 1;
  background-color: transparent !important;
  border: 1px solid var(--white);
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
  font-family: "OutfitRegular";
  font-size: 16px;
  color: var(--white) !important;
}
.add-to-cart-field .quantity {
  /* flex: 1; */
  display: flex;
}
.add-to-cart-field input.plus,
.add-to-cart-field input.minus {
  flex: unset !important;
}
.add-to-cart-field .quantity .minus,
.add-to-cart-field .quantity .plus {
  cursor: pointer;
}
.woocommerce .quantity .qty {
  /* width: 80px !important; */
  flex: 1;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .add-to-compare {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "OutfitMedium";
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  transition: all 0.3s ease;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .add-to-compare
  img {
  width: 18px;
  height: 18px;
}
.sd-product-details-sec
  .sd-product-details-wrapper
  .sd-product-info-wrapper
  .add-to-compare:hover {
  color: var(--sd-mustard);
}
.starRatingBlock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "OutfitRegular";
  font-size: 14px;
}
.rating-stars {
  display: flex;
  gap: 10px;
}
.rating-stars i {
  width: 24px;
  height: 24px;
  display: block;
  color: var(--sd-borderColorV2);
  cursor: pointer;
}
.rating-stars .fa-star:not(.color-filled):hover {
  color: rgb(199 150 68 / 25%) !important;
}
.rating-stars .fa-star.color-filled {
  color: var(--sd-mustard);
}
.rating-stars .color-filled svg path {
  fill: var(--sd-mustard);
}

.delivery-features {
  background-color: #1e1d1d;
  padding: 24px;
  display: flex;
  margin: 40px 0 40px;
}
.delivery-features .delivery-feature {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: OutfitExtraBold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  position: relative;
}
.delivery-features .delivery-feature .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery-features .delivery-feature .icon img {
  max-width: 100%;
}
.delivery-features .delivery-feature:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--sd-borderColorV2);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
}

.social-media-share {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-media-share .social-share {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.social-media-share .social-share:hover {
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  border-color: var(--sd-mustard);
}
.social-media-share .social-share:hover svg path {
  fill: var(--black);
  transition: all 0.4s ease;
}

.product-info-tabs-layout {
  position: relative;
  border-bottom: 1px solid #ececec;
}
.product-info-tabs-layout .product-info-tabs-wrapper {
  width: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(201, 148, 38, 0.21) 100%
    ),
    var(--black);
  /* height: 200px; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: sticky;
  top: 120px;
  z-index: 15;
}
.product-info-tabs-layout .product-info-tabs-wrapper .product-tab {
  padding: 16px 48px;
  font-family: "OutfitMedium";
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-info-tabs-layout .product-info-tabs-wrapper .product-tab::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--sd-mustard);
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all 0.3s ease;
}
.product-info-tabs-layout .product-info-tabs-wrapper .product-tab:hover {
  color: var(--sd-mustard);
}
.product-info-tabs-layout .product-info-tabs-wrapper .product-tab.active {
  color: var(--sd-mustard);
}
.product-info-tabs-layout
  .product-info-tabs-wrapper
  .product-tab.active::after {
  left: 0;
}
.product-info-tabs-layout .product-info-tab-content {
  font-family: "OutfitLight";
}
.product-info-tab-content .sd-section-title {
  text-transform: capitalize !important;
}
.security-icon {
  width: 62px;
  height: 62px;
  background-color: var(--white);
  border: 12px solid rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  position: absolute;
  bottom: -43px; /* -(Half of the width + border-width) */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.positioned-image {
  width: calc(50% - 80px);
  height: 100%;
  position: absolute;
  top: 150px;
  right: 0;
}
.positioned-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.positioned-image img.fit-contain {
  object-fit: contain;
}
.positioned-image img.scaled {
  transform: scale(1.5);
}
.positioned-image.w-30 {
  width: calc(30% - 80px);
}
.positioned-image.neg-m {
  margin-right: -0.5%;
}

.product-description .positioned-image {
  top: 0 !important;
}

.product-description .positioned-image img {
  height: 100% !important;
}

.image-swiper-wrapper {
  position: relative;
}
.image-swiper-wrapper .image-swiper .swiper-slide {
  height: 500px;
}
.image-swiper-wrapper .image-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-swiper-wrapper .image-swiper-navigation {
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.image-swiper-wrapper .image-swiper-navigation .swiper-button-prev,
.image-swiper-wrapper .image-swiper-navigation .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--white);
  border: 2px solid rgba(198, 198, 198, 0.32);
  border-radius: 50%;
  position: unset;
}
.image-swiper-wrapper .image-swiper-navigation .swiper-button-prev::after,
.image-swiper-wrapper .image-swiper-navigation .swiper-button-next::after {
  display: none;
}

.product-benefits {
  display: flex;
}
.product-benefits .product-benefit {
  flex: 1;
  font-size: 16px;
  color: var(--sd-textColor);
  text-align: center;
  text-transform: uppercase;
}
.product-benefits .product-benefit .benefit-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.sd-faq-sec {
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.6) 0%,
    rgba(249, 249, 249, 0) 100%
  );
  background-color: unset !important;
  min-height: 600px;
}

.sd-faqs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sd-faqs .sd-faq {
  border-bottom: 1px solid var(--sd-borderColorV4);
}
.sd-faqs .sd-faq .sd-faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 16px;
}
.sd-faqs .sd-faq .sd-faq-question h2 {
  flex: 1;
  font-family: "OutfitMedium";
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 1.7;
}
.sd-faqs .sd-faq .sd-faq-question .accordion-icon {
  width: 24px;
  height: 24px;
  display: flex;
  color: var(--sd-mustard);
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.sd-faqs .sd-faq .sd-faq-question.open .accordion-icon {
  /* color: var(--sd-mustard); */
  color: #d9d9d9;
  transform: rotate(180deg);
}
.sd-faqs .sd-faq .sd-faq-question.open + .sd-faq-answer {
  height: auto;
}
.sd-faqs .sd-faq .sd-faq-question:hover:not(.open) .accordion-icon {
  color: var(--sd-mustard);
}
.sd-faqs .sd-faq .sd-faq-answer {
  height: 0;
  overflow: hidden;
}
.sd-faqs .sd-faq .sd-faq-answer p {
  font-family: "OutfitLight";
  margin-bottom: 16px;
}
.sd-faq.text-white {
  color: var(--white);
}

.product-reviews-section {
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.6) 0%,
    rgba(249, 249, 249, 0) 100%
  );
  padding: 100px 0;
}
.product-reviews-section .product-overall-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
.product-reviews-section .product-overall-rating h3 {
  font-family: "OutfitExtraBold";
  font-size: 36px;
  line-height: 48px;
}
.product-reviews-section .product-reviews {
  max-width: 65%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
}
.product-reviews-section .product-reviews .product-review {
  padding: 40px 0;
  border-bottom: 1px solid var(--sd-borderColorV4);
  display: flex;
  gap: 32px;
}
.product-reviews-section .product-reviews .product-review:first-child {
  padding-top: 0;
}
.product-reviews-section .product-reviews .product-review .review-user {
  width: 72px;
  height: 72px;
  background-color: var(--sd-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-reviews-section .product-reviews .product-review .review-user h4 {
  font-family: "OutfitBold";
  font-size: 24px;
  line-height: 1;
  color: var(--white);
}
.product-reviews-section .product-reviews .product-review .review-details {
  flex: 1;
  color: var(--sd-textColor);
}
.product-reviews-section
  .product-reviews
  .product-review
  .review-details
  .review-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.review-user-info {
  margin-bottom: 16px;
}
.review-user-info h4 {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 24px;
}
.review-user-info span {
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 1.5;
}
.product-reviews-section
  .product-reviews
  .product-review:nth-child(even)
  .review-user {
  background-color: var(--black);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 !important;
}

.product-specifications {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 100px;
}
.product-specifications .product-specification {
  flex: 1 0 calc(50% - 100px);
  display: flex;
  gap: 12px;
}
.product-specifications .product-specification .specification-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-specifications .product-specification .specification {
  flex: 1;
}

.blog-hero {
  min-height: 60vh;
  background-image: url("../safedecisions_V3/images/blog-hero.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.blog-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-hero-bg-image {
  position: absolute;
  bottom: 0;
  right: 12vw;
  height: 80%;
  z-index: 1;
}
.blog-hero-bg-image::before {
  content: "";
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 250px 100px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.blog-hero-bg-image img {
  height: 100%;
}

.hero-search-form {
  display: flex;
}
.hero-search-form .hero-form-field {
  position: relative;
}
.hero-search-form .hero-form-field::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../safedecisions_V3/images/icons/search-white.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.hero-form-field input,
.hero-form-field .sd-form-field textarea,
.sd-form-field .hero-form-field textarea {
  width: 100%;
  background-color: var(--sd-borderColorV3);
  padding: 16px 50px 16px 24px;
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  outline: none;
  border: none;
  transition: all 0.3s ease;
}
.hero-form-field input:focus,
.hero-form-field .sd-form-field textarea:focus,
.sd-form-field .hero-form-field textarea:focus {
  box-shadow: 3px 3px rgba(255, 255, 255, 0.25);
}

.sd-article-list-sec {
  padding-bottom: 80px;
}

.article-category-list-swiper {
  background-color: var(--white);
  box-shadow: 0px 4px 59px rgba(0, 0, 0, 0.11);
  margin-top: -36px;
  margin-bottom: 80px;
}
.article-category-list-swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.article-category-list-swiper
  .swiper-wrapper
  .swiper-slide:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 45%;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.article-category-list-swiper .article-category {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  font-family: "OutfitRegular";
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.article-category.selected,
.buyer-guide-links-target.selected {
  color: var(--sd-mustard) !important;
}
.article-category-list-swiper .swiper-button-prev,
.article-category-list-swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  margin: unset !important;
}
.article-category-list-swiper .swiper-button-prev::after,
.article-category-list-swiper .swiper-button-next::after {
  display: none;
}

.sd-articles-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.sd-load-more-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "OutfitMedium";
  font-size: 22px;
  line-height: 30px;
  color: var(--sd-textColor);
}
.sd-load-more-link .refresh-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-load-more-link:hover {
  color: var(--sd-mustard);
}
.sd-load-more-link:hover .refresh-icon {
  animation: rotate 0.75s ease;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.article-hero-sec {
  min-height: 50vh;
  background-image: url("../safedecisions_V3/images/blog-hero.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.article-hero-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sd-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-breadcrumbs a {
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 1.3;
  color: var(--white);
  position: relative;
}
.sd-breadcrumbs.underlined a {
  text-decoration: underline !important;
}
.sd-breadcrumbs.text-dark a {
  color: var(--sd-textColor);
}
.sd-breadcrumbs a:not(:last-child) {
  padding-right: 16px;
  margin-right: 16px;
}
.sd-breadcrumbs a:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sd-breadcrumbs a:hover {
  color: var(--sd-mustard);
  transition: all 0.3s ease;
}
.sd-breadcrumbs a:hover::after {
  color: var(--white); /* Should be the same as the initial text color */
}
.sd-breadcrumbs.text-dark a:hover::after {
  color: var(--sd-textColor);
}
.sd-breadcrumbs a.current-page {
  color: var(--sd-mustard);
  cursor: default;
}
.sd-breadcrumbs.left {
  justify-content: flex-start !important;
  margin-bottom: 24px;
}

.article-section {
  padding: 80px 0;
}

.article {
  margin-top: -50vh;
  position: relative;
  z-index: 2;
}
.article.mt-reg {
  margin-top: unset !important;
}
.article .article-body {
  max-width: 85%;
  margin: 0 auto;
}
.article .article-body .article-image {
  width: 100%;
  height: 600px;
  object-fit: contain;
  display: block;
  margin-bottom: 40px;
}
.article .article-body .article-image:not(:first-of-type) {
  margin-top: 48px;
}
.article .article-body .article-image-caption {
  display: block;
  font-family: "OutfitRegular";
  font-size: 16px;
  /* font-style: italic; */
  line-height: 1.5;
  color: #505050;
  margin-top: -32px;
}
.article .article-body .article-subtitle {
  font-family: "OutfitMedium";
  font-weight: 500 !important;
  font-size: 40px;
  line-height: 1.35;
  text-transform: capitalize;
  margin: 48px 0 24px;
}
.article .article-body .article-subtitle + .article-content {
  margin-top: 16px !important;
}
.article .article-body .article-subtitle.text-transform-unset {
  text-transform: unset;
}
.article .article-body .article-subtitle + .article-subtitle {
  margin-top: 24px !important;
}
.article .article-body .article-subtitle.small {
  font-family: "OutfitMedium";
  font-size: 28px;
  line-height: 34px;
  margin-top: 48px;
}
.article .article-body .article-content {
  display: block;
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 1.5;
  margin: 48px 0 0;
}
.article .article-body .article-content + .article-image {
  margin-top: 40px;
}
.article .article-content ul {
  margin: 24px 0 40px;
}
.article .article-content ul.mt-32 {
  margin-top: 32px;
}
.article-content > ul > li {
  padding-left: 32px;
  position: relative;
}
.article-content > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.article-content > ul > li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../safedecisions_V3/images/icons/article-list-pointer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 0;
}
.article .article-body .article-list.alt-bullets li::before {
  background-image: url("../safedecisions_V3/images/icons/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.article-content ol li ul {
  margin-left: 24px !important;
}
.article-content ul li ul li,
.article-content ol li ul li {
  padding-left: 20px !important;
  position: relative !important;
}
.article-content ul li ul li::before,
.article-content ol li ul li::before {
  content: "" !important;
  width: 6px;
  height: 6px;
  border: 1px solid var(--sd-textColor);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.article-content ul li ul li:not(:last-child),
.article-content ol li ul li:not(:last-child) {
  margin-bottom: 4px;
}
.article-content h1 {
  font-family: "KaiseiTokuminRegular";
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--sd-textColor);
  text-align: center;
  margin: 40px 0;
}
.article .article-body .article-quote {
  padding-left: 80px;
  position: relative;
  margin: 64px 0 40px;
  font-family: "OutfitMedium";
  font-size: 30px;
  line-height: 1.15;
}
.article .article-body .article-quote::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../safedecisions_V3/images/icons/quote.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.article .article-body .article-cta-wrapper {
  padding-top: 6px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.14);
  margin-top: 48px;
  position: relative;
}
.article .article-body .article-cta-wrapper .article-cta-box {
  background-color: var(--bgGray);
  padding: 35px 40px;
  display: flex;
  align-items: center;
  justify-content: "";
  gap: 40px;
}
.article .article-body .article-cta-wrapper .article-cta-box .article-cta-text {
  flex: 1;
  font-family: "KaiseiTokuminRegular";
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--white);
  margin: 0 !important;
}
.article .article-body [id^="section"] {
  scroll-margin-top: 120px;
}
.article-content ol {
  list-style-position: inside;
  padding-left: 24px;
  margin: 16px 0;
}
.article-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.article-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0 40px;
}
.article-content table tr td {
  padding: 16px;
  border: 1px solid var(--sd-borderColorV2);
  border-style: none solid solid none;
  font-size: 16px;
}
.article-content table tr td img {
  min-width: 120px;
}
.article-content table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.article-content table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.article-content table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.article-content table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.article-content table tr:first-child td {
  border-top-style: solid !important;
}
.article-content table tr td:first-child {
  border-left-style: solid !important;
}
.article-content table tr:nth-child(even) {
  background-color: rgb(199 150 68 / 5%);
}
.article-content table.data-table tr.table-header {
  background-color: rgb(199 150 68 / 15%) !important;
  font-family: "OutfitBold";
}
.article-content table.data-table tr:nth-child(odd):not(.table-header) {
  background-color: rgb(199 150 68 / 5%);
}
.article-content table.data-table tr:nth-child(even) {
  background-color: var(--white) !important;
}
.article-content table tr td.center-aligned {
  text-align: center;
}
.scrollable-table {
  overflow: auto;
}
.article-content .product-cards-wrapper {
  border: 1px solid var(--sd-borderColorV2);
  border-radius: 10px;
  display: flex;
  margin: 40px 0;
}
.article-content .product-cards-wrapper .product-card {
  flex: 1;
}
.article-content .product-cards-wrapper .product-card:not(:last-child) {
  border-right: 1px solid var(--sd-borderColorV2);
}
.article-content .product-cards-wrapper .product-card .prod-image {
  height: 325px;
}
.article-content .product-cards-wrapper .product-card .prod-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 !important;
  display: block;
}
.article-content .product-cards-wrapper .prod-details {
  padding: 16px;
  text-align: center;
  border-top: 1px solid var(--sd-borderColorV2);
}
.article-content .product-cards-wrapper .prod-details .prod-name {
  font-family: "OutfitBold";
  margin: 0;
}
.article-content .product-cards-wrapper .prod-details .prod-name.mb-12 {
  margin-bottom: 12px;
}
.article-content .product-cards-wrapper .prod-details .prod-price {
  font-family: "OutfitBold";
  color: var(--sd-mustard);
  margin: 0 0 6px !important;
}
.article-content .cards-title-wrapper {
  font-family: "OutfitMedium";
  font-size: 18px;
  margin: 0 0 12px;
}
.cards-title-wrapper.mt-32 {
  margin-top: 32px;
}
.article-content .cards-title-wrapper + .product-cards-wrapper {
  margin-top: 0 !important;
}
.article-content .product-cards-wrapper .prod-details .sd-btn {
  max-width: 300px;
  margin: 0 auto;
}
.article-content .product-cards-wrapper .prod-details .sd-btn img {
  min-width: unset !important;
  margin: 0 !important;
}
.article-content .product-cards-wrapper .prod-details p + p {
  margin: unset !important;
}
.article-content .product-cards-wrapper.single-card {
  max-width: 320px;
}
.article-content .product-single-image {
  width: 100%;
  height: 700px;
  border: 1px solid var(--sd-borderColorV2);
  border-radius: 10px;
  object-fit: cover;
}
.article-content h2 {
  font-family: "OutfitMedium";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 40px 0 16px;
}
.article-content h3 {
  font-family: "OutfitMedium";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 24px 0 12px;
}
.article-content h4 {
  font-family: "OutfitMedium";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0 24px;
}

.article-header {
  padding: 80px 0;
  background-image: url("../safedecisions_V3/images/blog-hero.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.article-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}

.article-title-wrapper {
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.article-title-wrapper .article-title-caption {
  display: block;
  font-family: "OutfitExtraBold";
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  margin-bottom: 24px;
}
.article-title-wrapper .article-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  color: var(--white);
}
.article-title-wrapper .article-title.color-dark {
  color: var(--sd-textColor);
}

.article.mt-reg .article-title-wrapper {
  margin: 0 0 64px;
}

.sd-secondary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.sd-secondary-heading h3 {
  font-family: "KaiseiTokuminRegular";
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.contact-page-hero {
  padding: 80px 0;
  background: var(--black);
  position: relative;
  z-index: 1;
}
.contact-page-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.contact-page-hero .contact-hero-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.sd-contact-wrapper {
  display: flex;
  gap: 60px;
}
.sd-contact-wrapper .sd-contact-info {
  width: 48%;
  padding: 40px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.sd-contact-wrapper .sd-contact-info .sd-contact-details .sd-contact-detail {
  display: flex;
  align-items: center;
  justify-content: "";
  gap: 16px;
}
.sd-contact-wrapper
  .sd-contact-info
  .sd-contact-details
  .sd-contact-detail:not(:last-child) {
  margin-bottom: 16px;
}
.sd-contact-wrapper
  .sd-contact-info
  .sd-contact-details
  .sd-contact-detail
  .contact-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-contact-wrapper
  .sd-contact-info
  .sd-contact-details
  .sd-contact-detail
  .contact-info {
  font-family: "OutfitBold";
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
  transition: all 0.3s ease;
}
.sd-contact-wrapper
  .sd-contact-info
  .sd-contact-details
  .sd-contact-detail:hover
  .contact-info {
  color: var(--sd-mustard);
}

.sd-contact-form {
  flex: 1;
  background-color: var(--white);
  box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.07);
  padding: 60px 70px;
  margin-bottom: -140px;
}
.sd-contact-form .contact-form-title {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.sd-form-field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sd-form-field:not(:last-of-type) {
  margin-bottom: 24px;
}
.sd-form-field .form-field-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--white);
  padding: 0 6px;
  color: var(--sd-textColor);
  transition: all 0.3s ease;
}
.sd-form-field input,
.sd-form-field textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid #d1d1d1;
  padding: 16px;
  font-family: "OutfitLight";
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  outline: none;
}
.sd-form-field input:focus,
.sd-form-field textarea:focus {
  border-color: var(--sd-dark-mustard);
}
.sd-form-field input:focus + .form-field-label,
.sd-form-field textarea:focus + .form-field-label {
  top: -13px;
  left: 8px;
  color: var(--sd-dark-mustard);
}
.sd-form-field input.invalid + .form-field-label,
.sd-form-field textarea.invalid + .form-field-label {
  color: var(--sd-red);
}
.sd-form-field input[required] + .form-field-label::before,
.sd-form-field textarea[required] + .form-field-label::before {
  content: "*";
}
.form-actions {
  display: flex;
  align-items: "";
  justify-content: flex-end;
  margin-top: 32px;
}
.form-actions.justify-start {
  justify-content: flex-start;
}
.form-actions.justify-center {
  justify-content: center;
}
.form-actions.align-center {
  align-items: center;
}
.form-actions.gap-24 {
  gap: 24px;
}

.form-error {
  background-color: var(--sd-red);
  padding: 12px 12px 12px 16px;
  display: flex;
  align-items: center;
  justify-content: "";
  gap: 12px;
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  margin-bottom: 24px;
}
.form-error .form-error-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-error p {
  flex: 1;
  margin: 0;
}
.form-error.success {
  background-color: var(--sd-green);
}
.form-success {
  min-height: 420px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.form-success .error2-text {
    font-family: "KaiseiTokuminRegular";
    font-size: 27px;
    line-height: 44px;
    text-align: center;
}
.form-success .success-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  margin-bottom: 24px;
}
.form-success .success-text {
  font-family: "KaiseiTokuminRegular";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}
.form-success > span {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 24px;
  color: var(--sd-textColor);
  margin-top: 16px;
}
.form-success::before,
.form-success::after {
  content: "";
  width: 8%;
  height: 100%;
  background: transparent;
  border: 2px solid var(--sd-mustard);
  position: absolute;
  top: 0;
}
.form-success::before {
  left: 0;
  border-right: 0;
}
.form-success::after {
  right: 0;
  border-left: 0;
}

.buyers-guide-sec {
  background: var(--black);
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.buyers-guide-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.buyers-guide-sec::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--black), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.buyers-guide-sec .buyers-guide-image {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.buyers-guide-sec .buyers-guide-image::after {
  content: "";
  width: 100%;
  height: 85%;
  background: linear-gradient(to top, var(--black), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.single_variation_wrap .variations_button .sd-prod-quantity-wrapper + .sd-btn {
  margin-left: -1px !important;
}

.compare-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: -80px; /* container paddings 40px+40px */
  width: 100%;
}

.sd-product-compare-pill {
  width: 225px;
  height: 50px;
  background-color: var(--white);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  padding: 12px 16px;
  display: none;
  align-items: center;
  justify-content: "";
  gap: 12px;
  font-family: "OutfitMedium";
  font-size: 16px;
  line-height: 20px;
  color: var(--sd-textColor);
  text-transform: capitalize;
  cursor: pointer;
  /* margin-top: 16px; */
  position: absolute;
  /* top: 50%; */
  right: calc(-225px - 40px); /* Pill width & container padding */
  /* transform: translateY(-50%); */
  transition: all 0.3s ease;
  /* z-index: 20; */
}
.sd-product-compare-pill .compare-count {
  width: 28px;
  height: 28px;
  background-color: var(--sd-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px rgba(199, 150, 68, 0.2);
}
.sd-product-compare-pill.show-compare-count {
  right: -40px; /* Container padding */
  display: flex;
}

.sd-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 9999;
}
.sd-modal-container {
  /* min-width: 60% !important;
  max-width: 60% !important; */
  max-height: 75vh !important;
  background-color: var(--white);
  border-top: 4px solid var(--sd-mustard) !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sd-modal-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--sd-borderColorV4);
  display: flex;
  align-items: center;
  justify-content: "";
}
.sd-modal-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: var(--sd-textColor);
  margin: 0;
}
.sd-compare-count {
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--sd-mustard);
  box-shadow: 0 0 0 3px rgba(199, 150, 68, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OutfitMedium";
  font-size: 16px;
  line-height: 20px;
}
.sd-modal-wrapper .sd-modal-container .sd-modal-header.borderless {
  border-bottom: 0;
}
.sd-modal-content {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sd-modal-content .sd-modal-body {
  height: 100%;
  overflow: auto;
  padding: 32px;
  position: relative;
}
.sd-modal-actions {
  padding: 16px 32px;
  border-top: 1px solid var(--sd-borderColorV4);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.sd-modal-wrapper
  .sd-modal-container
  .sd-modal-content-wrapper
  .sd-modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.close-Icon-popup{
  width: 36px !important;
  height: 36px !important;
}
.cross-icon-issue{
   width: 36px !important;
  height: 36px !important;
  padding-top: 10px;
}
.sd-modal-close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.75;
  transition: all 0.3s ease;
  position: absolute;
  top: 24px;
  right: 24px;
}
.sd-modal-close:hover {
  opacity: 1;
}
.sd-modal-text {
  font-family: "OutfitRegular";
  font-size: 16px;
}
.sd-loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sd-loading-img {
  width: 60px;
}
.compare-items {
  width: 100%;
  display: flex;
  gap: 16px;
}
.compare-items .compare-item {
  min-width: 320px;
  max-width: 320px;
  border: 1px solid var(--sd-borderColorV4);
  position: relative;
}
.compare-items .compare-item .compare-item-image {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.compare-item-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.compare-item-title {
  padding: 0 12px;
  font-family: "OutfitMedium";
  font-size: 26px;
  line-height: 34px;
  text-align: center;
}
.compare-item-title.price {
  font-size: 18px;
  color: var(--sd-borderColorV3);
  line-height: 1.5;
  margin: 0 0 16px;
}
.compare-items .compare-item .compare-item-features .compare-item-feature {
  background-color: #f2f2f2;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: "";
  gap: 12px;
}
.compare-items
  .compare-item
  .compare-item-features
  .compare-item-feature
  .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.compare-items .compare-item .compare-item-features .compare-item-feature p {
  flex: 1;
  font-family: "OutfitLight";
  font-size: 16px;
  line-height: 24px;
}
.compare-items
  .compare-item
  .compare-item-features
  .compare-item-feature:nth-child(even) {
  background-color: var(--white);
}
.compare-items .compare-item .remove-item {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  border: 1px solid var(--sd-borderColorV4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: -16px;
  right: 16px;
}
.compare-items .compare-item .remove-item:hover {
  border-color: var(--sd-mustard);
}

.new-review-wrapper {
  max-width: 65%;
  margin: 0 auto;
}
.new-review-wrapper .new-review-container {
  display: none;
}
.new-review-wrapper .new-review-container.show {
  display: block;
}
.new-review-wrapper .new-review-container .new-review-header {
  margin-bottom: 30px;
}
.new-review-wrapper .new-review-container .new-review-header h4 {
  font-family: "OutfitRegular";
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.new-review-wrapper .new-review-container .new-review-header span {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 26px;
}

.locksmith-img-wrapper {
  width: 150px;
  height: 150px;
  border: 7px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  position: relative;
}
.locksmith-img-wrapper.big {
  width: 250px;
  height: 250px;
}
.locksmith-img-wrapper.small {
  width: 88px;
  height: 88px;
}
.locksmith-img.small {
  font-size: 32px;
}
.locksmith-img-wrapper.big .ls-verification {
  bottom: 8px;
  right: 32px;
}
.locksmith-img-wrapper.alt-border {
  border: 7px solid rgba(0, 0, 0, 0.05);
}
.alt-user-image {
  font-size: 32px;
}
.locksmith-img-wrapper .locksmith-img {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OutfitBold";
  font-size: 64px;
  color: var(--sd-borderColorV2);
  overflow: hidden;
}
.locksmith-img-wrapper .ls-verification {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.article-content-table {
  box-shadow: 0px 10px 30px #f2f2f2;
  margin: 56px 0 60px;
}
.article-content-table .article-table-header {
  background-color: var(--bgGray);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: "";
}
.article-content-table .article-table-header p {
  flex: 1;
  font-family: "OutfitExtraBold";
  font-size: 16px;
  line-height: 18px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 3px;
}
.article-content-table .article-table-header .sd-dropdown-wrapper {
  width: 150px;
}
.article-content-table .content-table {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}
.article-content-table .content-table .content-table-list-item {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: "";
  gap: 24px;
  color: var(--sd-textColor);
  position: relative;
}
.article-content-table .content-table .content-table-list-item p {
  flex: 1;
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 24px;
}
.article-content-table .content-table .content-table-list-item span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.article-content-table
  .content-table
  .content-table-list-item:not(:last-child)::after {
  content: "";
  width: calc(100% - 48px);
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 24px;
}
.article-content-table .content-table .content-table-list-item:hover {
  color: var(--sd-mustard);
}
.article-content-table .content-table .content-table-list-item:hover span {
  transform: translateX(4px);
}
.article-content-table .content-table.hide {
  height: 0;
  overflow: hidden;
}

.article-share-icons {
  position: absolute;
  top: 275px;
  left: 24px;
  z-index: 30;
}
.article-share-icons .article-share-icon {
  width: 35px;
  height: 35px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-share-icons .heateor_sss_sharing_ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
form > .form-group:not(:last-of-type) {
  margin-bottom: 48px;
}
form > .form-group .form-group-header {
  font-family: "OutfitMedium";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.testimonial-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 35;
}
.testimonial-popup-wrapper .testimonial-popup-container {
  max-width: 1132px;
  max-height: 80%;
  overflow: auto;
  background-color: var(--white);
  border-top: 4px solid var(--sd-mustard);
  padding: 100px 140px;
  position: relative;
}
.testimonial-popup-wrapper
  .testimonial-popup-container
  .testimonial-popup-content {
  font-family: "KaiseiTokuminRegular";
  font-size: 30px;
  line-height: 42px;
}
.testimonial-popup-wrapper
  .testimonial-popup-container
  .close-testimonial-popup {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
.close-icon-popup{
width: 36px !important;
height: 36px !important;
}
.cross-lock-icon{
  width: 36px !important;
height: 36px !important;
bottom: 8px !important;
}
.testimonial-popup-wrapper .testimonial-popup-container::before {
  content: "";
  width: 230px;
  height: 230px;
  background-image: url("../safedecisions_V3/images/icons/quotes-upward-light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: 50px;
}
.testimonial-popup-wrapper .testimonial-popup-container::after {
  content: "";
  width: 125px;
  height: 125px;
  background-image: url("../safedecisions_V3/images/icons/quotes-downward-light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 72px;
  right: 72px;
}
.testimonial-popup-wrapper
  .testimonial-popup-container
  .popup-testimonial-details {
  display: flex;
  align-items: baseline;
  justify-content: "";
  flex-wrap: wrap;
  padding-top: 16px;
  margin-top: 48px;
  position: relative;
}
.testimonial-popup-wrapper
  .testimonial-popup-container
  .popup-testimonial-details::before {
  content: "";
  width: 80px;
  height: 2px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-popup-wrapper
  .testimonial-popup-container
  .popup-testimonial-details
  .testimonial-user-name {
  font-family: "OutfitBold";
  font-size: 24px;
  line-height: 38px;
}
.testimonial-popup-wrapper
  .testimonial-popup-container
  .popup-testimonial-details
  .testimonial-user-info {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 28px;
  color: #1f1f1f;
  opacity: 0.5;
  padding-left: 16px;
  border-left: 1px solid var(--sd-borderColorV2);
  margin-left: 16px;
}

.wpcf7 form .wpcf7-response-output {
  padding: 12px 24px !important;
  border: 1px solid var(--sd-textColor) !important;
  font-family: "OutfitRegular" !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.sd-subscription-wrapper .wpcf7 form.failed .wpcf7-response-output {
  background-color: var(--sd-red) !important;
  border-color: var(--sd-red) !important;
  color: var(--white) !important;
}

.sd-subscription-wrapper .wpcf7 form .wpcf7-response-output {
  border-color: var(--sd-mustard) !important;
  color: var(--white);
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: var(--sd-red) !important;
  border-color: var(--sd-red) !important;
  color: var(--white) !important;
}

.subscription-form-wrapper .wpcf7-not-valid-tip {
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 1.25;
  color: var(--sd-red);
  margin-top: 13px;
  margin-left: -16px;
}

.table-group-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.table-group .table-group-title {
  font-family: "OutfitMedium";
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.sd-empty-container {
  min-height: 500px;
  background-color: var(--white);
  position: relative;
}
.sd-empty {
  text-align: center;
  padding: 78px 74px;
}
.sd-empty-container .sd-empty-content-wrapper {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "OutfitRegular";
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notification {
  padding-top: 10px;
}
.count {
  background-color: white;
  z-index: 1;
  position: fixed;
  list-style: none;
  right: 14px;
}
.notification-count {
  position: absolute;
  top: 10px;
  right: -5px;
  background-color: var(--sd-red);
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0.8em;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
}

.sd-empty-container .sd-empty-content-wrapper p {
  margin: 0;
}

.status-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  margin-bottom: 0;
}

.status-text img {
  width: 24px;
}

.popover-content {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.modal-backdrop {
  display: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.55);
}

.modal-content {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--white) !important;
  font-family: "OutfitRegular" !important;
  color: var(--sd-textColor) !important;
}
.woocommerce-error {
  border-top-color: var(--sd-red) !important;
}
.woocommerce-error::before {
  color: var(--sd-red) !important;
  top: 50% !important;
  transform: translate(0px, -50%);
}
.woocommerce-info {
  border-top-color: var(--sd-blueV2) !important;
}
.woocommerce-info::before {
  color: var(--sd-red) !important;
  top: 50% !important;
  transform: translate(0px, -50%);
}
.woocommerce-message {
  border-top-color: var(--sd-green) !important;
}
.woocommerce-message::before {
  color: var(--sd-red) !important;
  top: 50% !important;
  transform: translate(0px, -50%);
}
.woocommerce-info::before {
  color: var(--sd-blueV2) !important;
}

.woocommerce-message::before {
  color: var(--sd-green) !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: var(--sd-dark-mustard) !important;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
  color: var(--sd-mustard) !important;
}

.success-wrapper {
  min-height: 300px;
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.success-wrapper .success-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-wrapper .success-content {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  margin: 8px 0 24px;
}

.success-wrapper .success-content h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.success-wrapper button {
  margin-left: auto;
  margin-right: auto;
}

form {
  position: relative;
}

.sd-address-modal-content {
  width: 60% !important;
  max-width: unset !important;
}

@media screen and (min-width: 1366px) {
  .sd-address-modal-content {
    width: 40% !important;
  }
}

/* Wocommerce form field styles */

.woocommerce form {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: var(--sd-textColor);
}

.woocommerce form .form-row {
  padding: 0 !important;
  margin: 0 0 24px !important;
}

.woocommerce form .form-row.mt-24 {
  margin-top: 24px !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 48% !important;
}

.woocommerce form .form-row label {
  font-size: 18px;
  line-height: 1.5 !important;
  margin-bottom: 8px;
}

.woocommerce form input:not([type="checkbox"]),
.woocommerce form textarea,
#wc-braintree-card-number,
#wc-braintree-expiration-date,
#wc-braintree-cvv {
  /* width: 100%; */
  background-color: var(--white);
  border: 1px solid var(--sd-borderColorV2);
  padding: 12px 24px;
  color: var(--sd-textColor);
  font-family: "OutfitRegular";
  font-size: 16px;
  line-height: 26px !important;
}

#wc-braintree-card-number,
#wc-braintree-expiration-date,
#wc-braintree-cvv {
  height: 52px !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single {
  height: unset !important;
  border: 1px solid var(--sd-borderColorV2) !important;
  border-radius: 0 !important;
  padding: 12px 24px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 !important;
  color: var(--sd-textColor) !important;
  line-height: 1.5 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 24px !important;
  height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px !important;
  right: 12px !important;
}

/* body.woocommerce-edit-address{
  overflow: hidden;
} */

/* Wocommerce form field styles */

.cust-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

/* Wocommerce form field styles */

/*  CSS for About pages */

.about-banner-sec {
  padding: 160px 0 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 120px;
  position: relative;
}
.about-banner-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 62.2%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-banner-sec>div{
  z-index: 1;
}
.about-banner-sec .hero-content-wrapper{
  max-width: 60%;
}
.founders-note-sec {
  position: relative;
  height: 750px;
  background: linear-gradient(
    180deg,
    rgba(166, 104, 0, 0.09) 0%,
    rgba(199, 150, 68, 0) 100%
  );
}
.founders-note-sec .founders-bg {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.founders-note-sec .founders-note-box {
  width: 630px;
  background-color: var(--white);
  padding: 84px;
  display: flex;
  align-items: flex-start;
  justify-content: "";
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 2;
}
.founders-note-sec .founders-note-box .caption {
  font-family: "OutfitExtraBold";
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.founders-note-sec .founders-note-box .title {
  font-family: "KaiseiTokuminRegular";
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  margin-top: 32px;
}
.founders-note-sec .founders-note-box .content {
  font-family: "OutfitLight";
  font-size: 20px;
  line-height: 32px;
  margin: 18px 0 0;
}

.rotating-logo-wrapper {
  width: 180px;
  height: 180px;
  position: absolute;
  top: -90px; /* half of the size */
  right: 20vw;
  z-index: 10;
}
.rotating-logo-wrapper .rotating-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rotating-logo-wrapper .rotating-logo .flying-locksmiths {
  width: 125px;
  height: 125px;
  border: 2px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rotating-logo-wrapper .rotating-logo > img {
  position: absolute;
  max-width: 100%;
  animation: rotate 15s linear infinite;
}
.rotating-logo-wrapper.v2 .flying-locksmiths {
  border-color: rgba(113, 113, 113, 0.26);
}
.rotating-logo-wrapper.static {
  top: 24px;
}
.rotating-logo-wrapper.static .rotating-logo > img {
  animation: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.assa-abloy-sec {
  padding: 70px;
}
.assa-abloy-sec .assa-abloy-wrapper {
  background-color: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: "";
  overflow: hidden;
}
.assa-abloy-sec .assa-abloy-wrapper .assa-abloy-img-holder {
  width: 70%;
  margin-left: -10%;
  padding-right: 125px;
}
.assa-abloy-sec .assa-abloy-wrapper .assa-abloy-content-holder {
  width: 48%;
  padding: 125px 250px 125px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--white);
}
.assa-abloy-sec .assa-abloy-wrapper .assa-abloy-content-holder .title {
  font-family: "KaiseiTokuminRegular";
  font-size: 56px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 28px;
}
.assa-abloy-sec .assa-abloy-wrapper .assa-abloy-content-holder .caption {
  margin-bottom: 40px !important;
  font-family: "OutfitLight";
}
.assa-abloy-sec .assa-abloy-wrapper .assa-abloy-content-holder .content {
  margin-top: 0;
  margin-bottom: 48px;
  font-family: "OutfitLight";
}
@media screen and (max-width: 1366px) {
  .assa-abloy-sec .assa-abloy-wrapper .assa-abloy-content-holder {
    width: 60%;
    padding-right: 125px;
  }
}
.founders-note-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 0;
  z-index: 999;
}
.founders-note-modal {
  width: 80%;
  max-width: 1200px;
  background-color: var(--white);
  margin: 80px auto;
  position: relative;
}
.close-founders-popup {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.75;
  z-index: 1;
  cursor: pointer;
}

.locksmith-modal-shield img {
  width: 14px;
}

.locksmith-modal-shield::before {
  content: "";
  width: 54px;
  height: 54px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}

.locksmith-modal {
  width: 100%;
  /* height: 100%; */
  background-color: var(--white);
  border-top: 4px solid var(--sd-mustard);
  padding: 40px;
  overflow: auto;
  position: relative;
}

.locksmith-modal .close-modal {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  opacity: 0.75;
  transition: all 0.5s ease;
}

.locksmith-modal .close-modal:hover {
  opacity: 1;
}

.locksmith-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
  transition: all 0.5s ease;
}

.locksmith-modal-wrapper.show {
  display: flex;
}

.locksmith-modal-container {
  width: 560px;
  max-height: 95%;
  overflow: hidden;
  padding-top: 21px;
  display: flex;
  position: relative;
}

.locksmith-modal-shield {
  width: 42px;
  height: 42px;
  background-color: var(--sd-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
}

.locksmith-modal-shield img {
  width: 14px;
}

.locksmith-modal-shield::before {
  content: "";
  width: 54px;
  height: 54px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -6px;
}

.close-founders-popup:hover {
  opacity: 1;
}
.founders-note-banner {
  height: 550px;
  display: flex;
  align-items: center;
  position: relative;
}
.founders-note-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #171717 30%, rgba(23, 23, 23, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.founders-note-banner-content {
  max-width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #171717 33.42%, rgba(23, 23, 23, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 100px;
  font-family: "OutfitLight";
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.founders-note-banner-content .caption {
  font-family: "OutfitExtraBold";
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
.founders-note-banner-content h3 {
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.founders-image {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.founders-image img {
  object-position: top;
}
.founders-note-section{
  /* padding: 54px 40px; */
  display: flex;
  align-items: stretch;
  gap: 60px;
}
.founders-note-image-wrapper{
  width: 50%;
  /* height: 100%; */
  display: flex;
  align-items: center;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
.founders-note-image-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  /* background: url('./images/dotted-texture.svg'); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.founders-note-content-wrapper {
  flex: 1;
  padding: 0 80px 0 40px;
}
.founders-note-content-wrapper h3 {
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 56px;
  line-height: 1.35;
  margin-bottom: 24px;
}
.founders-note-content-wrapper .scrollable-content {
  max-height: 280px;
  padding-right: 24px;
  overflow: auto;
}
.founders-note-content-wrapper .scrollable-content {
  font-family: "OutfitLight";
}

.founders-note-content-wrapper .scrollable-content::-webkit-scrollbar {
  width: 4px;
}
.founders-note-content-wrapper .scrollable-content::-webkit-scrollbar-track {
  background-color: #ececec;
}
.founders-note-content-wrapper .scrollable-content::-webkit-scrollbar-thumb {
  border-radius: unset !important;
}
.founders-pick-section{
  min-height: 600px;
  display: flex;
}
.founders-pick-content {
  width: 50%;
  background: url("./images/cynthia.png") #000;
  background-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px;
  display: flex;
  align-items: center;
  font-family: "OutfitLight";
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  position: relative;
}
.founders-pick-content.herb {
  background-image: url("./images/herb.jpg");
}
.founders-pick-content::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #171717 33.42%, rgba(23, 23, 23, 0) 100%);
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
}
.founders-pick-content-holder {
  position: relative;
}
.founders-pick-content-holder .caption {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.founders-pick-content-holder .founders-pick-safe-name {
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 54px;
}
.founders-pick-content-holder p{
  font-size: 20px;
  line-height: 1.5;
}
.founders-pick-safe{
  flex: 1;
  padding: 0 80px;
  background: linear-gradient(
    249.65deg,
    rgba(201, 148, 38, 0.1) 4.91%,
    rgba(201, 148, 38, 0) 63.53%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* align-items: ; */
  gap: 40px;
}
.founder-shop-btn{
  flex: 1;
  padding: 0 80px;
  background: linear-gradient(
    249.65deg,
    rgba(201, 148, 38, 0.1) 4.91%,
    rgba(201, 148, 38, 0) 63.53%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 2%;
}
.founders-pick-safe.left-aligned {
  background: linear-gradient(
    80deg,
    rgba(201, 148, 38, 0.1) 4.91%,
    rgba(201, 148, 38, 0) 63.53%
  );
}
.founders-thanks-note {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 80px 160px; */
}
.founders-thanks-note .quotation {
  width: 48px;
  margin-bottom: 24px;
}
.founders-thanks-note h4 {
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 38px;
}
.founders-thanks-note span.founders {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.locksmith-modal-title {
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 4px;
}

.locksmith-modal-title-caption {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 24px;
  opacity: 0.8;
}

.locksmith-card {
  background-color: rgba(199, 150, 68, 0.1);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.locksmith-card .locksmith-image-wrapper {
  width: 88px;
  height: 88px;
  background: var(--sd-borderColorV4);
  border: 4px solid var(--sd-borderColorV4);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OutfitExtraBold";
  font-size: 28px;
  color: var(--sd-borderColorV2);
}

.locksmith-card .locksmith-image-wrapper .locksmith-image {
  width: 100%;
  height: 100%;
  display: block;
  border: 7px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  object-fit: cover;
}

.locksmith-card .locksmith-image-wrapper .locksmith-verification {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.locksmith-card .locksmith-info-wrapper {
  flex: 1;
}

.locksmith-card .locksmith-info-wrapper .locksmith-name {
  font-family: "OutfitBold";
  font-size: 20px;
  line-height: 30px;
}

.locksmith-card .locksmith-info-wrapper .locksmith-name span {
  font-family: "OutfitLight" !important;
  font-size: 16px;
  font-weight: 300;
}

.locksmith-card.alt {
  background-color: transparent;
  padding: 0;
}

.ls-service-req-form {
  margin-top: 24px;
}

.sd-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
}

.sd-loading-image {
  width: 80px;
  display: block;
}

/* Google Info Window Styles */

.gm-style .gm-style-iw-c {
  min-width: 312px !important;
  max-width: 320px !important;
  border-top: 4px solid var(--sd-textColor);
  border-radius: 0;
  box-shadow: 0px 4px 68px rgba(0, 0, 0, 0.25) !important;
  padding: 0 !important;
  max-height: unset !important;
}

.gm-style .gm-style-iw-d {
  display: inline !important;
  padding: 0 !important;
}

.gm-iw-container .gm-iw-content-wrapper {
  padding: 24px;
}

.gm-iw-container .gm-iw-content-wrapper .title {
  font-family: "OutfitBold";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 8px;
}

.gm-iw-content {
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 21px;
  color: #646464;
}

.gm-iw-actions-wrapper {
  border-top: 1px solid #c1c1c1;
  padding: 12px;
  text-align: center;
}

.gm-iw-actions-wrapper a {
  font-size: 14px !important;
  text-decoration: none !important;
}

.gm-style-iw-c > button[aria-label="Close"] {
  top: 0 !important;
  right: 0 !important;
}

/* Google Info Window Styles */

.wp-subscribe-btn,
.sd-btn-style {
  width: unset !important;
  background-color: var(--sd-mustard) !important;
  border: 6px solid var(--sd-mustard) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
  padding: 12px 24px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: "OutfitMedium" !important;
  line-height: 26px !important;
  color: var(--black) !important;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 575px) {
  .emptycart {
    flex-direction: column;
  }
  .sd-btn-empty {
    width: 100% !important;
    text-align: center;
  }
  .sd-coupon-code {
    flex-direction: column;
  }
}
.wp-subscribe-btn:hover,
.sd-btn-style:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4),
    0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sd-btn-style.danger {
  background-color: var(--sd-red) !important;
  border-color: var(--sd-red) !important;
  color: var(--white) !important;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 40%);
}

.sd-btn-style.w-100 {
  width: 100% !important;
}

.about-page-faq-section {
  background-color: #111;
  display: flex;
}

.faq-img-wrapper {
  width: 50%;
  min-height: 950px;
}
.faq-images-height {
  height: 510px;
}
.about-faq-content-wrapper {
  flex: 1;
  padding: 100px 320px 100px 56px;
}

.about-faq-content-wrapper .title {
  width: 100%;
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  color: var(--white);
  margin-left: -26%;
}
.safe-card-swiper .swiper-wrapper {
  height: 680px;
}

.safe-card-swiper .safe-card .sd-btn,
.safe-card-swiper .safe-card .safe-link {
  display: none !important;
}

.safe-card-swiper .safe-card:hover .sd-btn,
.safe-card-swiper .safe-card:hover .safe-link {
  display: flex !important;
}

form.variations_form .tawcvs-swatches {
  display: flex;
  gap: 12px;
}

form.variations_form .tawcvs-swatches .swatch::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid transparent;
}

form.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before {
  border-radius: 50%;
  /* border-color: green; */
}
form.variations_form
  .tawcvs-swatches
  .selected.swatch.swatch-shape-circle:before {
  border-color: var(--sd-mustard);
}
.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .selected.swatch.swatch-shape-circle:before {
  border-color: var(--sd-mustard);
}
.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch.border-color {
  border-color: #f9f9f9 !important;
}

.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch.swatch-color.selected:after {
  border-color: var(--sd-mustard) !important;
}

/* .woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:before{
  border-color: transparent !important;
} */
.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch.selected {
  border: 4px solid #ddd !important;
}

.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch:before {
  border-color: transparent !important;
}
.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .selected.swatch:before {
  border-color: var(--sd-mustard) !important;
}
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch {
  border: 4px solid #ddd;
}
form.variations_form
  .tawcvs-swatches
  .swatch.swatch-shape-circle.selected::after {
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid var(--sd-mustard);
  border-width: 0 2px 2px 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px -2px 0 0;
}
.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch:before {
  content: "";
  position: absolute;
  left: -8px !important;
  top: -8px !important;
  right: -8px !important;
  bottom: -8px !important;
  border: 1px solid transparent;
}

form.variations_form .tawcvs-swatches .swatch.swatch-color {
  /* width: 30px;
  height: 30px; */
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-indent: -9999em;
  position: relative;
  border: 4px solid #ddd !important;
  cursor: pointer;
}

form.variations_form .tawcvs-swatches .swatch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.safe-card .woocommerce-prod-options-wrapper .label,
.safe-card .sd-prod-quantity-wrapper {
  display: none !important;
}

form.variations_form .woocommerce-variation {
  margin-bottom: 16px;
}

form.variations_form .woocommerce-variation-availability {
  font-family: "OutfitMedium";
  font-size: 18px;
  color: var(--sd-textColor);
}

form.variations_form .woocommerce-variation-add-to-cart {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form.variations_form .stock.out-of-stock {
  background-color: var(--sd-borderColorV4);
}

.add-to-cart-field input {
  flex: unset !important;
  min-height: 48px;
  /* background-color: var(--white) !important; */
  border: 1px solid var(--sd-borderColorV2) !important;
  /* color: var(--sd-textColor) !important; */
}

.add-to-cart-field input.qty {
  width: 20%;
  text-align: center;
}

.custom-woocommerce-quantity-form-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.custom-woocommerce-quantity-form-wrapper .quantity {
  height: 100%;
  display: flex;
  align-items: center;
}

.woocommerce-prod-options-wrapper {
  display: flex;
  gap: 12px;
  /* margin: 0 0 16px; */
}

.woocommerce.single-product form.cart.variations_form {
  margin-bottom: 24px;
}

.woocommerce.single-product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch-item-wrapper,
.woocommerce
  div.product
  form.cart.variations_form
  .tawcvs-swatches
  .swatch-item-wrapper {
  margin-bottom: 0 !important;
}

.woocommerce-variation.single_variation {
  font-family: "OutfitBold";
  font-size: 20px;
  color: var(--white);
  margin-bottom: 24px;
}

.woocommerce-prod-options-wrapper label {
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
}

.stock.out-of-stock {
  width: 100%;
  background-color: var(--white);
  border-top: 2px solid var(--sd-red);
  padding: 16px 24px;
  display: flex;
  gap: 8px;
}

.stock.out-of-stock .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.woocommerce-noreviews {
  min-height: 150px;
  background-color: var(--sd-borderColorV4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  margin: 8px 0 40px;
}

.woocommerce .woocommerce-product-rating {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 20px;
  margin: 0 !important;
}

.woocommerce .star-rating span::before {
  color: var(--sd-mustard);
}

.woocommerce #reviews #comments h2 {
  font-family: "OutfitMedium";
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 16px;
}

#review_form_wrapper {
  margin-top: 60px;
}

#review_form #reply-title {
  font-family: "OutfitRegular";
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.comment-notes {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px !important;
}

.woocommerce #reviews #comments ol.commentlist li {
  background-color: #faf6ee !important;
  padding: 54px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
  display: flex;
  gap: 16px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 72px !important;
  height: 72px !important;
  border: none !important;
  border-radius: 50%;
  object-fit: cover;
  padding: 0 !important;
  position: unset !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  flex: 1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  font-family: "OutfitRegular";
  font-size: 18px;
  line-height: 1.5;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
  font-family: "OutfitRegular";
  font-size: 16px !important;
}

.comment-form {
  margin-top: 24px;
}

.comment-form-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comment-form-comment,
.comment-form-rating,
.comment-form-author,
.comment-form-email {
  margin-bottom: 24px;
}

.comment-form-comment label,
.comment-form-rating label,
.comment-form-author label,
.comment-form-email label {
  display: block;
  margin: 0 0 8px;
}

.woocommerce #reviews #comment {
  height: unset !important;
}

.comment-form-cookies-consent {
  display: flex;
  gap: 16px;
  margin: 24px 0 12px !important;
  clear: left;
}

.comment-form-rating .stars > span {
  display: flex;
  gap: 6px;
}

.comment-form-rating .stars a {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px;
  color: var(--sd-mustard);
}

form#commentform input[type="submit"] {
  width: auto;
  min-width: 200px;
  background-color: var(--sd-mustard) !important;
  border: 6px solid var(--sd-mustard) !important;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 40%) !important;
  border-radius: 0 !important;
  padding: 12px 32px !important;
  font-family: "OutfitMedium" !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
  color: var(--sd-textColor) !important;
}

.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 50%;
  float: left;
}

.comment-form-author {
  width: 48%;
  margin-right: 2% !important;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
}

/* Product Compare Modal Styles */

.compare-items-modal-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.compare-items-modal-container {
  min-width: 35%;
  max-width: 75%;
  max-height: 75%;
  background-color: var(--white);
  border-top: 4px solid var(--sd-mustard);
  display: flex;
  flex-direction: column;
  position: relative;
}

.close-modal {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}

.compare-modal-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--sd-borderColorV4);
  display: flex;
  align-items: center;
  justify-content: "";
  flex-wrap: wrap;
}

.compare-modal-header h2 {
  font-family: "KaiseiTokuminRegular";
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  color: var(--sd-textColor);
  margin: 0 16px 0 0;
}

.compare-modal-content-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.compare-modal-content {
  height: 100%;
  overflow: auto;
  padding: 40px 32px;
}

/* Product Compare Modal Styles */

.product-downloads-list {
  display: flex;
  flex-direction: column;
}

.product-downloads-list .product-download-item {
  background-color: var(--white);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.product-downloads-list .product-download-item:nth-child(even) {
  background-color: rgba(199, 150, 68, 0.09);
}

.product-downloads-list .product-download-item .product-download-info {
  flex: 1;
}

.product-downloads-list .product-download-item .product-download-info .title {
  font-family: "OutfitExtraBold";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--sd-dark-mustard);
  text-transform: uppercase;
}

.product-downloads-list
  .product-download-item
  .product-download-info
  .description {
  font-family: "OutfitLight";
  font-size: 16px;
  line-height: 1.5;
  margin: 6px 0 0;
}
.product-downloads-list .product-download-actions:hover {
  color: var(--black) !important;
}

.woocommerce table.cart img {
  width: unset !important;
}

.sd-cart-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sd-cart-actions.justify-end {
  justify-content: flex-end;
}

.wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}

.sd-custom-radio.flex-layout {
  display: flex;
  align-items: center;
}

.sd-custom-radio.flex-layout > label {
  width: 100%;
  display: flex;
  align-items: center;
}

.sd-custom-radio.flex-layout .shipping-info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sd-custom-radio.flex-layout .shipping-info > span {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.woocommerce ul#shipping_method .amount {
  font-weight: 400 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: unset !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  float: unset !important;
}

/* .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset !important;
  width: 100%;
} */

.checkout-payment button[type="submit"].sd-btn:not(.wc-braintree-hide){
  width: 100%;
  float: unset !important;
}

.payment-cards-table {
  width: 100%;
  margin: 24px 0 16px;
}

.payment-cards-table th {
  background-color: var(--sd-textColor);
  padding: 8px 10px;
  font-family: "OutfitMedium";
  font-weight: 500;
  font-size: 13px;
  color: var(--white);
}

.payment-cards-table tbody tr {
  background-color: rgba(199, 150, 68, 0.05);
}

.payment-cards-table tbody tr:nth-child(even) {
  background-color: rgba(199, 150, 68, 0.1);
}

.payment-cards-table td {
  padding: 8px 10px;
  font-family: "OutfitMedium";
  font-size: 13px;
}

.checkout-coupon-wrapper {
  max-width: 60%;
  display: flex;
  gap: 16px;
}

.coupon-wrapper .sd-custom-toast{
  background-color: #fff !important;
  padding: 0px !important;
}
.coupon-wrapper .checkout-coupon-wrapper{
  max-width: 100%;
}
.coupon-wrapper  .woocommerce-info{
  color: #000 !important;
  padding-left: 40px !important;
  border: none;
  margin: 0em !important;
}
.coupon-wrapper  .woocommerce-info a{
  color:#6666 !important;
}
.coupon-wrapper .woocommerce-info a:hover{
  color: var(--sd-mustard) !important;
}

.checkout-coupon-wrapper .account-form-field-wrapper {
  flex: 1;
}

.wc_payment_method a {
  color: var(--sd-dark-mustard);
}

.wc_payment_method a:hover {
  color: var(--sd-mustard);
}

.confirm-payment {
  margin-top: 40px;
}

.payment-card-details {
  border: 1px solid var(--sd-borderColorV2);
  padding: 16px;
}

.tech-info-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.forgot-pwd-content {
  font-family: "OutfitMedium";
  font-size: 18px;
}

.woocommerce table.shop_table {
  border: none !important;
  border-collapse: collapse !important;
}

.order_item .wc-item-meta {
  padding: 0 !important;
  margin-top: 4px;
}

.sd-product-details .sd-prod-quantity-wrapper {
  flex: unset;
  width: unset !important;
}

.sd-contact-form .wpcf7-spinner {
  display: none;
}

.sd-tags-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  z-index: 10;
}

.sd-tag {
  background-color: var(--sd-borderColorV4);
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "OutfitLight";
  font-size: 14px;
  line-height: 1.25;
  color: var(--white);
}

.sd-tag.top-seller {
  background-color: #7ec744;
}

.sd-tag.fast-shipping {
  background-color: var(--sd-dark-mustard);
}

.sd-tag.best-rated {
  background-color: var(--sd-textColor);
}

.safe-card .sd-tags-wrapper {
  position: absolute;
  top: 24px;
  left: 24px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.alt-testimonial-sec {
  background: linear-gradient(180deg, #111 50%, #fff 50%);
}

.alt-testimonial-sec .sd-testimonial-swiper {
  margin: unset;
}

.sd-health-care-benefits-sec {
  min-height: 1022px;
  display: flex;
  /* align-items: center; */
  position: relative;
}

.benefits-img-wrapper {
  width: 50%;
  min-height: 100%;
  position: relative;
}

.benefits-img-wrapper::after {
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 98.44%
  );
  position: absolute;
  top: 0;
  right: 0;
}

.benefits-content-wrapper {
  flex: 1;
  padding: 80px 120px 80px 90px;
  position: relative;
}

.benefits-sec-title {
  /* width: 100%; */
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-left: -25%;
}

.benefit-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 54px;
}

.benefit-card {
  background-color: var(--sd-white);
  border: 1px solid #d4d4d4;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.benefit-card .benefit-card-icon-wrapper {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card .benefit-card-content {
  flex: 1;
}

.benefit-card-content .benefit-card-title {
  font-family: "OutfitExtraBold";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: var(--sd-dark-mustard);
  text-transform: uppercase;
  margin: 0;
}

.benefit-card p {
  font-family: "OutfitLight";
  font-size: 16px;
  line-height: 1.5;
}

.industries-faq-sec {
  min-height: 1000px;
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.6) 0%,
    rgba(249, 249, 249, 0) 100%
  );
  border-top: 1px solid #ececec;
  display: flex;
  position: relative;
}

.industries-faq-sec .faq-content-wrapper {
  flex: 1;
  padding: 160px 40px 160px 12%;
  padding-left: 12%;
}

.industries-faq-sec .faq-banner {
  width: 50%;
}

.industries-faq-sec .faq-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 56px;
  font-weight: 400;
  line-height: 1.25;
}

.industries-faq-sec .sd-faqs {
  width: 80%;
  margin-top: 54px;
}

.ls-unauthorised-form-wrapper {
  display: flex;
  gap: 100px;
}

.ls-unauthorised-form-wrapper .content {
  width: 45%;
}

.ls-unauthorised-form-wrapper .service-form-wrapper {
  flex: 1;
  position: relative;
}

.woocommerce-variation-availability .stock.in-stock {
  display: none;
}

.woocommerce-variation-availability .stock.out-of-stock {
  margin-top: 12px;
}

.cart-totals-wrapper {
  display: flex;
  gap: 60px;
  margin-top: 80px;
}
.cart-totals-wrapper > * {
  flex: 1 !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset !important;
  width: 100% !important;
}

.order-payment-wrapper {
  display: flex;
  gap: 80px;
}

.order-payment-wrapper .order-details-wrapper {
  flex: 1;
}

.order-payment-wrapper .order-payment {
  width: 40%;
}

.payment_box {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}

.payment_box::before {
  display: none !important;
}

.payment_box.open{
  max-height: 500px;
}

.wc-braintree-cc-container{
  padding: 16px !important;
}

.woocommerce-password-strength {
  background: transparent !important;
  text-align: left !important;
  font-weight: 500 !important;
  padding: 0 !important;
  font-size: 14px !important;
  margin-top: 8px !important;
}

.woocommerce-password-strength.bad {
  color: var(--sd-red);
}

.woocommerce-password-strength.good {
  color: var(--sd-dark-mustard);
}

.woocommerce-password-strength.strong {
  color: var(--sd-green);
}

.customer-img {
  width: 72px;
  height: 72px;
  background-color: var(--sd-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "OutfitBold";
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  overflow: hidden;
}

.customer-info {
  flex: 1;
}

.client-review-swiper-wrapper .swiper-slide:nth-child(even) .customer-img {
  background-color: var(--sd-textColor);
}

.page-loading {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.video-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.video-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-link .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-link:hover {
  color: var(--sd-mustard);
}

.video-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.video-popup-container {
  max-width: 70%;
  min-height: 60%;
  max-height: 60%;
  background-color: var(--white);
  display: flex;
  position: relative;
}

.video-popup-container .close-video-popup {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
  z-index: 2;
}

.close-video-popup:hover {
  opacity: 1;
}

.video-popup-container .video-popup {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-popup video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.no-reviews {
  text-align: center;
}
.no-reviews {
  text-align: center;
}
.no-reviews.homepage {
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
}

.form-submision-alert {
  width: 100%;
  height: 300px;
  background-color: var(--white);
  border: 1px solid var(--primary-site-color);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}
.close-popup {
  top: 16px;
  right: 16px;
}
.msg-info {
  display: flex;
}
.clear-button {
  color: #1f1f1f;
}
.clear-button:hover {
  color: var(--sd-mustard);
}
.notesucess {
  align-items: center;
  justify-content: center;
}
.safe-height {
  height: 540px;
  display: flex;
  flex-direction: column;
}
a.extent {
  text-decoration: none !important;
}

.h-100 {
  height: 100% !important;
}
.max-h-100 {
  max-height: 100%;
}
.starValidation {
  color: red;
}
.column {
  flex-direction: column;
}
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches {
  gap: 0 !important;
}

.hide {
  display: none;
}

.required.red {
  color: var(--sd-red);
}
.logoContainer {
  width: 100%;
  height: 120px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-clients-logos {
  padding: 0 40px !important;
}
.swiper-clients-logos:before {
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 98.44%
  );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.swiper-clients-logos:after {
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 98.44%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row !important;
  row-gap: 32px !important;
}

.testimonial-card {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}

span.testimonial-users-info {
  /* margin: 0 0 16px; */
  font-family: "OutfitRegular";
  line-height: 28px;
  color: #ffffff;
  padding-left: 16px;
  border-left: 1px solid #686868;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-left: 16px;
  flex: 1;
}
.product-model-rating.rating-end {
  justify-content: flex-end !important;
}
/* .article-category-list-swiper .article-category :hover{
  color: var(--sd-lighter-mustard);
} */
.article-category:hover,
.buyer-guide-links-target :hover {
  color: var(--sd-mustard);
}

.sd-product-info-wrapper + ul {
  display: none;
}

/* .variations_form.cart{
  margin-top: 24px;
} */

.sd-product-info-wrapper .tawcvs-swatches {
  margin: 0 !important;
}

.woocommerce-product-rating a {
  color: var(--white) !important;
}

.woocommerce-product-rating .count {
  position: unset !important;
  background-color: unset !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: "OutfitExtraBold";
  font-size: 36px !important;
  line-height: 48px;
  color: var(--whtie) !important;
}

.woocommerce div.product span.price {
  display: block;
  font-family: "OutfitBold" !important;
  font-size: 24px !important;
  line-height: 1.5;
  margin-top: 16px;
}

.woocommerce .woocommerce-product-rating::before {
  display: none !important;
}

.single-product-main-image .slick-slide {
  width: 100%;
  height: calc(100vh - 120px) !important;
  background-color: #1e1d1d;
  display: flex !important;
  align-items: center;
}

.single-product-main-image .slick-slide img {
  /* width: 100% !important;
  height: 100% !important;
  object-fit: contain; */
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none !important;
}

.sd-product-details-wrapper > .images {
  width: 65% !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#wpis-gallery .slick-slide {
  height: 150px;
  background-color: #121212;
  border: 1px solid #252525;
  padding: 4px;
  display: flex !important;
  align-items: center;
  margin-right: 8px;
}

.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch {
  margin: 0 !important;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 !important;
}

#wpis-gallery .slick-prev,
#wpis-gallery .slick-next,
#wpis-gallery .slick-prev:hover,
#wpis-gallery .slick-next:hover {
  margin-top: 0 !important;
  width: 24px !important;
  height: 24px !important;
  line-height: unset !important;
  /* border: 1px solid var(--sd-dark-mustard) !important;
  border-radius: 50% !important; */
}

/* #wpis-gallery .slick-prev{
  left: -76px !important;
}

#wpis-gallery .slick-next{
  right: -76px !important;
} */

.wpis-slider-for.slick-dotted.slick-slider {
  margin: 0 !important;
}
.wpis-slider-for .slick-dots {
  bottom: 24px;
}

.wpis-slider-for .slick-dots li button {
  padding: 0 !important;
  position: relative;
}

.wpis-slider-for .slick-dots li button::before {
  content: "" !important;
  width: 10px !important;
  height: 10px !important;
  background-color: var(--sd-blue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prod-specs {
  width: 100%;
  background-color: #faf6ee;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.specs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.specs .specs-title {
  font-family: "OutfitMedium";
  font-size: 16px;
  line-height: 1.5;
}

.specs .spec {
  font-family: "OutfitRegular";
  font-size: 16px;
}

.simple-pagination ul {
  display: flex;
  justify-content: center;
  /* gap: 12px; */
}

.simple-pagination ul li {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-pagination li a,
.simple-pagination li span {
  font-family: "OutfitLight";
  font-size: 16px;
  line-height: 1;
  color: #858585;
}

.simple-pagination .current {
  font-family: "OutfitMedium";
  color: #3d3d3d;
}

.review-cards-swiper {
  width: 100%;
  position: absolute !important;
  bottom: 0;
  left: 0;
}
.review-cards-swiper .swiper-slide {
  margin-top: 0 !important;
}

.article-content img {
  width: 100%;
  margin-bottom: 32px;
}

.article-content > p > img,
.article-content > img {
  width: 100%;
  height: 500px;
  background: #efefef;
  object-fit: contain;
  margin-bottom: 32px;
}

.article-content table img {
  margin-bottom: 0 !important;
}

.student-search-wrapper {
  background-color: rgba(0, 0, 0, 2.5);
}

.student-search-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.student-search-results-wrapper {
  margin-top: 40px;
}

.student-result-card {
  /* width: 50%; */
  background-color: var(--white);
  /* border: 1px solid var(--sd-mustard); */
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "OutfitRegular";
  font-size: 18px;
  color: var(--sd-textColor);
}

.student-result-card p {
  margin-bottom: 24px;
}

.student-result-card .sd-btn {
  margin-top: auto;
}

.help-text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 12px;
  opacity: 0.8;
  margin-top: 8px;
}

.help-text .info-icon {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}

.student-search {
  position: relative;
}

.student-search input {
  padding-left: 56px !important;
}

.student-search .search-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sd-textColor);
  opacity: 0.75;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

ul#ui-id-1 {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background-color: var(--white);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

ul#ui-id-1 li {
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

ul#ui-id-1 li:hover {
  background-color: var(--sd-mustard);
  color: var(--white) !important;
}

/* Product Variation Slider Custom CSS */

.rtwpvg-slider-wrapper {
  height: calc(100vh - 180px);
}

.rtwpvg-slider {
  border: 1px solid var(--sd-borderColorV3);
}

.rtwpvg-slider,
.rtwpvg-slider .slick-list,
.rtwpvg-slider .slick-track,
.rtwpvg-gallery-image > div,
.rtwpvg-single-image-container {
  height: 100% !important;
}

.rtwpvg-gallery-image {
  height: 100% !important;
  background-color: var(--white);
  /* border: 1px solid var(--sd-borderColorV3); */
  cursor: zoom-in !important;
}

.rtwpvg-single-image-container img {
  height: 100% !important;
  object-fit: contain;
}

.rtwpvg-thumbnail-image > div {
  height: 125px;
  background-color: var(--white);
}

.rtwpvg-thumbnail-image img {
  height: 100% !important;
  object-fit: contain;
}

/* Product Variation Slider Custom CSS */

.rtwpvg-trigger {
  background-color: var(--sd-borderColorV4) !important;
  opacity: 0.75 !important;
  transition: all 0.3s ease;
}

.rtwpvg-trigger:hover {
  opacity: 1 !important;
}

.sd-custom-msg-container .woocommerce-message,
.sd-custom-msg-container .woocommerce-error,
.sd-custom-msg-container .woocommerce-notices-wrapper {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin: 0 !important;
}

.sd-custom-msg-container .woocommerce-message > p,
.sd-custom-msg-container .woocommerce-notices-wrapper ul li,
.sd-custom-msg-container .woocommerce-error li {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sd-custom-msg-container .woocommerce-message > p .button,
.sd-custom-msg-container .woocommerce-notices-wrapper .button,
.sd-custom-msg-container .woocommerce-error li .button {
  background-color: var(--sd-mustard) !important;
  border-radius: 0;
  padding: 16px 32px;
  font-family: "OutfitRegular" !important;
  font-weight: 400;
  font-size: 14px;
  color: var(--sd-textColor) !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}

.sd-custom-msg-container .woocommerce-message > p .button::after,
.sd-custom-msg-container .woocommerce-notices-wrapper .button::after,
.sd-custom-msg-container .woocommerce-error li .button::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(34, 34, 34, 0.5);
  box-sizing: border-box;
}

.sd-custom-msg-container .woocommerce-message > p .button:hover,
.sd-custom-msg-container .woocommerce-message > p .button:focus,
.sd-custom-msg-container .woocommerce-notices-wrapper .button:hover,
.sd-custom-msg-container .woocommerce-notices-wrapper .button:focus,
.sd-custom-msg-container .woocommerce-error li .button:hover,
.sd-custom-msg-container .woocommerce-error li .button:focus {
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.woocommerce-message p {
  margin: 0 !important;
}

.min-h-20 {
  min-height: 20vh;
}

.sd-product-details-sec .woocommerce-notices-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* UL Listing page styles */

.ul-hero-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ul-page-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ul-content-sec {
  background-color: var(--bgGray);
  display: flex;
  align-items: center;
}

.ul-content-image-container {
  width: 50%;
  height: 650px;
  background-color: var(--white);
  position: relative;
}

.ul-content-image-container::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #111111 0%, rgba(17, 17, 17, 0) 50%);
  position: absolute;
  top: 0;
  right: 0;
}

.ul-content-image-container .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ul-content-image-container .image .positioned-img {
  /* width: 100%; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.ul-content-image-container .safe {
  width: 500px;
  position: absolute;
  bottom: -40px;
  right: 60px;
  z-index: 2;
}

.ul-content-image-container .safe.left-aligned {
  left: 60px;
  right: unset;
}

.ul-content-container {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 120px;
  padding-right: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "OutfitLight";
  font-size: 20px;
  line-height: 32px;
  color: var(--white);
  z-index: 2;
}

.ul-content-container .title {
  font-family: "KaiseiTokuminRegular";
  font-size: 54px;
  font-weight: 400;
  color: var(--sd-mustard);
  line-height: 1.25;
  margin: 0 0 40px;
}

.ul-content-container .title.white {
  color: var(--white);
}

.ul-content-container .title.ml-neg-120 {
  /* width: 100%; */
  margin-left: -240px;
}

.ul-content-sec.reverse .ul-content-container {
  padding-left: 260px;
  padding-right: 120px;
}

.ul-content-sec.reverse .ul-content-image-container::after {
  left: 0;
  right: unset;
  background: linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 50%);
}

.ul-two-side-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.ul-two-side-content .left-content,
.ul-two-side-content .right-content {
  flex: 1;
}

.ul-two-side-content .left-content .title {
  font-family: "KaiseiTokuminRegular";
  font-weight: 400;
  font-size: 54px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ul-two-side-content .left-content p {
  font-size: 20px;
}

.ul-two-side-content .divider {
  width: 80px;
  height: 2px;
  background-color: var(--sd-mustard);
  margin-top: 32px;
}

.ul-two-side-content .right-content p {
  font-size: 18px;
}

.ul-two-side-content .right-content a {
  color: var(--sd-textColor);
  font-weight: 600;
  text-decoration: underline !important;
}

.ul-two-side-content .right-content a:hover {
  color: var(--sd-mustard);
}

.ul-pointer-content {
  display: flex;
  justify-content: center;
  padding-top: 120px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.ul-pointer-content .image-holder {
  position: relative;
}

.ul-pointer-content .image-holder .ul {
  width: 115px;
  height: 115px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: absolute;
  top: -16px;
  right: -54px;
}

.ul-pointer-content .image-holder .pointer-box {
  max-width: 250px;
  background-color: var(--white);
  border: 1px dashed var(--sd-mustard);
  padding: 14px 20px;
  position: absolute;
}

.ul-pointer-content .image-holder .pointer-box p.title {
  font-family: "OutfitMedium";
  font-size: 16px;
  line-height: 18px;
  color: var(--sd-mustard);
  text-transform: uppercase;
  letter-spacing: 1.25px;
  margin: 0 0 8px;
}

.ul-pointer-content .image-holder .pointer-box .content {
  font-family: "OutfitRegular";
  font-size: 14px;
  color: var(--sd-textColor);
  margin: 0;
}

.ul-pointer-content .image-holder .pointer-box.one {
  top: -120px;
  left: 0;
}

.ul-pointer-content .image-holder .pointer-box.two {
  top: 62px;
  left: -300px;
}

.ul-pointer-content .image-holder .pointer-box.three {
  bottom: 20px;
  right: -300px;
}

.ul-pointer-content .image-holder .pointer-box.one::after {
  content: "";
  width: 52px;
  height: 140%;
  background-color: transparent;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: var(--sd-mustard);
  position: absolute;
  top: 50%;
  right: calc(-50px - 4px);
  z-index: 1;
}

.ul-pointer-content .image-holder .pointer-box.two::after {
  content: "";
  width: 240px;
  height: 1px;
  background-color: var(--sd-mustard);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 1;
}

.ul-pointer-content .image-holder .pointer-box.three::after {
  content: "";
  width: 270px;
  height: 1px;
  background-color: var(--sd-mustard);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: 1;
}

.ul-pointer-content .image-holder .pointer-box::before {
  content: "";
  width: 12px;
  height: 12px;
  background: linear-gradient(
    260.01deg,
    #ffdc92 0.78%,
    #ffc64e 12.76%,
    #c99426 46.09%,
    #f8ca6a 90.36%,
    #ffd886 99.74%
  );
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

.ul-pointer-content .image-holder .pointer-box.one::before {
  top: 190%;
  right: -60px;
}

.ul-pointer-content .image-holder .pointer-box.two::before {
  top: 50%;
  right: -240px;
  transform: translateY(-50%);
}

.ul-pointer-content .image-holder .pointer-box.three::before {
  top: 50%;
  left: -270px;
  transform: translateY(-50%);
}

.cta-link-wrapper {
  text-align: center;
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
}

.cta-link-wrapper .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sd-dark-mustard);
}

.cta-link-wrapper .link span {
  width: 17px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cta-link-wrapper .link:hover span {
  transform: translateX(4px);
}

.ul-info-sec {
  height: 600px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: var(--white);
}

.ul-info-sec .ul-info-title {
  width: 450px;
}

.ul-info-title h4 {
  font-family: "KaiseiTokuminRegular";
  font-size: 54px;
  font-weight: 400 !important;
  line-height: 60px;
}

.ul-info-sec .ul-info-image-container {
  width: 500px;
  position: relative;
  z-index: 1;
}

.ul-info-image-container::before {
  content: "";
  height: 150px;
  width: 250px;
  background: var(--sd-lighter-mustard);
  opacity: 0.75;
  filter: blur(115px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.ul-info-image-container::after {
  content: "";
  width: 150%;
  height: 500px;
  background-image: url("../safedecisions_V3/images/circles-v3.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  z-index: -2;
  filter: opacity(0.05);
}

.ul-info-sec .ul-info-content {
  width: 320px;
}

.ul-accordion-section {
  display: flex;
}

.ul-accordion-wrapper {
  flex: 1;
  height: 100%;
  padding: 80px;
  padding-left: 300px;
  padding-right: 120px;
}

.ul-accordion-wrapper .accordion-title {
  font-family: "KaiseiTokuminRegular";
  font-size: 54px;
  line-height: 1.15;
  font-weight: 400;
  margin: 0 0 40px;
}

.ul-accordion-wrapper .accordion-wrapper {
  position: relative;
}

.ul-accordion-wrapper .accordion-wrapper::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--sd-borderColorV2);
  position: absolute;
  top: 0;
  left: 0;
}

.ul-accordion-wrapper .accordion-wrapper .accordion {
  padding-left: 40px;
  margin-left: -1px;
  position: relative;
  overflow: hidden;
}

.ul-accordion-wrapper .accordion-wrapper .accordion:not(:last-child) {
  margin-bottom: 16px;
}

.ul-accordion-wrapper .accordion-wrapper .accordion .title {
  font-family: "OutfitBold";
  font-size: 20px;
  line-height: 1.5;
  color: var(--sd-textColor);
  margin: 0 0 8px;
  cursor: pointer;
}

.ul-accordion-wrapper .accordion-wrapper .accordion.active .title {
  color: var(--sd-dark-mustard);
}

.ul-accordion-wrapper .accordion-wrapper .accordion .accordion-content {
  transition: all 0.3s ease;
}

.ul-accordion-wrapper
  .accordion-wrapper
  .accordion:not(.active)
  .accordion-content {
  display: none;
}

.ul-accordion-wrapper .accordion-wrapper .accordion::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--sd-dark-mustard);
  position: absolute;
  top: -100%;
  left: 0;
  transition: all 0.5s ease;
}

.ul-accordion-wrapper .accordion-wrapper .accordion.active::before {
  top: 0;
}

.ul-accordion-img-wrapper {
  width: 50%;
  height: 650px;
  background-color: var(--bgGray);
  position: relative;
}

.ul-accordion-img-wrapper img {
  max-width: 100%;
  height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* UL Listing page styles */

.woocommerce-message[data-class="reviews_msg"] p {
  flex-direction: row;
}

.sd-product-notification-wrapper {
  padding: 0px 2.5em;
}

.sd-section-title-flex {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 80px;
}

.sd-reset-wrapper {
  min-height: 500px;
}

.sd-reset-wrapper .sd-reset-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.e-commerce-menu .ecomm-btn:hover,
.e-commerce-menu .ecomm-btn.active {
  color: var(--sd-mustard) !important;
}

.locksmith-content,
.para-default{
  font-family: 'OutfitRegular';
  font-size: 18px;
  line-height: 1.75;
  color: var(--sd-textColor);
}

#locksmith-list-services ol{
  padding: 0 24px !important;
}

.mobile-notifications{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#notify-count-on-mobile{
  width: 18px;
  height: 18px;
  font-size: 13px;
  top: -4px;
  right: -2px;
}

.mobile-notifications-list{
  position: fixed;
  top: 63px;
  left: -82%;
  width: 80%;
  height: calc(100vh - 63px);
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  padding: 0;
  transition: all 0.3s ease;
}

.mobile-notifications-list.show{
  left: 0;
}

.mobile-notifications-list .sd-reg-menu-item:not(:last-child){
  border-bottom: 1px solid var(--sd-borderColorV4);
}

.mobile-notifications-list .sd-reg-menu-item a{
  display: flex;
  padding: 18px 24px;
  font-family: "OutfitRegular";
  font-size: 14px;
  line-height: 18px;
  color: var(--sd-textColor);
  text-transform: none !important;
  transition: all 0.3s ease;
}

.mobile-notifications-list .sd-reg-menu-item a:hover{
  color: var(--sd-dark-mustard);
}

.sd-info-swiper{
  width: 100%;
  position: relative;
}

.sd-info-card-title-wrapper{
  max-width: 80%;
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: var(--white);
  margin-bottom: 40px;
}

.sd-info-card-title-wrapper h3{
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
}

.sd-info-slide{
  width: 100%;
}

.sd-info-cards{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sd-info-card{
  background-color: transparent;
  border: 1px solid #737373;
  padding: 16px;
}

.sd-info-card h4{
  font-family: "OutfitExtraBold";
  font-size: 18px;
  line-height: 1.5;
  color: var(--sd-mustard);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sd-info-card p{
  font-family: 'OutfitRegular';
  font-size: 18px;
  color: var(--white);
}

.info-swiper-pagination{
  width: unset !important;
  height: 50px;
  background-color: var(--bgGray);
  padding-left: 16px;
  font-size: 18px;
  color: #afafaf;
  line-height: 1;
  position: absolute;
  top: 0;
  left: unset !important;
  bottom: unset !important;
  right: 0;
  z-index: 2;
}

.info-swiper-pagination .swiper-pagination-current{
  font-size: 40px;
  color: var(--white);
  opacity: 1;
}

.info-swiper-pagination .swiper-pagination-total{
  opacity: 0.75;
}

.info-swiper-navigation{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 40px;
}

.prev-info-slide,
.next-info-slide{
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid var(--sd-dark-mustard);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prev-info-slide.swiper-button-disabled,
.next-info-slide.swiper-button-disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

.payment-options-wrapper{
  background-color: var(--white);
  border: 1px solid var(--sd-borderColorV2);
  margin-bottom: 40px;
}

.payment-options-wrapper>div:not(:last-child){
  border-bottom: 1px solid var(--sd-borderColorV2);
}

/* Paypal (Braintree) styles */

.wc-braintree-paypal-button-container{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.wc_payment_method .sd-custom-radio{
  margin: 0 !important;
}

.wc_payment_method .sd-custom-radio label{
  padding: 16px;
  padding-left: 44px;
}

.wc_payment_method .sd-custom-radio .checkmark{
  top: 18px;
  left: 16px;
}

/* Paypal (Braintree) styles */

.no-data-title::before{
  display: none;
}

.explore-360-box{
  width: 100%;
  height: 125px;
  background-color: var(--white);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  opacity: 0.3;
  margin-top: 16px;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}

.explore-360-box:hover{
  opacity: 1;
}

.empty-notifications{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -24px;
}

.sd-file-attachments-wrapper{
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.sd-file-attachment{
  width: 125px;
  height: 150px;
  display: block;
  background-color: var(--white);
  border: 1px solid rgb(196 196 196 / 50%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.sd-file-attachment .attachment-file-name{
  width: 100%;
  background-color: rgb(196 196 196 / 95%);
  padding: 4px 6px;
  font-family: 'OutfitRegular';
  font-size: 13px;
  color: var(--sd-textColor);
  line-height: 1.35;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sd-file-attachment .remove-attachment{
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.75;
  transition: all 0.3s ease;
  z-index: 2;
}

.sd-file-attachment .remove-attachment:hover{
  opacity: 1;
}

.rtwpvg-wrapper.rtwpvg-thumbnail-position-left .rtwpvg-thumbnail-wrapper,
.rtwpvg-wrapper.rtwpvg-thumbnail-position-right .rtwpvg-thumbnail-wrapper{
 flex: 0 0 15% !important;
 max-width: 15% !important; 
}

.rtwpvg-wrapper.rtwpvg-thumbnail-position-left .rtwpvg-slider-wrapper,
.rtwpvg-wrapper.rtwpvg-thumbnail-position-right .rtwpvg-slider-wrapper{
  flex: 0 0 calc(85% - var(--rtwpvg-thumbnail-gap)) !important;
  max-width: calc(85% - var(--rtwpvg-thumbnail-gap)) !important;
}

.form-group .form-control.braintree-hosted-fields-focused{
  border-color: var(--sd-borderColorV2) !important;
  box-shadow: unset !important;
}

.gun-safes-hero{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gun-safes-hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,rgba(0,0,0,.75) 62.2%,#000 100%);
  width: 100%;
  height: 100%;
}
.play-pause-btn {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C79644;
  border: 4px solid #D9D9D9;
  padding: 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  opacity: 1; /* Visible initially */
  visibility: visible;
}

#homepageBannerVideo {
  width: 100%;
  height: auto;
  cursor: pointer; /* Indicate the video is clickable */
  z-index: 1; /* Ensure video is below the play/pause button */
  position: relative;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #homepageBannerVideo {
    width: 100%;
    object-fit: contain;
    height: calc(100vh - 130px);
  }
}
@media (max-width: 768px) {
.play-pause-btn {
  top: 50%;
}
}
.video-container {
  position: relative;
}

.video-container:hover .play-pause-btn {
  opacity: 1; /* Show on hover */
  visibility: visible;
}

.play-pause-btn.hidden {
  opacity: 0; /* Hide button */
  visibility: hidden;
}
.responsive-hero-video #homepageBannerVideo{
  display: block !important;
}

.woocommerce-store-notice__dismiss-link {
  display: none !important;
}
.woocommerce-store-notice, p.demo_store {
	background-color:#c79644 !important;
	 display: block !important;
	color:black !important;
	font-weight:bold !important;
	position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  
}

