@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Austin News Headline Light';
    src: url(../font/Austin\ News\ Headline\ Light.woff) format('woff'),
        url(../font/Austin\ News\ Headline\ Light.woff2) format('woff2');
}
body {
    font-family: 'Montserrat';
    background: #fff;
}
.banner-section .container-fluid{
    padding:0;
}
.banner-section{
    position:relative;
    overflow:hidden;
}
.banner-img{
    position:relative;
    overflow:hidden;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d9, transparent);
    z-index:9;
}
.tag-line{
    padding:20px 0;
}
.tag-line-fer p {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b8b6b6;
    font-size: 15px;
}
.padding-space-extra{
    padding:40px 0;
}
.blog-main .section-title{
    padding-bottom:20px;
}
.section-title h1 {
    font-size: 25px;
    text-align: center;
}
.blog-img-inn img {
    border-radius: 10px;
}
.blog-img-inn img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}
.blog-section-point-1 h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.blog-section-point-1 p {
    font-size: 15px;
    text-align: justify;
}
.blog-section-point-2 h2 {
    font-size: 18px;
}
.blog-section-point-2 p {
    font-size: 15px;
    text-align: justify;
}
.blog-section-point-2 ul li {
    font-size: 15px;
    margin-bottom:10px;
}
.blog-section-point-2 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #b8b1b1;
}
.blog-section-point-3 h3{
    font-size: 19px;
    margin-bottom:20px;
}
.blog-section-point-3 form .extra-brochure{
    background:#000;
    color:#fff;
}

/* recent posts sidebar */
.recent-posts-sidebar {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 70px;
}

/* HEADING */
.recent-posts-sidebar h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* SCROLL AREA */
#recent-posts {
    max-height: 400px;
    /* height control */
    overflow-y: auto;
    padding-right: 5px;
}

/* SCROLLBAR STYLING */
#recent-posts::-webkit-scrollbar {
    width: 6px;
}

#recent-posts::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#recent-posts::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* EACH POST ITEM */
.recent-post-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.3s ease;
}

/* Hover Effect */
.recent-post-item:hover {
    transform: translateX(5px);
}

/* IMAGE */
.recent-post-item img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

/* TITLE */
.recent-post-item a {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

/* DATE */
.recent-post-item p {
    font-size: 12px;
    color: #777;
    margin: 4px 0 0;
}

.recent-post-in {
    font-size: 20px;
}
.desktop-banner{
    display:block;
}
.desktop-banner{
    display:block;
}
.tab-banner{
    display:none;
}
@media only screen and (max-width: 991px) {
    .desktop-banner{
        display:none;
    }
    .tab-banner{
        display:block;
    }
}