/**
Theme Name: Astra Imarat Child
Author: Ahsan Khan
Author URI: http://ahsandev.com/
Description: Imarat.com.pk
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlx
Text Domain: imarat
Template: astra
*/
.site-content .ast-container {
    display: block;
}
.fluentform .ff-el-form-control:focus {
    border-color: #00000080;
    border-style: double;
}
*{
    font-family:Poppins,
    sans-serif;
}
.ast-primary-header-bar {
    background: #EBEBEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 2px #00000029;
}
#ast-scroll-top {
    background: #076249;
}
.img-banner {
    background: transparent linear-gradient(0deg, #051C14 0%, #051E15 39%, #0C4C38 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 0px 6px #00000033;
    border-radius: 0px 0px 5px 5px;
}
.img-banner img {
    width: 100%;
}    
.page-container {
    padding: 20px 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000040;
    border-radius: 5px;
    margin: 20px 0 100px;
}
.page-container h1.main-heading{
    margin: 20px 0;
    text-align: center;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: 0px;
    color: #0C4C38;
    text-transform: uppercase;
    font-size: 32px;
}
.page-container p.main-para{
    text-align: center;
    font-family: Poppins;
    letter-spacing: 0px;
    color: #000000;
    font-size: 18px;
    max-width: 980px;
    margin: 20px auto;
}
.item-select {}
.item-select a {
    background: #076249;
    font-weight: bold;
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 20px auto;
    background: #0C4C38 0% 0% no-repeat padding-box;
    border: 1px solid #0C4C38;
    border-radius: 6px;
    font-weight: 500;
    height: 40px;
    line-height: 1.2;
    padding: 10px 0 0;
    cursor: pointer;
}
.item-select a:hover {
    background: #fff;
    color: #0C4C38;
    border: 1px solid #0C4C38;
}
.item-container {
    background: #fff;
    padding: 20px 15px 10px;
}   
.inventory-container-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    align-content: center;
    /*justify-content: space-between;*/
    justify-content: space-around;
}
.item-container {
    flex: 0 0 32%;
    margin: 20px 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000040;
    border-radius: 5px;
    transition: all 0.5s;
}
.item-container:hover {
    scale: 1.01;
    z-index: 2;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.item-project-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.item-detail-box {
    background: #EEEEEE 0% 0% no-repeat padding-box;
    padding-top: 5px;
}
.item-detail {
    background: #EEEEEE 0% 0% no-repeat padding-box;
    padding: 10px 10px;
    border-bottom: 1px solid #9E9E9E;
    margin: 10px 10px;
}
.item-detail.no-border {
     border-bottom:none;
}
.item-detail b {
    text-align: left;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.item-detail span {
    text-align: left;
    font: normal normal 500 14px/21px Poppins;
    letter-spacing: 0px;
    color: #434040;
    float: right;
}
.payment-container {
    padding: 30px 10px;
    width: 100%;
    display:none;
}
.payment-container .form-group {
    padding: 20px 0;
}
.payment-container .form-group label {
   font-weight: bold; 
   min-width: 140px;
   display: inline-block;
}
.payment-container textarea.form-control {
    min-height: 200px;
    margin: 10px 0;
}
a#checkout_session_btn {
    background: #076249;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    max-width: 200px;
    border: 2px solid #076249;
}
a#back_btn {
    background: #076249;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    max-width: 200px;
    border: 2px solid #076249;
}
a#checkout_session_btn:hover,
a#back_btn:hover{
    background: #fff;
    color: #076249;
    border: 2px solid #076249;
}
.project-header-bg {
    background: transparent linear-gradient(0deg, #051C14 0%, #051E15 39%, #0C4C38 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 0px 6px #00000033;
    border-radius: 0px 0px 5px 5px;
}
.project-header-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
.project-header {
    position: relative;
    margin: 10px 0;
}
.project-header-inner {
    position: relative;
    z-index: 2;
    padding: 20px 50px 80px;
}
.project-header-bg img {
    object-fit: contain;
    width: 100%;
    display: block;
    object-position: 25px bottom;
    height: 100%;
}
.project-details {
    max-width: 800px;
    margin:0 20px 100px auto;
    margin: 20px auto 100px;
}
.project-heading-main {}
.project-heading-main h1 {
  overflow: hidden;
  text-align: center;
  color:#fff;
}
.project-heading-main h1:before,
.project-heading-main h1:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.project-heading-main h1:before {
  right: 0.5em;
  margin-left: -50%;
}
.project-heading-main h1:after {
  left: 0.5em;
  margin-right: -50%;
}
.project-detail-item {
    border-bottom: 1px solid #fff;
    padding: 10px 40px;
    clear: both;
}
.project-detail-item label {
    color: #fff;
}
.project-detail-item b {
    color: #fff;
    float: right;
    font-weight: 400;
}
.project-details-area {
    background: #ffffff26 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    backdrop-filter: blur(3px);
    padding: 25px;
}
.project-detail-item.no-border {
     border-bottom:none;
}
.ff-el-group.ff-el-section-break {
    background: #0C4C38 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px 5px 0px 0px;
    opacity: 1;
    padding: 20px;
    margin:40px 0 0!important;
}
h3.ff-el-section-title {
    color: #fff;
}
.ff-section_break_desk p {
    color: #fff;
}
.customer-form {
    margin: 10px 0;
}
.ff-t-container.ff-column-container.ff_columns_total_2,.ff-t-container.ff-column-container.ff_columns_total_1 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000029;
    border-radius: 0 0 5px 5px;
    opacity: 1;
    padding: 40px 20px;
}
.ff-t-container.ff-column-container.ff_columns_total_2.hide.hidden {
    display: none;
}
button.ff-btn.ff-btn-submit.ff-btn-md.proceed_payment.ff_btn_style {
    background: #0C4C38 0% 0% no-repeat padding-box;
    border: 1px solid #0C4C38;
    border-radius: 6px;
    opacity: 1;
    margin: 30px 0 10px;
}
button.ff-btn.ff-btn-submit.ff-btn-md.proceed_payment.ff_btn_style:hover {
    background: #9F9F9F;
    border: 1px solid #9F9F9F;
}
@media(max-width:768px){
    .site-header-primary-section-right.site-header-section {
        display: none;
    }
    .item-container {
        flex: 0 0 100%;
    }
    .project-header-inner {
        padding: 20px 10px 20px;
    }
    .project-details {
        margin: 0;
    }
    .project-details-area {
        padding: 5px;
    }
    .project-detail-item {
        padding: 8px 10px;
    }
    .page-container {
        padding: 15px;
    }
}