/**
 * Table of Contents Widget Styles
 * @package Drillcorp
 * @since 1.0.0
 */

/* Table of Content Widget Container */
.table-of-content-list-item {
    background: rgba(172, 255, 47, 1);
    padding: 24px;
    padding-bottom: 0px;
}

.table-of-content-list-item .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(13, 26, 33, 0.2);
    color: rgba(13, 26, 33, 1);
}

/* TOC Widget List */
.toc-widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-widget li {
    transition: all 0.3s ease;
}

.toc-widget li a {
    display: block;
    padding: 8px 12px;
    color: rgba(13, 26, 33, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(13, 26, 33, 0.2);
    transition: all 0.3s ease;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.toc-widget a:hover {
    color: rgba(68, 34, 234, 1);
}

/* Active TOC Link */
.toc-widget a.active {
    color: rgba(13, 26, 33, 1);
}

.blog-sidebar-area{ 
    position: sticky;
    top: 20px;
    margin-top: -145px;
    z-index: 9;
}

html {
    scroll-behavior: smooth;
}


.contact-information {
    width: 100%;
    padding-top: 10px;
}

.contact-us-link{
    background: #acff2f;
}
.contact-information a {
    font-size: 24px;
    font-weight: 700;
    gap: 28px;
    color: rgba(13, 26, 33, 1);
    line-height: 1em;
    padding: 24px 24px 24px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    justify-content: center;

}

.contact-information-content{
    position: relative;
}

.contact-information a svg path {
    stroke: #000;
}

.contact-information a svg {
    width: 20px;
    height: 16px;
    /* margin-top: 6px; */
}

.contact-information {
    position: relative;
}

.contact-information-wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 440px;
}

.contact-info-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.contact-info-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contact-info-name {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.contact-info-designation {
    font-weight: 500;
    font-size: 20px;
    color: rgba(226, 239, 244, 1);
    text-align: center;
}

.contact-info-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-info-social a {
    background: rgba(68, 34, 234, 1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-social a:hover {
    background-color: #fff;
}

.contact-info-social a img {
    filter: invert(0);
}

.contact-info-social a:hover img {
    filter: invert(1);
}

p.contact-info-location {
    font-size: 20px;
    font-weight: 500;
    color: rgba(226, 239, 244, 1);
    margin-bottom: 20px;
    margin-top: 16px;
    line-height: 1em;
}

.fixed-contact-button {
    opacity: 0 ;
    visibility: hidden ;
    pointer-events: none ;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.single-projects .fixed-contact-section {
    min-width: 100% !important;
}

#project-fixed-btn {
    min-width: auto !important;
}

  img.contact-person-thumb {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
