
.hire-banner{
    text-align: center;
    padding: 165px 0px 176px;
    background-image: url(../images/hire-writer/hire-banner-bg.webp);
    background-repeat:  no-repeat;
    background-position:  top left;
    background-size:  100%;
    position: relative;
  }
.hire-banner::before{
    content: '';
    position: absolute;
    background-image: url(../images/hire-writer/bg-star1.svg);
    width: 69px;
    height: 70px;
    top: 185px;
    right: 19px;
    z-index: 1;
    background-repeat: no-repeat;
}
.hire-banner::after {
    content: '';
    position: absolute;
    background-image: url(../images/hire-writer/bg-star2.svg);
    width: 69px;
    height: 70px;
    bottom: 160px;
    left: 27px;
    z-index: 1;
    background-repeat: no-repeat;
}
  .experts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
  }
.hire-banner .writer-text{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #DDF1F9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0 ;
  }
.writer-text span{
    font-weight: 450;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #233F8C;

}
.writer-text span:first-child{
    font-weight: 500;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

  .hire-banner h1 {
    font-weight: 500;
    font-size: 38px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    
  }

  .hire-banner h1 span {
    color: #233F8C;
  }
  .writerCard{
    min-height: unset;
  }
  .competences {
    min-height: unset;
}
  .hire-banner p {
    max-width: 900px;
    width: 100%;
    margin: 15px auto 0px;
    font-weight: 450;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #696B81;
  }

  .banner-feature{
    max-width: 1090px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 50px auto 70px;
  }

  .banner-feature .feature-box {
    background: #fff;
    padding: 15px 13px;
    border-radius: 13px;
    box-shadow: 0px 0px 18px 0px #9090901F;
    max-width: unset;
    min-width: 179px;
    display: flex;
    align-items: center;
    gap: 13px;
    width: unset;
  }
  .banner-feature .feature-box::before{
    content: unset;
  }
  .banner-feature .feature-box span{
    font-weight: 450;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #696B81;
    
}
.banner-feature .feature-box img {
    width: 36px;
    height: 36px;
  }

  .hireBanner-btn {
    display: block;
    background: #233F8C;
    color: #fff;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    position: relative;
    border-radius: 100px;
    max-width: max-content;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  .hireBanner-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: pulse-animation;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@keyframes pulse-animation{
    0% {
        box-shadow: 0 0 0 0px #233f8c;
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}
.faq-card-service{
    min-height: 138px;
}
.aiEssayWriterWrapper{
    max-width: max-content;
}
.cta_btn{
    max-width: max-content;
    padding: 12px 15px;
}
/* Hiring Section */
.hiring-section{
    position: relative;
}
.hiring-section::before{
    content: '';
    position: absolute;
    background-image: url(../images/hire-writer/hiring-star1.svg);
    width: 82px;
    height: 81px;
    top: 247px;
    right: 34px;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
}
.hiring-section::after {
    content: '';
    position: absolute;
    background-image: url(../images/hire-writer/hiring-star2.svg);
    width: 49px;
    height: 75px;
    background-size: contain;
    bottom: 160px;
    left: 0px;
    z-index: 1;
    background-repeat: no-repeat;
}
.hiring-wrapper{
    max-width: 1170px;
    width: 100%;
    margin: -98px auto 0;
    background: #FFFFFF;
    border-radius: 40px;
    box-shadow: 0px -5px 23px 0px #B8B2B240;
    padding: 80px 67px;
    z-index: 1;
    position: relative;
}
.hiring-head h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 156%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    margin-bottom: 15px;
}
.hiring-head p{
    font-weight: 450;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #696B81;
}
.hiring-cardWrapper{
    margin: 60px 0 40px;
    display: flex;
    gap: 17px;
    justify-content: center;
    flex-wrap: wrap;
}
.hiring-cards{
    border: 1px solid #CFDEF0;
    border-radius: 25px;
    max-width: 324px;
    width: 100%;
    padding: 40px 30px 33px;
    background: linear-gradient(98.28deg, rgba(235, 247, 255, 0.7) 0%, rgba(253, 245, 235, 0.8) 100%);
    position: relative;
    height: 246px;
}
.hiring-cards::after{
    content: '';
    position: absolute;
    background-image: url(../images/hire-writer/hiring-card-bg.svg);
    width: 185px;
    height: 245px;
    right: 40px;
    top: 0;
    background-repeat: no-repeat;
}
.hiring-cards img{
    width: 36px;
    height: 36px;
}
.hiring-cards p{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #231F20;
    margin: 20px 0 15px;
}
.hiring-cards span{
    font-weight: 400;
    font-size: 14px;
    line-height: 25.95px;
    letter-spacing: 0.5%;
    color: #221F1F;
}
.hiring-btnTxt{
    font-weight: 450;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #696B81;
}
/* Hiring Section */

/* Essay section */
.essay-section{
    background: #F8FCFF;
    margin: -98px 0 0;
    padding: 162px 0 100px;
    position: relative;
    z-index: -1;
}
.essay-head{
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
}
.essay-head h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 156%;
    letter-spacing: 0%;
    text-align: center;
    color: #231F20;
    margin-bottom: 17px;
}
.essay-head p{
    font-weight: 450;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    color: #696B81;
}
.essay-wrapper{
    max-width: 1085px;
    width: 100%;
    margin: 72px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.essay-cards{
    max-width: 260px;
    width: 100%;
    border-radius: 13px;
    background: white;
    box-shadow: 0px 0px 18px 0px #9090901F;
    padding: 37px 25px;
    text-align: center;
}
.essay-cards img{
    width: 50px;
    height: 50px;
}
.essay-cards p{
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #231F20;
    margin: 30px 0 12px;
}
.essay-cards span{
    font-weight: 400;
    font-size: 14px;
    line-height: 25.95px;
    letter-spacing: 0.5%;
    text-align: center;
    color: #221F1F;
}
/* Essay section */


.singleFreebie{
    align-items: center;
}
.freebieDesc p{
    font-weight: 400;
    font-size: 17px;
}
.processSwiperWrapper{
    margin: 0 auto 50px;
}
.service-content {
    row-gap: 30px;
    max-width: 1000px;
    justify-content: center;
    column-gap: 0;
}
.service-box {
    max-width: 245px;
    width: 100%;
    height: unset;
    text-align: center;
}
.service-box span {
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
    max-width: 164px;
    width: 100%;
    margin: 30px auto 0;
    display: block;
}
.freebies__Wrapper{
    margin: 50px auto 0px;
}
@media (max-width: 575px){
    .hire-banner{
background-image: linear-gradient(
 
180deg, #EBF7FF 0%, #FDF5EB 100%);
padding: 120px 0px 176px;
    }
    .hire-banner::before {
        top: 85px;
        width: 53px;
    height: 51px;
    right: 6px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    }
    .hire-banner h1{
        font-size: 29px !important;
        line-height: 150%;
    }
    .banner-feature{
        max-width: 281px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 50px auto 50px;
    }
 
    .hiring-wrapper{
        padding: 46px 37px;
    }
    h2 {
        font-size: 23px !important;
    }
    .essay-wrapper{
        justify-content: center;
        margin: 50px auto 0;
    }
    .writers-section::after{
        top: 4px;
    }
    .hiring-cards{
        height: 246px;
        padding: 30px 26px 30px;
    }
    .banner-feature .feature-box{
        width: 100%;
        max-width: 281px;
    }
    .hire-banner p{
        font-size: 15px;
    }
    .hire-banner::after{
        width: 57px;
        height: 60px;
        bottom: 160px;
        left: -17px;
        z-index: 1;
        background-size: contain;
    }
    .service-content{
        row-gap: 51px;
    }
    .service-box{
        height: unset;
    }
    section.reviews {
        padding: 50px 0 50px;
    }
    .freebies__Wrapper {
        row-gap: 28px;
        padding-top: 0;
        margin: 35px auto 0px;
    }
    .experts-img img{
        width: 55px;
        height: 55px;
    }
    .writer-text span:first-child{
        font-size: 17px;
    }
    .writer-text span {
        font-size: 11px;
    }
    .hire-banner .writer-text {
        width: 55px;
        height: 55px;
    }

    .hiring-section::after{
        width: 39px;
        height: 75px;
        background-size: contain;
        bottom: -91px;
    }
    .essay-section{
        padding: 200px 0 80px;
    }
    .writers-content h2{
        max-width: 330px;
    }
    .service-content{
        column-gap: 25px;
        margin: 55px auto 50px;
    }
    .service-box {
        max-width: 150px;
    }
    .service-box span{
        font-size: 15px;
        margin: 20px auto 0;
    }
    .freebies__Wrapper {
        margin: 55px auto 0px 30px;
    }
    .freebieDesc p {
        font-size: 16px;
    }
    .processSwiperWrapper {
        margin: 0 auto 20px;
    }
}