/*
Theme Name: AB Leather Works
Author: Bakhtiar Aleem
Description: AB Leather Works WordPress Theme
Version: 1.0.0
Text Domain: ab-leather-works
*/


/*header css start*/

/*body{*/
/*    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),*/
/*            url('/wp-content/uploads/2026/04/420494-leather-2474592-1-scaled.webp');*/
/*    background-size: cover;*/
/*}*/
.shop-menu-women-container {
    max-width: 1380px !important;
}
.product-list-container {
    max-width: 1380px !important;
}
.hero-banner.lether-tailor {
    max-width: 1380px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 12px;
    overflow: hidden;
}

.header-nav .menu-item.menu-item-has-children:after {
    content: "\f107";
    font-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    font-weight: 900;
    color: #fff;
    padding-left: 5px;
}

.header-nav .menu-item.menu-item-has-children:hover:after {
    color: #c9aa6b;
}

.header-nav .menu-item.menu-item-has-children:hover > a {
    color: #c9aa6b;
}

.site-header {
  width: 100%;
  background: #141413;
  border-bottom: 1px solid #141413;
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-cta {
    color: #fff;
    font-size: 20px;
}
.page-content {
    background-color: #fff;
}
.step-icon-list .step-icon-item {
    text-align: center;
}
.step-icon-list .step-icon-item svg {
    stroke: #111;
    margin-bottom: 12px;
}
.header-cta a {
    color: #fff;
    text-decoration: none;
    margin-right: 12px;
}

.header-cta a:last-child {
    margin-right: 0;
}

/* Logo */
.header-logo img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

.header-logo a {
  font-weight: 700;
  font-size: 18px;
  color: #111;
  text-decoration: none;
}
.top-cta-area.home-page-cta .secondary-button a {
    padding: 16px 25px !important;
    margin-top: 5px;
}

/* Navigation */
.header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    font-size: 16px;
    font-weight: 700 !important;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    line-height: 20px;
    font-family: "Manrope", sans-serif !important;
}

.nav-menu a:hover {
  color: #5b5cff;
}

/* CTA Button */
.header-cta .btn-primary {
  background: #000;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.solution-item-image.image-inner-version {
    height: auto !important;
} 

.header-cta .btn-primary:hover {
  background: #333;
}
.product-video-lower-section.about-use-cover-image {
    height: 635px !important;
    border: 0px solid;
    background-color: transparent !important;
}
.header-nav .menu-item.menu-item-has-children{
    position: relative;
}
.header-nav .menu-item.menu-item-has-children > a {
    padding-bottom: 30px;
}
.header-nav .menu-item.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    background-color: #fff;
    z-index: 9;
    width: calc(100% + 100px);
    padding-top: 10px;
    left: 0px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}
.header-nav .menu-item.menu-item-has-children:hover .sub-menu{
    display: flex;
    flex-direction: column;
    gap: 8px 0px;
}
.header-nav .menu-item.menu-item-has-children.active .sub-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px 0px !important;
}

.header-nav .menu-item.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.header-nav .menu-item.menu-item-has-children .sub-menu li a {
    color: #111;
}
.header-nav .menu-item.menu-item-has-children .sub-menu li a:hover, .header-nav .menu-item.menu-item-has-children .sub-menu li a:focus {
    color: #c9aa6b;
}
.header-nav .menu-item.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
}


.header-nav .menu-item.menu-item-has-children > a:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/dropdown-arrow-svgrepo-com.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    right: -23px;
    bottom: auto;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
}

.insyghtful-content-column-item .insyghtful-content-column-image.bg-transparent-image {
    background-color: transparent !important;
}

.hero-banner p {
    font-size: 22px;
    color: #fff;
}

@media (max-width: 992px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 103px;
    width: 100%;
    left: 0;
    padding: 20px 30px;
    background-color: #fff;
    z-index: 1;   
  }
  .header-logo a {
    width: 90%;
  }
.header-nav .menu-item.menu-item-has-children > a {
    padding-bottom: 0 !important;
}
.header-nav .menu-item.menu-item-has-children:hover .sub-menu{
    display: none;
}  
 body .title-percentage-data h2
 {
    font-size: 28px;
    position: relative;
    top: 0px;
} 
body .change-title h4 {
    margin-bottom: 0px;
    align-items: center;
    margin-top: 7px;
}

body .left-side-btns a.elementor-button {
    width: 100% !important;
    padding: 12px 20px !important;
}
.left-side-btns {
    flex-direction: column !important;
}
body .header-nav .menu-item.menu-item-has-children .sub-menu {
    position: relative !important;
    top: 0 !important;
    left: 0px !important;
    margin-top: 12px !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    box-sizing: border-box;
}
body .main-person-container {
    width: 100% !important;
    display: flex;
}
body .main-person-container .e-con-full.people-item {
    gap: 0px !important;
}
body .main-person-container .people-item .elementor-widget-image {
    width: 60% !important;
    display: inline-block;
}
body .link-integration {
    margin-top: 6px !important;
}
.contact-us-form-area .form-container .form-column {
    width: 100% !important;
}
.contact-us-form-area {
    margin-top: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.product-video-upper-section {
    margin-top: 10px !important;
}
body .hero-section {
    margin-top: 30px !important;
}
body .best-rep-item .best-feature-image-area {
    height: 200px;
}
body .ai-product-area .product-service-description {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
}
body .ai-product-area .ai-product-ttile {
    width: 100%;
}
body .build-show-up-item-container .build-show-up-item {
    margin-bottom: 20px;
}
body .build-show-up-item-container .build-show-up-item:nth-child(3n) {
    position: relative !important;
    top: 0 !important;
}
body .customer-story-main-slogn-tiitle {
    width: 100%;
}
body .customer-stories-wrapper #customer-stories-results {
    display: block !important;
    padding: 0px 15px;
}
body .customer-stories-wrapper #customer-stories-results .story-item {
    margin-bottom: 35px;
}
body .build-show-up-item .elementor-widget-heading h3:after {
    content: '';
    width: 33px !important;
    height: 26px !important;
    position: absolute;
    background-size: cover;
    bottom: 14px !important;
    right: 30px !important;
}
body .resource-center-banner h2 {
    color: #fff !important;
    width: 100% !important;
    position: relative !important;
    right: 0;
    bottom: 0;
    font-weight: 400 !important;
}
body .build-show-up-item-container .build-show-up-item:nth-child(3n - 1){
    top: 0 !important;
}  
body .build-show-up-item-container {
    display: block !important;
    padding-top: 0 !important;
}
.resource-content blockquote, .story-content blockquote {
    background-color: #F7F7F7;
    padding: 27px 27px 27px 27px !important;
}
section.resource-single, section.customer-story-single {
    padding: 20px 20px !important;
}
section.customer-story-single .resource-date, .resource-single .resource-date{
    margin-top: 20px !important;
}
.resource-container-area .resource-post-filter-area {
    flex-direction: column !important;
}
body #resource-results {
    display: block !important;
    padding: 0px 10px !important;
}
.resource-layout {
    display: flex !important;
    flex-direction: column-reverse;
}
#toc-list{
    min-height: auto !important;
}
body #resource-results .resource-item {
    margin-bottom: 20px;
}
section.recommended-reading {
    padding: 0px 20px !important;
}
.resource-grid {
    display: block !important;
    padding: 0 !important;
}
body .resource-post-filter-area {
    margin-bottom: 90px !important;
}
body .plans-tabs {
    margin-top: 20px;
}
body .e-n-tabs-heading[role="tablist"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .e-n-tabs-heading[role="tablist"] button {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
}
.build-show-up {
    margin-bottom: 0 !important;
}
.hero-section.contact-hero-section {
    min-width: 0 !important;
}
.resource-container-area .resource-post-filter-area .resource-categories button{
    margin-right: 2px !important;
}
nav.header-nav.active {
    display: block;
    width: calc(100% - 62px);
}
.header-nav li a {
    font-size: 16px;
    color: #111;
    text-align: center;
}
.header-nav .nav-menu {
    flex-direction: column;
    gap: 13px 0px;
}
  .header-inner {
    justify-content: space-between;
    padding-right: 53px !important;
    padding-left: 10px;
  }
}

/*header css end*/


h1,h2,h3,h4,h5{
    font-family: "Manrope", sans-serif !important;
}

body{
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    margin: 0;
}
body .page-container {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
body .container-div {
    max-width: none;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.hero-section{
    margin-top: 90px !important;
    text-align: center;
    max-width: 868px !important;
    width: 100% !important;
}
.hero-section h1 {
    text-align: center !important;
    color: #111 !important;
    
}
.hero-section h2 {
    text-align: center !important;
    color: #111 !important;
}
.hero-content-area-text {
    display: inline-block !important;
    margin: auto;
    text-align: center !important;
}
.seperator-heading h3 {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    display: inline-block;
    padding: 10px 30px;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    position: relative;
    color: #111 !important;
    margin-bottom: 20px !important;
}

.seperator-heading h3:before {
    height: 140%;
    width: 1px;
    position: absolute;
    float: left;
    content: '';
    left: 6%;
    background-color: #828282;
    top: -20%;
}
.seperator-heading h3:after {
    height: 140%;
    width: 1px;
    position: absolute;
    float: left;
    content: '';
    right: 6%;
    background-color: #828282;
    top: -20%;
}
.seperator-heading h3{
    display: inline-block !important;
    line-height: normal !important;
}
.hero-banner .secondary-button {
    margin-top: 40px;
}
.hero-banner .tired-button {
    margin-top: 40px;
}
.hero-banner h1 {
    color: #fff !important;
}
h1 {
    font-size: 48px;
    font-weight: 600 !important;
    color: #111 !important;
    line-height: 62px;
    margin-bottom: 33px !important;
}
h2 {
    font-size: 36px;
    line-height: 64px;
    color: #111 !important;
    font-weight: 600 !important;
    /*margin-bottom: 20px !important;*/
}
h3 {
    font-size: 24px;
    line-height: 24px;
    color: #111 !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}
h4 {
    font-size: 20px;
    line-height: 30px;
    color: #111 !important;
    font-weight: 500 !important;
    margin-bottom: 9px !important;
}
body .heading-slogan-style h2 {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #828282 !important;
    margin-bottom: 0px !important;
}
p{
    font-size: 14px;
    line-height: 20px;
}

/*.primary-button a {*/
/*    border-color: #828282 !important;*/
/*    background-color: transparent !important;*/
/*    font-family: "Manrope", sans-serif !important;*/
/*    font-weight: 600;*/
/*}*/

.primary-button a {
    border-color: #828282 !important;
    background-color: transparent !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    border: 1px solid;
    color: #5e5e5e !important;
    border-radius: 8px;
    padding: 15px 24px !important;    
}

/*.primary-button a:hover {*/
/*    transition: 0.3s ease-in-out;*/
/*    transform: scale(1.09);*/
/*}*/


.secondary-button a {
    border-color: #828282 !important;
    background-color: #000000 !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600;
    color: #fff !important;
    padding: 14px 25px !important;
    text-decoration: none;    
}

.tired-button a {
    border-color: #431f1e !important;
    background-color: #431f1e !important;
    font-family: "Manrope", sans-serif !important;
    font-weight: 600;
    color: #fff !important;
    padding: 14px 25px !important;
    text-decoration: none;
    border: 1px solid;
    font-weight: bold !important;    
}

.tired-button a:hover, .tired-button a:focus {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    border: 1px solid #fff;
}

.lether-tailor h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 30px !important;
    color: #fff !important;
}

.product-list-container img {
    margin-bottom: 0 !important;
}

body .product-list-container {
    padding-top: 20px;
    padding-bottom: 0;
}


footer {
    background-color: #232121;
    padding-top: 33px;
    padding-bottom: 10px;
}

footer li {
    list-style: none;
}

.footer-top-left {
    width: calc(100% - 780px);
    display: inline-block;
}

.footer-top-left .footer-logo-area {
    padding-right: 50px;
}

.footer-top-right {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    max-width: 770px;
}

.footer-top-right .footer-nav-list {
    display: flex;
}


.footer-nav-list {
    display: flex;
    gap: 50px;
}

.footer-nav-list .footer-nav-item {
    list-style: none;
}

.footer-nav-list .footer-nav-item ul {
    list-style: none;
    padding-left: 0;
}

.footer-nav-list .footer-nav-item h2.widgettitle {
    margin: 0 !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: "Inter", sans-serif !important;
    line-height: normal;
    margin-bottom: 24px !important;
}


.footer-nav-list .footer-nav-item ul li a {
    font-size: 16px;
    color: #828282;
    text-decoration: none;
}

.footer-nav-list .footer-nav-item ul li {
    margin-bottom: 13px;
}


.footer-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-middle .footer-middle-left {
    width: 50%;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription {
    margin: 0;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-email {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 12px 10px;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-email
 {
    width: 70%;
    display: inline-block;
}

.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-button {
    width: 20%;
    display: inline-block;
}


.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-button input.tnp-submit {
    font-family: "Manrope", sans-serif !important;
    font-size: 15px;
}


.footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-email label {
    font-size: 14px;
    color: #828282;
    margin-bottom: 23px;
}


.footer-middle-right .wp-social-link-linkedin {
    background-color: #000000;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-middle-right .wp-social-link-linkedin a {
    margin-top: 2px;
}
.footer-middle-right .wp-social-link-linkedin path {
    fill: #fff;
}

.footer-bottom {
    display: block;
    margin-top: 48px;
}

.footer-bottom .footer-bottom-left {
    width: 35%;
    display: inline-block;
}

.footer-bottom .footer-bottom-right {
    width: 64%;
    display: inline-block;
}


.footer-bottom .footer-bottom-right .menu {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.footer-bottom .footer-bottom-left p {
    font-family: "Manrope", sans-serif !important;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.footer-bottom .footer-bottom-right .menu a {
    font-family: "Manrope", sans-serif !important;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.footer-top-left .footer-logo-area li#block-2.widget_media_image img {
    max-width: 250px;
}


.insightful-start-driving-section {
  position: relative;
}

.horizontal-pin {
  height: 100vh;
  overflow: hidden;
   transition: none !important;
}

.insyghtful-list {
  display: flex;
  will-change: transform;
}


body .lether-tailor {
    margin-top: 60px;
}


body .difference-brand {
    margin-top: 40px;
}
.difference-brand {
    max-width: 1300px !important;
}
.difference-brand p {
    color: #111;
    font-size: 18px;
    line-height: normal;
}

.footer-nav-item h3 {
    font-size: 20px;
    color: #fff !important;
}


.secondary-button {
    width: auto;
    height: auto;
    margin: 0;
}

.secondary-button a {
 display: inline-block !important;
width: auto !important;
    border: 1px solid #000;
  height: 100%;
  cursor: pointer;
  border: none;
  background: transparent !important;
  color: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.secondary-button a:after {
  /*-webkit-mask-size: 2300% 100%;*/
  /*mask-size: 2300% 100%;*/
  /*      background-color: #111;*/
  /*-webkit-animation: ani2 0.7s steps(22) forwards;*/
  /*animation: ani2 0.7s steps(22) forwards;*/
  content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/*.secondary-button a:hover:after {*/
/*  -webkit-animation: ani 0.7s steps(22) forwards;*/
/*  animation: ani 0.7s steps(22) forwards;*/
/*}*/

.secondary-button a .elementor-button-text {
    position: relative;
    z-index: 99;
}

.secondary-button a:hover .elementor-button-text,
.secondary-button a:focus .elementor-button-text{
    color: #111;
}


body .difference-brand img {
    border-radius: 20px;
}

body .difference-brand h3 {
    font-size: 30px;
    font-weight: bold !important;
}


/* keyframes */
@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.secondary-button a:hover span {
    color: #111 !important;
}

body .learn-more-area {
    display: inline-block !important;
    text-align: center !important;
}


article.shortcode-item.is-upcoming {
    position: relative;
}

.integration-badge {
    position: absolute;
    top: 8px;
    left: 0;
    background: #111;
    color: #fff;
    padding: 5px 12px;
    font-size: 8px;
    border-radius: 20px;
    font-weight: 600;
    width: 90%;
    right: 0;
    margin: auto;
    text-align: center;
}

article.shortcode-item.is-upcoming img {
    filter: grayscale(1);
    transition: 0.3s ease-in-out;
}

article.shortcode-item.is-upcoming:hover img, article.shortcode-item.is-upcoming:focus img {
    filter: grayscale(0);
    transition: 0.3s ease-in-out;
}
.footer-middle .footer-middle-left .tnp-field-button input.tnp-submit {
    border-radius: 8px;
}
body .policy-page {
    margin-top: 99px;
    margin-bottom: 136px;
}
body .policy-page h1 {
    font-size: 64px;
    color: #000 !important;
    margin-bottom: 14px !important;
}

body .policy-page h2 {
    font-size: 36px;
    line-height: 64px !important;
    margin-bottom: 0 !important;
}

body .policy-page ul {
    margin-top: 0px;
}
body .policy-page ul li {
    margin-bottom: 15px;
}

body .policy-page ul li ul {
    padding-left: 27px;
}
body .policy-page ul li strong {
    color: #000;
}
body .policy-page strong {
    color: #000;
}
body .policy-page p {
    margin-top: 0;
    margin-bottom: 10px;
}
.policy-page .secondary-bullet-only > ul {
    padding-left: 20px;
    list-style: none;
}
.link-integration {
    margin-top: 106px !important;
}

.people-item .elementor-widget-image {
    width: 60%;
    display: inline-block;
}
.people-item .elementor-widget-image img {
    width: 100% !important;
}
.people-item .conatc-us-item-content-container {
    padding: 0;
    width: 100%;
}
.conatc-us-item-content-container p {
    margin: 0;
}
.people-item-title h4{
    margin-bottom: 0 !important;
}
.meeting-link-integration {
    /*height: 100% !important;*/
    /*background-color: #D9D9D9;*/
    /*display: flex !important;*/
    /*justify-content: flex-end !important;*/
    /*padding: 48px 59px !important;*/
    /*min-height: 495px !important;*/
    /*border-radius: 20px !important;*/
    padding: 0 !important;
    min-width: 500px;    
    
}
.contact-us-form-area {
    background-color: #F8F8F8;
    margin-top: 105px !important;
    padding-top: 138px !important;
    padding-bottom: 133px !important;
    
}
.product-video-upper-section {
    width: 50%;
    margin: auto;
    margin-top: 102px !important;
}
.product-video-upper-section h2 {
    line-height: 54px;
}
.product-video-lower-section {
    height: 699px !important;
    background-color: #DBDBDB;
    border: 1px solid #000000;
    border-radius: 20px !important;
    margin-bottom: 142px !important;
}
.form-container {
    display: block;
}
.form-container .form-column {
    width: 49%;
    display: inline-block;
    padding: 0px 8px;
}
.form-container .form-column {
    width: 50%;
}
input[type="text"], input[type="email"], textarea {
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 12px;
    margin-top: 12px;
}
.form-container .form-column input {
    width: 100%;
}
.form-container .form-column {
    width: 49%;
    display: inline-block;
    padding: 0px 8px;
}
.form-container .form-column label {
    color: #000000;
    width: 100%;
    display: block;
    font-size: 14px;
}
.form-container .form-column textarea {
    width: 100% !important;
}
.form-container .form-column input[type="submit"] {
    padding: 13px 13px;
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
}
.form-container .form-column.full-column {
    width: 100% !important;
}
.nav-menu a:hover, .nav-menu .current_page_item a {
    color: #c9aa6b;
    font-weight: bold;
}
body .people-item .conatc-us-item-content-container {
    padding: 0 !important;
    width: 100% !important;
    gap: 9px 0px;
    padding-top: 15px !important;
}
body .people-item .conatc-us-item-content-container h5 {
    font-size: 12px;
    color: #000;
}
.faq-main-container-area.full-item .faq-list-container.shortcode-faq {
    margin-top: 0;
}
.faq-main-container-area.full-item .faq-item {
    width: 100%;
}
.faq-main-container-area.full-item .faq-item:nth-child(even){
    margin-left: 0px !important;
}
.pricing-card {
    background-color: #F7F7F7;
    padding: 14px 19px !important;
    border-radius: 15px !important;
}
.pricing-card h4 {
    font-size: 16px;
}
.pricing-card .pricing-area {
    background-color: #fff;
    padding: 18px 13px;
    border-radius: 10px;
    display: block;
    position: relative;
    min-height: 114px;
}
.pricing-card .pricing-area .elementor-widget-heading {
    display: inline-block;
}
.pricing-card .pricing-area .elementor-widget-heading h2 {
    font-size: 66px;
    margin-bottom: 0 !important;
    font-weight: 400 !important;    
}
.pricing-card .pricing-area .elementor-widget-text-editor {
    display: inline-block;
}
.pricing-card .pricing-area .caption-area {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
}
.pricing-card .plan-details {
    min-height: 500px;
}
.pricing-card .pricing-area .caption-area p {
    margin: 0;
    font-size: 10px;
    color: #828282;
}
.pricing-card .plan-details p {
    color: #828282;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
}
.full-button .elementor-button {
    width: 100% !important;
    display: block !important;
}


.secondary-button a {
    background-color: #937944 !important;
}

.buton-index-top {
    position: relative;
}

.primary-button {
    background-color: transparent !important;
    color: #fff;
    max-width: 220px;
    margin: auto;
    border: 1px solid #fff !important;
    font-size: 24px;
    cursor: pointer;
}

.secondary-button a:hover, .secondary-button a:focus {
    background-color: #3b3a3a !important;
    color: #fff !important;
}
.secondary-button a:hover span, .secondary-button a:focus span {
    color: #fff !important;
}









.left-side-btns {
    display: flex !important;
    margin-top: 30px !important;
}

.hero-section.full-section-data .product-video-lower-section {
    height: 583px !important;
}
.best-rep-item-image {
    background-color: #F7F7F7;
    height: 470px !important;
    border-radius: 15px !important;
}
.best-rep-item-container h3 {
    margin-bottom: 0 !important;
}

.best-rep-item-container {
    justify-content: center !important;
}

.empower-firm-item {
    background-color: #F7F7F7!important;
    display: flex !important;
    flex-direction: row !important;
}


.empower-firm-item .image-head {
    width: 138px;
    height: 114px;
    background-color: #fff;
    border-radius: 16px;
}

.empower-firm-item .e-con-full.empower-firm-item-text h3 {
    margin-bottom: 0 !important;
}
.empower-firm-item-text {
    gap: 0 !important;
}
.head-gap {
    gap: 0 !important;
}
.empower-firm-item {
    min-height: 148px !important;
    border-radius: 25px !important;
}

.title-percentage-data h2 {
    font-size: 64px;
}


.change-title {
    display: flex;
    align-items: center !important;
}

.founder-led-main-header .e-con-inner {
    max-width: 1280px !important;
}

.column-base-item {
    background-color: #F7F7F7 !important;
    padding: 28px !important;
    border-radius: 15px !important;
}
.solution-item-image {
    height: 256px !important;
    border-radius: 15px !important;
    background-color: #F7F7F7 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.conversation-block {
    background-color: #fff;
    border-radius: 7px !important;
}
.empower-firm-item {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.insyghtful-content-column-item .insyghtful-content-column-image {
    height: 260px !important;
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 7px !important;
}
.insyghtful-content-column-item {
    background-color: #F7F7F7;
    border-radius: 15px;
    padding: 10px;
}

.insyghtful-content-column-item h3 {
    margin-bottom: 0px !important;
    margin-top: 9px;
}
.testimonial-sass-title-area {
    gap: 4px 0px;
}
.testimonial-sass h3 {
    margin-bottom: 0 !important;
    line-height: 33px;
}
.banner-post-container {
    padding: 0 !important;
    position: relative !important;
}
.resource-center-banner {
    padding: 80px 0px 220px 0px !important;
    background: linear-gradient(180deg, #000 0%, #000 80%, #ffffff 91%);
    position: relative !important;
    max-width: none !important;
}

.resource-center-banner h1 {
    color: #fff !important;
}
body .resource-center-banner h2 {
    color: #fff !important;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400 !important;
}
.resource-container-area {
    margin-top: -210px !important;
}
.resource-post-filter-area {
    margin-bottom: 130px !important;
}
.resource-container-area .resource-post-filter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.resource-container-area .resource-post-filter-area .resource-categories button {
    background-color: transparent;
    color: #fff;
    border: 0px solid;
    margin-right: 17px;
    font-size: 18px;
    cursor: pointer;
}
#resource-results {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 26px;
}

.item-post-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-post-top-area .resource-category {
    background-color: #E5E5E5;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.resource-content .resource-title{
    margin-top: 18px !important;
    margin-bottom: 12px !important;
}

.resource-content .resource-title a {
    font-size: 20px;
    color: #000 !important;
    text-decoration: none;
}
.resource-content a.resource-read-more {
    font-size: 18px;
    color: #000000;
    text-decoration: none;    
}

button#load-more-resources.load-more-button {
    grid-column: span 3;
    max-width: 200px;
    margin: auto;
    padding: 14px 24px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
    font-family: "Manrope", sans-serif !important;
    font-size: 15px;
}
.resource-thumb-container {
    width: 100%;
    margin-bottom: 20px;
    height: 256px;
    border-radius: 15px;
}
.resource-thumb-container .resource-thumb {
    background-color: #F7F7F7;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-size: cover;
}
.resource-search {
    position: relative;
}
.resource-search i {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.resource-search input#resource-search {
    padding-left: 43px;
}



.resource-layout{
    display:grid;
    grid-template-columns:1fr 320px;
    gap:60px;
}

.resource-sidebar{
    position:sticky;
    top:120px;
    height:max-content;
}

.resource-content h2{
    margin-top:40px;
}

.recommended-reading{
    margin-top:100px;
}

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

#toc-list {
    background-color: #F7F7F7;
    padding: 20px 28px;
    border-radius: 15px;
    min-height: 237px;
}

#toc-list ul {
    padding: 0;
    list-style: number;
    margin: 0;
}
#toc-list a {
    color: #000000;
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    line-height: 25px;
    font-size: 14px;
}
section.resource-single, section.customer-story-single {
    padding-top: 130px;
    padding-bottom: 130px;
}
h1.resource-title, h1.story-title {
    font-size: 35px;
}

.resource-author, .story-author {
    display: flex;
    align-items: center;
}

.resource-author img.avatar, .story-author img.avatar{
    border-radius: 50px;
    margin-right: 8px;
}

.resource-author > div, .story-author > div {
    display: flex;
    flex-direction: column;
}

.resource-layout .resource-content h2, .story-layout .resource-content h2 {
    margin-top: 40px;
    font-size: 28px;
    line-height: 42px;
}

.resource-layout .resource-content p, .story-layout .resource-content p {
    color: #828282;
}

.resource-content blockquote, .story-content blockquote {
    background-color: #F7F7F7;
    padding: 47px 106px 47px 37px;
    border-radius: 15px;
    margin: 0;
}
.resource-content blockquote p, .story-content blockquote p {
    font-size: 25px;
    line-height: 37px;
    margin: 0;
    color: #000000 !important;
}

.subscribe-form-field p {
    margin: 0;
}
.subscribe-form-field p br {
    display: none;
}
.subscribe-form-field p input {
    margin: 0;
    width: 90%;
    background-color: #F0F0F0;
    border-radius: 5px;
    color: #8B8E93;
    outline: 0;
    font-size: 12px;
    padding: 8px 12px;
}

.subscribe-form-button p {
    margin: 0;
}


.subscribe-form-button p .wpcf7-submit {
    background-color: #000000;
    width: 100%;
    padding: 13px 0px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
}
.resource-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.recommended-reading {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 107px;
}

.resource-breadcrumb, .customer-story-breadcrumb {
    font-size: 15px;
}

.resource-breadcrumb a, .customer-story-breadcrumb a {
    text-decoration: none;
    color: #000000;
}


section.customer-story-single .resource-date, .resource-single .resource-date {
    background-color: #E5E5E5;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-top: 52px;
}

.share-icon-list a {
    color: #000000;
}
.customer-story-main-slogn-tiitle {
    width: 70%;
}

.customer-stories-wrapper h2 {
    text-align: center;
    margin-bottom: 60px !important;
    margin-top: 0px !important;
}

.customer-stories-wrapper #customer-stories-results {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 26px;
}

.customer-stories-wrapper .story-thumbnail-container {
    width: 100%;
    margin-bottom: 20px;
    height: 256px;
    background-color: #F7F7F7;
    border-radius: 15px;
    position: relative;
}
.story-thumbnail-container .resource-date {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    margin-top: 17px;
    margin-left: 16px;
}

.story-details h3 {
    font-size: 20px;
}
.story-details h3 a {
    color: #000000;
}
.story-details h3 {
    font-size: 20px;
    margin-bottom: 0px !important;
}
.story-details p {
    color: #828282;
}

.story-details a.resource-read-more {
    font-size: 18px;
    color: #000;
    margin-top: 31px !important;
    display: block;
}


.ai-product-area .ai-product-ttile {
    width: 70%;
}


.ai-product-area .product-service-description {
    width: 50%;
    margin-left: auto;
    margin-top: -70px;
}

.founder-led-main-header.bg-white {
    background-color: #fff;
}
.bg-grey {
    background-color: #F7F7F7;
}
.best-feature-content-area {
    background-color: #fff;
    border-radius: 15px;
    padding: 0;
}
.feature-bottom-area {
    background: linear-gradient(175deg, #000000, 73%, #f7f7f7 100%);
}
.feature-bottom-area ul {
    color: #fff;
}
.feature-bottom-area ul li {
    margin-bottom: 20px;
}
.feature-top-area {
    padding: 27px 32px 0px 32px !important;
}



.feature-top-area .feature-index h4 {
    display: inline-block;
    background: linear-gradient(45deg, #000000, #666666);
    color: #fff !important;
    padding: 2px 11px 4px 11px !important;
    border-radius: 50px !important;
}
.best-feature-image-area {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 0;
}

.best-feature-content-area {
    padding: 0 !important;
    gap: 0 !important;
}

.security-privacy .elementor-widget-text-editor {
    padding: 18px 18px;
    background-color: #fff;
    color: #000;
    border-radius: 7px;
}
.security-privacy .elementor-widget-text-editor p {
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 23px;
}
.security-privacy {
    padding: 0 !important;
}

.real-time-ai-coaching {
    text-align: left;
}

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

.product-video-lower-section.transparent-bg {
    background-color: transparent !important;
    border: 0px solid !important;
}

.primary-button.v2 a {
    border: 1px solid #828282;
    color: #111 !important;
    padding: 15px 24px;
}
.tools-integration.v2 h3 {
    margin-bottom: 5px !important;
}
.tools-integration.v2 .shortcode-integrations .shortcode-item {
    background-color: #fff;
    position: relative;
}
.tools-integration.v2 .shortcode-integrations .shortcode-item .more-integration {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #545454;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta-lower-area.v2 .elementor-widget-heading h2 {
    margin-bottom: 0px !important;
}
.real-call-content {
    gap: 6px !important;
}
.real-call-content .secondary-button {
    margin-top: 5px !important;
}
.bold-slogan h5 {
    font-weight: bolder !important;
    font-size: 14px;
}
.mobile-menu-icon {
    display: none;
}
.best-rep-item-image.bg-transparent-image {
    background-color: transparent !important;
}
.product-video-lower-section.about-use-cover-image.sales-coach-lower-banner {
    margin-bottom: 0px !important;
    margin-top: 60px !important;
}
.about-us-points.sales-coach-point {
    margin-top: 10px !important;
}
.subscribe-form-field.footer-subscription .top-label-slogan {
    margin-bottom: 14px;
}
.subscribe-form-field.footer-subscription .top-label-slogan p {
    font-size: 14px;
    color: #828282;
}

.subscribe-form-field.footer-subscription .inline-footer-area-subscribe {
    display: flex;
    align-items: center;
}
.subscribe-form-field.footer-subscription .inline-footer-area-subscribe p input.wpcf7-email {
    font-size: 12px;
    color: #828282;
    padding: 17px 24px 17px 17px;
    background-color: #fff;
    border: 1px solid #000000;
    position: relative;
    max-width: 338px;
    width: 100%;
}
.subscribe-form-field.footer-subscription .subscribe-form-button {
    position: relative;
}
.subscribe-form-field.footer-subscription .inline-footer-area-subscribe input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 0px;
    margin-left: 21px;
    WIDTH: AUTO;
    padding: 14px 16px;
}
.footer-middle-left .wpcf7-response-output {
    padding: 0;
    margin: 0 !important;
    margin-top: 20px !important;
}
.inline-footer-area-subscribe span.wpcf7-not-valid-tip {
    position: absolute;
}
.subscribe-form-field.footer-subscription .inline-footer-area-subscribe p .wpcf7-form-control-wrap {
    position: relative;
}
.subscribe-form-field.footer-subscription .inline-footer-area-subscribe .subscribe-form-button {
    margin-left: 34px;
    display: inline-block;
    max-width: none;
}
.subscribe-form-field.footer-subscription .inline-footer-area-subscribe p .wpcf7-form-control-wrap:after {
    content: '';
    background: url(/wp-content/uploads/2026/03/arrow-right.png);
    width: 15px;
    height: 8px;
    position: absolute;
    right: 24px;
    top: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}
.plans-tabs .e-n-tabs-heading {
    margin: auto;
    padding: 5px;
    background-color: #F7F7F7;
    border-radius: 5px;
}
.plans-tabs .e-n-tabs-heading .e-n-tab-title {
    border-radius: 5px;
    cursor: pointer;    
}
.plans-tabs .e-n-tabs-heading .e-n-tab-title:hover[aria-selected="false"] {
    background-color: transparent !important;
    color: #111 !important;
}
section.error-404.not-found {
    text-align: center;
    min-height: 659px;
    display: flex;
    align-items: center;
    margin: auto !important;
    justify-content: center;
}
section.error-404.not-found h1 {
    font-size: 9rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #111 !important;
}
section.error-404.not-found h2 {
    margin-top: 0;
    color: #111 !important;    
}
.footer-middle-right .wp-social-link-linkedin a {
    padding: 0px 4px;
}
.type-2-heading h3 {
    line-height: 30px;
    min-height: 61px;
}
.subscribe-form-field p input {
    font-family: 'Inter';
}
.form-container .form-column textarea {
    font-family: 'Inter';
}

.resource-main .resource-thumb {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    margin-top: 20px;
    background-size: cover;
}
.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo-area img {
    width: 100%;
    height: auto;
}
.footer-logo-area figure.wp-block-image.size-full {
    margin: 0;
}
.footer-logo-area .widget_text p {
    color: #fff;
    font-size: 15px;
}
.footer-logo-area .widget_text p a {
    color: #fff;
    text-decoration: none;
}










.product-list-container .products .product .onsale {
    background-color: #b50f0f;
    border-radius: 35px;
    font-size: 14px;
    padding: 4px 17px !important;
    width: auto;
    height: auto;
    top: 24px !important;
    right: 15px !important;
    min-height: 0px !important;
    line-height: normal;
}

.product-list-container .products .product a {
    position: relative;
}

.product-list-container .products .product a:before {
    content: '';
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.product-list-container .products .product:hover a:before,
.product-list-container .products .product:focus a:before{
    background-color: rgb(17 17 17 / 26%);
}

.product-list-container .products .product a h2 {
    position: absolute;
    top: 0;
    font-size: 20px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #fff !important;
}


.product-list-container .products .product:hover a h2,
.product-list-container .products .product:focus a h2{
    opacity: 1;
}
.product-list-container .products .product .price {
    position: absolute;
    top: auto;
    bottom: 38%;
    margin-bottom: 0px;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    margin-top: 70px;
    color: #fff !important;
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.shop-page .product-list-container .products .product .price {
    bottom: 31% !important;
}

.product-list-container .products .product:hover .price {
    opacity: 1;
    display: flex;
}

.product-list-container .products .product .price * {
    color: #fff !important;
    text-decoration: none;
}

.product-list-container .products .product .add_to_cart_button {
    display: none !important;
}
.product-list-container .products .product .price del {
    margin-right: 10px;
    text-decoration: line-through !important;
}

.product-list-container .products .product a {
    z-index: 1;
}

.woocommerce-shop .woocommerce.columns-4 {
    max-width: 1300px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.shop-hero {
    padding: 100px 20px;
    background-image: url(/wp-content/uploads/2026/04/biker-person.webp);
    background-size: cover;
    background-position: 100% 30%;
    position: relative;
    text-align: center;    
}
.shop-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111111a1;
}
.shop-hero h1 {
    margin: 0;
    margin-bottom: 10px !important;
    position: relative;
    color: #fff !important;
}
.shop-hero p {
    margin: auto;
    position: relative;
    color: #fff;
}


.shop-toolbar {
    max-width: 1280px;
    margin: auto;
    box-sizing: border-box;
    overflow: auto;
    margin-top: 30px;
}
.shop-page-item-container {
    max-width: 1280px;
    margin: auto;
}

.shop-toolbar .woocommerce-ordering select {
    padding: 11px 6px;
    border-radius: 6px;
    appearance: none;
}
.single-product-page {
    max-width: 1280px;
    margin: auto;
    padding: 50px 0px;
}
.single-product-page .woocommerce-breadcrumb {
    font-size: 18px;
    margin-bottom: 40px;
}
.single-product-page .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #c9aa6b;
}
body.woocommerce .single-product-page .onsale {
    background-color: #b50f0f;
    border-radius: 35px;
    font-size: 14px;
    padding: 4px 17px !important;
    width: auto;
    height: auto;
    top: 24px !important;
    right: 51%;
    min-height: 0px !important;
    line-height: normal;
    width: auto !important;
    position: absolute;
    left: auto;
}
.cart-action-area {
    position: relative;
    overflow: hidden;
}
.cart-action-area .summary {
    width: 100% !important;
    position: relative !important;
}

.cart-action-area .product {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.cart-action-area .product .summary.entry-summary {
    position: relative;
}
.cart-action-area .summary p.price span.amount {
    color: #c9aa6b;
}
.cart-action-area .summary p.price ins {
    color: #c9aa6b;
    text-decoration: none;
}
.cart-action-area .summary .woocommerce-product-gallery {
    position: relative;
    width: 50% !important;
    max-width: 50%;
}
.cart-action-area .summary h1.product_title.entry-title {
    width: 47%;
    display: inline-block;
    padding-left: 30px;
    overflow: hidden;
    margin-bottom: 16px !important;
}
.cart-action-area .summary p.price {
    width: 47%;
    display: inline-block;
    padding-left: 30px;
    overflow: hidden;
    margin: 0;
    font-size: 26px !important;
    line-height: normal;
}
.cart-action-area .summary form.variations_form.cart {
    width: 47%;
    display: inline-block;
    padding-left: 30px;
    overflow: hidden;
    margin: 0;
}
.cart-action-area .summary form.variations_form.cart table.variations tr {
    text-align: left;
}
.cart-action-area .summary form.variations_form.cart table.variations tr td.value select {
    padding: 11px 6px;
    border-radius: 6px;
    appearance: none;
}
.cart-action-area .summary form.variations_form.cart table.variations tr label {
    font-size: 18px;
}
.cart-action-area .summary form.variations_form.cart table.variations tr .label {
    padding-top: 7px;
}
.cart-action-area .summary .product_meta {
    width: 47%;
    padding-left: 30px;
    overflow: hidden;
    margin: 0;
    display: none;
}
.cart-action-area .summary form.variations_form.cart table.variations {
    margin-top: 30px;
    margin-bottom: 30px;    
}
button.single_add_to_cart_button {
    display: inline-block !important;
    width: auto !important;
    border: 1px solid #000;
    height: 100%;
    cursor: pointer;
    border: none;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-color: #937944 !important;
    padding: 14px 25px !important;
}
.woocommerce-variation-add-to-cart .quantity input {
    padding: 11px 6px;
    border-radius: 6px;
    appearance: none;
}
.cart-action-area .woocommerce-variation-price {
    margin-bottom: 30px;
}
.cart-action-area  a.reset_variations {
    color: #b50f0f;
    text-decoration: none;
}
.single-product-page .woocommerce-tabs ul.tabs {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid #ccc;
}
.single-product-page .woocommerce-tabs ul.tabs li {
    padding: 15px 0px;
}
.single-product-page .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid;
}
.single-product-page .woocommerce-tabs ul.tabs li a {
    color: #3b3a3a !important;
    border-radius: 8px;
    text-decoration: none;
    padding: 0px 15px !important;    
}
.woocommerce p.stars a::before{
    color: #f1bf59;
}
.lower-single-area .related.products .price {
    bottom: 33%;
}
.lower-single-area .comment-form-rating {
    padding: 30px 0px;
    display: flex;
    align-items: center;
}
.lower-single-area  .comment-form-rating p.stars {
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}
.lower-single-area p.comment-form-comment textarea#comment {
    max-width: 100% !important;
    font-size: 16px;
}
.woocommerce #review_form #respond p.form-submit input#submit {
    display: inline-block !important;
    width: auto !important;
    border: 1px solid #000;
    height: 100%;
    cursor: pointer;
    border: none;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-color: #3b3a3a !important;
    font-size: 18px;
}
.wp-block-woocommerce-cart {
    max-width: 1280px;
    margin: 60px auto;
}
.wc-block-checkout {
    max-width: 1280px;
    margin: 20px auto !important;
}
.wp-block-woocommerce-cart .wc-block-cart-items th {
    font-size: 18px;
}
.wp-block-woocommerce-cart .wc-block-cart__totals-title {
    font-size: 18px;
}
tr.wc-block-cart-items__row a.wc-block-components-product-name {
    font-size: 16px !important;
    text-decoration: none;
    color: #111;
}
.wc-block-cart__submit-button {
    background-color: #a98e57;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    outline: 0 !important;
    box-shadow: none !important;
}
.why-choose-us {
    width: 47%;
    display: inline-block;
    padding-left: 30px;
    overflow: hidden;
    margin: 50px 0px 0 0;
}
.why-choose-us h2 {
    line-height: normal;
    font-size: 28px;
}
.why-choose-us .features-grid {
    display: block;
}
.why-choose-us .features-grid .feature {
    width: 49%;
    display: inline-block;
    text-align: left;
    margin-bottom: 35px;
}
.why-choose-us .features-grid .feature h4 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.why-choose-us .features-grid .feature p {
    margin-top: 5px;
    margin-bottom: 4px;
}
.why-choose-us .pay-with {
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.why-choose-us .features-grid .feature .feature-icon {
    width: 20%;
    display: inline-block;
    float: left;
    margin-top: 0px;
    margin-right: 3%;
}
.why-choose-us .features-grid .feature h4 {
    width: calc(100% - 24%);
    display: inline-block;
}
.why-choose-us .features-grid .feature p {
    width: calc(100% - 24%);
    display: inline-block;
}
body .woocommerce-message {
    background-color: transparent;
    border-top-color: #c9aa6b;
    outline: 0;    
}
body .woocommerce-message a.button {
    background-color: #a38a56;
    color: #fff;
}
body .woocommerce-message a.button:hover, body .woocommerce-message a.button:focus {
    background-color: #8b7548;
    color: #fff;
}
body .woocommerce-message::before {
    color: #c9aa6b;
}
.wc-block-checkout__form .wc-block-components-checkout-place-order-button {
    background-color: #c9aa6b;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    padding: 12px 20px;
    min-height: 0 !important;
}
.woocommerce-account .woocommerce {
    max-width: 1280px;
    margin: 104px auto;
}
.woocommerce-account .woocommerce nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-account .woocommerce nav ul li {
    width: 100%;
    margin: 6px 0px;
}
.woocommerce-account .woocommerce nav ul li a {
    padding: 15px 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    color: #141413;    
    box-sizing: border-box;    
}
.woocommerce-account .woocommerce nav ul li.is-active a {
    background-color: #c9aa6b;
    color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 16px;
}
body .woocommerce-info {
    background-color: transparent;
    border-top-color: #c9aa6b;
    outline: 0;    
}
body .woocommerce-info a.button {
    background-color: #a38a56;
    color: #fff;
}
body .woocommerce-info a.button:hover, body .woocommerce-info a.button:focus {
    background-color: #8b7548;
    color: #fff;
}
body .woocommerce-info::before {
    color: #c9aa6b;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
    text-decoration: none;
    color: #c9aa6b;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit {
    color: #c9aa6b;
    text-decoration: none;
    margin-bottom: 20px;
    float: none;
    display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h2 {
    margin-bottom: 9px;
}
.woocommerce-account .woocommerce-Button {
    background-color: #c9aa6b;
    color: #fff;
}
body.woocommerce-account .woocommerce-Button {
    background-color: #c9aa6b;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;    
}
body.woocommerce-account .woocommerce-Button:hover, body.woocommerce-account .woocommerce-Button:focus {
    background-color: #8b7548;
    color: #fff;  
}
body.woocommerce-account #account_display_name_description {
    font-size: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    padding: 0px 0px 0px 40px;
    box-sizing: border-box;
}
.copyright-area {
    border-top: 1px solid #5f5d5d;
    margin-top: 30px;
}
.copyright-area .footer-container {
    justify-content: center;
    padding: 10px 0px 0px 0px;
    color: #fff;
}
.footer-nav-list .footer-nav-item ul li a:hover, .footer-nav-list .footer-nav-item ul li a:focus {
    color: #937944;
}
.header-top-nav {
    background-color: #937944;
    color: #fff;
    display: flex;
    flex-direction: row;
}
.header-top-nav .header-inner {
    width: 100%;
}
.header-top-nav .header-inner .top-nav-left-area {
    width: 50%;
    height: auto;
    text-align: left;
}
.header-top-nav .header-inner .top-nav-left-area p {
    margin: 0;
    font-weight: 600;
    animation: pulse 1.8s infinite;    
}
@keyframes pulse {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}
.header-top-nav .header-inner .top-nav-right-area {
    width: 50%;
    height: auto;    
}
.header-top-nav .top-nav-right-area ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 19px;
    margin: 0;
    padding: 6px 0px;
    justify-content: end;    
}
.header-top-nav .top-nav-right-area ul a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;    
}
.header-top-nav .top-nav-right-area ul a:hover, .header-top-nav .top-nav-right-area ul a:focus {
    color: #232121;
}
@media only screen and (max-width: 992px) {
    .header-nav .menu-item.menu-item-has-children:after{
        color: #111;
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        right: 0;
        align-items: center;
    }
    .header-nav .menu-item.menu-item-has-children > a{
        width: 100%;
        display: block;
        text-align: left;        
    }
    .header-top-nav {
        padding: 0px 18px;
    }
    .header-top-nav .header-inner {
        width: 100%;
        display: flex;
        padding: 0 !important;
    }    
    .hero-banner {
        padding-left: 10px;
        padding-right: 10px;
    }    
    .hero-banner h1 {
        font-size: 28px;
        margin-bottom: 20px !important;
    }
    .hero-banner p {
        font-size: 18px;
        margin-bottom: 30px !important;
    }
    .hero-banner .secondary-button {
        margin-top: 10px;
    }    
    .shop-toolbar {
        padding: 0px 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .shop-toolbar .woocommerce-notices-wrapper {
        display: none;
    }    
    .shop-toolbar p.woocommerce-result-count {
        margin-bottom: 0;
    }   
    .shop-toolbar form.woocommerce-ordering {
        margin-bottom: 0;
    }    
    body .product-list-container {
        padding-left: 20px;
        padding-right: 20px;
    }    
    .sucess-story-text p {
        margin: 0;
    }
    .sucess-story-button {
        padding: 0;
    }    
    .insyghtful-item .sales-feature-content {
        width: 100% !important;
    }    
    .hero-section h1 {
        font-size: 32px !important;
    }
    .faq-starts-heading-area h2.elementor-heading-title.elementor-size-default {
        padding: 0px 0px 0px 17px !important;
    }    
    body .about-us-points {
        padding: 5px 20px !important;
        margin-top: 0px !important;
    }
    .mobile-menu-icon {
        position: absolute;
        top: 33px;
        bottom: 0;
        right: 12px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 23px;  
    }
    .site-header {
        position: relative;
        z-index: 999;
    }
.subscribe-form-field.footer-subscription .inline-footer-area-subscribe .subscribe-form-button{
    position: relative;
    top: 16px;    
}    
body .product-video-lower-section.about-use-cover-image.sales-coach-lower-banner {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}
body .cta-lower-area.insyghtful-action-area .primary-button a{
        padding: 13px 24px !important;
}
body .about-us-points.sales-coach-point {
    margin-top: 10px !important;
    padding: 0px 23px;
}
    h1 {
        font-size: 33px;
        font-weight: 600 !important;
        line-height: 39px !important;
        margin-bottom: 22px !important;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 0px !important;
        line-height: 36px !important;
    }
    footer {
        background-color: #232121;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .footer-nav-list .footer-nav-item h2.widgettitle {
        font-size: 15px !important;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-top-left {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
    }
    .footer-top-left .footer-logo-area {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-right: 0;
    }      
    .footer-top-right{
        margin-top: 25px;
    }
    .footer-container {
        padding: 0px 20px;
    }
    .footer-top-right .footer-nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .footer-top-right .footer-nav-list .footer-nav-item {
        text-align: center;
    }
    .footer-middle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }
    .footer-bottom {
        display: flex;
        margin-top: 18px;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .footer-bottom .footer-bottom-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shortcode-trustedby {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .sales-features-list .sales-features-item {
        flex-direction: column-reverse;
        padding: 15px 13px !important;
    }
    .sales-features-list .sales-features-item .sales-feature-content {
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
        padding-left: 0px;
    }
    .sales-features-list .sales-features-item .sales-feature-content h4 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
        margin-top: 16px;
    }
    .shortcode-integrations {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        align-items: center;
        justify-content: center;
    }
    .insightfulai-list .insightfulai-item {
        display: flex;
        flex-direction: column !important;
        padding: 0px 14px 0px 14px !important;
    }
    .insightfulai-list .insightfulai-item .insightfulai-content {
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        padding-top: 5px;
    }
    .insightfulai-list .insightfulai-item .insightfulai-content h4 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600 !important;
        margin-bottom: 0 !important;
        margin-top: 0;
    }    
    .about-insyghtful .product-dashboard-video {
        height: 340px;
    }
    body .product-video{
        height: 300px !important;
    }
    .sucess-story-button {
        text-align: center;
        display: flex;
    }
    .faq-list-container .faq-item:nth-child(even) {
        margin-left: 0;
    }
    .faq-list-container .faq-item {
        cursor: pointer;
        width: 100%;
    }  
    .footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-email {
        width: 100%;
        display: inline-block;
    }    
    .footer-middle .footer-middle-left .tnp.tnp-subscription .tnp-field.tnp-field-button {
        width: 100%;
        display: inline-block;
    }    
    .footer-middle-right .wp-block-social-links {
        padding: 0;
    }    
    .testimonial-card {
        min-width: none !important;
        width: 100% !important;
    }  
    .testimonial-content p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .customer-says {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }    
    
    .custom-says-heading-area {
        margin-bottom: 20px !important;
    }
    .insyghtful-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
    }
    .insyghtful-item {
        width: 100%;
    }

    .sucess-story-text {
        padding: 0 !important;
    }
    .sucess-story-button {
        padding: 0 !important;
    }
    body .tools-integration {
        margin-top: 11px !important;
        margin-bottom: 40px !important;
    }
    body .insightful-start-driving-section{
            padding: 15px 0 0px !important;
    }
    body .cta-lower-area h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .faq-shortcode {
        padding: 0 !important;
    }
    .sales-features-list .sales-features-item .sales-feature-image {
        width: 100%;
        PADDING: 0;    
    }
    .insightfulai-list .insightfulai-item .insightfulai-image {
        width: 100%;
        padding: 14px 0px 0px 0px;        
    }
    .testimonial-row.row-1.single-row {
        flex-direction: column;
    }
    .insightful-card-block .elementor-widget-image{
            margin-bottom: 10px !important;
    }
    .insightful-card-block h4 {
        line-height: normal !important;
    }    
    body .product-video {
        height: 228px !important;
        margin-top: 20px !important;
        border-radius: 8px !important;
    }
    .trust-by-section {
        margin-top: 40px !important;
    }
    .trust-by-section .shortcode-trustedby .shortcode-item {
        padding: 24px 11px;
    }
    .why-you-need {
        margin-top: 40px !important;
    }
    .relationship-sales-team {
    margin-top: 40px !important;
    }
    .tools-integration h3 {
        font-size: 28px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }
    .sucess-story-text {
        padding: 0;
    }
    .sucess-story-button{
        padding: 0;
    }
    body .custom-says-heading-area {
        margin-bottom: 5px !important;
        margin-top: 10px;
    }    
    .customer-says .gsap-pin-wrapper {
        padding-bottom: 0px;
    }
    .faq-starts-heading-area {
        padding-bottom: 0px;
    }    
    body .faq-list-container {
        margin-top: 0px;
    }
    .cta-lower-area .elementor-widget-heading {
        margin-top: 20px !important;
    }
    .footer-middle .footer-middle-left {
        width: 100%;
    }    
    
    
    
    body .policy-page {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px 30px;
    }
    
    body .policy-page h1 {
        font-size: 30px;
        line-height: normal !important;
        margin-bottom: 5px !important;
    } 
    body .policy-page h3 {
        font-size: 22px;
        margin-bottom: 20px !important;
    }
    
    body .policy-page h2 {
        font-size: 26px;
        line-height: 32px !important;
        margin-bottom: 0 !important;
    }
    body .cta-lower-area.insyghtful-action-area h2 {
        margin-bottom: 0 !important;
        font-size: 30px;
    }
    
    .product-video-lower-section {
        max-width: 80%;
        margin: auto;
        max-height: 230px;
        margin-bottom: 25px !important;
        margin-left: auto !important;
        margin-right: auto !important;        
    }
    .about-us-points {
        margin-top: 25px !important;
    }    
    body .build-show-up .build-show-up-title-area {
        max-width: 100%;
        margin: auto;
    }
    body .build-show-up {
        margin-top: 0px !important;
        padding: 0 !important;
    }  
    .best-rep-item-image {
        background-color: #F7F7F7;
        height: 300px !important;
        border-radius: 15px !important;
    }
    .empower-firm-item .image-head {
        width: 77px;
        height: 72px;
        background-color: #fff;
        border-radius: 16px;
    }
    body .build-show-up .build-show-up-title-area p{
        font-size: 14px !important;   
    }
    .empower-firm-item .e-con-full.empower-firm-item-text h3 {
        line-height: normal;
    }
    .cta-lower-area {
        padding: 0 !important;
    }    

    .build-show-up-title-area {
        padding: 0;
    }    
    .hero-section.full-section-data .product-video-lower-section {
        height: 603px !important;
        margin-bottom: 0 !important;
        padding: 0;
        background-size: contain !important;
    } 
    .resource-search {
        width: 100%;
    }  
    .resource-search input {
        width: 100%;
    }    
    .resource-container-area .resource-post-filter-area{
            padding: 0px 10px;
    }
    .resource-content blockquote p, .story-content blockquote p{
        font-size: 16px;
        line-height: 25px;    
    }    
    .single-product-page {
        padding: 50px 20px;
    }
    .cart-action-area .summary .woocommerce-product-gallery{
        max-width: 100%;
    }
    .cart-action-area .summary h1.product_title.entry-title {
        width: 100%;
        padding-left: 0;
    } 
    .cart-action-area .summary form.variations_form.cart{
        width: 100%;
        padding-left: 0;
    }    
    .related.products h2 {
        margin-bottom: 20px !important;
        font-size: 24px;
    }
    .woocommerce-Tabs-panel h2 {
        margin-bottom: 20px !important;
        font-size: 24px;
    }    
    body .lether-tailor h2 {
        font-size: 28px !important;
        line-height: normal !important;
    }    
    body .lether-tailor.hero-banner p {
        font-size: 15px;
        line-height: normal !important;
        margin-bottom: 20px !important;
    }    
    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
    }    
    body.woocommerce .single-product-page .onsale{
        right: 10px;
    }
    .cart-action-area .summary p.price {
        width: 100%;
        padding: 0;
    }   
    .why-choose-us {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        overflow: hidden;
        margin: 30px 0px 0 0;
    }    
    .why-choose-us .features-grid .feature {
        width: 100%;
        display: inline-block;
        text-align: left;
        margin-bottom: 5px;
    }
    .why-choose-us .features-grid {
        display: block;
        margin-top: 30px;
    }    
    .why-choose-us .features-grid .feature .feature-icon{
        margin-top: 16px;
    }    
    body .product-list-container.lower-single-area {
        padding: 0;
    }
    .why-choose-us .features-grid .feature h4{
        margin-top: 13px;
        margin-bottom: 0 !important;    
    }
    .single-product-page .woocommerce-breadcrumb {
        font-size: 16px;
        margin-bottom: 34px;
    }
    
    .difference-brand p {
        font-size: 14px;
    }    

    .woocommerce ul.products li.product:hover a h2, .woocommerce ul.products li.product:hover a h2 {
        font-size: 14px;
    }    
    .shop-page .product-list-container .products .product .price {
        bottom: 30% !important;
    }
    .product-list-container .products .product .price {
        font-size: 13px !important;
    }    
    .header-logo img {
        max-width: 120px;
        height: auto;
    }    
}






