.coming-soon {
    /* background-color: #f9fafb; */
    text-align: center;
}



.coming-soon .content-wrap {
    padding: 60px 0;
    background-color: #f9fafb;
    background-color: #343a40;
    color: #fff;
}

.coming-soon h2 {
    padding: 10px;
    font-size: 2rem;
    margin-bottom: 8px;
}

.coming-soon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 2rem;
    padding: 2rem 2rem 0 2rem;
    background-color: #343a40;
    color: #fff;
}

.soon-card {
    border: 1px solid #6b7280;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 190px;
    background-color: #fff;
    transition: box-shadow 0.2s;
    border-radius: 8px;
}

.soon-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.soon-title {
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.soon-text {
    font-size: 14px;
    color: #374151;
    white-space: pre-line;
}

.soon-card img {
    margin-bottom: 12px;
    width: 48px;
}

.product-content .box h2 {
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0;
    background-color: #719114;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 10em;
    /* height: 1.15em; */
    padding: 1em 1em 2rem;
    text-align: center;
    /* margin: 1em; */
    margin: 1em 0 1em 0;
    text-shadow: 2px 1px 2px #000;
}

.buynow {
    background-color: rgb(243, 152, 15);
    display: block;
    float: left;
    background-image: url(../img/bt-buy-now.png);
    background-repeat: no-repeat;
    font-size: 1.45em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
    text-indent: -1em;
    position: relative;
    top: 0em;
    left: 37%;
    height: 50px;
    width: 200px;
    line-height: 2.25;
    background-position: 90% 13px;
    margin: 0em 0px 0px 0.25em;
}

.product-content .box ul {
    min-height: 200px;
}

.product-content .box p span {
    font-size: 15px;
    text-align: left;
}

.product-content .box {
    /* min-height: 720px; */
    min-height: 650px;
    height: 750px;
}

.hidden-text {
    visibility: hidden;
    display: inline-block;
    margin: 0!important;
}

/* @media screen and (max-width: 1286px) {
    .hidden-text {
        display: none;
    }
} */

.product-content .box {
    height: 700px;
}

.logo {
    position: absolute;
    top: 4px;
    left: 60px;
    z-index: 9999;
}

.logo-wrap {
    position: relative;
}

button.learn-more {
    width: 125px;
    font-size: 16px;
}

.learn-more {
    font-size: 16px;
}

.header-home h1 {
    width: 55%;
}

.header-home h2 {
    top: 8em;
    left: initial;
    right: 5%;
    float: right;
}

.product-content .box:nth-child(1) {
    background-image: url(../img/feelsecure.webp);
    background-size: 35% auto;
    background-position-y: center;
    background-position-x: 5%;
}

.product-content .box:nth-child(2) {
    background-image: url(../img/volumecontrol.webp);
    background-size: 35% auto;
    background-position-y: center;
    background-position-x: 5%;
}

.learn-more {
    top: 3.1rem;
}

.section-header {
    padding: 0 2rem;
}

.product-content .box ul {
    padding-left: 1em;
}

.product-content .box ul li {
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.product-content .box ul {
    list-style-position: initial;
}

@media screen and (max-width: 1200px) {
    .product-content .box:nth-child(2) {
        background-position-x: 0%;
    }
    .product-content .box:nth-child(1) {
        background-position-x: 0%;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .coming-soon-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .testimonial-container {
        gap: 24px;
    }
    .product-content .box:nth-child(1) {
        background-position-x: -8%;
    }
    .product-content .box:nth-child(2) {
        background-position-x: -8%;
    }
    .truste p {
        width: 95%;
    }
}


@media screen and (max-width: 930px) {
    .product-content .box:nth-child(2) {
        background-position-x: -25%;
    }
    .product-content .box:nth-child(1) {
        background-position-x: -25%;
    }
}

@media screen and (max-width: 840px) {
    .product-content .box:nth-child(2) {
        background-image: none;
    }
    .product-content .box:nth-child(1) {
        background-image: none;
    }
}

@media (max-width: 768px) {

    .header-home h1 {
        /* color: #2c2a15; */
        width:90%;
    }

    .header-home h2 {
        top: 10em;
    }

    .hero-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero h1 {
        font-size: 32px;
    }
    
    .btn-hero {
        width: 100%;
    }

    .testimonial-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .testimonial-heading h2 {
        text-align: center;
    }
    
    .product-card {
        flex-direction: column;
    }
    
    .product-image-container {
        width: 100%;
    }

    .product-content {
        width: 100%;
    }

    .btn-group {
        justify-content: center;
    }
    
    .price-block, .pill {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: fit-content;
    }
    
    .product-title, .product-subtitle, .product-description {
        text-align: center;
    }

    .coming-soon-grid {
        grid-template-columns: 1fr;
    }

    .product-content .box {
        height: 680px;
    }

    .learn-more {
        top: 3.15em;
        left: 0;
        width: 135px;
        padding: 0;        
    }
    
    button.learn-more {
        top: 3.75em;
    }

    .buynow {
        float: none;
        width: 160px;
        margin-left: 2.25rem;
    }

    /* .product-content .box div {
        float: left;
    } */

    button.learn-more {
        top: 3em;
    }

    .header-home h2 {
        /* top: 5em; */
        left: 5%;
    }
    
    .truste p {
        width: 95%;
    }
}

@media screen and (max-width: 644px) {
    .product-content .box {
        height: 650px;
    }

    .logo {
        position: absolute;
        top: 4px;
        left: 60px;
        z-index: 9999;
    }

    .learn-more {
        top: 3.1em;  
        font-size: 16px; 
        width: 150px
    }

    button.learn-more {
        top: 3.1em;
        width: 150px;    
    }

    .truste h3 {
        font-size: 3em;
        text-align: center;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .truste p {
        width: 95%;
        text-align: center;
        margin: 0 auto;
        left: -15px;
        top: 20px;
        /* margin-top: 1rem; */
        padding-bottom: 3rem;
    }
    .truste p:after {
        top: 6rem;
    }
}

button {
    cursor: pointer;
    border: none;
}














/* ============================ */
/* modal styles */
/* ============================ */


.zf_lB_Dimmer_75076{ 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 10000000;
}

.zf_lB_Container_75076{
	position: fixed;
	background-color: white;
	margin: 0;
	margin-right: 0px;
	padding: 0;
	height: 580px;
	width:  650px;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	border: 7px solid none;
	max-height: calc(100% - 60px);
	z-index: 999999;
	transition: height 0.5s ease;
	outline : none;
}

p{
margin-bottom: 10px;
}

.zf_lB_Wrapper_75076{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -180px;
    z-index: 10000001;
}

.zf_main_id_75076{
	height: calc(100% - 0px);
	display: flex;
	overflow-y: auto;
	overflow-x: hidden;
}

.zf_lb_closeform_75076 {
    position: absolute;
    right: 0;
    background: #2f2e2e;
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    top: -15px;
    cursor: pointer;
    border: 2px solid #d9d9d9;
}
.zf_lb_closeform_75076:before, .zf_lb_closeform_75076:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 19px;
    width: 2px;
    top: 7px;
    background-color: #f7f7f7;
}

.zf_lb_closeform_75076:before {
  transform: rotate(45deg);
}
.zf_lb_closeform_75076:after {
  transform: rotate(-45deg);
} 



@media screen and (min-device-width: 10px) and (max-device-width: 380px) {  
   .zf_lB_Container_75076 {
    width: 270px !important;
    } 
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) {  
   .zf_lB_Container_75076 {
    width: 350px !important;
    } 
}

@media screen and (min-device-width: 440px) and (max-device-width: 500px) {  
   .zf_lB_Container_75076 {
    width: 380px !important;
    } 
}

@media only screen  and (min-width:500px) and (max-width:600px)  {  
 	.zf_lB_Container_75076 {
        width: 450px;
    }
}

@media only screen  and (min-width:601px) and (max-width:700px)  {  
 	.zf_lB_Container_75076 {
        width: 540px;
    }
}

@media only screen  and (min-width:700px) and (max-width:800px)  { 
    .zf_lB_Container_75076 {
        width: 650px;
    }
}

@media screen and (min-device-width: 801px) and (max-device-width: 1268px) {  
   .zf_lB_Container_75076 {
    width: 750px !important;
    } 
}