/*
 Theme Name:   Astra-Child
 Theme URI:    https://www.linkedin.com/in/piyush-chhoker-7944bb227/?originalSubdomain=in
 Description:  Astra-Child Theme
 Author:       Piyush Singh Chhoker
 Author URI:   https://www.linkedin.com/in/piyush-chhoker-7944bb227/?originalSubdomain=in
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* ===================Header=============== */
body{
      font-family: "Tenor Sans", Sans-serif !important;
}
.header-header{
      position: fixed;
      width: 100%;
}
.full-div-form {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
}
.page-id-80 p {
    color: #82203e;
    font-family: 'Montserrat';
    font-size: 14px;
    margin-bottom: 15px;
}
.input-box-div input{
          background: transparent;
    border-color: #82203e33;
    border-radius: 0;
    color: #82203e;
    height: 50px;
}
::placeholder{
      color: #82203e;
          font-family: "Tenor Sans", Sans-serif;
}
.left-form {
    width: 45%;
}
.input-box-div-textarea textarea{
      height: 180px;
            background: transparent;
    border-color: #82203e33;
    border-radius: 0;
    color: #82203e;
}
.input-box-div\=submit input,.flex-button-div input{
          width: 100%;
    border-radius: 0;
    background: #82203e;
    font-weight: 600;
}
.full-div-form-1 {
    width: 50%;
    margin: 0 auto;
}
.flex-button {
    display: flex;
    justify-content: space-between;
}
.flex-button-div {
    width: 48%;
} 
.tabs-wrapper {
    display: flex;
    justify-content: space-between;
}
.tabs-left,.tabs-content{
      width: 48%;
}
 
.main-header {
    display: flex;
    justify-content: space-between;
}
.tabs-left button {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background: transparent;
    border-color: #82203e33 !important;
    border-width: 1px;
}
.tabs-left button p{
      margin-bottom: 0 !important;
      color: #82203e;
      font-weight: 500;
          font-family: 'Montserrat';
          font-size: 12px;
}
.tabs-left button.active{
      background-color: #82203e;
}
.tabs-left button.active p{
      color: #fff;
}
.tabs-left button.active svg,.tabs-left button.active svg path{
      fill: #fff;
}
.tabs-left button  svg path{
      fill: #82203e;
}
.left-ghghg {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tab-content {
    display: none;
    animation: fade 0.4s ease;
}
.tab-content.active {
    display: block;
}
.accordion-item {
    overflow: hidden; 
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
button.accordion-header{
          width: 100%;
    text-align: left;
    padding: 15px 0;
    background: transparent;
    color: #82203e;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 12px;
    border-bottom: 1px solid #82203e;
    border-radius: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.accordion-content-inner p{
      margin-bottom: 5px;
      color: #82203e;
      font-family: 'Montserrat';
        font-size: 12px;
        font-weight: 500;
}
#ast-scroll-top {
    background-color: #82203e;
    border-radius: 50%;
}
.hfe-product-title h2{
        color: #82203e;
    font-size: 13px;
    font-style: italic;
    text-decoration: none;
}
.hfe-product-category{
    display: none !important;
}
.hfe-product-title {
    margin-bottom: 0 !important;
}