body {
    padding: 3.5em 0 0 0;
}

.product-section {
    padding: 10px 0 10px 0;
    
}

h1.section-title {
    font-size: 32px;
    text-align: center;
    margin: 2em;
  
}

.product-meta-info{
    font-family: var(--ff-primary);
    padding: 0;
    font-size: 14px;
    margin: 0%;
    text-align:center;
        z-index: 99;
   position:relative;
}

.product-card .product-title {
   font-weight: bold;
   font-size: 18px;
   margin: 3px 0 0 0;
   padding: 0%;
}

.product-list{
    display: grid;
    grid-template-columns: repeat(4, minmax(270px, 1fr));
    /* gap: 1em; */
}

.product-card {
    padding: 11px;
 border: 1px solid #ececef;
    box-shadow: 0 .2rem .4rem 0 rgba(0, 0, 0, .06);
  border-radius: 1.8rem;
  position:relative;
   overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-card:hover {
    /* background-color: rgb(248, 248, 248); */
    /* border: 1px solid rgb(230, 230, 230); */
    border-radius: 6px;
}

.product-card:hover .product-meta-info {
    text-decoration: underline;
}


.product-card img {
    border-radius: 6px;
        z-index: 99;
   position:relative;
}
.product-img {
    height:300px;
    width:300px;
}
/*-----------*/
.product-card:hover::before {
    height: 100%; /* Expand to full height on hover */
}
/*.product-card::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 14%; */
/*    background: #dff0b6;*/
/*    background:linear-gradient(to bottom,white, #ffc48d); */
/*    transition: height 0.4s ease-in-out;*/
/*}*/


/*-----------*/
.section-header-title {
    font-size: 33px;
    text-align: center;
    padding: 0.5em 0;
}

header#sticky-header {
    background: black!important;
    position: fixed;
}

.product-card .product-category {
    color: gray;
}

.nav-link {
    /* color: white!important; */
    color: black !important;
    font-size: 16px!important;
}


.submenu {
    background: #181818;
}

.icon-magnifier{
    color: black !important;
}

li,
.icon-social-facebook,
.icon-social-twitter,
.icon-social-instagram,
.icon-social-youtube,
.icon-social-dribbble 
{
    color: #FF8B21;
}


.custom-tab-nav a{
    color: black;
}

.specification-item span {
    color: black;
    }

.specification-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.specification-list{
    max-width: 500px;

}

.specification-item {
    padding: 0;
}

.specification-item:nth-child(even) {
    background-color: rgb(243, 243, 243);
}

.tab-link {
    color: black;
}


#maintab {
    display: none;
}


/* warranty section css start here  */



.product-name{
    font-family: var(--ff-primary);
}


.ff-primary {
    font-family: var(--ff-primary);
}


.question-title {
    font-weight: bold;
    color: black;
}

.question-answer-meta-info{
    color: black;
}

.question-answer-item {
    margin-bottom: 2em;
}


.sub-pointers::marker {
   margin-left: 1em;
}

h2 {
    font-family: Poppins;
}

.tab-link:hover {
    background-color: rgb(240, 240, 240);
    color: black;
}

.account-nav .active a {
    background-color: rgb(240, 240, 240);
    color: black;
}

.question-answer-meta-info{
    margin: 2em 0;
}

.product-img-wrapper {
    overflow: hidden;
        display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.img-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}

.tab-link {
    text-transform: capitalize;
    color: black;
    line-height: 24px;
}



/*.product-card:hover .product-img{*/
/*    transition: .3s;*/
/*    transform: scale(1.3);*/
/*}*/

.send-mail-cta{
    color: blue;
    text-decoration: underline;
}

.pointer-item{
    color: black;
}

.pointer-list{
    list-style-type: disc!important;
    padding: 0 2em;
    margin: 0%;
}



.service-center-section{
    /* background:linear-gradient(90deg, #3c3c3c 0%, #272727 20%, #111 100%); */
    padding: 1em 0em;
}

.service-list{
    list-style: none;
    margin: 0%;
    padding: 0%;
    display:flex;
    justify-content:center;
    align-item:center;
   
    /*display: grid;*/
    /*grid-template-columns: repeat(2, minmax(350px, 1fr));*/
    gap: 1em;
    margin: auto;
}

.service-list-item img {
    border-radius: 12px;
    
}

.service-card-info{
    padding: 1em 0;
}

.service-card-info-item{
    color: black;
    margin: 0%;
    padding: 0%;
    font-size: 14px;
}

.service-card-info-item-title {
    font-weight: bold;
    font-size: 14px;
}

.service-card-info-item-description {
    line-height: 19px;
    
}

i {
    display: none;
}

.feature-name {
    font-size: 16px;
}

h2 {
    font-family: "Poppins"!important;
}

.footer-bottom-section.py-8.bg-gray-500 {
    background: black;
}
.footer-color{
    color:#FF8B21;
}

.product-description {
    /* font-size: 22px; */
    display: block;
    color: gray;
    /* color: rgb(3, 190, 3); */
}

.feature-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1em;
}

.feature-icon{
    width: 42px!important;
}

.product-feature-name {
    font-size: 22px;
}


.service-card-info {
    display: block;
}

.service-card-info-item-title{
    display: none;
}


.tab-link {
    color: black;
}

/* .tab-link:hover {
    background-color: rgb(177, 255, 177);
} */

.account-nav .active a {
    background-color: #FF8B21;
    color: white;
}

@media only screen and (min-width: 900px) 
{
    .product-list{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 1em;
    }

    .video-section {
        padding: 1em;
    }

    .video-section .container {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
    }

    .video-section .section-header-title {
        text-align: center;
        margin: 0%;
        padding: 0%;
        font-size: 22px;
        font-weight: bold;
    }
    .video-section .section-header-description {
        text-align: center;
        margin-bottom: 1em;
    }
     
#productSearch {
    width: 60%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    color:black;
}

}


@media only screen and (max-width: 600px) {
    .nav-link {
        /* color: white!important; */
        color: black !important;
        font-size: 16px!important;
    }

    .section-header-title {
        margin: 0%;
        padding: 12px 0;
        font-size: 22px;
    }

    .service-section {
        background: linear-gradient(90deg, #3c3c3c 0%, #272727 20%, #111 100%);
        padding: 4em 1em;
    }

    .product-card {
        padding: 0px 0 2em 0;
       border: 1px solid #ececef;
    }
    
    .service-list{
    list-style: none;
    margin: 0%;
    padding: 0%;
    display: grid;
    grid-template-columns: repeat(1, minmax(350px, 1fr));
    gap: 1em;
    margin: auto;
}
   .product-list{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 1em;
    }
 #productSearch {
    width: 70% !important ;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    color:black;
}


}

a#scrollUp {
    display: none;
}

.product-feature-name {
    color: rgb(5, 0, 51)!important;
    font-size: 22px;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(6 38 75/var(--tw-text-opacity))!important;
}

.product-list a:hover {
    color: black!important;
    text-decoration: none!important;
}

.download-manual-cta {
    text-decoration: none!important;
    background-color: black;
    color: #FF8B21;
    padding: 12px;
    border-radius: 12px;
}

.download-manual-cta:hover {
    color: black;
    background-color:#FF8B21;
    transition:0.5s;
}

.service-list-item a {
    text-decoration: none!important;
}

.tab-link {
    text-decoration: none!important;
}

footer {
    padding: 3em 2em;
    background-color:black;
}

footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    }

.primary-foot-nav-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-logo img {
    height: 32px;
}

.footer-nav-link {
    color: white ;
}

.footer-nav-link:hover{
    color: #FF8B21;
}

.contact-us-cta {
    color: white;
    text-decoration: none;
    color: #FF8B21;
    font-size: 18px;
    margin: 18px 0;
    display: block;
    width: fit-content;
}

.contact-us-cta:hover {
    color: #FF8B21;
}

@media only screen and (max-width: 600px) {
    footer .container {
        display: flex;
        flex-direction: column;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: start;
        gap: 2em;
    }
}

p.acer-wrapper-item {
    color: #a3a3a3;
}
