/* active_deco spacing for HeaderMenu.php dropdown items */
.active_deco{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.text_v_center{
    padding: var(--padding_var);
}
/* comp_list and comp_icon for the webpages which have company list */
.comp_list-carousel .owl-stage{
    display: flex;
    align-items: center;
}
.comp_icon{
    object-fit: contain;
    min-width: 50px; max-width: 200px;
    transform: scale(.8);
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transform-origin: bottom;
    transition: 0.5s;
}.comp_icon:hover{
    transform: scale(1.0);
}
/* zeoniq_info for zeoniqpos.php */
.zeoniq_info{
    background-image: linear-gradient(white 5%, rgb(240,240,240) 15%, lightgray 95%, rgb(0,0,0));
}






.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
	margin-bottom: 20px;
	height: 500px;
	text-align:center;
	border:outset thick;
	width:380px;
	font-weight: 500;
}

.step h3{
	
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.step p:last-child {
  margin-bottom: 0px;
}

.zeoniq_info_content{
    font-size: 1rem; 
    margin: 5% 0 5% 0; padding: 2% 2% 2% 2%; 
    /* margin: 5% 0 5% 0; padding: 5% 5% 5% 5%;  */
    background-color: rgba(142, 138, 69, 0.8);
    border-radius: 4px 4px 80px 80px; border-bottom: 20px inset; 
    border-color: #fec300; 
    color: whitesmoke; text-align: justify;
}
/* key_features making panels for zeoniqpos.php */
.key_features{
    box-sizing: content-box;
    min-height: 320px;
    /* background-image: url('../img/zeoniq_pos/FemaleCashier\ \(3\).jpg'); */
    background-image: var(--var-bg_img, url('../img/zeoniq_pos/FemaleCashier\ \(3\).jpg'));
    background-size: cover; 
    position: relative; 
    background-blend-mode: lighten;
    background-attachment: fixed;
}.key_features::before{
    content: '';
    position: absolute;
    background-color: var(--var-bg-color, rgba(0, 0, 0, 0.6));
    top: 0; right: 0; left: 0; bottom: 0;
}
.key_title{
    color: #fec300;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Bodoni MT", keytitle;
    margin-bottom: 40px;
}
.key_features_grid{
    display: grid; clear: both;
    align-items: center;
    align-content: space-evenly;
    column-gap: 5%;
    row-gap: 50px;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin: 0 0 8% 0;
}
.key_features_item{
    /* padding: 4% 6% 4% 4%; */
    background: rgba(142, 138, 69, 0.75);
    border: solid #fec300;
    border-radius: 10px;
}.key_features_item_div{
    height: 12rem;
    display: grid; clear: both;
    align-items: center;
    align-content: space-around;
    row-gap: 2%;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
}
.key_features_item .subtitle{
    color: #fec300;
    font-weight: 600;
    font-size: 1.5rem;
}.key_features_item .content{
    color: whitesmoke;
    text-align: justify;
    font-size: 1.25rem;
}
/* @media screen and (min-height: 651px){
    .zeoniq_info_content{
        font-size: 16px; 
    }
    .key_title{
        font-size: 36px;
    }.subtitle{
        font-size: 24px;
    }.content{
        font-size: 20px;
    }
}
@media screen and (max-height: 650px) {
    .zeoniq_info_content{
        font-size: 14px; 
    }
    .key_title{
        font-size: 32px;
    }.subtitle{
        font-size: 22px;
    }.content{
        font-size: 18px;
    }
}
@media screen and (max-height: 525px) {
    .zeoniq_info_content{
        font-size: 12px; 
    }
    .key_title{
        font-size: 28px;
    }.subtitle{
        font-size: 20px;
    }.content{
        font-size: 16px;
    }
}
@media screen and (max-height: 450px) {
    .zeoniq_info_content{
        font-size: 10px; 
    }
    .key_title{
        font-size: 24px;
    }.subtitle{
        font-size: 18px;
    }.content{
        font-size: 14px;
    }
}
@media screen and (max-height: 300px) {
    .zeoniq_info_content{
        font-size: 8px; 
    }
    .key_title{
        font-size: 20px;
    }.subtitle{
        font-size: 16px;
    }.content{
        font-size: 12px;
    }
} */

/* different_editions making panels for maintenancePackage.php */
.different_editions{
    background-image: url('../img/panda/temp_pictures/marketing_report.jpg');
    background-color: rgba(255,255,255,0.7);
    background-size: cover;
    position: relative;
    background-blend-mode: lighten;
    background-attachment: fixed;
}

.features_title{
    color: black;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Bodoni MT", keytitle;
}.features_item{
    /* background: rgba(142, 109, 69, 0.75);
    border: solid orange;
    border-radius: 10px; */
}.features_item .subtitle{
    color: black;
    font-weight: 600;
    font-size: 1.4rem;
}.features_item .content{
    color: black;
    text-align: justify;
    font-size: 1.1rem;
}


.btn_manual{
    display: block;
    float: right;
    color: white;
    background-color: transparent;
    /* border: black solid 2px; */
    border: #cda45e solid 2px;
    border-radius: 4rem;
    width: auto;
    font-size: 1rem;
    padding: .25rem 1rem;
    transition: 0.3s;
}.btn_manual:hover{
    background-color: #cda45e;
    color: white;
}
.manual_icon_btn{
    display: block;
    float: right;
    color: white;
    background-color: #2bcef7;
    border: solid white 2px;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    transition: 0.3s;
}.manual_icon_btn i{
    padding: .6rem 0;
}
.manual_icon_btn:hover{
    background-color: white;
    color: #2bcef7;
}