.grecaptcha-badge {
    z-index: 9 !important;
}

/* General Styles for WP Block Editor */
/* Headings */
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
    font-weight: bold;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
}

/* Paragraphs */
.wp-block-paragraph {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Lists */
.wp-block-list {
    margin-bottom: 1rem;
    margin-left: 20px;
    padding-left: 20px;
}

.wp-block-list li {
    margin-bottom: 0.5rem;
}

/* Quotes */
.wp-block-quote {
    border-left: 4px solid;
    padding-left: 15px;
    font-style: italic;
}

/* Images */
.wp-block-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Buttons */
.wp-block-button a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

/* Code Blocks */
.wp-block-code {
    padding: 10px;
    border-radius: 5px;
}

/* Tables */
.wp-block-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.wp-block-table th,
.wp-block-table td {
    border: 1px solid;
    padding: 8px;
    text-align: left;
}

.wp-block-table th {
    font-weight: bold;
}

/* Separator */
.wp-block-separator {
    border-top: 2px solid;
    margin: 20px 0;
}

.team-item-3 .team-thumb .team-social li a{
    font-size: 20px !important;
}

.cs-item .cs-thumb img{
    aspect-ratio: 16/9 !important;
}
.project-details-content .project-details-img {
    height: auto;
}
.project-details-content .project-details-img img {
    aspect-ratio: 16/9;
    height: auto;
}
.object-cover{
    object-fit: cover;
}

.lb-details{
    text-align: center !important;
}

.lb-caption{
    display: block;
    padding-bottom: 10px;
    font-size: 20px !important;
    text-align: center !important;
}

.project-details-content iframe{
    max-width: 100%;
    width: 700px !important;
}