/* ===== RESET & BASE STYLES ===== */
a {
    text-decoration: none !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.hidden {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.z4 {
    position: relative;
    z-index: 4;
}

.z-2 {
    position: relative;
    z-index: 2;
}

.seo-text {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* ===== LAYOUT & CONTAINERS ===== */
.section-padding {
    padding: 120px 0;
}

.ColROw {
    margin-right: -30px;
    margin-left: -30px;
}

.RightAfter {
    position: relative;
}

.RightAfter::before {
    display: none;
}

.section-padding.RightAfter.target-area {
    padding-top: 20px;
}

.about-section {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.aboutAreaNew {
    padding: 100px 0;
}

.partner-section {
    background: url(../images/partners/partners-bg.jpg) center center / cover no-repeat local;
    position: relative;
    padding: 130px 0 45px;
    margin-top: 0;
}

.partner-section:before {
    content: "";
    background-color: rgb(29 29 29 / .95);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.EquipmentNewSection {
    padding: 60px 0;
}

.SecSectionCont {
    padding: 50px 0;
}

/* ===== HEADER STYLES ===== */
.header-style-1, .header-style-2, .header-style-3 {
    background: none;
}

.Hero710 {
    background-image: url(https://www.hire4event.com/assets-new/images/home1-hero-banner.svg);
    background-size: cover;
    background-position: center top;
    /*padding-bottom: 70px;*/
    overflow: hidden;
    position: relative;
    padding-top: 85px;
}

.HeroInner710 {
    position: relative;
    z-index: 6;
    width: 100%;
    padding: 25px 0 20px;
    height: 100%;
}
@media screen and (min-width: 600px) {
    .HeroInner710 {
        padding: 70px 0 80px;
    }
    }
.HerTitle710 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.2;
}

.HeaderParagraph710 {
    font-size: 21px;
    text-align: center;
    font-weight: 300;
}

.keywords710 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    background: #fff0f0;
    padding: 15px 20px;
    width: max-content;
    margin: 0 auto 25px;
    border-radius: 50px;
    color: var(--red);
    border: 1px solid currentColor;
}

/* ===== BUTTON STYLES ===== */
.MainButtonBox710 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.herbtn1_710, .herbtn2_710 {
    margin: 0 5px;
    box-shadow: 0px 2px 4px -5px rgba(10, 42, 105, 0.05);
    padding: 2px 2px 2px 20px;
    width: auto;
    border-radius: 50px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    border: none;
    outline: none;
}

.herbtn1_710 {
    background: linear-gradient(45deg, #cd211d, #e95200);
    color: var(--white);
}

.herbtn2_710 {
    background: white;
    color: var(--dark);
    border: 1px solid #bbbbbb;
}

.herobtnIcon {
    width: 35px;
    height: 35px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.herbtn2_710 .herobtnIcon {
    background: #cd211d;
    color: #fff;
}

.StartPlanning, .StartPlanningBlue {
    width: max-content;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 2px 15px;
    position: relative;
    overflow: hidden;
    border: none;
    outline: none;
    transition: ease-out 0.3s;
}

.StartPlanning {
    background: var(--red);
    color: var(--white);
}

.StartPlanningBlue {
    background: var(--blue);
    color: var(--white);
}

.StartPlanning span, .StartPlanning svg, 
.StartPlanningBlue span, .StartPlanningBlue svg {
    position: relative;
    z-index: 2;
    transition: ease-out 0.3s;
}

.borderShadowRed {
    box-shadow: 4px 4px 0 var(--white), 5px 5px 0 var(--red);
}

.borderShadowBlue {
    box-shadow: 4px 4px 0 var(--white), 5px 5px 0 var(--blue);
}

.btnsNewContainer {
    display: flex;
    gap: 20px;
    padding: 20px 0 25px;
}

/* ===== TYPOGRAPHY & TITLES ===== */
.section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 20px;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 2.5rem;
    line-height: 1em;
    margin: .2em 0 0;
    font-weight: 700;
}

.section-title>span, .section-title-s2>span, .section-title-s3>span {
    font-weight: 700;
    color: var(--red);
    letter-spacing: 5px;
    display: block;
    margin-top: -.3em;
}

.PatternServices {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1em;
    margin: .2em 0 0;
    color: var(--dark);
    padding-bottom: 15px;
}
.PatternServices span {
    -webkit-text-fill-color: var(--red);
}

.section-titleh3 h3 {
    font-size: 2rem;
    line-height: 1em;
    margin: .2em 0 0;
    font-weight: 700;
}

.section-titleh3 h3 span {
    color: var(--red) !important;
}

.EquipmentHeading56 {
    font-size: 2.5rem;
    line-height: 1em;
    margin: .2em 0 20px;
    font-weight: 700;
    text-align: center;
}

.EquipmentHeading56 span {
    color: var(--red);
}


.srvTitle {
    font-size: 40px;
    font-size: 2rem;
    line-height: 1em;
    margin: .2em 0 0;
    font-weight: 700;
    margin-bottom: 20px;
}
.srvTitle span {
    color: var(--blue);
}

#locationIDChange {
    font-weight: 800 !important;
    text-transform: uppercase;
}

/* ===== CONTENT SECTIONS ===== */
.OOSHeader06 {
    margin-bottom: 40px;
}

.OOSShortDesc06 {
    text-align: center;
    color: var(--dark);
    font-size: 1rem;
    font-weight: 400;
}

.servicesSection {
    border: 0.5px solid #ccc;
    padding: 20px !important;
    margin: 30px 0 30px 0;
    min-height: 316px;
    border-radius: 44px;
    background-color: #fffafa;
}

.imgDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
}

.servicesSection .svgIcon {
    fill: #5c3535;
    width: 50px;
    height: 50px;
}

.contentDiv {
    padding: 15px 10px;
}

.newServiceTitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

.serviceParagraph {
    text-align: center;
}

.OOSPara06 {
    color: var(--dark);
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    margin: 0;
}

button.newLinkBtn {
    background-color: #fff0f0;
    border: 1px solid #e8c5c5 !important;
    margin-top: 13px;
    padding: 8px 27px 8px 20px;
    border-radius: 25px;
    font-size: 12px;
    color: #663a3a;
    position: relative;
    width: 100%;
}

button.newLinkBtn .btnIcon {
    background-color: #6d4141;
    color: #fff !important;
    padding: 10px 0;
    width: 30px;
    height: 37px;
    position: absolute;
    right: 0px;
    border-radius: 0 20px 20px 0;
    font-size: 12px;
    top: -1px;
    border: 0;
}

.serviceReadMore {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 5px;
    color: var(--blue);
    font-weight: 400;
    cursor: pointer;
}

/* ===== ABOUT SECTION ===== */
.aboutFeaturesNew {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 50px 0;
}

.ServicesCard {
    width: 32.5%;
    padding-right: 15px;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.ServicesCard h3 {
    font-size: 20px;
    margin: 0 0 .4em;
    text-transform: capitalize;
    font-weight: 400;
}

.ServicesCard p {
    font-size: 14px;
    margin: 0;
    line-height: 17px;
    font-weight: 300;
}

.Magazine {
    width: 80px;
    height: 80px;
    object-fit: contain;
    box-shadow: 0 15.96px 53.83px 0 rgb(184 185 228 / .4), 1px 1px 0 0 #fff;
    padding: 10px;
    border-radius: 25px;
}

/* ===== GOAL & STATS ===== */
.goalRaised {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}

.GloadSpan {
    font-family: var(--font1);
    font-size: 17px;
    line-height: 18px;
    color: var(--red);
}

.GloadHeading {
    min-width: 150px;
    background: var(--red);
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    margin: 10px 0 0;
    position: relative;
}

.GloadHeading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: snow;
    left: 5px;
    top: 5px;
    z-index: -1;
    border: 1px solid var(--red);
}

/* ===== IMAGE & MEDIA STYLES ===== */
.SecImgHolderCol {
    position: relative;
}

.SecImgHolder {
    display: flex;
    gap: 5px;
}

.ManagementExperts {
    min-height: 350px;
    object-fit: cover;
    object-position: center;
    width: 33%;
    transition: transform 0.3s ease, flex-grow 0.3s ease;
}

.ManagementExperts:nth-child(1) {
    margin-top: 40px;
}

.ManagementExperts:nth-child(2) {
    margin: 20px 0 40px;
}

.ManagementExperts:nth-child(3) {
    margin-bottom: 80px;
}

.forAbsolute {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 37.5%;
    box-shadow: 4px 4px 0 var(--white), 5px 5px 0 var(--blue);
}

.secondScreenImage, .secondScreenImageLeftSide {
    position: absolute;
    z-index: 2;
    border: 1px solid var(--red);
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    width: 300px;
    animation: rotatingImage linear 2s infinite;
    opacity: .1;
}

.secondScreenImage {
    right: 50px;
    bottom: 50px;
}

.secondScreenImageLeftSide {
    left: -100px;
    top: 50px;
}

.secondScreenImageRightDots, .secondScreenImageLeftDots {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    padding: 20px;
    box-sizing: border-box;
    width: 200px;
    opacity: .1;
}

.secondScreenImageRightDots {
    right: 10px;
    top: 10px;
}

.secondScreenImageLeftDots {
    left: 10px;
    bottom: 10px;
}

/* ===== VIDEO STYLES ===== */
.video-container {
    width: 15px;
    aspect-ratio: 16 / 9;
    border-radius: 40px;
    margin: 0 auto;
    transition: 0.5s all;
    position: relative;
}

.video-container.video-active {
    width: 100%;
    padding-bottom: 50px;
}

.video-bg {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 35px;
}

.video-loader {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 40px;
    background: linear-gradient(90deg, #e7e7e7 0%, #fff 50%, #e7e7e7 100%);
    background-size: 200% 100%;
    animation: flowBackground 3s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-sync-text {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ff0000;
    opacity: 0.8 !important;
    -webkit-text-stroke: 1px white;
    -moz-text-stroke: 1px white;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    /*animation: fadeIn 0.5s forwards;*/
}

/* ===== SLIDER & LOGO STYLES ===== */
.BottomFooterLogoContainer {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.PopLogoImg {
    width: 16%;
    height: 80px;
    object-fit: contain;
    background: white;
    border: 1px solid #00000012;
    padding: 10px;
    border-radius: 60px;
}

.SliderLogos {
    width: 90% !important;
    background: #fff;
    object-fit: contain;
    padding: 10px;
    border-radius: 5px;
    aspect-ratio: 9 / 5;
}

.sectionTitleonBlackBG {
    margin: -90px 0 40px;
}

.CompaniesTrustTitle {
    color: var(--white);
}

/* ===== EQUIPMENT CARDS ===== */
.EQCard56 {
    width: 100%;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    border-radius: 0 0 10px;
    padding: 0 0 40px;
    margin: 25px 0;
}

.EQImageBox56 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.EquipmentImage56 {
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    border-radius: 0 0 30px 30px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.EquipmentIcon56 {
    width: 50px !important;
    height: 50px;
    padding: 10px;
    background: var(--red);
    border-radius: 50%;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.EQCont56 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.EQCont56Title {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.EQCont56Button {
    font-size: 14px;
    background: var(--red);
    color: #fff;
    padding: 7px 20px;
    border: none;
    border-radius: 5px;
}

.LineContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
}

.LineOne {
    display: block;
    width: 100px;
    height: 2px;
    background-color: var(--red);
}

.LineTwo {
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--red);
}

.EqSpanNew {
    font-weight: 700;
    color: var(--red);
    letter-spacing: 5px;
    display: block;
    margin-top: -.3em;
    text-align: center;
}

/* ===== KEY FEATURES ===== */
.unique-key-feature23 {
    display: flex;
    gap: 45px;
    padding: 0;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.MainListofKeySection {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.unique-key-feature23 li {
    width: 120px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.unique-icon76r324 {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background-color: #f0f0f0;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #007bff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.SectionParagraph {
    font-size: 20px;
    font-weight: 300;
}

.ServiceMainContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* ===== HERO SLIDER ===== */
.itemParent {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.herodataitm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.herodataitm.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.elementor-icon {
    position: absolute;
    right: -25%;
    top: -18%;
}

.elementor-icon-left {
    position: absolute;
    left: -25%;
    top: -18%;
}

/* ===== ANIMATIONS ===== */
@keyframes flowBackground {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes rotatingImage {0% {padding: 5px 20px 20px 20px }30% {padding: 20px 5px 20px 20px }60% {padding: 20px 20px 5px 20px }90% {padding: 20px 20px 20px 5px }100% {padding: 5px 20px 20px 20px }}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }
    
    .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
        font-size: 2.5rem;
    }
    
    .target-area .target-content {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }
    
    .section-title, .section-title-s2, .section-title-s3 {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .OOSHeader06 {
        margin-bottom: 20px;
        padding: 0 8px;
    }
    
    .PatternServices {
        font-size: 25px;
    }
    
    .PatternServices span {
        -webkit-text-fill-color: var(--red);
        -webkit-text-stroke-width: none;
        -webkit-text-stroke-color: none;
    }
    
    .OOSShortDesc06 {
        color: var(--dark);
        font-size: 16px;
        font-weight: 400;
    }
    
    .OOSTitle06 span {
        background: none;
        padding: 0;
    }
    
    .goalRaised {
        margin: 20px 0;
    }
    
    .unique-key-feature23 li {
        width: 110px;
    }
    
    .ServiceMainContainer {
        gap: 5px;
    }
}

@media screen and (max-width: 600px) {

    
    .HerTitle710 {
        font-size: 20px;
    }
    
    .HeaderParagraph710 {
        font-size: 14px;
    }
    
    .MainButtonBox710 {
        gap: 2px;
    }
    
    .keywords710 {
        font-size: 11px;
        word-wrap: break-word;
        width: auto;
        padding: 8px;
        width: max-content;
    }
    
    .ColROw {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .OOSHeader06 {
        padding: 0 25px;
    }
    
    .elementor-icon {
        opacity: 0.2;
        right: 49%;
        top: -20%;
        transform: translateX(50%);
    }
    
    .elementor-icon-left {
        display: none;
    }
    
    .SecSectionCont {
        padding: 20px 0 50px;
    }
    
    .PatternServices {
        text-align: center;
        min-height: 60px;
        font-size: 20px;
    }
    
    #locationIDChange {
        display: block;
    }
    
    .PopLogoImg {
        border-radius: 15px;
    }
    
    .video-sync-text {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .PopLogoImg {
        width: 31%;
    }
}

@media only screen and (max-width: 550px) {
    .section-padding {
        padding: 20px 0;
    }
    
    .aboutAreaNew {
        padding-top: 20px;
    }
    
    .aboutFeaturesNew {
        gap: 18px 0;
    }
    
    .ServicesCard {
        width: 100%;
        margin-bottom: 1px;
    }
}

@media (max-width: 768px) {
    .secondScreenImage {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .sectionTitleonBlackBG {
        margin: 0 0 40px;
    }
}

.HashTagAtag {
    font-size: 14px;
    color: var(--red);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.keywordsTag {
    background: var(--red);
    padding: 0 5px 2px;
    color: var(--white);
}

.RightAfter::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff4f4;
    clip-path: polygon(100% 72%, 0 100%, 100% 100%);
    z-index: 1;
}

.srvTitleHas {
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 5px;
    display: block;
    margin-top: -.3em;
}

.serviceInnerBox {
    padding: 25px;
    width: 48%;
    border: 1px solid #e0ecff;
    box-shadow: rgb(0 0 0 / .1) -4px 9px 25px -6px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.serviceInnerBox::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.hire4event.com/assets-new/images/support_shadow-full.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 120px 140px;
    opacity: .3;
    animation: bgSizeAnimation 1s infinite alternate;
}
.logoIcon56, .showContent15 {
    position: relative;
    z-index: 5;
}
.cardTitle846 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}
.cardPatra846 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.ReadmBNTonSRV {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    border: 1px solid var(--blue);
    padding: 8px 15px;
    border-radius: 50px;
    color: var(--blue);
    gap: 10px;
}
.cardTitle846 a {
    color: var(--dark);
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .ServiceMainContainer {
        gap: 5px;
    }
    .serviceInnerBox {
        padding: 15px;
        width: 47%;
    }
    .logoIcon56 svg {
        width: 40px;
        height: 40px;
    }
    .cardTitle846 a {
        font-size: 16px;
        font-weight: 600;
    }
    .cardPatra846 {
        font-size: 12px;
    }
    .ReadmBNTonSRV {
        font-size: 12px;
        padding: 2px 8px;
    }
    .ReadmBNTonSRV svg {
        display: none;
    }
}




.reviewBG {
    background: url(../images/partners/partners-bg.jpg) center center / 60% repeat local;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    padding: 80px 0 0 0;
}
.reviewBG::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffffd9;
}
.section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 20px;
}
.section-title>span, .section-title-s2>span, .section-title-s3>span {
    font-weight: 700;
    color: var(--red);
    letter-spacing: 5px;
    display: block;
    margin-top: -.3em;
}
.section-titleh3 h3 {
    font-size: 40px;
    font-size: 2rem;
    line-height: 1em;
    margin: .2em 0 0;
    font-weight: 700;
}

.testimoninals-funfact-section .testimonials-slider-area .grid {
    background-color: #fff;
    padding: 50px 50px 50px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 50px 50px -80px #000;
    margin: 30px 0 100px 0;
    min-height: 370px;
}
.authorArea {
    display: flex
;
    gap: 10px;
}
.QouteIcon {
    width: 50px;
    height: 50px;
    background: var(--red);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.QouteIcon img {
    object-fit: cover;
}
.testimoninals-funfact-section .testimonials-slider-area p {
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
}

.ReviewerName {
    font-size: 14px;
    margin: 0;
}
.reviewStar{
    margin-top: 20px;
    color: #ffb820;
}
@media (max-width: 768px) {
    .testimoninals-funfact-section .testimonials-slider-area .grid {
        margin-bottom: 30px;
    }
    .testimoninals-funfact-section .testimonials-slider-area .grid {
        padding: 25px 20px;
    }
}
.faq-pg-section {
    position: relative;
    background-image: url(https://www.hire4event.com/assets-new/images/background-paper.png);
    padding-top: 72px;
}
.theme-accordion-s1 {
    margin-bottom: 0;
}
.theme-accordion-s1 .panel-default {
    background: #fff0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
    background-color: #fff0;
    padding: 0;
    border-radius: 0;
}
.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #020202;
    -webkit-box-shadow: 0 5px 15px 0 rgb(68 68 68 / .1);
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / .1);
}

.theme-accordion-s1 .panel-heading a {
    background: var(--red);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}
.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border: 0;
    padding: 40px 25px 15px;
    -webkit-box-shadow: 0 5px 15px 0 rgb(68 68 68 / .1);
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / .1);
}
.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
    margin-bottom: 1.3em;
}


.theme-accordion-s1 .panel-heading .collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.theme-accordion-s1 .panel-heading a:before {
    content: "\27A4";
    font-size: 15px;
    font-size: .9375rem;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-pg-section:before {
    position: absolute;
    content: "";
    background: #ffffffa8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.InsodeSectionTitleP {
    font-size: 16px !important;
    font-weight: 300;
    margin-top: 5px !important;
}
.home-blog-cards {
    padding-bottom: 60px;
}
.home-blog-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.home-blog-content {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.home-blog-excerpt {
    font-size: 14px;
    letter-spacing: 0;
}
.home-blog-footer {
    width: 100%;
}
.home-blog-read-more {
    width: 100%;
    display: flex;
    background: var(--white);
    padding: 10px;
    color: var(--red);
    border: 1px solid var(--red);
}
.home-blog-card-title a {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    color: var(--dark);
    line-height: 25px !important;
    display: block;
}



@media (max-width: 991px) {
    .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
        font-size: 40px;
        font-size: 1.8rem;
    }
}

.section-title h2 span, .section-title-s2 h2 span, .section-title-s3 h2 span {
    color: var(--red);
}

@media (max-width: 768px) {
.desc-wrapper{
    min-height:150px;
}
}


.site-header, .site-header .navigation {
    background: none !important;
}
.MenuTopHeader {
    border-bottom: none !important;
}
.BoxOFContent {
    padding-top: 50px;
}


@media (max-width: 768px) {
    .BoxOFContent {
        padding-top: 25px;
    }
    .video-container.video-active {
        width: 100%;
        padding-bottom: 25px;
    }
}


.site-header .navigation.sticky-on{
    background:white !important;
}