body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}
.container{
    margin: 0 auto;
    max-width: 1140px;
}
.navigation{
	width: 100%;
	background: #fff;
    z-index: 1;
}
.navigation .toggle-bar{
	display: none;
}
.navigation .row{
	display: flex;
}
.navigation .col-lg-6{
	width: 50%;
}
.navigation .logo{
    padding: 19px 0;
	text-align: left;
}
.navigation .row .toggle-bar{
	text-align: right;
}
.navigation .logo img{
	width: 160px;
	padding: 0;

}
.navigation .menu ul{
	list-style-type: none;
	width: 100%;
	overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
}
.navigation .menu ul li{
	display: inline-block;

}
.navigation .menu ul li a{
	display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 36px 15px;
    font-size: 18px;
    font-weight: 400;
}
.navigation .menu ul li a:hover{
    color: #FF0049;
}
.hero-item{
    width: 100%;
    height: 400px;
    background-image: url(../images/hero-bkg.avif);
    background-size: cover;
    background-position: center;
}
.hero-item .overlay{
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.7);
}
.hero-item .heading{
    padding: 160px 0;
    box-sizing: border-box;
}
.hero-item .heading h4{
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}
.hero-item .heading h2{
    margin: 5px 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.word-counter-section{
    margin-top: 80px;
}
.word-counter-section textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.word-counter-section textarea:focus{
    outline: none;
}
.word-counter-section .counter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.word-counter-section .counter-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}
.word-counter-section .counter-box h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.word-counter-section .counter-box p {
    font-size: 24px;
    margin: 5px 0 0;
    color: #007bff;
}


.about{
    width: 100%;
    padding: 50px 0;
}
.about .counter .text-item h2{
    font-size: 30px;
    font-weight: 600;
}
.about .counter .text-item p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    color: #444444;
}
.about .counter .text-item strong{
    color: #000;
}
.about .counter .namber-list h2{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.about .counter .namber-list p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.0em;
    color: #292929;
}
.about .counter .results h2{
    margin-top: 30px ;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.about .counter .results h4{
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.about .counter .results .icon-text i{
    font-size: 12px;
}
.about .counter .results .icon-text strong{
    margin-left: 10px;
    color: #000;
}
.about .counter .results .icon-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.0em;
    color: #414141;
}

.about .metrics h2{
    margin-top: 30px ;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.about .metrics .icon-text i{
    font-size: 12px;
}
.about .metrics .icon-text strong{
    margin-left: 10px;
    color: #000000;
}
.about .metrics .icon-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.0em;
    color: #414141;
}

.about .calculator h2{
    margin-top: 30px ;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.about .metrics .icon-text i{
    font-size: 12px;
}
.about .calculator .icon-text strong{
    margin-left: 10px;
    color: #000;
}
.about .calculator .icon-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.0em;
    color: #414141;
}

/* Footer all css */
footer{
    margin-top: 60px;
}
footer .content{
    padding-right: 35px;
}
footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li a{
    color: #b8b8b8;
    display: block;
    font-size: 14px;
    margin-top: 12px;
    display: block;
    text-decoration: none;
}
footer p{
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
.bg-footer {
    background-color: #000000;
    padding: 50px 0 0;
}
footer h6 {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

footer h6:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #FF0049;
}

footer  a:hover {
    color: #FF0049;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
}

footer .copyright-text{
    border-top: 1px solid #1f1f1f;
    margin-top: 30px;
}

footer .copyright-text p{
    text-align: center;
    padding: 20px;
    margin: 0;
}




.navigation input{
    display: none;
}
.navigation label{
    display: none;
}




@media only screen and (max-width: 768px){
    .mobile-view{
        display: block;
    }
    .desktop-view{
        display: none;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .navigation .menu ul .btn a{
        display: none;
    }
    .navigation{
        width: 100%;
    }
    
    .navigation .row{
        display: flex;
    }
    .navigation .col-lg-6{
        width: 50%;
    }
    .navigation .col-lg-9{
        width: 100%;
    }
    .navigation img{
        width: 25%;
        padding-top: 0px;
        padding: 17px;
    }
    .navigation .nav-order-btn{
        display: inline-block;
        vertical-align: sub;
    }
    .navigation .nav-order-btn a{
        display: inline-block;
        font-size: 14px;
        text-align: center;
        padding: 12px 12px;
        background: #f17c00;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 5px;
        vertical-align: super;
    }
    .navigation .toggle-bar{
        display: block;
        text-align: right;
    }
    .navigation-bar{
        
    }
    .navigation .fa{
        font-size: 27px;
        color: #000;
    }
    .navigation .menu ul{
        list-style-type: none;
        width: 100%;
        overflow: hidden;
        background: #252525;
        position: absolute;
        margin-left: 0;
        left: 0;
        text-align: left;
        margin: 0;
        padding: 0;
        z-index: 1;
        margin-top: 4px;
    }
    
    .navigation-bar-show{
    }
    .navigation .menu ul li{
        display: block;
        border-bottom: 1px solid #828282;
    }
    .navigation .menu ul li a{
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 20px 16px;
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        margin: 0;
    }
    .navigation .logo img{
        width: 100px;
        padding: 0 10px;
    }





    .navigation input{
        display: block;
    }
    .navigation label{
        display: block;
    }
    .navigation .col-lg-9{
        text-align: right;
    }

    .navigation label {
        display: inline-block;
        background-color: #ccc;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 4px;
        margin-top: 15px;
      }
      
      .navigation input[type=checkbox] {
        display: none;
      }
      
      .navigation :checked + .menu {
        display: block;
      }
      
      .navigation .menu{
        display: none;
      }
}
