

section.spacer-blog {
    background: url(../images/spacer-image.png) no-repeat 0 0 #000000;
    background-size: 100% 400px;
    min-height: 400px;
} 

section.spacer-blog-inner {
    min-height: 127px;
} 

.blog-section {
    background-color: transparent !important; 
}

.mainTitle {
    background: linear-gradient(90deg, #999999 0%, #FFFFFF 25%, #FFFFFF 75%, #999999 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #F8E07C !important;
    max-width: fit-content;
}


.wp-scope * {
    max-width: 100%;
}

.wp-scope img {
    height: auto;
} 


.single-blog-post-container .blog-left-arrow {
    border: white 1px solid;
    border-radius: 50px;
    margin-right: 10px;
    height: 50px;
    transition: all 0.3s 
ease;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} 

.single-blog-post-container .post-content h2 {
    font-family: "Gilroy Bold" !important;
    font-size: 2.5rem !important;
    color: #f8e07c !important;
    text-transform: uppercase;
}

.single-blog-post-container h1 {
    font-family: "Gilroy Bold" !important;
    font-size: 2rem;
    margin: 0;
    color: #f8e07c !important;
}

.titleAndShareIcon {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
    padding: 2rem 0;
}

.shareBtn, .shareBtn:hover {
    color: #f8e07c !important;
    outline: none;
    border: none;
    font-size: 1.5rem;
}

.titleAndShareIcon {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
    padding: 0;
}

.single-blog-post-container .single-blog-post .back-btn {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
}

.breadcrumb {
    font-family: "Gilroy Medium";
}

.suggestedPosts.bg-grey {
    background: #171616;
    border-top: 2px solid #F8E07C;
}

.blog-card {
    border: none !important;
}
.accordion-item:first-of-type {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
}

.accordion-item {
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #fff;
}
.accordion-button:not(.collapsed), .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: #F4F4F4;
}
.faq button {
    font-family: "Gilroy Bold";
    font-size: 24px;
}
.faq .accordion-body {
    font-family: "Gilroy";
    font-size: 18px;
    color: #F4F4F4;
    opacity: 0.5;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: url(../images/gurgaon/down-arrow.svg);
}
@media (max-width: 767.98px) {
    .single-blog-post-container h1 {
        font-size: 1.6rem;
    }

    .single-blog-post-container .post-content h2 {
        font-size: 1.9rem !important;
        line-height: normal;
    }
}




ul.postTags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-family: "Gilroy Medium";
}

ul.postTags a {
    border: 1px solid #808080;
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    color: #808080 !important;
    cursor: text;
}