h1#page-title {
    opacity: 0;
    position: absolute;
}
.wpgmza_map {
    border-radius: 5px;
}
div[class*="et_pb_image_"] span img {
    border-radius: 5px;
}
div#main-content {
    padding: 0 20px;
}
/*Icon style*/
.icon-box {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.icon-box table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
}

.icon-box tbody {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.icon-box tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.icon-box td {
    display: block;
    padding: 0 10px;
    flex: 1;
}

.icon-box tr,
.icon-box tbody,
.icon-box td,
.icon-box table {
    border: none !important;
}

.icon-link {
    text-decoration: none;
    display: block;
      text-align: -webkit-center;
}

.circular-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: var(--state-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px;
    margin: 0 auto;
}

.icon-link:hover .circular-icon {
    transform: scale(1.05);
    filter: brightness(1.1);
    background: var(--state-color);
}

.icon {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
    object-fit: contain;
}

.icon-text {
font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    color: var(--courier-color);
  
    margin-top:15px;
    letter-spacing: 1px;
    text-align: center;
    
}
.entry-content .icon-box tr td {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .icon-box tbody,
    .icon-box tr {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .icon-box td {
        flex: 0 0 auto;
        width: calc(33.333% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .icon-box td {
        width: calc(50% - 20px);
    }
    
    .circular-icon {
        width: 120px;
        height: 120px;
    }

}

@media screen and (max-width: 479px) {
    .circular-icon {
        width: 110px;
        height: 110px;
    }
    

}
/*Post grid style*/


p.ctdqb-post-author {
    order: 1;
    justify-content: flex-start;
    align-content: space-around;
    text-align: left;
    padding: 7px 15px !important;
    font-weight: 700;
    color: var(--courier-color);
    font-size: 13px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.post-grid-style-1 .ctdqb-item {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    background: #fff !important;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 0;
}

.ctdqb-post-feature-image {
    width: 100%;
    margin: 0;
}

.ctdqb-post-title {
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
    font-weight: 700;
    font-size: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines you want to show */
    overflow: hidden;
}

.ctdqb-post-excerpt {
    width: 100%;
    margin-bottom: 75px; /* Make space for author */
    padding: 0 15px;
    font-family: 'Montserrat';
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 300;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

p.ctdqb-post-author {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    z-index: 1;
    border-top: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    font-size: .75rem;
}


.ctdqb-post-title a {
    color: var(--courier-color) !important;
}



p.ctdqb-post-author a {
    color: var(--courier-color);
    font-size: 13px !important;
}

.post-grid-style-1 img {
    max-height: 200px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media screen and (max-width: 900px) {
    .ctdqb_query_builder_0 .ctdqb-layout-grid .ctdqb-items {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-gap: 20px;
    }

}

@media screen and (max-width: 575px) {
    .ctdqb_query_builder_0 .ctdqb-layout-grid .ctdqb-items {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        grid-gap: 20px;
    }

}