@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');


@font-face {
    font-family: 'Agressive';
    /* src: url('/assets/font-family/AGRESSIVE.otf') format('opentype'); */
    src: url('../font-family/AGRESSIVE.otf') format('opentype');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

:root{
  --red : #CD2122;
  --black : #000;
  --white : #fff;
  --agressive: 'Agressive', sans-serif;
  --familjen:"Familjen Grotesk", sans-serif;
  --unbounded: "Unbounded", sans-serif;
}

body{
font-family: "Montserrat", serif;
background: #EFEFEF;
font-size: 13px;
overflow-x: hidden;
}

body.page-template-home{
    background: #fff;
}

li{
    list-style: none;
}
     
a{
    text-decoration: none;
}
.agressive{
    font-family: var(--agressive);
}
/* ============== navbar css start ============== */
header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: linear-gradient(180deg, #000 0, transparent);
    position: fixed;
}

nav {
    display: flex;
    z-index: 10;
    justify-content: space-between;
    padding: 20px 20px 6px 20px;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin: 0 120px;
}


/*Styling Links*/
.nav-links {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
}
.nav-links li a {
    text-decoration: none;
    font-size: 12px;
    color: var(--white);
    font-weight: 400;
}

/* p{
    font-size: 13px;
} */

.nav-links li a:hover {
    color: var(--white);
}
.nav-links li {
    position: relative;
    color: var(--white);
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    /* background-color: #f05454; */
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
    bottom: 0;
}
.nav-links li a:hover::before{
    width: 80%;
}

.toggle,
[id^=drop] {
	display: none;
}

nav a:hover { 
	color: rgb(240 84 84)
}
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px;
	background: var(--white);
	width: 300px;
	list-style: none;
	border-radius: 2px;
	padding-bottom: 15px;
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	width:100%;
	float:none;
	display:list-item;
	position: relative;
	padding: 7px 0px !important;
}
li > a:only-child:after { content: ''; }



/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: (--white);
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Animating Hamburger Icon on Click*/

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

.cta-btn{
    background: var(--red);
    border-radius: 12px;
    padding: 16px 32px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.cta-btn.cta-btn-v2 {
    background: var(--white);
    display: inline-block;
    color: var(--red);
}

.fw-500{
    font-weight: 500;
}
/* .nav-links li a.active {
    background: var(--red);
    padding: 10px 16px;
} */
/* .nav-links li.current-menu-item a {
background: var(--red);
    padding: 10px 16px;
} */

.buy a{
    color: #fff  !important;
    background: var(--red);
    padding: 10px 16px;
}

.buy a:hover{
    color: var(--white);
}
/* ============== navbar css end ============== */


/* ============== banner css start ============== */
.banner-slide{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    /* height: 90vh; */
    height: 830px;
    overflow-y: hidden;
}
/* .banner-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    z-index: -1;
} */
.banner .swiper-button-lock{
    display: flex !important;
}

.banner .item-holder{
    height: 100%;
}

.banner-left-content {
    position: relative;
    top: 50%;
}

.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
    border: none;
    color: #FFFFFF66;
}

.banner-speeding-tickets-num {
    color: #fff;
    /* font-size: 44px; */
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    margin-left: 12%;
}
.banner-speeding-tickets-num::before {
     content: '';
     position: absolute;
     border-radius: 8px;
     background-color:var(--red);
     z-index: 0;
     display: block;
     right: 0;
     bottom: 0;
     left: 0;
     top: 0;
     z-index: -1;
     background: linear-gradient(to right, #FF0000 40%, #FF000000 100%);
    transform: skew(20deg);
 }

.main-heading {
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    display: inline;
    font-weight: 500;
    color: var(--white);
    padding: 10px 70px 10px 12%;
    margin: 1rem 0 !important;
    /* text-align: right; */
    min-width: 100%;
    font-family: var(--unbounded);
}

.heading-wrapper {
    margin: 2rem 0;
}
.main-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000B2;
    right: 10px;
    top: 0;
    z-index: -1;
    transform: skew(20deg);
}

.banner-desc span{
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 40px 8px 12%;
    position: relative;
    font-weight: 700;
}

.banner-desc span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000B2;
    right: 6px;
    top: 0;
    z-index: -1;
    transform: skew(-20deg);
}

.white{
    color: #fff;
}
.red{
    color: var(--red);
}

.banner-right-img {
    text-align: right;
    padding-right: 6%;
}

 .banner-slide-4 .banner-right-img {
    bottom: 0;
    position: absolute;
    right: 0;
}
.banner-right-img img {
    max-height: 680px;
}
/* ============== banner css end ============== */

/* ============== below banner css start ============== */

.below-banner {
    margin-bottom: 3rem;
    background: #fff;
}

.below-banner-inner {
    background: var(--red);
    padding: 2rem 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 10px;
    margin-top: -6rem;
    z-index: 3;
    position: relative;
    /* transform: rotate(1deg); */
    z-index: 1;
    clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 100%);
}
.below-banner-shadow{
    position: relative;
}
.below-banner-shadow::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 16px;
    width: 94%;
    height: 68%;
    background: #0000004D;
    z-index: 1;
    border-radius: 12px;
    transform: rotate(360deg);
}
.below-banner-shadow::after {
    position: absolute;
    content: '';
    background-color: var(--red);
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}


.below-banner p {
    font-size: 18px;
    font-weight: 600;
}
.device-image-holder img {
    width: 250px;
    object-fit: cover;
    max-height: 300px;
}
/* ============== below banner css end ============== */

/* ==============  when and where to use css start ============== */
.dots{
    text-align: center;
}
.dots i{
  color: #757575;
  font-size: 45px;
}

.section-title{
    color: var(--black);
    /* font-style: italic; */
    font-size: 35px;
    /* font-weight: 700; */
    font-family: var(--agressive);
}

.title-helper{
    color: #DCDCDC;
}
.img-holder {
    margin-bottom: 1rem;
}

.uses-holder {
    background: #EEEEEE;
    border-radius: 6px 6px 0px 0px;
    padding: 30px 20px;
    height: 100%;
    transition: .3s all ease-in-out;
}

.service-box {
    /* height: 0; */
    opacity: 0;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    transition: .3s all ease-in-out;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
}

.uses-wrapper{
     transition: .3s all ease-in-out;
     position: relative;
     height: 100%;
}

.uses-wrapper:hover .uses-holder{
    background: var(--white);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.uses-wrapper:hover .service-box {
    height: auto;
    z-index: 999;
    opacity: 1;
    background: #fff;
    /* bottom: -150px; */
    box-shadow: 0px 18px 20px rgba(0, 0, 0, .2);
}
ul.service-box li {
    padding: 10px;
}

.uses-holder p{
    font-weight: 300;
}
.when-and-where-to-use h5{
    font-weight: 600;
    color: var(--black);
}
/* ==============  when and where to use css end ============== */

/* ==============  how to css start ============== */
.how-to {
    padding: 5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.how-to .car-speed-app {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 14%;
    right: 0;
    margin: auto;
    display: inline-table;
    width: 100%;
    text-align: center;
}
.how-to-holder {
    width: 50%;
    padding: 13rem 8%;
}
.car-speed-app img {
    height: 550px;
    object-fit: cover;
}
.how-to-fight , .how-to-defend{
    /* background-image: url(../images/how-to-fight.png); */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.how-to-defend {
    /* background-image: url(../images/how-to-defend.png); */
    padding-left: 10%;
    padding-right: 0;
}
.how-to-defend::after {
    background: #80808021 !important;
}
.how-to-fight::after , .how-to-defend::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: -1;
}

/* ========== shape start  ========== */

.kl-mask {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
}
.kl-mask--mask3 {
    height: 57px;
    bottom: -10px;
}

.kl-mask--mask3 .svgmask {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.kl-mask--mask3 .svgmask {
    bottom: 0;
    margin-bottom: -15px;
}
img.down-btn {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}


.kl-mask--mask3 .svgmask {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* ========== shape end  ========== */

.how-to h3{
    color:var(--white);
    font-size: 18px;
}
.steps-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
}
.step{
    flex: 0 0 30%;
}
.step h6{
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
}

.step p{
    color: var(--white);
    font-weight: 500;
    font-style: italic;
}
.how-to-defend h6 , .how-to-defend p , .how-to-defend h3 {
    color: var(--black);
}
/* ==============  how to css end ============== */

/* ==============  car speed recorder css start ============== */
.carspeed-recorder{
    background: #9C9C9C40;
    position: relative;
}
/* .carspeed-recorder::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 31%;
    height: 0px;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 20px 0px 20px 4px #33333340;
    z-index: -1;
    border-radius: 10px;
} */

.carspeed-record-left{
    padding: 5rem 20px;
}

h4.section-title{
    font-size: 26px;
    position: relative;
    margin-bottom: 2rem;
}   

/* h4.section-title::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -12px;
    width: 130px;
    height: 2px;
    background: #D4D4D4;
} */
.carspeed-record-left p{
    color:#676767;
    font-weight: 600;
}

.discounted-price{
    color: var(--red);  
    font-size: 60px;
}
.orignal-price{
    color: #5C5C5C;
}

.offer{
    background: #2929291A;
    padding: 1px 20px 20px 20px;
    margin: 2rem 0;
}

.offer p{
    color: #000;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
}

.save-up-to{
    color: var(--red) !important;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}

a.cta-btn.cta-btn-arrow {
    padding-left: 60px;
    padding-right: 10px;
    border-radius: 30px;
}

a.cta-btn.cta-btn-arrow span {
    background: #000;
    border-radius: 50%;
    display: inline-flex;
    padding: 12px 14px;
    margin-left: 18px;
}

a.cta-btn.cta-btn-arrow i {
    transform: rotate(330deg);
}

.offer-item {
    text-align: center;
    margin-top: 3rem;
}
.offer-item-offer {
    text-align: center;
}
.offer-item-offer h3,
.offer-item-offer h4 {
    position: absolute;
    top: 0;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    top: 34%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-style: italic;
}

.offer-item-offer h4 {
    top: 54%;
    color: #000;
    font-size: 42px;
    left: -26px;
}
.offer-item img {
    width: 350px;
    object-fit: contain;
    max-height: 250px;
}
.offer-item-offer img {
    width: 300px;
    object-fit: cover;
}

.swiper-button-prev ,
.swiper-button-next{
    border: 1px solid #000;
    border-radius: 50%;
    padding: 24px;
    color: #000;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    border: 1px solid var(--red);
    color: var(--red);
}
.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 24px;
}
/* ==============  car speed recorder css end ============== */

/* ==============  save more buisness css start ============== */
.zn-bgSource-image {
    background-image: url(../images/bg-shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
    height: 4px;
    top: -1px;
    position: absolute;
    width: 54%;
    margin: auto;
    right: 0;
    left: 0;
}
.save-more-buisness{
    padding: 5rem 20px;
    position: relative;
}

.save-more-image-holder {
    border-top: 1px solid #CECECE;
    padding-top: 2rem;
    margin-top: 2rem;
}

.save-more-image-holder img {
    width: 80%;
    object-fit: cover;
}

.save-more-buisness .steps-holder p {
    color: var(--black);
}

.save-more-buisness .steps-holder h6 {
    color: var(--red);
}

.title-with-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.title-with-image img {
    width: 64px;
    object-fit: cover;
}

.title-with-image h4 {
    font-size: 26px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 10px;
}
/* ==============  save more buisness css end ============== */

/* ============== speeding ticket assurance css start ============== */
.speeding-ticket-assurance{
    /* background: url(../images/speeding-ticekt-assurance.png); */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 8rem 20px !important;
    /* clip-path: polygon(0 0, 100% 0%, 100% 30%, 0 64%); */
}
.speeding-ticket-assurance h4{
    color: var(--white);
}
.speeding-ticket-assurance h4.section-title::after {
    background: var(--white);
    right: 25%;
    left: auto;
}
.pricing-holder{
    margin-top: 8rem;
     position: relative;
}
.pricing {
    background: var(--white);
    border-radius: 12px;
    padding: 80px 30px 40px 30px;
    box-shadow: 0px 4px 16.5px 0px #00000040;
    position: relative;
    max-width: 340px;
    margin-top: 12rem;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.pricing-shape {
    clip-path: polygon(52% 12%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 0 100%, 0 79%, 0 28%, 18% 22%);
    position: absolute;
    width: calc(100% - 15px);
    background: #fff;
    height: 113px;
    top: -32px;
    right: 0px;
    transition: .3s all ease-in-out;
}
.pricing:hover,
.pricing:hover .pricing-shape {
    background: #333333;
}


.pricing:hover .orignal-price ,.pricing:hover .plan-detail ul li {
    color: var(--white);
}

.pricing:hover .age-group,
.pricing:hover .plan-detail ul li span,
.pricing:hover .cta-btn {
    background: var(--white);
}

.pricing:hover .plan-detail ul li span{
    color: var(--black);
}

.pricing:hover .cta-btn {
    color: var(--red);
}

.pricing h5 {
    font-size: 40px;
}

.pricing .orignal-price {
    font-weight: 600;
    color: #000;
    transition: .3s all ease-in-out;
}

.plan-detail ul li {
    font-size: 14px;
    color: #333333;
    font-family: var(--familjen);
    transition: .3s all ease-in-out;
}

.plan-detail ul li span {
    background: #333333;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    margin-right: 10px;
    transition: .3s all ease-in-out;
}
.plan-detail {
    margin: 3rem 0px 4rem 0px;
}
.plan-detail ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
}

.pricing .cta-btn {
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    transition: .3s all ease-in-out;
}

.age-group {
    background: #333333;
    border-radius: 16px;
    padding: 10px 30px;
    transform: rotate(347deg);
    position: absolute;
    right: -50px;
    z-index: 9;
    top: -80px;
    transition: .3s all ease-in-out;
}
.age-group p{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: var(--red);
}
/* ============== speeding ticket assurance css end ============== */

/* ============== how does it work css start ============== */
.how-does-it-work{
    padding: 1rem 20px 6rem 20px;
}
.how-does-it-work .save-more-image-holder {
    display: flex;
    gap: 22px;
    align-items: center;
}

.how-does-it-work .steps-holder{
    margin-top: 2rem;
}

.how-does-it-work .step h6{
    color: var(--red);
    margin-bottom: 1rem;
}
.how-does-it-work .step p{
    color: var(--black);
}

.download-text{
    margin-top: 1rem;
    border-top: 1px solid #CECECE;
    padding-top: 1rem;
}

.download {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.download img {
    max-width: 210px;
}

.how-does-it-work .mileage-tracker img {
    max-width: 80%;
}

/* ==============  accident css start ============== */
.accident-section {
    padding: 6rem 0px;
    background: #f5f5f5;
    overflow-x: hidden;
}

.accident-section .how-does-it-work-left {
    background: #333333;
    padding: 5rem 16% 5rem 16%;
    color: var(--white);
}

.accident-section .section-title{
        color: var(--white);
}

.accident-section .mileage-tracker img {
    transform: translate(-32%, 3rem);
    max-width: 100%;
}
/* ==============  accident css end ============== */

/* ==============  build profile css end ============== */

.build-profile{
  background: #333333;
  padding: 5rem 20px;
}
.driving-profile-content .section-title{
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
.benifits {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    margin-top: 3rem;
}
.benifits h6{
    color: var(--red);
    font-size: 18px;
}

/* ==============  build profile css end ============== */

/* ==============  partner with css start ============== */
.partner-with{
    padding: 2rem 20px;
}
.partner-with .swiper-slide {
    display: flex;
    align-items: center;
}
/* ==============  partner with css end ============== */

/* ============== stats css start ============== */
.stats{
    padding: 3rem 20px;
}

.stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.stats-holder{
    flex: 0 0 24%;
    text-align: center;
}

.stats-holder.stats-content h3 {
    font-weight: 300;
    font-size: 50px;
}
.stat-stroke{
    width: 100%;
    height: 1px;
    background: #A9A9A9;
    margin: 2rem 0;
}
.stats-content{
    position: relative;
    padding: 10px;
}
.stats-content::before{
    position: absolute;
    content: '';
}

.stats-content::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    top: -38px;
}

.stats-content::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 24px;
    background: transparent;
    top: -15px;
    border-right: 2px solid #000;
    border-style: dotted;
    border-left: none;
    border-top: none;
    border-bottom: 0;
}

.stats-content.even::before {
    bottom: -38px;
    top: auto;
}

.stats-content.even::after {
    bottom: -15px;
    top: auto;
}

.our-working-process {
    margin-top: 3rem;
}

.working-process-holder {
    background: #EEEEEE;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
}

.working-process-holder.style-1{
    clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}

.working-process-holder.style-2 {
    clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
    padding: 30px 40px;
}

.working-process-holder.style-3 {
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    gap: 10px;
    background: #CD2122;
    align-items: center;
}

.working-process-holder.style-3 .image {
    flex: 0 0 20%;
}

.working-process-holder .content{
    color: var(--white);
}

/* ============== stats css end ============== */

/* ============== review css start ============== */
.reviews{
    /* background: url(../images/review-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 20px;
    background-attachment: fixed;
}

.reviews h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.reviews h2::after {
    position: absolute;
    content: '';
    bottom: -16px;
    width: 15%;
    height: 6px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.reviews-slider-wrapper{
    margin-top: 6rem;
}
.item-holder-1 ,.item-holder-3{
    margin-top: 4rem;
}
.review-text {
    background: #00000040;
    padding: 16px;
    /* border-radius: 12px; */
}

.review-text-small{
    max-width: 230px;
    margin: auto;
}

.reviewer-holder-small{
    justify-content: center;
}

.review-text p{
    color:var(--white);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
}

.reviewer-profile img{
    border-radius: 50%;
    max-width: 300px;
}

.reviewer-holder {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 4rem;
}

.reviewer-holder-reverse{
    margin-top: 0;
    margin-bottom: 4rem;
}

.reviewer-name h5{
    color: var(--white);
    font-weight: 700;
}
.reviewer-name i{
    color: var(--white);
}
.reviewer-name i.unfilled {
    color: gray;
}
/* ============== review css end ============== */

/* ============== faq css start ============== */
.faq {
    padding: 5rem 20px 2rem 20px;
    position: relative;
    overflow: hidden;
}

/* .faq::before {
    position: absolute;
    content: '';
    bottom: -30px;
    left: 50%;
    background: #e6e6e6;
    width: 40px;
    height: 100px;
    z-index: 9;
    transform: rotate(45deg);
    border-radius: 7px;
}
.faq::after {
    position: absolute;
    content: '';
    bottom: -38px;
    right: 45%;
    background: #e6e6e6;
    width: 40px;
    height: 100px;
    z-index: 9;
    transform: rotate(310deg);
    border-radius: 7px;
} */

.faq h2.title{
    color: #818181;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.faq h2.title::after {
    position: absolute;
    content: '';
    bottom: -16px;
    width: 15%;
    height: 6px;
    background: #CECECE;
    left: 0;
    right: 0;
    margin: auto;
}

.accordian-wrapper{
    margin-top: 3rem;
}

.accordion-header button {
    font-size: 30px;
    justify-content: center;
    padding:  30px 16px;
    font-size: 16px;
}

.accordion-button::after {
    margin-left: 10px;
}

.accordion-body {
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    border: none;
    padding-bottom: 34px;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;   
    color: var(--red);
    font-weight: 500;
}

.accordion-item {
    border-color: #000;
}

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

button.accordion-button.collapsed {
    color: var(--red);
    font-weight: 500;
}

.accordian-wrapper{
    font-family: var(--unbounded);
}

.accordion-button::after{
    content: none;
}

button.accordion-button span {
    background: #ff001121;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 14px 15px;
    position: absolute;
    right: 20px;
    transform: rotate(321deg);
}
/* ============== faq css end ============== */

/* ============== footer css start ============== */
footer {
    background: #e6e6e6;
    padding: 5rem 20px 0 20px;
}
.stay-tuned{
    text-align: center;
}
.stay-tuned h3{
    font-size: 30px;
    font-weight: 300;
}

.newsletter {
    padding: 4rem 0;
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
}

footer .newsletter input {
    padding: 12px;
    border: none;
    color: #808080;
    width: 400px;
    font-family: var(--unbounded);
}

footer .newsletter input:focus-visible{
    outline: none;
}

.join-us {
    background: var(--red);
    color: #000;
    padding: 14px 20px;
    font-family: var(--unbounded);
}

.widget{
    margin-top: 2rem;
    padding: 10px;
}

.widget h6{
    font-size: 18px;
    font-weight: 600;
}

.quick-links li a {
    color: #000;
    border-bottom: 1px solid #C8C8C8;
    padding: 14px 0;
    display: block;
}

.company-info .quick-links li a{
    border-bottom: none;
}

.copyright{
    padding: 30px 10px;
    border-top: 1px solid #000;
}

div#sfsi_floater {
    position: fixed !important;
    bottom: 14px !important;
    top: auto !important;
}
/* ============== footer css end ============== */


/* ============== cart page css start ============== */

.page-template-cart header,
.woocommerce-page header {
    position: relative;
    background: #fff;
    padding: 20px;
    position: sticky;
    top: 0;
}

.cart-item-holder img {
    width: 98px;
}

.page-template-cart header nav , .woocommerce-page header nav{
    padding: 0;
}

.page-template-cart .nav-links li a , .woocommerce-page .nav-links li a {
    color: #C3C3C3;
    font-weight: 700;
}
.page-template-cart .nav-links li a.active , .woocommerce-page .nav-links li a.active {
    color: var(--white);
}

 .page-template-cart .buy ,  .page-template-cart .buy .buy{
    display: none !important;
}
.cart{
    padding: 3rem 20px;
}
.page-title{
    color: var(--red);
    font-size: 30px;
    font-weight: 500;
}

input[type="checkbox"] {
    accent-color: var(--red);
    width: 18px;
    height: 18px;
}

.cart-item-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #C2C2C2;
    padding: 30px 30px;
}
.cart-item-holder:nth-last-child(1){
    border-bottom: none;
}
.cart-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.device-quantity-holder h4 {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    text-transform: capitalize;
}

.quantity , .select-age select {
    border: 1px solid #B9B9B9;
    padding: 0px 13px;
    border-radius: 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 22px;
    color: #676767;
    font-weight: 600;
}
.select-age select {
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='red' width='32px' height='32px'%3E%3Cpath d='M4 8l8 8 8-8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    cursor: pointer;
    padding-right: 40px !important;
}
.quantity button {
    border: none;
    background: none;
    font-size: 25px;
    height: auto;
}
.price-holder {
    margin-left: auto;
    margin-bottom: auto;
}
.price-holder h5 {
    text-align: right;
}

.price-holder del {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 600;
}

.price-holder h5{
    font-size: 30px;
    font-weight: 500;
    color: var(--red);
}

.total-wrapper{
    background: var(--white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.total-header {
    border-bottom: 1px solid #E4E4E4;
    padding: 16px 20px;
}

.total-header h6 , .add-payment-details h6 , .rate-our-product h6{
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
}
.total-body {
    padding: 20px;
}
.selected-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.selected-item p {
    font-size: 14px;
    font-weight: 600;
    color: #5C5C5C;
    text-transform: capitalize;
}

.selected-item .item-price{
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.delivery-fee{
    border: 1px solid #E4E4E4;
    border-left: none;
    border-right: none;
}

.promo-code{
    color: var(--red);
    font-weight: 600;
    font-size: 14px;
}
.total-footer{
    border-top: 1px solid #E4E4E4;
    padding: 20px;
}

.selected-item .item-total-price{
    font-size: 24px;
    color: var(--red);
    font-weight: 500;
}
.cta-btn-tile {
    width: 100%;
    border-radius: 0;
    display: block;
    text-align: center;
    font-size: 18px;
}
.add-payment-details , .rate-our-product{
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pay-method-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.pay-method {
    background: #fff;
    padding: 16px 20px;
    border: 1px solid #E1E1E1;
    cursor: pointer;
    height: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pay-method.selected{
    border: 1px solid var(--red);
}

.card-input input ,.woocommerce-page .woocommerce-input-wrapper input , .p-Field input {
    border: 1px solid #D3D3D3 !important;
    padding: 16px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.form-row , .p-Field label ,.Label  {
    font-size: 14px;
    font-weight: 500;
    color: gray; 
}
.payment_method_stripe{
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--black);
}
:focus-visible{
    outline: none !important;
}

.card-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.name-on-card{
    width: 100%;
}

.card-no{
    width: 50%;
}

.card-expire , .cvv{
    width: 24%;
}

.name-group {
    width: 100%;
    display: flex;
    gap: 10px;
}

.name-on-card p {
    font-size: 12px;
    color: #939393;
    font-weight: 600;
}

.delivery-address p {
    font-weight: 600;
}

.delivery-address {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.city {
    display: flex;
    gap: 2%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.city input , .city select{
    flex: 0 0 32%;
    border: 1px solid #D3D3D3;
    padding: 16px;
}

.order-confirm-check {
    text-align: center;
}
.order-confirm-check img {
    width: 90px;
}
.modal-body h4{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 2rem;
}
.modal-body p {
    font-weight: 500;
    color: #B4B4B4;
}

.order-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
    border: 6px solid #EEEEEE;
    border-left: 0;
    border-right: 0;
}
.order-detail h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.order-left p span {
    color: #000;
}
.order-right .red{
    color: red ;
}
.never-active a {
    background: transparent !important;
}
a.invoice {
    background: #E2E2E2;
    color: #000;
    font-weight: 500;
    padding: 3px 5px;
}

a.track-order {
    background: var(--red);
    color: #fff;
    font-weight: 500;
    padding: 3px 5px;
}

.order-left,
.order-right {
    flex: 0 46%;
}

div#thankYouModal .modal-dialog {
    min-width: 700px !important;
}

.modal-footer .cta-btn {
    font-size: 16px;
    border-radius: 0;
    width: 310px;
    display: block;
    text-align: center;
}

.modal-footer {
    justify-content: center;
    padding: 30px 20px;
}
.order-holder {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 2rem 0;
}

.order-header span{
    font-size: 14px;
    font-weight: 600;
    color: #BEBEBE;
}
.order-header {
    padding: 10px 40px;
    border-bottom: 1px solid #DFDFDF    ;
}

.order-body {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.order-body p{
    margin-bottom: 0;
}
.order-body .product ,.order-delivery p {
    color: #5C5C5C;
    font-weight: 600;
    font-size: 14px;
}

.order-body .quan {
    color: #BEBEBE;
    font-weight: 600;
    font-size: 12px;
}
.order-body .red {
    font-weight: 600;
}
.order-price p{
    font-size: 18px;
}
.order-body .order-place{
    color: #949494;
}

.order-detail-price {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    row-gap: 20px;
}
.order-details {
    width: 80%;
}


.order-price {
    width: 20%;
}

.order-delivery .cta-btn{
    font-size: 16px;
    border-radius: 0;
    padding: 12px;
}

.ordered {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.deliverd-on::after {
    content: '';
    position: absolute;
    top: -31px;
    left: 6px;
    width: 2px;
    height: 38px;
    background: #4BAE4F;
}
.status {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
}
.ordered p , .pay-details p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.pay-details .card-num{
    color: #5C5C5C;
}
.shipping-details h6{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
p.ps-detail{
    color :#5C5C5C;
    font-size: 14px;
    font-weight: 600;
}
p.delivery-add , .add-review p{
    font-weight: 600;
    color: #000;
}
.rate-star i {
    color: var(--red);
    font-size: 34px;
}
.rate-star {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.add-review textarea {
    resize: none;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    color: #8E8E8E;
    font-weight: 500;
}
.add-photo {
    background: var(--red);
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 7px;
    align-items: center;
    cursor: pointer;
}
.add-photo i{
  color: var(--white);
  font-size: 24px;
}
/* ============== cart page css end ============== */

/* woocomerce overide setting */

.woocommerce , .entry-content.alignwide {
    max-width: 100% !important;
    margin: 0 !important;
}
.wp-block-group-is-layout-constrained {
    padding: 0 !important;
    margin: 0 !important;
}
h1.alignwide , header.wp-block-template-part{
    display: none;
}

.coupon input {
    height: 34px;
    padding: 6px;
    border-color: #676767;
    width: 72%;
}

.coupon button {
    height: 34px;
    background: var(--red);
    color: #fff;
    border: none;
}

/* checkout pages css*/

.woocommerce-billing-fields , .woocommerce-checkout-review-order , .woocommerce-shipping-fields , .woocommerce-additional-fields {
    background: #fff;
    padding: 20px;
}
.order-details.add-payment-details , table.woocommerce-checkout-review-order-table{
    width: 100% !important;
}
#order_review , #customer_details .add-payment-details{
    padding: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle  , .woocommerce-checkout .woocommerce-form-login-toggle{
    display: none;
}
strong {
    font-weight: 700;
}
td,
th {
    font-size: 14px;
}
.wp-element-button {
    background: var(--red);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment ,
.payment_box.payment_method_stripe {
    background: transparent !important;
}

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

.payment_box.payment_method_stripe , ul.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    margin: 0 !important;
}

/* hide .woocommerce error */
.woocommerce-notices-wrapper {
    display: none;
}

.wc-block-components-notice-banner.is-error {
    max-width: 1320px;
    margin: auto;
    transform: translateY(40px);
}


/* thank you page css */
.wp-block-woocommerce-order-confirmation-totals-wrapper.wc-block-order-confirmation-totals-wrapper.alignwide,
.wp-block-woocommerce-order-confirmation-summary.wc-block-order-confirmation-summary.alignwide,
.wp-block-columns.alignwide.wc-block-order-confirmation-address-wrapper.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex,
.wp-block-woocommerce-order-confirmation-status.wc-block-order-confirmation-status.alignwide.has-font-size.has-large-font-size {
    display: none !important;
}

.wp-block-woocommerce-order-confirmation-additional-information.wc-block-order-confirmation-additional-information.alignwide {
    width: 100%;
    min-width: 100%;
    margin: 0;
}
   .thankyou-container {
       max-width: 800px;
       margin: 40px auto;
       padding: 20px;
       background: #fff;
       box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
       border-radius: 8px;
       font-family: Arial, sans-serif;
   }

   .order-summary,
   .billing-address,
   .shipping-address,
   .order-total {
       padding: 24px;
       border-radius: 5px;
       background: #f9f9f9;
       margin-bottom: 20px;
   }
   .thank-you p , .thank-you  tr , .thank-you td{
       font-size: 16px;
       font-weight: 500;
   }

   .order-table {
       width: 100%;
       border-collapse: collapse;
       margin-top: 15px;
   }

   .order-table th,
   .order-table td {
       padding: 10px;
       border: 1px solid #ddd;
       text-align: left;
   }

   .extra-info {
       margin-top: 20px;
       background: #e8f4fc;
       padding: 10px;
       border-radius: 5px;
   }

   .extra-info h4 {
       margin-bottom: 8px;
       color: #0073aa;
   }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* new style */

.item-holder.item-holder-style-3.\(reversed\) {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
    max-width: 70%;
}

.item-holder.item-holder-style-3.\(reversed\) .reviewer-holder{
    margin-top: 0;
    margin-bottom: 4rem;
}
.item-holder.item-holder-style-2.\(small.text\){
        max-width: 70%;
        margin: auto;
}
.item-holder.item-holder-style-1.\(default\) , .item-holder.item-holder-style-3.\(reversed\) {
    margin-top: 3rem;
}
div#wc-stripe-express-checkout-element {
    display: none !important;
}