body{
    height: 100%;
    overflow: hidden;
}

.common-head p{
    color: #000;
}

/*Tabs*/
section.build-sec .tab__title {
    margin: 25px 0 0;

    .tab__button:first-of-type {
        margin: 0;
    }
}
section.build-sec{
    background: #f1f1f1;
}

section.build-sec .tab__button {
    padding: 15px;
    color: var(--white-color);
    border: 1px solid #e5e5e54f;
    background: var(--main-bg);
    outline: none;
    margin: 0 -5px;
    cursor: pointer;
    width: 25%;
}

section.build-sec .tab_button-active {
    /* border-bottom: none; */
    background: #fafafa;
    color: var(--blue);
}

section.build-sec .tab__inside {

    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: translateY(10px);
    transition: transform .3s ease-in;


}



section.build-sec .tab__inside-active {
    padding: 30px ;
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0);
    transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}


/* card section */

.tab-card .tab-star i{
    color: #ebc03e;
}
.user-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.tab-card {

    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    border: 1px solid #a49898;
    padding: 12px;
}

.tab-card .tab-card-text p{
    text-align: left;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
}


.tab-card-user {
    display: flex;
    gap: 15px;
    align-items: center;

}

.tab-card-user .user-name h6{
    font-weight: 700;
    font-size: 15px;
    color: var(--heading-color);
}
.tab-card-user .user-name p{
    font-size:11px;
    color: #000;
    margin: 0;
}
.tab-card-user .user-name span{
    font-size: 13px;
    color: #ffff;
    opacity: .72;
}
.tab-sec .col-4{
    padding: 15px;
    border-radius: 20px;
    width: 32%;
    margin-bottom: 20px;
}
.tab-sec .row{
    justify-content: start;
    gap: 20px;
}
.tab-sec .col-4:nth-child(odd){
    background: #f4fbff;
}
.tab-sec .col-4:nth-child(even){
    background: var(--white-color);
}
.user-icon{
    text-align: center;
}
.upper{
    text-align: center;
    margin: 10px 0;
}
.upper h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.upper .rating{
    margin-bottom: 10px;
    font-family: var(--secondary-font);
}
.test-card h6{
    font-size: 14px;
    color: var(--heading-color);
    margin-top: 20px;
    opacity: .8;
}
.upper i{
    color: #F0A837;
}
.test-card img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}

.tab-card-user h6{
    margin-bottom: 0;
}

.review-btn{
    position: fixed;
    top: 50%;
    right: -50px; 
    z-index: 99;
    transform: rotate(-90deg);
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: bold;
   margin-left: 2px;
   color: #8776ff;
   cursor: pointer;
}

.add-read-more{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  color: #292828;
  font-weight: 500;
  letter-spacing: 0;
}

form#feedbackForm{
    padding: 1rem;
}
form#feedbackForm .form{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    padding: 8px;
}
form#feedbackForm button{
    border: none;
    background: var(--main-bg);
    color: var(--white-color);
    padding: 8px;
}
form#feedbackForm .dropzone{
    padding: 0 !important;
    border: 1px dashed #000;
    min-height: 50px !important;
}
form#feedbackForm .dropzone .dz-message{
    margin: 0;
}


/* newletter */

section.newsletters{
    background: url(https://themes.pixelwars.org/consultra/demo-01/wp-content/uploads/sites/2/2024/12/Canva-Team-of-Creative-People-in-Office-1920x1200.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
}
section.newsletters::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000000a3;
}
section.newsletters .container{
    position: relative;
}
section.newsletters .cont-sec span{
    color: #fff;
    font-size: 15px;
    position: relative;
}
section.newsletters .cont-sec span::before{
    content: '';
    position: absolute;
    top: 10px;
    right: -150px;
    background: #fff;
    height: 1.5px;
    width: 140px;
}

section.newsletters .cont-sec h3{
    color: #fff;
    margin-top: 10px;
}
section.newsletters .cont-sec p{
    color: #fff;
    font-size: 18px;
}
section.newsletters form input{
    padding: 15px;
    border: none;
    background: var(--white-color);
}
section.newsletters form button{
    background: var(--btn-color);
    padding: 15px;
    border: none;
    color: #fff;
}
section.newsletters form{
    display: flex;
    justify-content: center;
}
section.newsletters .col-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* our clients */
.head{
    text-align: center;
    margin-bottom: 40px;
}
.head p{
    color: var(--black-color);
}
.head h2{
    color: var(--heading-color);
}
section.clients-sec{
    background: var(--white-color);
}
section.clients-sec .about-numbers img{
    width: 120px !important;
}
section.clients-sec .about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
section.clients-sec .about-numbers .transparent{
    font-size: 30px;
    font-weight: 600;
    margin-right: 60px;
    -webkit-text-stroke: 0.8px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
section.clients-sec .about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}


@media (max-width: 980px){
    section.build-sec .tab__inside-active .col-3{
        width: 50%;
    }
    .tab-sec .col-4{
        width: 48%;
        margin-bottom: 20px;
    }
}
@media (max-width: 540px){
    .tab-sec .col-4{
        width: 100%;
        margin-bottom: 20px;
    }
    .head h2{
        font-size: 26px;
    }
    section.build-sec .tab__title{
        display: flex;
        flex-wrap: wrap;
    }
    section.build-sec .tab__button {
        width: 50%;
    }
    section.build-sec .tab__inside-active{
       padding: 0;
        padding-top: 30px;
    }
    section.build-sec .tab__inside-active .col-3{
        width: 100%;
    }
}    