/*!
Theme Name: Sales Buddi
Theme URI: http://underscores.me/
Author: Mosharaf Hossain
Author URI: https://mosharafmanu.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sales-buddi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
============================================================
Global Style Start
============================================================
*/

:root{
    --primary-color:rgb(43,43,43);
	--primary-color2:rgb(42,42,42);
	--secondary-color:rgb(203,245,109);
	--blue:rgb(79,138,255);
    --purple:rgb(188, 165, 255);
	--offwhite:rgb(245,245,245);
    --peridotwide:'PeridotPEWideHeavy';
}
*{
    box-sizing:border-box;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    font-size:16px;
}
@media only screen and (min-width:1921px) {
    html{
        font-size:0.833vw; 
    }
}
body{
    color:var(--primary-color);
	font-family: "peridot-pe-variable", sans-serif;
    font-size:1.25rem;
    font-variation-settings:"wght" 400;
    line-height:normal;
    height: 100%;
    margin:0;
}
@media only screen and (max-width:767px) {

    body{
        font-size: .875rem;
        line-height: 1rem;
    }

}
h1, h2, h3, h4, h5, h6{
    font-variation-settings:"wght" 800;
    margin-top:0;
    margin-bottom:0.9375rem;
}
p{
    margin-top:0;
    margin-bottom:0.9375rem;
}
p:last-of-type {
    margin-bottom: 0;
}
p strong{
    font-variation-settings:"wght" 800;
}
img,svg{
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
iframe,
video{
    max-width:100%;
}
.sync-height{
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    height: 100%;
}
.sync-content{
    flex-grow: 1;
}
.error-404 .inner-page-btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
    width:max-content;
    padding-top: 1.3125rem !important;
}
.admin-bar .site-header{
    top:32px;
}
@media only screen and (max-width:991px) {
    .admin-bar .site-header{
        top:46px;
    }
    #wpadminbar{
        position: fixed;
        top:0;
    }
}
#page{
    overflow: hidden;
}
a,button,input,textarea,select{
    outline:none;
    text-decoration:none;
    box-shadow:none;
}
a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}
/* Slick Slider Custom Settings */
.slick-slider {
    overflow: hidden;
}
.slick-list {
    margin: 0 -10px;
}
.slick-slide {
    margin: 0 10px;
}
.itemMargin .slick-slide {
    margin-right:10px;
    margin-left:10px;
}
.itemMargin .slick-list {
    margin: 0 -10px;
}
.stagePaddingRight .slick-slide{
    margin-left:20px;
}
.stagePaddingRight .slick-list{
    margin:0;
    padding:0 20% 0 0 !important;
}
/* Slick Slider Custom Settings End */

.field input::placeholder,
.field textarea::placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input::-moz-placeholder,
.field textarea::-moz-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
.field input::-ms-input-placeholder,
.field textarea::-ms-input-placeholder {
    color: var(--secondary-colour2);
    opacity: 1;
}
input,
textarea{
    color:var(--primary-color3)
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: #fff;
    width: 28px;
    height:28px;
    border: 0.15em solid #ffffff;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
input[type="radio"]::before {
    content: "";
    width:12px;
    height:12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #ffffff;
}
input[type="radio"]:checked::before {
    transform: scale(1);
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    border-radius: 10px;
    padding: 20px;
    padding-left: 66px;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.04), 0px 12px 25px rgba(0,0,0,0.07) !important;
    background: #000;
    position: relative;
    top: 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.wpcf7 form .wpcf7-response-output::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 36px;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
.wpcf7 form.sent .wpcf7-response-output::before{
    content: "\f058";
    color:#46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before{
    content: "\f057";
    color:#46b450;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}
.wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
    content: "\f12a";
    color: #ffb900;
    border: 1px solid #ffb900;
    width: 36px;
    height: 36px;
    font-size: 18px;
}
@media only screen and (max-width:991px) {
    .wpcf7 form .wpcf7-response-output {
        width: 100%;
    }
}

.site-header,
.site-footer,
section{
    padding-left:1rem;
    padding-right:1rem;
}
@media only screen and (min-width:1200px) {
    .site-header,
    .site-footer,
    section{
        padding-left:2rem;
        padding-right:2rem;
    }
}
@media only screen and (min-width:1670px) {
    .site-header,
    .site-footer,
    section{
        padding-left: 7.625rem;
        padding-right: 7.625rem
    }
}
h1{
    font-family:var(--peridotwide);
    font-size: 3.5rem;
    font-weight: 950;
    line-height:normal;
}
@media only screen and (max-width:767px) {

    h1{
        font-size:27px;
    }
}
h2{
    font-family:var(--peridotwide);
    font-size: 2.5rem;
    line-height:normal;
}
@media only screen and (max-width:767px) {

    h2{
        font-size: 1.25rem;
        line-height:normal;
    }

}
h3{
    font-family:var(--peridotwide);
    font-size: 1.5rem;
    line-height:normal;
}
@media only screen and (max-width:767px) {

    h3{
        font-size:1rem;
    }

}

/*
============================================================
Global Style End
============================================================
*/


/*
============================================================
Header Style Start
============================================================
*/

#masthead{
	display:flex;
	align-items:center;
	column-gap: 3.75rem;
    padding-top: 2.25rem;
}
.inner-header {
	padding-bottom: 2.25rem;
}
.site-header{
	background:var(--secondary-color);
}
.archive-header,
.inner-header {
	justify-content: space-between;
    background:var(--purple);
}
.main-menu > ul {
	margin:0;
	padding:0;
	list-style-type: none;
	display:flex;
	align-items: center;
	column-gap: 3.75rem;
}
.main-menu > ul > li{
	display: block;
}
.main-menu ul > li > a{
	display: block;
	color: var(--primary-color);
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
}
@media only screen and (max-width:991px) {

    #masthead{
        padding-top: 1.1875rem;
        justify-content:space-between;
    }
    .menu-trigger{
        cursor: pointer;
    }
    .main-menu.mobile-menu > ul{
        display:block;
    }
    .mobile-menu > ul > li {
        display: block;
    }
    .mobile-menu > ul > li > a{
        display:block;
        padding:10px 0;
    }
    .hamburger-wrapper{
        position:fixed;
        width:100vw;
        height:100vh;
        left:0;
        top:0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
        opacity:0;
        visibility:hidden;
        z-index:-1;
        transition:0.3s all ease;
    }
    .hamburger-wrapper.isOpen{
        opacity:1;
        visibility:visible;
        z-index: 999;
    }
    .admin-bar .hamburger-wrapper{
        top:34px;
    }
    .hamburger-inner{
        position:relative;
        background:var(--secondary-color);
        width:80%;
        height:100%;
        padding:50px;
        margin-left:auto;
        right:-150px;
        overflow-y: auto;
        transition:0.3s all ease;
    }
    .inner-hamburger-wrapper .hamburger-inner{
        background:var(--purple);
    }
    .hamburger-wrapper.isOpen .hamburger-inner{
        right:0;
    }
    .menu-close{
        cursor:pointer;
        display:block;
        width:max-content;
        margin-left:auto;
        margin-bottom:50px;
    }
}
@media only screen and (max-width:767px) {

    .hamburger-inner{
        width:90%;
    }
    .site-branding a{
        max-width:96px;
        display:block;
    }
}

/*
============================================================
Header Style End
============================================================
*/



/*
============================================================
CMS Style Start
============================================================
*/

/* Review Summary Style Start */

.review-summary {
	display: grid;
	grid-template-columns: max-content auto;
	column-gap: .5rem;
	align-items: center;
}
.review-summary p {
    font-size: 1rem;
}
@media only screen and (max-width:767px) {

    .review-summary p{
        font-size: .875rem;
    }
    .stars {
        max-width: 4.375rem;
    }

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

    .review-summary {
        grid-template-columns:1fr;
        row-gap: .625rem;
    }

}

/* Review Summary Style End */


/* Get Started Button Style */

.get-started-btn {
	margin: 0;
	border: none;
	background: var(--blue);
	color: var(--offwhite);
	font-size: 1.25rem;
	font-weight: 900;
	text-transform: uppercase;
	padding: 1.25rem 3.5rem;
	border-radius: .5rem;
	box-shadow: 0px .25rem .9375rem 0px rgba(43, 43, 43, 0.20);
	cursor: pointer;
	display: flex;
	align-items: center;
    text-align:center;
    justify-content:center;
	column-gap: .625rem;
}
@media only screen and (max-width:767px) {

    .get-started-btn {
        padding: 15px 20px;
        width: 100%;
        justify-content: center;
        font-size: 1rem;
    }

}
/* Get Started Button Style End */

/* Available On Style Start */

.available-title {
    font-size: .875rem;
    font-weight: 500;
}
.available-stores {
    display: grid;
    grid-template-columns: max-content auto;
    width:max-content;
    align-items: center;
    column-gap: .75rem;
}
.stores {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: .5rem;
    align-items: center;
}
.button-store {
	display: grid;
	grid-template-columns: max-content auto;
	column-gap: 1rem;
	align-items: center;
	margin: 32px 0;
}
@media only screen and (max-width:767px) {

    .button-store {
        grid-template-columns: 1fr;
        justify-items:center;
        row-gap: .625rem;
    }
}

/* Available On Style End */

/* Key Testimonial Style Start */

.k-testimonial-image {
    max-width: 6.125rem;
    max-height: 5.9375rem;
    border-radius: 50%;
    grid-row: 1;
    grid-column: 1;
    background: #bca5ff;
    transform: translateX(-3.0625rem);
}
.k-key-testimonial {
    background: var(--offwhite);
    border-radius: .9375rem;
    display: grid;
    align-items: center;
    position: relative;
    max-width: 35.6875rem;
    margin-left: 3.0625rem;
}
.k-testimonial-content p {
    font-size: 1rem;
    font-weight: 400;
    margin:0;
}
.k-testimonial-content p:last-of-type {
	margin-top: 5px;
}
.k-testimonial-content {
    grid-row: 1;
    grid-column: 1;
    padding-left: 4.3125rem;
}
@media only screen and (max-width:767px) {

    .k-testimonial-image {
        transform: inherit;
        width: 3.375rem;
        height: 3.375rem;
    }
    .k-key-testimonial {
        margin: 0;
        padding: .625rem;
        align-items:flex-start;
    }
    .k-testimonial-content p{
        font-size: .875rem;
    }

}


/* Key Testimonial Style End */


/* Hero Style Start */

.hero-section {
	background: var(--secondary-color);
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 1.875rem;
	align-items: center;
    position:relative;
}
.hero-image {
	position: relative;
	top: 0;
	text-align: right;
	max-width: 34.375rem;
	justify-self: end;
}
.hero-logo {
    position: absolute;
}
.hero-logo1 {
    right: 0;
    max-width: 13.125rem;
    top: 3.125rem;
}
.hero-logo2 {
    bottom: -3.125rem;
    left: 0;
}
.abc-logo {
	position: absolute;
	right: 0;
	top: -100px;
	max-width: 206px;
}
.hero-content{
    max-width: 43.5rem;
}
.hero-content h1,
.hero-content h2 {
    text-transform: uppercase;
    margin: 1.25rem 0;
    font-family:var(--peridotwide);
}
.hero-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1.25rem;
}
.hero-content ul li {
	display: block;
	font-size: 1rem;
	margin: .9375rem 0;
	position: relative;
	padding-left: 2.125rem;
}
.hero-content ul li::before{
    position:absolute;
    content:"";
    background:url(./assets/images/check.svg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    width: 1.75rem;
    height: 1.75rem;
    top: -.375rem;
    left:0;
}
@media only screen and (max-width:1199px) {

    .hero-section {
        align-items:flex-end;
    }
    .hero-content-wrapper{
        padding: 4.375rem 0;

    }

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

    .hero-section {
        display:block;
    }
    .hero-image{
        margin-left:auto;
        margin-right:auto;
    }
    .abc-logo {
        top: -80px;
        max-width: 150px;
    }
}
@media only screen and (max-width:767px) {

    .hero-content-wrapper{
        padding: 3.125rem 0;
        padding-top: 1.875rem;
    }
    .hero-content h1,
    .hero-content h2 {
        font-size: 1.6875rem;
        line-height: 1.875rem;
    }
    .hero-content p{
        font-size: .875rem;
    }
    .hero-content ul li{
        font-size: .875rem;
        padding-left: 1.75rem;
    }
    .hero-content ul li::before{
        width: 1.25rem;
        height: 1.25rem;
        top: 50%;
        transform:translateY(-50%);
    }
    .hero-logo{
        max-width:120px;
    }
    .abc-logo {
        top: -50px;
        max-width: 120px;
    }
}

/* Hero Style End */


/* Reality Check Section Style Start */

.reality-check-section {
	background:var(--primary-color) url(./assets/images/sales-manager-bg.png);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:auto;
	text-align: center;
	padding-top: 15.625rem;
	padding-bottom: 5rem;
}
.reality-check-content{
    max-width: 59.0625rem;
    margin-left:auto;
    margin-right:auto;
}
.reality-check-content .section-content p{
    max-width: 43.75rem;
    margin-left:auto;
    margin-right:auto;
}
.reality-check-content .long-arrow-down {
    margin-top: .625rem;
	margin-bottom: 5.25rem
}
.reality-check-section h3{
    color:var(--secondary-color);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family:var(--peridotwide);
}
.reality-check-section h2{
    color:var(--offwhite);
    font-size: 5rem;
    font-family:var(--peridotwide);
    text-transform: uppercase;
}
.reality-check-section p{
    color:var(--offwhite);
    margin-bottom: 1.25rem;
}
@media only screen and (max-width:991px) {

    .reality-check-section h2 {
        font-size: 3.75rem;
        line-height: 4.375rem;
    }

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

    .reality-check-content h3{
        font-size: 1rem;
    }
    .reality-check-content h2{
        font-size: 1.5rem;
        line-height: normal;
    }
    .reality-check-content .long-arrow-down {
        margin-bottom: 1.875rem;
    }
    .reality-check-section {
        padding-top: 3.75rem;
        padding-bottom: 1.875rem;
    }
}

/* Reality Check Section Style End */


/* Video Section Style Start */

.video-section video{
    width:100%;
    object-fit:cover;
}

/* Video Section Style End */

/* Steps Section Style Start */

.steps-section{
    background:var(--primary-color);
    color:var(--secondary-color);
}
.steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 4.375rem;
	max-width: 74.75rem;
	margin: 4.0625rem auto;
}
.step {
    text-align: center;
}
.step-icon {
    min-height: 6.5rem;
    max-height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step .step-count {
    background: var(--secondary-color);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border-radius: 3.125rem;
    margin-left:auto;
    margin-right:auto;
    margin-top:3.75rem;
    margin-bottom:1.125rem;
}
.step .step-count span{
    font-size: 1.25rem;
    height:1.25rem;
	font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 950;
}
.step h3{
	font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 950;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.step p{
    color:var(--offwhite);
}
.white-icons{
    color:var(--offwhite);
}
.steps-buttons {
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.steps-buttons .available-stores{
    margin-left:auto;
    margin-right:auto;
}
.white-icons svg rect {
    fill: var(--offwhite);
}
.white-icons a:first-child svg path {
    fill: var(--offwhite);
}
.white-icons a:not(:first-child) svg path {
    fill: var(--primary-color);
}
@media only screen and (max-width:767px) {

    .steps {
        display: block;
        margin-top: 0;
    }
    .step {
        margin-top: 3.125rem;
    }
    .step .step-count  {
        margin-top: 1.875rem;
    }
    .step .step-count span{
        height: .875rem;
    }
    .steps-buttons {
        width: auto;
    }
}

/* Steps Section Style End */


/* Your Ticket To The Top Style Start */

.ticket-top-section{
    background:var(--secondary-color);
    position:relative;
}
.t-logo{
    position:absolute;
}
.t-logo.t-logo1 {
	top: -6.25rem;
	right: -1.5625rem;
}
.t-logo2 {
    left: -3.875rem;
    bottom: -11.875rem;
}
.content{
    background:var(--offwhite);
    padding:3.75rem;
}
.media-content-blocks{
    margin-top:2.5rem;
}
@media only screen and (min-width:992px) {

    .media-content-blocks {
        display: flex;
        align-items: center;
    }
    .media{
        flex: 0 1 18.75rem;
        max-width:100%;
        position:relative;
        z-index: 2;
    }
    .content{
        flex: 0 1 calc(100% - 18.75rem);
        max-width:100%;
        position:relative;
    }
    
}
.media.media-left {
	text-align: right;
}
.content.media-left{
    border-radius: 0 1.25rem 1.25rem 0;
}
@media only screen and (min-width:992px) {

    .content.media-left::before,
    .content.media-right::after{
        position:absolute;
        content:"";
        top:0;
        width:1.25rem;
        height:100%;
        background:var(--offwhite);
        z-index:1;
    }
    .content.media-left::before{
        left:-1.25rem;
    }
    .content.media-right::after{
        right:-1.25rem;
    }
}

.content.media-right{
    border-radius: 1.25rem 0 0 1.25rem;
}
.content h2{
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 950;
    text-transform:uppercase;
}
.content .button-store a:not(:first-child) svg path {
    fill: var(--offwhite);
}
@media only screen and (max-width:991px) {

    .media {
        text-align: center !important;
    }
    .content.media-left,.content.media-right {
        border-radius: 1.25rem;
        margin-top: 1.25rem;
    }

    .t-logo.t-logo1 {
        max-width: 7.5rem;
        right: -1rem;
        top: -3.75rem;
    }
    .t-logo2 {
        max-width: 7.5rem;
        bottom: -4.0625rem;
    }
}
@media only screen and (max-width:767px) {

    .content{
        padding:1.5625rem;
    }


}

/* Your Ticket To The Top Style End */

/* Sales Boosting Features */


.sales-boosting-section{
    background:var(--primary-color);
    color:var(--secondary-color);
}
.sales-boosting-section .section-title{
    max-width: 46.8125rem;
    margin-left:auto;
    margin-right:auto;
}
.sales-boosting-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    column-gap: 50px;
}
.sales-boosting-box{
    text-align:center;
    max-width: 19.1875rem;
    margin-left:auto;
    margin-top:50px;
}
.sales-boosting-boxes:last-of-type .sales-boosting-box{
    margin-left:inherit;
    margin-right:auto;
}
.sales-boosting-box h3{
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 950;
    text-transform:uppercase;
    font-size: 1.5rem;
    margin-top: 1.25rem;
}
.sales-boosting-box p{
    color:var(--offwhite);
}
.sales-boosting-image {
	text-align: center;
}
@media only screen and (max-width:991px) {

    .sales-boosting-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        align-items: flex-start;
        column-gap: 1.25rem;
    }
    .sales-boosting-image {
        grid-column: 1 / -1; 
        order: -1; 
    }
    .sales-boosting-box {
        margin-left: inherit;
        max-width:100%;
    }
    .sales-boosting-boxes:last-of-type .sales-boosting-box {
        margin-right: inherit;
    }
}
@media only screen and (max-width:767px) {

    .sales-boosting-box h3 {
        font-size: 1rem;
    }

}

/* Sales Boosting Features End */


/* Testimonial Style Start */

.testimonial-section{
    background:var(--secondary-color);
    position:relative;
}
.testimonial-box {
    background: var(--offwhite);
    border-radius: 1.25rem;
    padding: 1.875rem;
    text-align: center;
    opacity:0.75;
}
.testimonial-box:not(:first-of-type,.slick-slide){
    display: none;
}
.testimonial-box.slick-active {
    opacity:1;
}
.client-comments{
    min-height: 5.75rem;
}
.client-comments p{
    font-size: 1rem;
}
.testimonial-carousel .slick-arrow {
    position: absolute;
    left: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index:3;
}
.testimonial-carousel .next-arrow {
    left: auto;
    right: 2.5rem;
}
.buttons-center{
    width:max-content;
    margin-left:auto;
    margin-right:auto;
}
.buttons-center .available-stores{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}
.closer-logo {
	position: absolute;
	top: -60px;
	right: 0;
	max-width: 254px;
}
@media only screen and (max-width:767px) {

    .testimonial-carousel .slick-arrow {
        left: .125rem;
    }
    .testimonial-carousel .next-arrow {
        left:auto;
        right: .125rem;
    }
    .closer-logo {
        top: -40px;
        max-width:180px;
    }
}

/* Testimonial Style Start End */


/* Faq Section Style Start */

.faq-section{
    background:var(--primary-color);
    color:var(--secondary-color);
    position:relative;
}
.closer2-logo {
	position: absolute;
	top: -100px;
	left: 0;
	max-width: 195px;
}
.section-title{
    text-transform:uppercase;
}
.faqs{
    max-width: 62.5rem;
    margin-left:auto;
    margin-right:auto;
}
.faq-box:not(:last-of-type){
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom: 1px solid var(--offwhite);
}
.faq-title{
    font-size: 1.5rem;
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 950;
    text-transform: uppercase;
    cursor: pointer;
    position:relative;
    padding-right:40px;
}
.faq-title::after{
    position:absolute;
    content:url(./assets/images/plus.svg);
    width:32px;
    height:32px;
    top:50%;
    transform:translateY(-50%);
    right:0;
}
.faq-title.active::after{
    content:url(./assets/images/minus.svg);
}
.faq-content {
    color:var(--offwhite);
    margin-top:15px;
    display: none;
}
@media only screen and (max-width:767px) {

    .faq-title{
        font-size:16px;
    }
    .closer2-logo {
        max-width: 130px;
        top: -75px;
    }

}
/* Faq Section Style End */



/*
============================================================
CMS Style End
============================================================
*/

 
/*
============================================================
Blog Page Style Start 
============================================================
*/

.archive-header-wrapper{
    position:relative;
    background:var(--purple);
}
.archive-logo{
    position:absolute;
}
.cup-logo {
    right: 30px;
    top: 0;
    max-width: 230px;
}
.levelup-logo {
    max-width: 290px;
    bottom: -60px;
    left: 30px;
}
@media only screen and (max-width:1399px) {

    .cup-logo {
        right: 30px;
        top:70px;
        max-width:120px;
    }
    .levelup-logo {
        max-width:200px;
        bottom: -60px;
        left: 30px;
    }

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


.levelup-logo {
    position: unset;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .cup-logo {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: -60px;
  }

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

    .levelup-logo {
        max-width:120px;
    }
    .cup-logo {
        max-width: 70px;
        bottom: -33px;
    }

}
.get-started-btn.inner-page-btn{
    background:var(--secondary-color);
    color:var(--primary-color);
    padding: .9375rem 1.875rem;
}
.archive-articles{
    background:var(--primary-color);
}
.blog-thumb{
    margin-bottom: 1.5rem;
}
.article-cat span {
	background: var(--purple);
	color: var(--primary-color);
	text-align: center;
	font-family: "peridot-pe-variable", sans-serif;
	font-variation-settings: "wght" 900;
	font-size: 1rem;
	text-transform: uppercase;
	display: block;
	padding: 11px 24px 8px 24px;
	border-radius: 35px;
	width: max-content;
	margin-bottom: 1.5rem;
}
.article-box h3{
    color: var(--secondary-color);
	font-family: "peridot-pe-variable", sans-serif;
	font-variation-settings: "wght" 950;
    font-size: 1.5rem;
    text-transform: uppercase; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.article-box p{
    color:var(--offwhite);
}
.readmore-btn{
	margin: 0;
	border: none;
	background: var(--blue);
	color: var(--offwhite);
	font-size: 1.25rem;
	font-weight: 900;
	text-transform: uppercase;
	padding: 1.25rem 3.5rem;
	border-radius: .5rem;
	box-shadow: 0px .25rem .9375rem 0px rgba(43, 43, 43, 0.20);
	cursor: pointer;
	display: flex;
	align-items: center;
    text-align:center;
	column-gap: .625rem;
    justify-content: center;
    margin-top:24px;
}
@media only screen and (max-width:767px) {

    .readmore-btn {
        padding: 15px 20px;
        width: 100%;
        justify-content: center;
        font-size: 1rem;
    }
}

.archive-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 40px;
}
.promo-image img {
    max-height:321px;
}
.promo-box{
    background:var(--secondary-color);
    padding: 1.875rem 3.75rem;
    border-radius: .625rem;
    text-align: center;
    position:relative;
    overflow:hidden;
}
.promo-box::after{
    position:absolute;
    content:"";
    width:100%;
    height:150px;
    bottom:0;
    left:0;
    background:var(--secondary-color);
    filter:blur(2rem);
    z-index: 2;
}
.promo-box h2 {
    font-size: 2.1875rem;
}
.download-btn {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(43, 43, 43, 0.20);
    color: var(--blue);
    text-align: center;
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 900;
    font-size: 20px;
    text-transform: uppercase;
    padding: 24px 30px 20px 30px;
    display: block;
    position: relative;
    top: 0;
}
.pomo-footer {
	position: relative;
	z-index: 3;
}
.pagination {
    grid-column: 1 / -1; 
    width: 100%; 
    text-align: center; 
    margin-top: 20px;
}
.page-numbers {
    width: 32px;
    height: 32px;
    display: flex;
    border: 1px solid transparent;
    border-radius: 50%;
    color: var(--offwhite);
    text-align: center;
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 400;
    font-size: 17px;
    justify-content: center;
    align-items: center;
}
.page-numbers.current{
    border-color:var(--offwhite);
}
.page-numbers span {
	display: block;
	height: 14px;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.prev.page-numbers,
.next.page-numbers{
	background: #4F4F4F;
    transition:0.3s all ease;
}
.prev.page-numbers:hover,
.next.page-numbers:hover{
    background:var(--blue);
}
.next.page-numbers img{
    transform:rotate(180deg);
}

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

    .promo-box{
        padding: 1.875rem;
    }
    .promo-box h2 {
        font-size: 1.75rem;
    }
    .promo-image img {
        max-height: 18.1875rem;
    }

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

    .promo-image img {
        max-height: 11.6875rem;
    }
    .download-btn {
        font-size: 1.0625rem;
    }
}
@media only screen and (max-width:991px) {

    .archive-articles {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .archive-header-wrapper br{
        display: none;
    }
    .archive-articles {
        grid-template-columns: repeat(1, 1fr);
    }
    .article-box h3 {
        -webkit-line-clamp:inherit;
    }

}

/*
============================================================
Blog Page Style End 
============================================================
*/



/*
============================================================
Modal Style Start
============================================================
*/
.modal {
    position: fixed;
    width: 100%;
    height:100vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y:auto;
    padding:50px;
    opacity:0;
    visibility:hidden;
    z-index:-1;
}
.modal.isOpen{
    opacity:1;
    visibility:visible;
    z-index:999;
}
.modal-inner {
    background: var(--secondary-color);
    padding:90px;
    border-radius: 15px;
    width:100%;
    max-width:965px;
    max-height:100vh;
    position: relative;
    overflow-y:auto;
}
.modal h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2.5rem;
}
.field input,.field textarea {
    width: 100%;
    background: var(--offwhite);
    border: none;
    padding: 1.25rem;
    border-radius: .9375rem;
    font-size: 1.25rem;
    color: var(--primary-color);
    font-family: "peridot-pe-variable", sans-serif;
}
.field {
    margin-top: 1.25rem;
}
.field textarea {
    resize: none;
    max-height: 9.875rem;
    min-height: 9.875rem;
}
.modal-close {
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    right: .9375rem;
    top: .9375rem;
    cursor: pointer;
}
.submit-field {
	margin-top: 1.5rem;
	text-align: center;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}
.wpcf7-submit.get-started-btn {
    background-image:url(./assets/images/hand.png);
    background-repeat: no-repeat;
    background-position: right 2.875rem center;
    padding-right: 4.75rem; 
    background-size: 1.25rem; 
}
.wpcf7-spinner {
	display: none;
}
@media only screen and (max-width:767px) {


    .modal {
        padding: 30px;
    }
    .modal-inner {
        padding: 20px;
    }


}



/*
============================================================
Modal Style End
============================================================
*/









/*
============================================================
Footer Style Start
============================================================
*/


.site-footer{
    background:var(--primary-color);
    color:var(--offwhite);
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    align-items:center;
}
.footer-box.footer-logo-box {
    text-align: center;
}
.footer-copyright-box{
    font-size: 1rem;
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 500;
}
.footer-menu ul{
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:right;
}
.footer-menu li{
    display: block;
}
.footer-menu li a{
    text-align:right;
    color: #F5F5F5;
    text-align: right;
    font-family: "peridot-pe-variable", sans-serif;
    font-variation-settings:"wght" 500;
    font-size: 1rem;
    line-height: 2rem;
    text-transform: capitalize;
}

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

    .site-footer{
        grid-template-columns: 1fr;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
    .footer-logo-box {
        order: 1;
    }
    .footer-menu-box {
        order: 2;
        margin: 1.875rem 0;
    }
    .footer-copyright-box {
        order: 3;
        text-align: center;
    }
    .footer-menu ul {
        text-align: center;
        display: flex;
        justify-content: center;
        column-gap: 1.5625rem;
        flex-wrap: wrap;
    }

}

/*
============================================================
Footer Style End
============================================================
*/

 