@font-face {
    font-family: 'Euclid Circular A Regular';
    src: url(/font/Euclid\ Circular\ A\ Regular.woff) format('woff'),
        url(/font/Euclid\ Circular\ A\ Regular.woff2) format('woff2');
}

@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');
}

.banner-section {
    height: 410px;
    background: url("../images/blog/ireo-corridors.jpg") center/cover fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section .banner-section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

.banner-content {
    position: fixed;
    top: 180px;
    /* uparâ€“neeche adjust kar sakti ho */
    left: 50%;
    transform: translateX(-50%) !important;
    text-align: center;
    color: #fff;
    z-index: 10;
}

.banner-content h1 {
    font-size: 45px;
    font-family: 'Austin News Headline Light';
}

/* Content Upar Slide Effect */
.blog-section {
    margin-top: 410px;
    /* Banner height + space */
    position: relative;
    z-index: 5;
    background: #fff;
}

.padding-space-extra {
    padding: 50px 0;
}

.section-title h2 {
    font-family: 'Austin News Headline Light';
    font-size: 36px;
}

.blog-section-information {
    font-family: 'Euclid Circular A Regular';
}

.blog-section-information p {
    font-size: 24px;
    color: #737070;
    text-align: justify;
}

.blog-inn h3 {
    font-family: 'Austin News Headline Light';
    font-size: 26px;
    font-weight: 600;
}

.comment-section {
    background: #fff;
    padding: 0 0 30px 0;
}

.comment-section-form {
    padding: 10px;
    background: #fbf6f6;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #9d9797;
}

.leave-a-comment {
    font-size: 22px;
    font-family: 'Euclid Circular A Regular';
    color: #000;
    margin-bottom: 5px;
}

.leave-a-comment form {
    font-family: 'Euclid Circular A Regular';
}

.comment-section-form form .btn {
    background: #68b5bc;
    color: #fff;
    width: 100%;
}

/* faq-section start */
.faq-section-information {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    /* Prevent overflow */
    max-width: 100%;
    font-family: 'Euclid Circular A Regular';

}

.card {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
}

.card:last-child {
    border-bottom: none;
}

.card-header {
    background: transparent !important;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}

.card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    /* Prevent long text overflow */
}

.btn-link {
    text-decoration: none !important;
    color: #000 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    white-space: normal !important;
    text-align: left !important;
    font-family: 'Euclid Circular A Regular';
    font-size: 27px;
}

.faq-section-information .card {
    font-family: 'Montserrat';
    border: none;
}

.faq-section-information .card .card-body {
    font-size: 15px;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
    color: #000;
}

.card-body {
    font-family: 'Euclid Circular A Regular';
    border-bottom: 1px solid #e4e0e0;
    font-size: 22px;
}

.icon {
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0;
}

.icon.plus::before {
    content: "+";
}

.icon.minus::before {
    content: "-";
}

.blog-int-ulder h3 {
    font-family: 'Austin News Headline Light';
    font-size: 25px;

}

.blog-int-ulder ul li {
    font-family: 'Euclid Circular A Regular';
    color: #737070;
}

/* SIDEBAR BOX */
.recent-posts-sidebar {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 25px;
}

/* 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;
}

/* SOCIAL BOX */
.social-follow-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.social-follow-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* ICON WRAPPER */
.social-follow-box .follows-icon {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

/* ICON BOX */
.social-follow-box .follows-icon .insta-icon-follow {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
}
.social-follow-box .follows-icon .insta-icon-follow {
    max-width: 40px !important;
    margin-right: 5px;
}
.social-follow-box .follows-icon .insta-icon-follow img {
    width: 20px;
    height: 20px;
}

/* faq end */
.recent-posts-sidebar {
    font-family: 'Euclid Circular A Regular';
}

.recent-post-in {
    font-size: 20px;
}

.social-follow-box p {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.table-of-content {
    border: 1px solid #000000;
    border-radius: 8px;
    background-color: #f9f9f9;
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin-bottom: 20px;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #f4511e;
    font-family: 'Austin News Headline Light';
    border-bottom: 1px solid #e7e0e0;
}

.toc-list {
    display: none;
    transition: all 0.3s ease;
}

.toc-list.active {
    display: block;
    margin-top: 20px;
}

.toc-icon {
    transition: transform 0.3s ease;
}

.toc-icon.rotate {
    transform: rotate(180deg);
}

.toc-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.toc-list li a {
    color: #5e5e5e;
    font-family: 'Euclid Circular A Regular';
    font-size: 16px;
    text-decoration: none;
}

.blog-image-project {
    margin-bottom: 20px;
}

.blog-image-project img {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}
.blog-section-information ul li {
    font-size: 14px;
    color: #737070;
    margin-bottom: 5px;
}
@media only screen and (max-width: 1800px) {
    /* .container {
        max-width: 1450px;
    } */

    .blog-section-information p {
        font-size: 15px;
        color: #737070;
    }
}

@media only screen and (max-width: 1600px) {
    .blog-section-information p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .blog-section-information p {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    /* .container {
        max-width: 1325px;
    } */

    .btn-link {
        font-size: 20px;
    }

    .card-body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .blog-section-information p {
        font-size: 14px;
    }

    .blog-inn h3 {
        font-size: 22px;
    }

    .btn-link {
        font-size: 19px;
    }

    .card-body {
        font-size: 16px;
        color: #4c4c4c;
    }

    .icon {
        font-size: 29px;
    }
}

@media only screen and (max-width: 1295px) {
    .blog-section-information p {
        font-size: 19px;
    }

    .banner-content h1 {
        font-size: 40px;
        margin-bottom: 0;
    }

    .container {
        max-width: 1055px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .blog-inn h3 {
        font-size: 22px;
    }

    .card-body {
        font-size: 18px;
    }

    .btn-link {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-content {
        width: 70%;
        top: 40%;
    }

    .container {
        max-width: 955px;
    }

    .blog-section-information p {
        font-size: 18px;
    }

    .btn-link {
        font-size: 20px;
    }

    .card-body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .card-body {
        font-size: 16px;
    }

    .container {
        max-width: 715px;
    }

    .blog-section-information p {
        text-align: justify;
    }
}

@media only screen and (max-width: 767px) {
    .banner-content {
        width: 87%;
    }

    .container {
        max-width: 665px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .blog-section-information p {
        font-size: 16px;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .blog-inn h3 {
        font-size: 19px;
    }

    .comment-section-form form textarea {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 565px) {
    .container {
        max-width: 100%;
    }

    .faq-section-information .card .card-body {
        font-size: 13px;
    }

    .banner-content {
        width: 100%;
    }

    .card-header {
        padding: 5px !important;
    }

    .btn-link {
        font-size: 17px;
    }

    .section-title h2 {
        font-size: 23px;
    }

    .blog-int-ulder h3 {
        font-size: 22px;
    }

    .blog-int-ulder ul li {
        font-size: 16px;
    }

    .blog-section {
        margin-top: 380px;
    }

    .toc-list li a {
        font-size: 13px;
    }

    .leave-a-comment {
        font-size: 18px;
    }
}

@media only screen and (max-width: 420px) {
    .banner-content h1 {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 24px;
        text-align: center;
    }

    .btn-link {
        font-size: 18px;
    }

    .icon {
        font-size: 24px;
    }

    /* .banner-section {
        height: 455px;
    } */

    .blog-section {
        margin-top: 500px;
    }

    .banner-content {
        top: 32%;
    }

    .blog-section-information p {
        font-size: 14px;
    }

    .social-follow-box .follows-icon .insta-icon-follow {
        max-width: 40px;
        margin-right: 0;
    }

    .follows-icon {
        justify-content: space-around;
    }

    .banner-section {
        height: 420px;
    }

    .blog-section {
        margin-top: 410px;
    }
    .insta-icon-follow {
    max-width: 35px;
}
}