.NewHeroSection {
    background-image: url(https://www.hire4event.com/assets-new/images/new-images/new-page-bg.png);
    padding: 170px 0 80px 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 100%;
}



.NewButtonLight {
    display: inline-block;
    margin: 0px 5px;
    box-shadow: 0px 2px 4px -5px rgba(10, 42, 105, 0.05);
    align-items: center;
    padding: 13px 17px;
    width: auto;
    background: #ffffff;
    border: 1px solid var(--red);
    border-radius: 50px;
    color: var(--red);
    font-size: 1rem;
    line-height: 18px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.NewButtonDark {
    margin: 0px 5px;
    box-shadow: 0px 2px 4px -5px rgba(10, 42, 105, 0.05);
    padding: 13px 27px;
    width: auto;
    background: linear-gradient(45deg, #cd211d, #e95200);
    border-radius: 50px;
    color: var(--white);
    font-size: 1rem;
    line-height: 18px;
    text-align: left;
    margin-bottom: 10px;
    display: flex
;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    border: none;
    outline: none;
}
.NewButtonDark:hover {
    color: var(--white);
    animation: borderAnimation 0.5s ease-in-out infinite alternate;
    /* transform: skew(10deg, 0); */
}
.NewButtonLight:hover {
    color: var(--red);
    animation: borderAnimation 0.5s ease-in-out infinite alternate;
}
@keyframes borderAnimation {
    0% {
        border-radius: 40px 40px 50px 50px;
    }
    50% {
        border-radius: 8px 8px 50px 50px;
    }
    100% {
        border-radius: 40px 40px 50px 50px;
    }
}

.inlinetwobtn{
    display: flex;
    grid: 15px;
    margin-top: 40px;
}
.Mycontainer{
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}
.HeroTitleNew{
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.HeroParaNew{
    font-size: 1rem;
    font-weight: 400;
}

    .LogoInner {
    padding-top: 50px;
}
.rightcontentAreaTitle {
    font-size: 18px;
    font-family: 'Poppins';
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.RightMainPara {
    text-align: center;
}
    .BottomFooterLogoContainer {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    .PopLogoImg {
    width: 10.6%;
    height: 80px;
    object-fit: contain;
    background: white;
    border: 1px solid #00000012;
    padding: 10px 25px;
    border-radius: 60px;
}
@media only screen and (max-width: 600px) {
    .PopLogoImg {
    width: 31%;
    }
}
.LogoSection {
    background: #fcf9f8;
}
.rightcontentAreaTitle {
    font-size: 2.2rem;
    font-family: 'Poppins';
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.NewPageSsections{
    padding: 50px 0;
}

.nePTitle {
    font-size: 2.2rem;
    font-family: 'Poppins';
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}
.neParagraph {
    font-size: 1rem;
    text-align: center;
}
.nePHeader {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.SpanIconList {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffede7;
    border-radius: 50%;
    color: #ffa385;
}
.NepList li {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.NepList{
    margin-top: 25px;
}
.NepCardBody {
    border-radius: 40px;
    border: 1px solid #E2E8ED;
    background: #fff;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 55px;
    position: relative;
}
.NepCardBody::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #ffffff 57%, transparent 100%);
}
@media only screen and (max-width: 992px) {
.NepCardBody::before {
background: #fff;
}
.AwardCardBox {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
.AwardCard p {
    width: 180px;
    text-align: center;
}
.AwardCard img {
    width: 47px;
}
.RightSiteLeft {
    transform: rotate3d(1, 50, 1, 145deg);
}
.AwardCardBox {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}
.AwardCard {
    display: flex;
    align-items: center;
    width: 260px;
}
.AwadHeading {
    margin: 0;
}
.AwardBGImageStyle {
    background-image: url(https://www.hire4event.com/assets-new/images/new-images/awardbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.AddBanner45 {
    padding: 20px 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #fbedec;
    position: relative;
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    overflow: hidden;
    border: 1px solid #fbe4ea;
}
.AddBanner45::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(https://www.hire4event.com/assets-new/images/new-images/linepattern.png);
    z-index: 0;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.5;
}

.AddBannerHeading{
    font-size: 2.2rem;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 20px;
    color: #323232;
}
.AddBannerHeading span{
    color: #cd211d;
}
.BookNowForVHostPara {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 300;
}
.BookNowForVHostPara span {
    color: #cd211d;
    font-weight: 500;
}
.ButtonSide{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9;
}
.BookNowForVHost {
    background: white;
    border: none;
    height: 50px;
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}
.ContentSide {
    max-width: 760px;
    z-index: 9;
}

.SameHeading {
    font-size: 1.7rem;
    line-height: 1.5;
}
.UlListMain li {
    font-size: 16px;
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 10px;
}
.NewButtonLight.CardLightButton {
    width: max-content;
    margin-top: 50px;
}
.WeServeCard {
    width: 100%;
    max-width: 300px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
    border: 1px solid #fbe3e9;
    padding: 15px;
    border-radius: 15px;
    cursor: x;
}
.WeServeCard img{
    border-radius: 10px;
}
.WeServeCardBox {
    display: flex
;
    gap: 24px;
    justify-content: center;
    align-items: self-start;
}
.FaqSection{
    background-color: #fcf9f8;
}
.faq-item {
    background: white;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 50px;
}
.faq-answer{
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.5s all ease-in;
}
.faq-answer.FaqAnsOpen {
    height: max-content;
    padding: 25px 0;
}
.faq-question {
display: flex;
align-items: center;
justify-content: space-between;
transition: 0.5s all ease-in;
gap: 15px;
}
.FaqToggleButton {
    width: 40px;
    height: 40px;
    border: none;
    background: #ededed;
    border-radius: 50px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    
}

.faq-question h3 {
font-weight: 400;
font-size: 18px;
margin: 0;
flex: 1;
}
.FaqToggleButton.FaqBtnActive svg {
    transition: 0.5s transform ease-in;
}
.FaqToggleButton.FaqBtnActive svg {
    transform: rotate(180deg);
}
.FaqItemOpen .faq-question {
    padding-bottom: 10px;
    border-bottom: 1px solid #00000017;
}
.FaqItemOpen.faq-item {    
    border-radius: 20px;
}
@media only screen and (max-width: 1100px) {
    .PopLogoImg {
padding: 10px 25px;
width: 20%;
}
}
@media only screen and (max-width: 768px) {
.NewHeroSection {
    padding-top: 40px;
}
.PopLogoImg {
width: 31.6%;
padding: 10px 20px;
}
.AddBanner45 {
flex-direction: column;
align-items: flex-start;
padding: 24px;
}.ButtonSide {
justify-content: flex-start;
}
.NewPageSsections {
padding: 25px 0;
}
.CardContentofBottom {
margin-bottom: 25px;
}
.WeServeCardBox {
flex-wrap: wrap;
}
.WeServeCard {
width: 40%;
}
}