/*
Theme Name: Bloxby WP
Theme URI: 
Author: 42 Works
Author URI: 
Description: A custom block theme for Bloxby Assistant an AI-powered WordPress platform that streamlines website creation and management.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: silversh
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

.is-layout-flex> :is(div.container) {
    margin: auto;
}

/****** Bootstrap Overrides *****/
:root {
    --base-padding: 8px;

    /* Font Families  */
    --family-primary: "Figtree", sans-serif;
    --family-secondary: "Instrument Sans", sans-serif;
    --heading-weight: 600;
    --heading-spacing: 'normal';

    /* Border Radius */
    --bs-border-radius: 32px;
    --bs-border-radius-sm: 16px;
    --bs-border-radius-lg: 24px;
    --bs-border-radius-xl: 32px;
    --bs-border-radius-xxl: 8rem;
}

body {
    font-family: var(--family-primary);
}

h1 {
    font-family: var(--family-secondary);
    color: var(--bs-primary);
    font-weight: var(--heading-weight);
    letter-spacing: var(--heading-spacing);
    line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: var(--heading-weight) !important;
    letter-spacing: var(--heading-spacing);
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

.hs-xxl {
    font-size: 85px;
    line-height: 1.2;
}

.hs-xl {
    font-size: 48px;
    line-height: 1.2;
}

.hs-l {
    font-size: 32px;
    line-height: 1.3;
}

.hs-m {
    font-size: 24px;
    line-height: 1.3;
}

.hs-s {
    font-size: 20px;
    line-height: 1.4;
}

.hs-tagline {
    font-size: 16px;
    line-height: 1.4;
}

.ts-xl {
    font-size: 24px;
    line-height: 1.5;
}

.ts-l {
    font-size: 20px;
    line-height: 1.5;
}

.ts-m {
    font-size: 18px;
    line-height: 1.5;
}

.ts-r {
    font-size: 16px;
    line-height: 1.5;
}

.ts-s {
    font-size: 14px;
    line-height: 1.5;
}

p:empty {
    display: none;
}

.text-white * {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}

.text-dark * {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}

.text-dark .btn {
    color: var(--bs-btn-color);
}

.text-dark .btn:hover {
    color: var(--bs-btn-bg);
}

.text-white .btn:hover {
    color: var(--bs-light);
    border-color: var(--bs-light);
    background: transparent;
}

ul.wp-block-list.list-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

figure.h-100 img {
    height: 100%;
}

textarea {
    resize: none;
    max-height: 180px;
}

.btn {
    border-radius: var(--bs-border-radius) !important;
    line-height: 1;
}

.btn.btn-light {
    color: var(--bs-dark);
}

.btn.btn-light:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.media-rounded img {
    border-radius: var(--bs-border-radius);
    box-shadow: var(--bs-box-shadow);
}

.media-rounded-sm img {
    border-radius: var(--bs-border-radius-sm);
    box-shadow: var(--bs-box-shadow-sm);
}

.media-rounded-lg img {
    border-radius: var(--bs-border-radius-lg);
    box-shadow: var(--bs-box-shadow);
}

.media-stretched,
.media-stretched img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure.wp-block-image.rounded {
    overflow: hidden;
}

.card-body {
    margin: 0;
}

.card .wp-block-post-excerpt__more-text {
    margin-top: 16px;
}

.card .wp-block-post-featured-image {
    overflow: hidden;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}

.card-body .wp-block-post-excerpt__excerpt {
    margin-bottom: 0px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.card figure.wp-block-post-featured-image {
    overflow: hidden;
}

.card .wp-block-post-featured-image img {
    transition: all ease 0.3s;
}

.card .wp-block-post-featured-image {
    transition: all ease 0.2s;
}

.card .wp-block-post-featured-image:hover img {
    transform: scale(1.06);
}


/*** Search Popup ***/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 15%);
    height: 100%;
}

.search-popup-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--color-primary);
    height: 180px;
    top: -250px;
}

.search-close {
    position: absolute;
    right: 10px;
    font-size: 32px;
    top: 10px;
    cursor: pointer;
}

input.search-field {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    color: #fff;
    font-size: 24px;
    outline: none;
}

form.search-form {
    max-width: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input.search-submit {
    font-family: 'Font Awesome 7 Free';
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    color: var(--bs-primary);
    font-weight: 600;
}

form.search-form>label {
    width: calc(100% - 50px);
}

.search-popup.active .search-popup-inner {
    top: 0;
    animation: slideDown 0.5s ease-out forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        /* Start off-screen */
        opacity: 0;
    }

    to {
        transform: translateY(0);
        /* End at original position */
        opacity: 1;
    }
}


/* Default Accordian */
.wp-block-accordion-item .wp-block-accordion-panel {
    display: grid !important;
    grid-template-rows: 0fr !important;
    transition: grid-template-rows 0.4s ease-out, opacity 0.4s ease-out !important;
    /* The Smooth Animation */
    opacity: 0 !important;
    border-bottom: 1px solid #7e7e7e54;
    padding-bottom: calc(var(--base-padding) * 2);
    margin: 0;
}

/* Content Wrapper */
.wp-block-accordion-item .wp-block-accordion-panel>* {
    overflow: hidden !important;
}

/* The Active State */
.wp-block-accordion-item.is-open .wp-block-accordion-panel {
    grid-template-rows: 1fr !important;
    opacity: 1 !important;
}

.wp-block-accordion-heading {
    border-bottom: 1px solid #7e7e7e54;
    padding-bottom: calc(var(--base-padding) * 1);
}

.wp-block-accordion-heading__toggle {
    padding: 0;
    font-weight: 500;
}

.wp-block-accordion-item.is-open .wp-block-accordion-heading {
    border: 0;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

.wp-block-accordion-item:last-child .wp-block-accordion-panel,
.wp-block-accordion-item:last-child .wp-block-accordion-heading {
    border: 0;
}

/****   Slider Defaults    *****/

/** Dots **/
.slick-dots {
    position: absolute;
    top: 100%;
    display: flex;
    font-size: 0;
    gap: 7px;
    width: 100%;
    padding: 0;
    justify-content: center;
    list-style: none;
}

.slick-dots li button,
.swiper-pagination .swiper-pagination-bullet {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    padding: 0;
    transition: all ease 0.2s;
    background: rgba(var(--bs-secondary-rgb), 0.2);
    opacity: 1;
}

.slick-dots li.slick-active button,
.swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(var(--bs-primary-rgb), 1);
}

.swiper-button-prev,
.swiper-button-next {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-navigation-icon {
    width: 22px !important;
    height: 22px !important;
}

/****   Slider Defaults  *****/


/***** Flex Grids ******/
.flex-grid-row .flex-grid-item {
    flex-basis: calc(100% / 3 - 16px);
}

.flex-grid-row.gap-4 .flex-grid-item {
    flex-basis: calc(100% / 3 - 1.5rem);
}

.flex-grid-row.gap-5 .flex-grid-item {
    flex-basis: calc(100% / 3 - 3rem);
}

.card.flex-grid-item:hover {
    color: #fff;
    background-color: rgba(var(--bs-primary-rgb), 1);
    transition: all ease 0.3s;
}



/****** Custom Overflowed Overrides *****/
@media (min-width: 576px) {
    .container.one-side-fluid {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container.one-side-fluid {
        max-width: calc((100% - 720px)/2 + 720px) !important;
    }
}

@media (min-width: 992px) {
    .container.one-side-fluid {
        max-width: calc((100% - 960px)/2 + 960px) !important;
    }
}

@media (min-width: 1200px) {
    .container.one-side-fluid {
        max-width: calc((100% - 1140px)/2 + 1140px) !important;
    }
}

@media (min-width: 1400px) {
    .container.one-side-fluid {
        max-width: calc((100% - 1320px)/2 + 1320px) !important;
    }
}

@media (min-width: 1599px) {
    .container.one-side-fluid {
        max-width: calc((100% - 1400px)/2 + 1400px) !important;
    }
}

/****** Custom Overflowed Overrides End *****/


/****** Custom CSS for blocks styling. Donot use any custom backgrounds and colors  ******/

.wp-block-columns>.wp-block-column {
    height: fit-content;
}

.wp-block-column.is-vertically-aligned-stretch {
    height: inherit !important;
}

/**** Header and Footer  ****/

#menu-header-menu .sub-menu {
    min-width: 250px;
    z-index: 9;
    text-align: left;
    box-shadow: 0px 4px 4px 0px rgba(26, 24, 29, .1);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 120%;
    display: block;
    padding: 0px;
    list-style: none;
}

#menu-header-menu .sub-menu li {
    border-bottom: 1px solid #efefef;
}

#menu-header-menu .sub-menu a {
    padding: calc(var(--base-padding) * 2);
    transition: all ease .2s;
}

#menu-header-menu .sub-menu li a:hover {
    background: var(--bs-primary);
    color: #fff;
}

#menu-header-menu .sub-menu li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul#menu-header-menu li:hover>ul,
ul#menu-header-menu li:focus-within>ul {
    display: block;
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navbar-nav a {
    text-decoration: none;
    color: var(--bs-dark);
    line-height: 1;
    transition: 0.3s;
    padding: 20px 0px;
    display: block;
}

.navbar-nav a:hover {
    color: var(--bs-primary);
}

header.wp-block-template-part {
    background: var(--bs-white) !important;
    color: var(--bs-white) !important;
    box-shadow: 1px 10px 20px -17px #bbb;
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all ease 0.3s;
}

header.scrolled>.wp-block-group {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

footer.wp-block-template-part {
    background: rgba(var(--bs-secondary-bg-rgb), 0.05) !important;
    margin: 0;
}

.wp-block-site-logo img {
    min-height: 50px;
    max-height: 60px;
    object-fit: contain;
    width: 100%;
    object-position: left;
    transition: all ease 0.3s;
}

header.scrolled .wp-block-site-logo img {
    max-height: 50px;
}

.site-logo-footer .wp-block-site-logo img {
    max-height: 120px;
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
}

.navigation-main .navbar-nav a {
    text-decoration: none;
    color: var(--bs-dark);
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all ease 0.2s;
}

.navigation-footer .navbar a {
    color: var(--bs-dark);
    transition: all ease 0.2s;
}

.navigation-main .navbar-nav a:hover,
.navigation-footer .navbar a:hover {
    color: var(--bs-primary);
}

.navigation-footer nav.navbar a {
    text-decoration: none;
}

.navigation-main .navbar-nav .current-menu-item>a,
.navigation-footer .navbar .current-menu-item>a {
    text-decoration: none;
    color: var(--bs-primary);
}

.navigation-main-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;
}

.navigation-main-wrap .cta-single .cta-link {
    display: flex;
    gap: 10px;
    align-items: end;
    text-decoration: none;
    font-weight: 500;
    min-width: 50px;
    justify-content: center;
    padding: 9px 20px 10px 20px;
}

.navigation-main-wrap .cta-single .cta-link:hover {
    color: var(--bs-dark);
}

.navigation-main-wrap .cta-single .cta-phone i {
    position: relative;
    top: 3px;
}

.navigation-main-wrap .cta-single .cta-link i svg {
    display: block;
}

.navigation-main-wrap .cta-group {
    display: flex;
    gap: 15px;
}

.navigation-main-wrap .cta-group .cta-link {
    font-size: 22px;
    text-decoration: none;
    line-height: 1;
    transition: all ease 0.2s;
}

.navigation-main-wrap .cta-group .cta-link:hover {
    color: var(--bs-dark);
}

.navigation-main-wrap .cta-single .cta-text {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 22px;
    font-family: var(--family-secondary);
    line-height: 1;
    gap: 5px;
    letter-spacing: 1px;
    font-variant-numeric: lining-nums;
}

.navigation-main-wrap .cta-single .cta-text span {
    font-size: 16px;
    font-family: var(--family-primary);
    line-height: 1;
    letter-spacing: 0;
}

.navigation-pre-header+.navigation-main-wrap .navbar {
    border-top: 1px solid #ddd;
}

.header-cta {
    gap: 15px !important;
}

.header-cta .cta-link.btn {
    padding: calc(var(--base-padding) * 2) calc(var(--base-padding) * 3);
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    transition: all ease 0.3s;
}

header.scrolled .header-cta .cta-link.btn {
    padding: calc(var(--base-padding) * 1.5) calc(var(--base-padding) * 2);
    font-size: 16px;
}

header.scrolled .header-cta .cta-link.btn svg {
    width: 20px;
    height: 20px;
}

.header-cta .search-toggle.btn {
    padding: calc(var(--base-padding) * 2);
    font-size: 20px;
    line-height: 1;
}

header.scrolled .header-cta .search-toggle.btn {
    padding: calc(var(--base-padding) * 1.5);
    font-size: 16px;
    line-height: 1;
}

header.scrolled .header-cta .search-toggle.btn svg {
    width: 20px;
    height: 20px;
}

a.nap-directions {
    text-decoration: underline;
    margin-top: 0.5rem;
    display: block;
}

/**** Header and Footer  ****/

/********  Sidebars  ********/
.sidebar-block {
    background: #ffffff;
    border: 1px solid #eee;
}

.sidebar-block h2 {
    font-size: 28px;
    margin-bottom: calc(var(--base-padding) * 2);
}

.sidebar-block.bg-primary h2,
.sidebar-block.bg-secondary h2 {
    color: #fff;
}

.sidebar-menu-wrap ul.wp-block-navigation {
    width: 100%;
    margin: 0;
    display: block;
    padding: 0;
}

.sidebar-menu-wrap>.wp-block-navigation {
    margin: 0;
    display: block;
}

.sidebar-menu-wrap ul.wp-block-navigation a {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 0px;
    text-decoration: none;
    color: var(--bs-dark);
    border-bottom: 1px solid #eee;
    transition: all ease 0.2s;
}

.sidebar-menu-wrap ul.wp-block-navigation a:hover {
    background: rgba(var(--bs-secondary-rgb), 1);
    color: #fff;
}

.sidebar-menu-wrap ul.wp-block-navigation .current-menu-item a {
    background: rgba(var(--bs-secondary-rgb), 1);
    color: #fff;
}

.sidebar-menu-wrap ul.wp-block-navigation li:last-child a {
    margin-bottom: 0 !important;
    border: none !important;
}

/* Sidebar search */
.sidebar-search-block .wp-block-search .wp-block-search__inside-wrapper {
    border-radius: var(--bs-border-radius);
    border-color: var(--bs-primary);
    background: var(--bs-light);
    padding: var(--base-padding) var(--base-padding) var(--base-padding) calc(var(--base-padding) * 2);
}

.sidebar-search-block .wp-block-search input {
    background: transparent;
}

.sidebar-search-block .wp-block-search button {
    border-radius: var(--bs-border-radius);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    font-size: 0;
}

/********  Sidebars  ********/

/***** Commons ******/

.border-seperator {
    position: relative;
}

.border-seperator::after {
    content: "";
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(95, 95, 95, 0.25) 20%, rgba(95, 95, 95, 0.25) 80%, rgba(255, 255, 255, 0) 100%);
}

.border-seperator.bottom::after {
    bottom: 0;
}

.border-seperator.top::after {
    top: 0;
}

.common-padding {
    padding: calc(var(--base-padding) * 12) 0px;
}

.common-padding-sm {
    padding: calc(var(--base-padding) * 10) 0px;
}

ul.wp-block-post-template {
    gap: calc(var(--base-padding) * 3) calc(var(--base-padding) * 3);
}

ul.wp-block-post-template li.wp-block-post {
    margin: 0;
}

a.is-layout-flex {
    display: inline-block !important;
}

figure.wp-block-media-text__media,
figure.wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
}

.btn .wp-block-button__link {
    background: none;
    padding: 0;
    color: inherit;
}

.badge.rounded-pill a {
    color: inherit;
    text-decoration: none;
}

span.wpcf7-list-item {
    margin: 0;
    margin-bottom: 4px;
    display: block;
}

span.wpcf7-form-control {
    column-count: 2;
    display: block;
    column-gap: 24px;
    margin-bottom: -4px;
    margin-top: 8px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

.form-submit-wrap {
    position: relative;
}

.wpcf7-spinner {
    position: absolute !important;
    right: 0;
    bottom: 15px !important;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    letter-spacing: .2px;
    background-color: #b30000;
    border-radius: 0px;
    line-height: 14px;
    text-transform: capitalize;
    margin: 0;
    padding: 1px 7px;
    display: block;
    width: max-content;
}

.wp-block-query-pagination .page-numbers {
    display: block;
    padding: 0.5rem 0.75rem;
    color: var(--color-primary);
    background-color: #fff;
    border: 1px solid var(--color-primary);
    text-decoration: none;
    border-radius: 0.25rem;
    margin: 0 2px;
    line-height: 1;
}

.wp-block-query-pagination .page-numbers.current {
    color: var(--bs-light);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn.wp-block-button__link {
    width: auto;
}

.section-heading-wrap {
    margin: auto;
    max-width: 950px;
}

.section-heading-wrap.text-center .wp-block-buttons {
    justify-content: center;
    margin-bottom: 40px;
}

.portfolio-material-slider p {
    font-size: 16px !important;
}

.inner-page-hero {
    min-height: 380px;
}

.category-pills a {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    text-decoration: none;
}

.sidebar-posts-column .wp-block-latest-posts__list>li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wp-block-post-content :first-child {
    margin-top: 0;
}

.position-sticky.single-sidebar {
    top: 120px;
}

.wp-block-query-no-results {
    text-align: center;
}

footer a {
    text-decoration: none;
}

footer .footer-social-nav li a {
    width: 48px;
    height: 48px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-light);
}

footer .footer-social-nav li a:hover {
    background-color: var(--bs-primary);
}

.banner-height {
    min-height: 90vh;
}

.inner-banner-height {
    min-height: 420px;
}

.bloxby-newsletter-form .wpcf7-form-control,
.bloxby-newsletter-form .wpcf7-submit {
    width: 100%;
    height: 55px;
    border-radius: var(--bs-border-radius-sm) 0 0 var(--bs-border-radius-sm);
    padding: 10px;
    background-color: rgb(255 255 255 / 20%);
    border: 0;
    display: block;
    color: #fff;
}

.bloxby-newsletter-form .wpcf7-form-control {
    padding: 10px 25px;
}

.bloxby-newsletter-form .wpcf7-form-control::placeholder {
    color: #fff;
}

.bloxby-newsletter-form p {
    margin: 0;
}

.bloxby-newsletter-form .wpcf7-submit {
    border-radius: 0 var(--bs-border-radius-sm) var(--bs-border-radius-sm) 0 !important;
    width: 80px;
    font-size: 0px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDM5LjEgMjk3LjRDNDUxLjYgMzA5LjkgNDUxLjYgMzMwLjIgNDM5LjEgMzQyLjdMMjc5LjEgNTAyLjdDMjY2LjYgNTE1LjIgMjQ2LjMgNTE1LjIgMjMzLjggNTAyLjdDMjIxLjMgNDkwLjIgMjIxLjMgNDY5LjkgMjMzLjggNDU3LjRMMzcxLjIgMzIwTDIzMy45IDE4Mi42QzIyMS40IDE3MC4xIDIyMS40IDE0OS44IDIzMy45IDEzNy4zQzI0Ni40IDEyNC44IDI2Ni43IDEyNC44IDI3OS4yIDEzNy4zTDQzOS4yIDI5Ny4zeiIvPjwvc3ZnPg==');
    background-color: var(--color-primary);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
}


.banner-content-centered {
    background-position: center;
}

.banner-content-centered * {
    justify-content: center;
    text-align: center;
}

.banner-content-centered.content-bottom * {
    justify-content: normal;
    text-align: left;
    align-items: self-end !important;
}

.banner-content-centered.content-bottom h1 {
    margin-bottom: 0px !important;
}

.banner-content-centered::after {
    content: "";
    background: #0000008c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-content-centered.banner-with-form::after,
.banner-content-centered.banner-with-buttons::after {
    background: rgba(var(--bs-secondary-bg-rgb), 0.5) !important;
}

.banner-content-centered * {
    z-index: 1;
}


/*** Button Links with Arrow ***/
.wp-block-button.btn-link.btn-arrow {
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    border: none;
}

.wp-block-button.btn-link.btn-arrow .wp-block-button__link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wp-block-button.btn-link.btn-arrow .wp-block-button__link::after {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #fff;
    background-color: var(--bs-primary);
    width: 24px;
    height: 24px;
    line-height: 0;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 11px;
    text-decoration: none !important;
    transition: none !important;
}

.wp-block-button.btn-secondary.btn-link.btn-arrow .wp-block-button__link::after {
    background-color: var(--bs-secondary);
}

.wp-block-button.btn-white.btn-link.btn-arrow .wp-block-button__link::after {
    background-color: #fff;
    color: var(--bs-primary);
}

.wp-block-button.btn-link.btn-arrow:hover {
    color: var(--bs-primary);
    border: none;
}

.wp-block-button.btn-secondary.btn-link.btn-arrow:hover {
    color: var(--bs-secondary);
}

.wp-block-button.btn-white.btn-link.btn-arrow:hover {
    color: #ffffffe0;
}


/*** Button Links with Arrow ***/

/** Practice Area overflow slider **/
.services-slider-overflowed-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-left: 20px;
}

.services-slider-overflowed-item figure {
    height: 100%;
    width: 100%;
}

.services-slider-overflowed-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-slider-overflowed .services-slider-overflowed-item {
    height: 456px;
    display: flex;
    transition: height 0.4s ease;
}

.servicesSwiper:not(.swiper-initialized) .swiper-wrapper {
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    gap: 32px;
    overflow: auto;
    scroll-snap-type: x;
    grid-template-columns: auto;
}

.servicesSwiper .services-slider-overflowed-item {
    width: 100%;
}

.services-slider-overflowed-item.swiper-slide-prev {
    height: 498px;
}

.services-slider-overflowed-item-content {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 0, transparent 100%);
    padding: calc(var(--base-padding) * 2) !important;
    color: #fff;
}

.services-slider-overflowed-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.servicesSwiper.swiper-initialized .swiper-wrapper {
    display: flex;
    gap: 0;
    align-items: end;
    height: 498px;
}

.servicesSwiper.swiper-initialized {
    padding-bottom: calc(var(--base-padding) * 8);
}

.services-slider-overflowed .swiper-button-prev,
.services-slider-overflowed .swiper-button-next {
    bottom: 0;
    top: unset !important;
}

.services-slider-overflowed .swiper-button-prev {
    left: 10% !important;
}

.services-slider-overflowed .swiper-button-next {
    left: 20% !important;
}

/** Practice Area overflow slider **/

/** Our Team Slider Swiper **/

.our-team-slider-grid.is-layout-flow {
    display: flex !important;
    align-items: center;
    margin-bottom: 60px !important;
    justify-content: center;
}

.our-team-slider-grid.swiper-wrapper {
    padding: 40px 0;
    gap: 0;
    justify-content: normal;
}

.team-card .ourTeamSwiper .wp-block-post {
    transform: scale(1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card .ourTeamSwiper .card-img-top {
    background: #000;
}

.team-card .ourTeamSwiper .card-img-top img {
    opacity: .6;
    aspect-ratio: 5/6;
    max-height: 500px;
}

.team-card .ourTeamSwiper .card-body h3,
.team-card .ourTeamSwiper .card-body p,
.team-card .ourTeamSwiper .card-body a.learn-more {
    transform: translateY(95px);
    transition: all 0.3s ease;
}

.team-card .ourTeamSwiper .card-body p,
.team-card .ourTeamSwiper .card-body a.learn-more {
    opacity: 0;
}

.team-card h3 {
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.team-card .ourTeamSwiper .card-body {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: calc(100% - 32px);
    padding: 16px;
    text-align: left;
    color: #fff;
    z-index: 2;
    transition: all 0.4s ease;
    right: 0;
    margin: auto;
}

.team-card .ourTeamSwiper .card-body::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(111.52deg, #484848 33.76%, #dedddd00 61.3%, #484848 93.43%);
    mask: linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.team-card .ourTeamSwiper .our_team_card {
    display: flex;
    align-items: center;
    position: relative;
}

.team-card .ourTeamSwiper .swiper-slide-active {
    transform: scale(1.15);
    opacity: 1;
    z-index: 2;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-img-top img {
    opacity: .9;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-body::after {
    opacity: 1;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-body {
    position: absolute;
    background: #00000033;
    backdrop-filter: blur(5px);
    border-radius: 16px;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-body::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(111.52deg, #484848 33.76%, #dedddd00 61.3%, #484848 93.43%);
    mask: linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.team-card .ourTeamSwiper .swiper-slide-active h3 {
    font-size: 24px;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-body h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-body p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.team-card .ourTeamSwiper .swiper-slide-active .card-body a.learn-more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
    margin-top: 16px;
}

.team-card .ourTeamSwiper.no-slider h3 {
    font-size: 24px;
}

.team-card .ourTeamSwiper.no-slider .card-body::after {
    opacity: 1;
}

.team-card .ourTeamSwiper.no-slider .card-body {
    background: #00000033;
    backdrop-filter: blur(5px);
    border-radius: 16px;
}

.team-card .ourTeamSwiper.no-slider .card-body h3,
.team-card .ourTeamSwiper.no-slider .card-body p,
.team-card .ourTeamSwiper.no-slider .card-body a.learn-more {
    transform: translateY(0);
    opacity: 1 !important;
}

.ourTeamSwiper.no-slider .our-team-slider-grid.is-layout-flow {
    margin-bottom: 0 !important;
    flex-wrap: wrap;
}

.our-team-slider-grid.is-layout-grid {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.team-card .ourTeamSwiper.no-slider .card-img-top img {
    opacity: .8;
}

/** Our Team Slider Swiper **/

.feature-details-columns>.wp-block-column {
    height: auto !important;
}

.is-vertically-aligned-stretch>.wp-block-group {
    height: 100%;
}

.feature-detail-column__image {
    position: relative;
}

.feature-detail-column__image::after {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    border-radius: 16px;
    border: 2px solid #fff;
}

.feature-details-columns .bg-secondary .btn:hover {
    background: transparent;
    color: #fff;
}

.feature-detail-column__content {
    padding: calc(var(--base-padding) * 8);
}

.testimonial-grid-block::before {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC44NTMzIDkuMTE1OTlDMTEuMzIyNyAxMy45NTIzIDcuMTM5MTMgMTkuNTgxMiA2LjMwMjU2IDI2LjAwMjlDNS4wMDAyMSAzNiAxMy45NDA0IDQwLjg5MzMgMTguNDcwMyAzNi40OTY3QzIzLjAwMDIgMzIuMTAwMiAyMC4yODQ4IDI2LjUxOTYgMTcuMDA0NyAyNC45OTQyQzEzLjcyNDYgMjMuNDY4NyAxMS43MTg3IDI0IDEyLjA2ODYgMjEuOTYxNkMxMi40MTg1IDE5LjkyMzEgMTcuMDg1MSAxNC4yNzEzIDIxLjE4NDkgMTEuNjM5MkMyMS40NTY5IDExLjQwNzkgMjEuNTYwNCAxMC45NTkxIDIxLjI5ODUgMTAuNjE4N0MyMS4xMjYyIDEwLjM5NDcgMjAuNzg4MyA5Ljk1NTU3IDIwLjI4NDggOS4zMDExNEMxOS44NDQ1IDguNzI4ODggMTkuNDIyNyA4Ljc1MDI5IDE4Ljg1MzMgOS4xMTU5OVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM4LjY3ODkgOS4xMTU5OUMzMS4xNDg0IDEzLjk1MjMgMjYuOTY0OCAxOS41ODEyIDI2LjEyODIgMjYuMDAyOUMyNC44MjU5IDM2IDMzLjc2NjEgNDAuODkzMyAzOC4yOTYgMzYuNDk2N0M0Mi44MjU5IDMyLjEwMDIgNDAuMTEwNSAyNi41MTk2IDM2LjgzMDQgMjQuOTk0MkMzMy41NTAzIDIzLjQ2ODcgMzEuNTQ0MyAyNCAzMS44OTQzIDIxLjk2MTZDMzIuMjQ0MiAxOS45MjMxIDM2LjkxMDggMTQuMjcxMyA0MS4wMTA2IDExLjYzOTJDNDEuMjgyNiAxMS40MDc5IDQxLjM4NjEgMTAuOTU5MSA0MS4xMjQxIDEwLjYxODdDNDAuOTUxOSAxMC4zOTQ3IDQwLjYxNCA5Ljk1NTU3IDQwLjExMDUgOS4zMDExNEMzOS42NzAyIDguNzI4ODggMzkuMjQ4NCA4Ljc1MDI5IDM4LjY3ODkgOS4xMTU5OVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4=') no-repeat center / contain;
    mask: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC44NTMzIDkuMTE1OTlDMTEuMzIyNyAxMy45NTIzIDcuMTM5MTMgMTkuNTgxMiA2LjMwMjU2IDI2LjAwMjlDNS4wMDAyMSAzNiAxMy45NDA0IDQwLjg5MzMgMTguNDcwMyAzNi40OTY3QzIzLjAwMDIgMzIuMTAwMiAyMC4yODQ4IDI2LjUxOTYgMTcuMDA0NyAyNC45OTQyQzEzLjcyNDYgMjMuNDY4NyAxMS43MTg3IDI0IDEyLjA2ODYgMjEuOTYxNkMxMi40MTg1IDE5LjkyMzEgMTcuMDg1MSAxNC4yNzEzIDIxLjE4NDkgMTEuNjM5MkMyMS40NTY5IDExLjQwNzkgMjEuNTYwNCAxMC45NTkxIDIxLjI5ODUgMTAuNjE4N0MyMS4xMjYyIDEwLjM5NDcgMjAuNzg4MyA5Ljk1NTU3IDIwLjI4NDggOS4zMDExNEMxOS44NDQ1IDguNzI4ODggMTkuNDIyNyA4Ljc1MDI5IDE4Ljg1MzMgOS4xMTU5OVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM4LjY3ODkgOS4xMTU5OUMzMS4xNDg0IDEzLjk1MjMgMjYuOTY0OCAxOS41ODEyIDI2LjEyODIgMjYuMDAyOUMyNC44MjU5IDM2IDMzLjc2NjEgNDAuODkzMyAzOC4yOTYgMzYuNDk2N0M0Mi44MjU5IDMyLjEwMDIgNDAuMTEwNSAyNi41MTk2IDM2LjgzMDQgMjQuOTk0MkMzMy41NTAzIDIzLjQ2ODcgMzEuNTQ0MyAyNCAzMS44OTQzIDIxLjk2MTZDMzIuMjQ0MiAxOS45MjMxIDM2LjkxMDggMTQuMjcxMyA0MS4wMTA2IDExLjYzOTJDNDEuMjgyNiAxMS40MDc5IDQxLjM4NjEgMTAuOTU5MSA0MS4xMjQxIDEwLjYxODdDNDAuOTUxOSAxMC4zOTQ3IDQwLjYxNCA5Ljk1NTU3IDQwLjExMDUgOS4zMDExNEMzOS42NzAyIDguNzI4ODggMzkuMjQ4NCA4Ljc1MDI5IDM4LjY3ODkgOS4xMTU5OVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4=') no-repeat center / contain;
    color: var(--bs-primary);
    margin-bottom: 8px;
}

.testimonial-grid-container.is-layout-flow {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
}

.testimonial-grid-container.slick-initialized {
    overflow: unset;
    margin-bottom: calc(var(--base-padding) * 4) !important;
}

.testimonial-grid-container.is-layout-flow:not(.slick-initialized) li.testimonials {
    min-width: 560px;
}


/*** Statistic bar heritage ***/
.stats-grid-block {
    position: relative;
}

.stats-grid-block .stats-title {
    line-height: 1;
}

.section-statistics-heritage .stats-grid-block::before {
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #cccccc5e;
    display: block;
    margin-bottom: 24px;
}

.section-statistics-heritage.has-background {
    position: relative;
}

.section-statistics-heritage.has-background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000b4;
    display: block;
}

/*** Statistic bar heritage ***/

.silversh-map-embed iframe {
    display: block;
}

.is-vertically-aligned-stretch .silversh-map-embed {
    height: 100%;
}


/**Material Blog***/

.material-blog .card:hover figure.card-img-top {
    transform: scale(1.05);
}

.material-blog .card-img-top.wp-block-post-featured-image img {
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 16px;
    transition: all ease 0.2s;
}

.btn.wp-block-button__link {
    width: auto;
}

.material-blog .wp-block-post-excerpt__excerpt {
    display: none;
}

.material-blog>* {
    position: relative;
    z-index: 3;
}

.material-blog .wp-block-post-excerpt__more-text {
    margin-top: 10px;
}

.material-blog .card {
    position: relative;
    overflow: hidden;
}

.material-blog .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 80%);
    z-index: 1;
}

.material-blog .card-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    padding: 0;
}

.material-blog .wp-block-post-excerpt__more-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: all ease 0.2s;
}

.material-blog .wp-block-post-excerpt__more-link::after {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #fff;
    background-color: var(--bs-secondary);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 9px;
    margin-left: 7px;
    transition: all ease 0.2s;
}

.material-blog .wp-block-post-excerpt__more-link:hover {
    color: var(--bs-primary);
}

.material-blog .wp-block-post-excerpt__more-link:hover::after {
    background-color: var(--bs-primary);
}

.material-blog .card:hover figure.card-img-top {
    transform: scale(1.05);
}

.wp-block-post-template .wp-block-post .card {
    background: transparent;
}

.material-blog {
    position: relative;
}

.material-blog.has-background::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(var(--bs-secondary-rgb), 0.9);
    z-index: 0;
}

.material-blog.has-background .wp-block-heading,
.material-blog.has-background p {
    color: #fff;
}

.material-blog .container {
    position: relative;
    z-index: 0;
}

/**Material Blog***/


/** CTA Material **/
.cta-material-box {
    padding: calc(var(--base-padding) * 11) calc(var(--base-padding) * 12) !important;
}

.cta-caption::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #a318180f 20%, rgb(0 0 0 / 73%) 58%);
    z-index: -1;
}

.cta-caption {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 12px !important;
}

.cta-material-box .wp-block-buttons>.wp-block-button:hover {
    color: #fff;
    border-color: #fff;
}

.cta-material {
    position: relative;
}

.cta-material::before {
    content: "";
    background-color: rgba(var(--bs-secondary-rgb), 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/** CTA Material **/

/*** Banenr Flat Design 1 ***/

.hero-banner-content-left {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
    padding-bottom: 0;
}

.hero-banner-content-left * {
    color: #fff;
}

.hero-banner-content-left-bg .container,
.hero-banner-content-left-bg .wp-block-columns {
    height: 100% !important;
    gap: calc(var(--base-padding) * 6);
}

.hero-banner-content-left-bg figure,
.hero-banner-content-left-bg img {
    height: 100%;
    object-fit: cover;
}

.hero-banner-content-left-bg {
    display: flex;
    align-items: center;
    position: relative;
    background-size: calc(70% - 2px) 100% !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: rgba(242, 255, 252, 1) !important;
    padding: calc(var(--base-padding) * 6) 0;
}

.hero-banner-content-left-bg.inner-banner-height {
    background-size: calc(70% - 2px) 150% !important;
}

.hero-banner-content-left-bg.banner-height img {
    min-height: 70vh;
    height: 100%;
    width: 100%;
    border-radius: var(--bs-border-radius-sm);
}

.hero-banner-content-left-bg.inner-banner-height img {
    border-radius: var(--bs-border-radius-sm);
    height: 380px;
}

.hero-banner-content-left-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--bs-secondary-rgb), 0.9) 70%, rgba(var(--bs-secondary-rgb), 0.3) 30%);
}

.hero-banner-content-left-bg .container-xl,
.hero-banner-content-left-bg .container {
    position: relative;
    z-index: 1;
}


/*** Banenr Flat Design 1 ***/

/*** Material FAQ Design ***/
.faq-material-design .wp-block-accordion-heading__toggle-icon {
    background: var(--color-primary);
    border-radius: 24px;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
    font-size: 0;
    width: 30px;
    height: 30px;
    position: relative;
}

.faq-material-design .wp-block-accordion-heading__toggle-icon::before {
    content: "\+";
    font-size: 16px;
    transition: all ease 0.3s;
    font-weight: 800;
    font-family: "Font Awesome 7 Free";
}

.faq-material-design .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: none !important;
}

.faq-material-design .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::before {
    transform: rotate(45deg);
}

/*** Cards Flat Design ***/
.card-grid-flat .card:hover {
    background: var(--color-primary);
}

.card-grid-flat .card {
    transition: background ease 0.3s;
}

.card-grid-flat .card:hover * {
    color: #fff;
}

/***** Practice Area Listing  ****/
.practice-area-wrap .practice-area-img {
    position: relative;
}

.practice-area-wrap.practice-area-block-left .practice-area-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 80px;
    height: 100%;
    background: var(--bs-primary);
    clip-path: polygon(100% 0, 1px 0, 100% 100%);
    z-index: 0;
}

.practice-area-wrap.practice-area-block-right .practice-area-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 80px;
    height: 100%;
    background: var(--bs-primary);
    clip-path: polygon(0 0, 100% 0, 1px 100%);
    z-index: 0;
}


/*** Contact us page flat ***/

.contact-us-page-flat .nap-item a {
    text-decoration: none;
}

.contact-us-page-flat .nap-item .fa-icon {
    color: var(--color-primary);
    font-size: 20px;
}

/**** Logos Grid ***/
.social-proof-logos-grid .wp-block-gallery .wp-block-image img {
    width: 100% !important;
}

.social-proof-logos-grid .wp-block-gallery .wp-block-image {
    align-items: center;
    aspect-ratio: 16/9;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 24px;
}


/*** Content Heritage ***/
figure.img-pattern {
    position: relative;
    overflow: visible !important;
    max-width: 40%;
}

figure.img-pattern img {
    position: relative;
    z-index: 1;
}

figure.img-pattern.rounded img {
    border-radius: var(--bs-border-radius-sm);
}

figure.img-pattern.alignright {
    margin-right: 24px;
}

figure.img-pattern.alignleft {
    margin-left: 24px;
}

figure.img-pattern.alignright::before {
    content: "";
    position: absolute;
    top: -24px;
    right: -24px;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-secondary-bg-rgb), 1);
    border-radius: var(--bs-border-radius-sm);
}

figure.img-pattern.alignleft::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-secondary-bg-rgb), 1);
    border-radius: var(--bs-border-radius-sm);
}

.listing-cards-grid .card {
    transition: all ease 0.3s;
}

.listing-cards-grid .card img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.listing-cards-grid .card:hover {
    box-shadow: 0px 0px 50px -10px var(--bs-card-border-color);
    scale: 1.01;
    color: #fff;
    background: var(--bs-primary);
}



/***** Practice Area Heritage ****/
.services-full-scroll-list .wp-block-post-template {
    margin: 0;
}

.services-full-scroll-list .wp-block-post-template p,
.services-full-scroll-list .wp-block-post-template .wp-block-button {
    display: none;
}

.services-full-scroll-list .wp-block-post-template a {
    text-decoration: none;
    pointer-events: none;
}

.services-full-scroll-list .wp-block-post-template .wp-block-post {
    padding: calc(var(--base-padding) * 3) calc(var(--base-padding) * 4);
    cursor: pointer;
    transition: all ease 0.3s;
}

.services-full-scroll-list .wp-block-post-template .wp-block-post h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500 !important;
}

.services-full-scroll-list .wp-block-post-template .wp-block-post.active {
    background: #00000038;
}

.services-full-scroll-list .wp-block-post-template {
    padding: 0;
    list-style: none;
}

.services-full-scroll-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000087;
}

.service-details-block a {
    text-decoration: none;
}

.service-details-block p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/***** Practice Area Heritage ****/


/***** Practice Area Flat ****/
.practice-area-details .wp-block-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    filter: grayscale(1);
    position: relative;
}

.practice-area-details .wp-block-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 28%);
    pointer-events: none;
}

.practice-area-details {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.practice-area-details h3.wp-block-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    margin: 0;
}

.practice-area-flat-wrap {
    position: relative;
    overflow: hidden;
}

.practice-area-flat-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: linear-gradient(to right, #ffffffba 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
    pointer-events: none;
}

.practice-area-flat-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: linear-gradient(to left, #ffffffa3 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
    pointer-events: none;
}

.practice-area-flat-wrap .practice-area-details.swiper-slide {
    transition: all 0.4s ease;
    transform: scale(0.89);
    opacity: 0.5;
}

.practice-area-flat-wrap .practice-area-details.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.practice-area-flat-wrap .practice-area-details.swiper-slide-active .wp-block-image img {
    filter: none !important;
}

.block-editor-block-list__block.practice-area-flat-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.block-editor-block-list__block.practice-area-flat-wrap::before,
.block-editor-block-list__block.practice-area-flat-wrap::after {
    background: none;
}

.block-editor-block-list__block.practice-area-flat-wrap .practice-area-details .wp-block-image img {
    filter: none;
}

.block-editor-block-list__block.practice-area-flat-wrap .practice-area-details {
    opacity: 1;
}

/***** Practice Area Flat ****/

/**** Our Team Material ****/
.our-team-material .wp-block-group.card-body {
    position: absolute;
    bottom: 20px;
    margin-block-start: 0px;
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.our-team-material .wp-block-group {
    position: relative;
}

.our-team-material .card-img-top img {
    width: 100%;
    aspect-ratio: 5 / 6;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.our-team-material .card-body:hover {
    background: var(--bs-primary);
    color: #fff;
}

.our-team-material .card-body:hover h3 {
    color: #fff;
}

.our-team-material .wp-block-read-more {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
}

.our-team-material .wp-block-read-more::after {
    content: "›";
    font-size: 18px;
    background-color: var(--bs-primary);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.our-team-material .wp-block-group.card-body:hover .wp-block-read-more::after {
    background: #fff;
    color: var(--bs-primary);
}

.our-team-material ul.wp-block-post-template {
    margin-top: 45px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.our-team-material ul.wp-block-post-template .slick-track {
    padding-bottom: 40px;
}

.our-team-material ul.wp-block-post-template .slick-slide {
    padding: 0 10px;
}

/**** Our Team Material ****/

/****** Social Logos SLider  ******/
.social-logos-gallery {
    flex-wrap: nowrap !important;
    overflow: auto;
    gap: calc(var(--base-padding) * 5) !important;
}

.social-logos-gallery .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(var(--base-padding) * 3);
}

.social-logos-gallery .wp-block-image img {
    height: 80px !important;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
    transition: all ease 0.2s;
    min-width: 180px;
}

.social-logos-gallery .wp-block-image:hover img {
    filter: unset;
}

/******* CTAs *******/
.overlay-bg,
.overlay-bg-primary {
    position: relative;
}

.overlay-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(66 66 66 / 91%);
}

.overlay-bg-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--bs-primary-rgb), 0.9);
}

.overlay-bg .container,
.overlay-bg-primary .container {
    z-index: 1;
}

.cta-caption-wrap {
    background: rgba(var(--bs-primary-rgb), 0.9);
    opacity: 0.9;
    backdrop-filter: blur(30px);
    border-radius: 20px !important;
}

/******* CTAs *******/



/****** Blog Heritage *****/
.post-heritage .posts-grid-two-column-wrap .wp-block-post-template {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px !important;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:first-child {
    grid-row: span 2;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post .card {
    background: transparent;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image,
.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card-body {
    margin: 0;
    padding: 0 35px !important;
    width: 60%;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image {
    width: 40%;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post-featured-image img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.post-heritage .post-card-bg .wp-block-group.card {
    background: rgba(var(--bs-primary-rgb), 0.2) !important;
    padding: 20px;
}

.post-heritage .wp-block-group.card {
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.post-heritage .wp-block-post:first-child .card {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.post-heritage .wp-block-post:first-child .card-body {
    position: absolute;
    bottom: 0;
    padding: 35px;
    background-image: linear-gradient(to bottom, #ffffff00, #000000f0 90%);
    left: 0;
    color: #fff;
}

.post-heritage .card-img-top,
.post-heritage .card-img-top img {
    height: 100%;
}

.post-heritage .wp-block-post-excerpt__more-text {
    display: none !important;
}

.post-heritage .wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
}

/****** Blog Heritage *****/


/****** Portfolio Heritage ******/
.portfolio-heritage .wp-block-column:nth-child(2n) {
    flex-direction: column-reverse;
}

.portfolio-heritage .wp-block-columns * {
    font-family: var(--font-secondary);
}

.portfolio-heritage .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap !important;
}

/****** Portfolio Heritage ******/


/**** About Us Heritage *****/
.about-left-image {
    position: absolute !important;
    top: -40px;
    left: -40px;
}

.about-right-image {
    position: absolute !important;
    bottom: -15px;
    right: 0px;
}

/**** About Us Heritage *****/

/* Hero Banner Css */
.banner-caption {
    max-width: 1200px !important;
    width: 100%;
}

.banner-centered-form {
    clip-path: ellipse(100% 100% at 50% 0%);
    overflow: hidden;
    min-height: 75vh;
    position: relative;
    z-index: 1;
}

.banner-centered-form .banner-caption {
    z-index: 1;
}

.banner-centered-form-wrapper {
    background: #fff !important;
    padding: 50px 45px 40px 45px !important;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    max-width: 1400px !important;
    z-index: 9;
}

.banner-centered-form::after {
    content: "";
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-content-centered * {
    z-index: 1;
}

.banner-centered-form-wrapper::before {
    content: "";
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner-centered-form-wrapper .form-control {
    border: none;
    background: transparent;
    height: 40px;
    border-bottom: 1px solid #0000004f;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    resize: none;
}

.banner-centered-form-wrapper .wpcf7-submit {
    height: 40px;
    width: 100%;
}

.banner-centered-form-main {
    margin-top: -150px !important;
}

.wpcf7-response-output {
    display: none;
}

.full-content-banner .container {
    margin-right: auto !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
}

.divided-banner {
    background: linear-gradient(90deg, transparent 0%, rgba(var(--bs-secondary-rgb), 1) 0%);
    overflow: hidden;
}

.banner-flat-form-wrap .wpcf7 .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    color: #fff !important;
    padding-left: 0 !important;
}

.banner-flat-form-wrap .wpcf7 textarea.form-control {
    height: 120px;
}

.hero-banner-full-left-gentle::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22%;
    background: rgba(var(--bs-secondary-rgb), 1);
}

.hero-banner-full-left-gentle {
    position: relative;
}

.banner-flat-form-wrap {
    z-index: 9;
}

.banner-flat-form-wrap .wpcf7 .form-control::placeholder {
    color: #fff;
}

.banner-flat-form-wrap .col-auto {
    width: 100%;
}

.banner-flat-form-wrap .form-submit-wrap .btn-primary {
    background-color: #fff;
    color: #000;
    width: 100%;
}

.banner-flat-form-wrap .form-submit-wrap .btn-primary:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.hero-banner-full-right-heritage::before {
    background: linear-gradient(270deg, #242424 41%, rgba(255, 255, 255, 0) 83%);
}

h1.wp-block-heading mark {
    color: var(--bs-primary) !important;
}


.hero-banner-content-left.bg-overlay {
    position: relative;
    z-index: 1;
}

.hero-banner-content-left.bg-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    --bs-bg-opacity: 0.7;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    z-index: -2;
}

.hero-banner-left-aligned-material::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    clip-path: ellipse(100% 100% at 50% -65%);
    z-index: 0;
}

.hero-banner-left-aligned-material::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-light);
    clip-path: ellipse(100% 100% at 50% -67%);
    z-index: 0;
}

.hero-banner-left-aligned-material .container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.hero-banner-left-aligned-material .container {
    position: relative;
    z-index: 1;
}

.hero-banner-full-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 100%);
}

.hero-banner-full-left {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 0 200px;
}

.wp-block-post-content .hero-banner-gentle-bg:not([role="document"]) img {
    position: absolute;
    left: 0;
    width: 95%;
    height: 80% !important;
    object-fit: cover;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

.hero-banner-gentle-bg {
    position: relative;
    background: linear-gradient(to left, var(--bs-primary) 30%, #ffffff00 0%) !important;
    background-color: transparent !important;
    z-index: 9;
}

.hero-banner-gentle-bg .wp-block-column.is-vertically-aligned-center {
    position: absolute;
    z-index: 2;
    background: linear-gradient(to left, transparent 0%, #00000057 100%);
    padding: 35px;
    margin: auto !important;
    width: 50%;
    top: 0;
    bottom: 0;
    max-width: 900px;
}

.banner-practice-area {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

/* Marque css */
.banner-practice-area {
    overflow: hidden;
}

.banner-practice-area .wp-block-columns {
    display: flex;
    gap: 80px;
    width: max-content;
    animation: marqueeScroll 10s linear infinite;
    will-change: transform;
}

.banner-practice-area:hover .wp-block-columns {
    animation-play-state: paused;
}

.banner-practice-area .wp-block-column {
    flex: 0 0 auto;
}

.banner-practice-area h3 {
    white-space: nowrap;
    margin: 0;
}

@keyframes marqueeScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.banner-practice-area .wp-block-columns {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.banner-practice-area .container {
    overflow: hidden;
}
.material-banner.hero-banner-full-left-gentle::after{
    width: 0px;
}
.gentle-banner-two .hero-banner-blur-container {
    background: rgba(var(--bs-light-rgb), 0.3);
}
/* End Hero Banner Css */

/* About Us Css */
.about-journery-content .about-image-split.image-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto !important;
}

.about-image-split .img-split-1 {
    background-size: cover;
    transform: translateY(-35px);
    background-repeat: no-repeat;
    background-position: left 0px top 35px;
}

.about-image-split .img-split-2 {
    background-size: cover;
    transform: translateY(35px);
    background-repeat: no-repeat;
    background-position: right 0 top -35px;
}

.feature-detail-column__image::after {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    border-radius: var(--bs-border-radius);
    border: 2px solid #fff;
}

.feature-detail-column__image {
    position: relative;
}

.is-vertically-aligned-stretch>.wp-block-group {
    height: 100%;
}
/* End About us Css */

/* Practice Area Css*/
.swiper-button-prev svg path,
.swiper-button-next svg path {
    fill: #fff;
    stroke: #fff;
    transition: 0.3s;
}

.services-full-scroll-list .wp-block-details[open] {
    padding: 30px 50px;
    background: rgba(var(--bs-dark-rgb), 0.3);
}

.services-full-scroll-list .wp-block-details summary {
    padding: 30px 50px;
    list-style: none;
    font-family: var(--family-secondary);
}

.services-full-scroll-list .wp-block-details[open] summary {
    padding: 0;
}

.services-full-scroll-list .wp-block-details p {
    margin-top: 15px;
}

.services-full-scroll-list .wp-block-details {
    margin: 0;
    border-bottom: 1px solid #ffffff47;
}

.practice-title-sec .title-wrap {
    padding: 45px 50px;
    margin-top: 0px;
    font-weight: 400 !important;
}

.practice-title-sec h3 a {
    pointer-events: none;
    text-decoration: none;
}

.practice-title-sec {
    width: 100%;
}

.practice-title-sec p {
    display: none;
}

.practice-title-sec .title-wrap a {
    text-decoration: none;
}

.practice-title-sec .title-wrap:hover,
.practice-title-sec .title-wrap.active {
    background: rgba(var(--bs-secondary-bg-rgb), 0.05) !important;
}

.practice-inner-padding {
    padding-right: 130px;
}

.editor-styles-wrapper .practice-title-sec p {
    display: block !important;
}

.feature-cards-grid .feature-card {
    overflow: hidden;
    padding: 40px !important;
    background: var(--bs-dark);
    min-height: 360px;
    align-items: center;
    justify-content: end;
    border: none;
}

.feature-card {
    transition: all ease 0.2s;
}

.feature-card:hover {
    color: #fff;
    text-shadow: 0px 0px 5px var(--bs-dark);
}

.feature-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.feature-card * {
    z-index: 2;
}

.feature-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.feature-card:hover .wp-block-heading {
    color: #fff;
    text-shadow: 0px 0px 5px var(--bs-dark);
    transition: all ease 0.2s;
}

.feature-card:nth-child(4n + 1)::before,
.feature-card:nth-child(4n + 4)::before {
    background: var(--bs-primary);
}

.feature-card:nth-child(4n + 2)::before,
.feature-card:nth-child(4n + 3)::before {
    background: var(--bs-primary);
}

.feature-cards-grid .feature-card,
.feature-cards-grid .feature-card h3 {
    color: #fff;
}

.feature-card:hover::before,
.feature-card:hover::after {
    opacity: 0;
}

.feature-card {
    position: relative;
    overflow: hidden;
}

.feature-card:hover::before {
    opacity: 0.9;
    background: linear-gradient(to right, #000000b8 50%, #000000b8 50%);
    transition: all 0.3s ease;
    z-index: 0;
    content: "";
    position: absolute;
    inset: 0;
}

.services-minimalist .feature-cards-grid .feature-card {
    min-height: unset !important;
    padding-top: 150px !important;
}

.services-minimalist .feature-cards-grid .feature-card * {
    color: var(--bs-dark);
}

.services-minimalist .feature-cards-grid .feature-card::before {
    background: rgba(var(--bs-primary-rgb), 0.3) !important;
}
.services-minimalist .feature-cards-grid .feature-card:hover * {
    color: #fff;
}
.services-minimalist .feature-cards-grid .feature-card:hover::before {
    background: rgba(var(--bs-primary-rgb), 1) !important;
}
.services-gentle-card-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0, var(--bs-dark) 0%, transparent 100%) !important;
}

.services-gentle-card img {
    width: 100%;
}

.services-gentle-card {
    transition: all ease 0.5s;
    overflow: hidden;
}

.services-gentle-card .services-gentle-card-content h2 {
    margin-bottom: 5px;
}

.services-gentle-slider-grid.slick-slider {
    display: block !important;
}

.services-gentle .container-fluid {
    padding: 0px !important;
}

.section-featured-content-grid-left .wp-block-column:nth-child(2) {
    position: sticky;
    bottom: 50px;
    padding-bottom: 15px;
}

.service-cards .cards-grid-2 .card:hover {
    background-color: var(--bs-primary);
    color: #fff;
}

.service-cards .cards-grid-2 .card:hover h3 {
    color: #fff;
}

.featured-cards-full-wrapper {
    padding: 60px !important;
    overflow: hidden;
}

.featured-cards-full__card-content {
    padding-right: 150px !important;
}

.featured-cards-full__card {
    position: absolute;
    padding: 45px;
    margin: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    z-index: 1;
}

.featured-cards-full__card:first-child {
    position: relative !important;
}

.featured-cards-full__card-media img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.featured-cards-full__card * {
    color: var(--bs-dark);
}

.featured-cards-full__card>.wp-block-column {
    z-index: 1;
}

.featured-cards-full__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: var(--bs-border-radius) !important;
    z-index: 0;
}

.featured-cards-full__card {
    background: var(--bs-secondary);
}

.featured-cards-full__card:nth-child(2n+1) {
    background: var(--bs-primary);
}

.featured-cards-full__card-content h2,
.featured-cards-full__card-content p {
    color: #fff;
}

.box-wrap{
    position: relative;
    z-index: 1;
}

.practice-area-swiper {
    overflow: visible;
}
.box-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 0;
    border-radius: 20px;
}
.practice-area-swiper h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    margin: 0;
    text-align: center;
}

.practice-area-swiper .swiper-slide {
    transition: all 0.4s ease;
    transform: scale(0.9);
    opacity: 0.5;
}

.practice-area-swiper .box-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.practice-area-swiper .box-wrap img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s ease;
    filter: grayscale(100%);
}

.practice-area-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.practice-area-swiper .swiper-slide-active img {
    filter: grayscale(0%);
}

.practice-area-swiper .box-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    transition: 0.4s ease;
}
.practice-area-swiper .swiper-slide-active .box-wrap::after {
    background: rgba(0,0,0,0.2);
}

/* End Practice Area Css*/

.inner-banner-height {
    min-height: 380px;
    height: 380px;
}

.banner-content-centered::after {
    content: "";
    background: #0000008c;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-content-centered * {
    z-index: 1;
}

.banner-content-centered {
    background-position: center;
}

.hero-banner-full-left .container {
    position: relative;
    z-index: 1;
}

.hero-banner-full-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 100%);
}

.hero-banner-full-left-heritage::before {
    background: linear-gradient(90deg, #242424 41%, rgba(255, 255, 255, 0) 83%);
}

.hero-banner-full-left, 
.hero-banner-full-left-blur, 
.banner-content-grad-bottom,
.banner-content-bg-shape {
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    
}

.hero-banner-content-left-bg {
    position: relative;
    background-color: rgba(242, 255, 252, 1) !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.banner-inner-bg {
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 70%;
    margin: 0!important;
    z-index: 0;
}

.banner-inner-bg::after {
    content: "";
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: .9;
    background: linear-gradient(200.25deg, var(--color-primary) 15.62%, var(--color-primary) 87.78%);
}

.banner-content-bg-shape::after {
    content: "";
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-banner-content-left-bg .container, 
.hero-banner-full-left-blur .container,
.banner-content-grad-bottom .container,
.bg-shape-container {
    z-index: 1;
    position: relative;
}

/* .hero-banner-content-left-bg img {
    height: 280px!important;
    width: 100%;
    object-fit: cover;
} */

.hero-banner-blur-container {
    background: rgba(var(--bs-dark-rgb), 0.3);
    backdrop-filter: blur(5px);
}

.hero-banner-full-left-blur::after {
    content: "";
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: .35;
    background: #000;
}

.banner-content-grad-bottom {
    position: relative;
    overflow: hidden;
}

.banner-content-centered.content-bottom * {
    justify-content: normal;
    text-align: left;
    align-items: self-end !important;
}

.banner-content-grad-bottom::after {
    content: "";
    background: linear-gradient(0, black 0, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-bg-shape {
    position: relative;
    background: var(--color-secondary); 
    overflow: hidden;
    height: 380px;
}

.banner-bg-shape::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -10%;
    width: 120%;
    height: 230px;
    background: #f2f4f6;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 0;
}

.banner-bg-shape::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 230px;
    background: var(--color-primary);
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    z-index: 0;
}

.banner-content-bg-shape {
    z-index: 1;
}

.banner-height {
    min-height: 500px;
    height: 86vh;
}

.home-banner-flat-image-bg {
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    min-height: 500px;
    height: 90vh;
}

.home-banner-flat-image-bg::before {
    content: "";
    position: absolute!important;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 70%;
    background-color: rgb(36 36 36 / 90%);
    z-index: 0;
}

.home-banner-flat-image-bg::after {
    content: "";
    position: absolute!important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30%;
    background-color: #F2FFFC;
    z-index: 0;    
}

.home-banner-flat-image-bg  .container-lg, .home-banner-flat-image-bg  .wp-block-columns {
    height: 100% !important;
    gap: 50px;
}

.home-banner-flat-image-bg  figure, .home-banner-flat-image-bg img {
    height: 100%;
    object-fit: cover;
}

.home-banner-flat-image-bg  img {
    height: 100% !important;
    width: 100%;
    border-radius: 10px;
}

.about-left-image {
    position: absolute!important;
    top: -40px;
    left: -40px;
}

.about-right-image {
    position: absolute!important;
    bottom: -15px;
    right: 0px; 
}

.services-slider-overflowed .swiper-wrapper {
    align-items: flex-end;
    height: 498px;
    gap: 0!important;
}

.services-slider-overflowed .swiper-wrapper {
    display: flex!important;
}

.services-slider-overflowed .block-editor-block-list__block.swiper-wrapper {
    display: grid!important;
}

.services-slider-overflowed .services-slider-overflowed-item {
    height: 456px;
    display: flex;
    transition: height 0.4s ease;
}

.services-slider-overflowed .block-editor-block-list__block.services-slider-overflowed-item {
    display: block;
}

.services-slider-overflowed-item.swiper-slide-prev {
    height: 498px;
}

.services-slider-overflowed-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-left: 20px;
}

.services-slider-overflowed-item-content {
    position: absolute!important;
    bottom: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 0, transparent 100%);
    padding: 15px !important;
    color: #fff;
}

.services-slider-overflowed-item-content h2 {
    font-size: 26px;
    font-weight: 400 !important;
}

.services-slider-overflowed-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-slider-overflowed-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}

.link-caption .wp-block-post-excerpt__more-link {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.services-slider-overflowed-item-content a {
    text-decoration: none!important;
}

.material-blog .wp-block-post-excerpt__more-link::after, .content-flat .wp-block-post-excerpt__more-link::after {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #fff;
    background-color: var(--bs-primary);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    margin-left: 7px;
}

.services-slider-overflowed .container {
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.services-slider-overflowed .swiper-button-prev {
    position: absolute;
    bottom: 0px;
    top: auto!important;
    left: 90px!important;
    background: #084575;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.services-slider-overflowed .swiper-button-next {
    position: absolute;
    bottom: 0px;
    top: auto!important;
    left: 232px!important;
    background: #084575;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px!important;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

.services-slider-overflowed .mySwiper {
    padding-bottom: 80px!important;
    margin-bottom: -80px!important;
}

.services-slider-overflowed-item figure {
    margin: 0px!important;
    width: 100%;
}

.team-col-list .team-list {
    height: 412px !important;
    overflow: auto;
}

.team-col-list ul.wp-block-post-template {
    display: flex !important;
    flex-direction: column;
    gap: 0;
}

.our-team-heritage .team-details {
    width: 84%;
    padding: 25px 15px;
    cursor: pointer;
    transition: all ease 0.2s;
    margin: 0!important;
    gap: 5px;
    border-radius: 10px;
}

.our-team-heritage .team-details figure img {
    border-radius: 50px;
    height: auto!important;
}

.our-team-heritage h3.card-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0%;
}

.our-team-heritage .team-details .team-content {
    display: none;
}

.team-details p, .team-details-main p {
    margin-top: 5px;
    font-size: 18px;
}

.team-list .wp-block-button {
    display: none;
}

.our-team-heritage .team-details:hover, .our-team-heritage .team-details.active {
    background-color: var(--bs-primary);
    color: #fff;
}

.our-team-heritage .team-details:hover h3, .our-team-heritage .team-details.active h3 {
    color: #fff;
}

.team-details-main {
    padding-left: 46px!important;
}

.our-team-heritage .team-details-main h3 {
    font-size: 30px;
}

.our-team-heritage .wp-block-columns {
    align-items: center !important;
    margin: auto;
}

.rounded-circle {
    border-radius: 50px;
    overflow: hidden;
    width: 150px;
    margin: auto;
}

.team-col-list .team-list::-webkit-scrollbar {
    width: 5px;
}

.team-col-list .team-list::-webkit-scrollbar-track {
    background: #E5E5E5;
    opacity: 0.1;
}

.team-col-list .team-list::-webkit-scrollbar-thumb {
    background: #4E4E4E;
    border-radius: 10px;
    height: 140px;
}

.team-col-list .team-list::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}

.team-details-main .wp-block-post-featured-image {
    display: none;
}

.team-col-list {
    position: relative;
}

.team-details.active, .team-details:hover {
    position: relative;
    z-index: 5;
}

.team-col-list::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 66%, #FFFFFF 100%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 160px;
    width: 35%;
    pointer-events: none;
    z-index: 4;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.social-logos-gallery .wp-block-image img {
    height: 50px !important;
    object-fit: contain;
}

.social-logos-gallery .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
}

.accordion-wrapper .wp-block-details {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 12px;
    margin-top: 15px;
}

.accordion-section .wp-block-details summary {
    font-size: 26px;
    font-weight: 400;
    list-style: none;
    position: relative;
    padding-right: 25px;
    line-height: 1.7;
}

.accordion-section .wp-block-details summary::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 1;
}

.faq-material .accordion-wrapper .wp-block-details summary::after, .faq-gentle .accordion-wrapper .wp-block-details summary::after {
    font-size: 11px;
    background-color: var(--bs-primary);
    color: #fff;
    width: 23px;
    height: 23px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.accordion-section .wp-block-details[open] summary::after {
    content: "\f106";
}

.accordion-section .wp-block-details p {
    padding-right: 30px;
    padding-top: 1px;
    margin-top: 5px;
}

.section-statistics-icon h3 {
    font-size: 75px;
    color: var(--bs-primary);
    font-weight: 700!important;
    line-height: 1;
}

.section-statistics-icon p {
    font-size: 24px;
    line-height: 105%;
    margin-top: 10px;
}

.number-section-inner svg path {
    fill: var(--bs-primary);
}

.number-section-home .number-section-inner .number-box {
    border-right: 1px solid var(--bs-primary);
}

.number-section-home .number-section-inner:last-child .number-box {
    border-right: 0px solid var(--bs-primary);
}

.alignfull.testimonials-grid .testimonial-grid-block .wp-block-group {
    padding: 25px !important;
}

.testimonials-cards-bg .testimonial-grid-block>.wp-block-group {
    border: 1px solid var(--bs-border-color);
    transition: all ease 0.2s;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #0000001A;
}

.testimonial-grid-block .wp-block-image svg path {
    fill: var(--bs-primary);
}

.grid-loop h3 {
    font-size: 26px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    margin-bottom: 12px;
    font-weight: 700 !important;
}

.alignfull.testimonials-grid .testimonial-grid-block .wp-block-group.p-0 {
    padding: 15px 0px 0px !important;
}

.testimonial-grid-block .wp-block-group {
    border-radius: 10px;
    height: 100%;
    align-items: start !important;
    text-align: left !important;
    padding: 30px !important;
    margin: 0 10px;
    border: 1px solid #ddd;
}

.grid-loop ul.wp-block-post-template {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.testimonial-profile img {
    width: 45px !important;
    height: 45px !important;
}

.testimonials-cards-bg .testimonial-grid-block>.wp-block-group:hover {
    background: var(--bs-primary);
}

.testimonials-cards-bg .testimonial-grid-block>.wp-block-group:hover * {
    color: #fff;
    fill: #fff;
}

.material-blog .card-body {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    padding: 0;
}

.material-blog .wp-block-post-excerpt__excerpt {
    display: none;
}

.material-blog .wp-block-post-excerpt__more-text {
    margin-top: 10px;
}

.material-blog .wp-block-post-excerpt__more-link, .content-flat .wp-block-post-excerpt__more-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.material-blog .wp-block-post-excerpt__more-link::after, .content-flat .wp-block-post-excerpt__more-link::after {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #fff;
    background-color: var(--bs-primary);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 9px;
    margin-left: 7px;
}

.material-blog .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0) 80%);
    border-radius: var(--bs-border-radius);
    z-index: 1;
    border-radius: 9px;
    pointer-events: none;
}

.material-blog .card:hover figure.card-img-top {
    transform: scale(1.05);
}

.wp-block-post-template .wp-block-post .card {
    background: transparent;
    border-radius: 0px!important;
    clip-path: inset(0 round 10px);
    backface-visibility: hidden;
}

.material-blog .card-img-top {
    border-radius: 8px !important;
}

.cta-material-box {
    padding: 96px 100px!important;
}

.cta-caption::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #a318180f 40%, rgb(0 0 0 / 73%) 61%);
    z-index: -1;
    left: 0px;
}

.cta-caption {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.cta-material-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .9;
    background: var(--bs-primary);
    z-index: 0;
    left: 0px;   
}

.cta-material {
    position: relative;
}

ul.testimonials-slider__wrapper {
    display: flex;
}

ul.testimonials-slider__wrapper.block-editor-block-list__block  {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 700px;
    gap: 32px;
    overflow: auto;
    scroll-snap-type: x;
    grid-template-columns: auto;
}

.testimonails-slider-section .block-editor-block-list__block .testimonials {
    width: 100%;
    min-width: 700px;
}

.block-editor-block-list__block.testimonials-grid-slider {
    overflow-x: auto;
}

.testimonails-gentle-slider .quets-icon svg,
.testimonails-gentle-slider .quets-icon img{
    width: 30px;
    height: 30px;
}

.testimonials-slider-main .testimonials-slider__slide {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.testimonials-slider__slide {
    padding: 40px 50px 40px 50px;
    gap: 20px !important;
    display: flex !important;
    flex-direction: column;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 0;
}

.testimonials-slider__slide .testimonial-slide__cite .wp-block-image {
    height: 50px !important;
    width: 50px !important;
    background: #0001;
    border-radius: 25PX;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-slider__slide .testimonial-slide__cite .wp-block-image img {
    width: 20px !important;
    height: 25px !important;
}

.testimonials-slider__slide::before {
    margin-bottom: -7px;
    content: "";
    width: 70px;
    height: 70px;
    -webkit-mask-image: url(assets/icons/quote.svg);
    mask-image: url(assets/icons/quote.svg);
    mask-repeat: no-repeat;
    background: #fff;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 70px;
    transform: translateX(-7px);
}

.testimonials-slider-flat-white .testimonials-slider__slide {
    background: rgba(var(--bs-primary-rgb), 0.2);
}

.testimonials-slider-flat-white .testimonials-slider__slide::before {
    background: var(--bs-primary);
}

.testimonails-material-columns .testimonials-box {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #00000040;
}

.testimonails-material-columns figure.icon {
    position: absolute;
    top: -40px;
    background-color: var(--bs-primary);
    border-radius: 100px;
    padding: 7px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
================================
-----------Responsive-----------
================================
*/

@media (max-width: 1599px) {
        .featured-cards-full__card-media img {
        height: 410px;
    }

    .practice-area-tab .services-full-scroll-content {
        padding: 60px 0px;
    }

    .practice-inner-padding {
        padding-right: 100px;
    }

    .practice-title-sec {
        width: 445px;
    }

    .practice-title-sec .title-wrap {
        padding: 32px 50px;
    }

    .swiper-button-prev svg,
    .swiper-button-next svg {
        width: 5px;
    }

    .banner-caption {
        max-width: 900px !important;
    }

    .banner-height {
        height: 80vh;
    }

    .hero-banner-gentle-bg.banner-height {
        height: 100vh;
    }


    .banner-centered-form {
        padding-bottom: 150px !important;
    }

    .banner-centered-form {
        min-height: 86vh;
    }

    .banner-centered-form .banner-caption {
        padding-bottom: 0px;
    }

    .hero-banner-content-left-bg img {
        height: 260px!important;
    }

    .inner-banner-height {
        min-height: 330px;
        height: 330px;
    }

    .home-banner-flat-image-bg {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        height: 86vh;
    }

    .services-slider-overflowed .mySwiper {
        padding-bottom: 60px!important;
        margin-bottom: -60px!important;
    }

    .services-slider-overflowed .swiper-wrapper {
        height: 390px;
    }

    .services-slider-overflowed .services-slider-overflowed-item {
        height: 350px;
    }

    .services-slider-overflowed-item.swiper-slide-prev {
        height: 390px;
    }

    .services-slider-overflowed .swiper-button-prev {
        left: 65px!important;
        width: 30px;
        height: 30px;
    }

    .services-slider-overflowed .swiper-button-next {
        left: 165px!important;
        width: 30px;
        height: 30px;
    }

    .services-slider-overflowed-item-content h2 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .services-slider-overflowed-item-content p {
        font-size: 14px !important;
    }

    .services-slider-overflowed-item-content p {
        font-size: 14px !important;
    }

    .services-slider-overflowed .section-heading-wrap p {
        font-size: 16px !important;
    }

    .material-blog .wp-block-post-excerpt__more-link::after, .content-flat .wp-block-post-excerpt__more-link::after {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }

    .team-details p, .team-details-main p, .about-media-pattren p, .about-journery-content p, .section-heading-wrap p, .services-slider-overflowed-item-content p, .testimonial-grid-block p, .practice-area-wrap p, .content-list li {
        font-size: 16px !important;
    }

    .accordion-section .wp-block-details summary {
        font-size: 20px;
    }

    .section-statistics-icon h3 {
        font-size: 52px;
        color: var(--bs-primary);
        line-height: normal;
        font-weight: 700!important;
    }

    .section-statistics-icon p {
        font-size: 20px;
        line-height: 105%;
        margin-top: 5px;
        margin-bottom: 5px!important;
    }

    .material-blog .container .container {
        max-width: 100% !important;
    }

}

@media (max-width: 1199px) {
    .banner-height {
        height: 55vh;
        min-height: 410px;
    }

    .banner-left-round .banner-height {
        height: 70vh;
    }

    .banner-centered-form {
        min-height: 60vh;
    }

    .inner-banner-height {
        min-height: 320px;
        height: 320px;
    }

    .home-banner-flat-image-bg {
        height: 100%;
    }

    .about-left-image {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .about-left-image img{
        width: 120px!important;
        height: auto!important;
    }

    .about-right-image img{
        width: 160px!important;
        height: auto!important;
    }

    .about-images-columns {
        gap: 30px!important;
    }

    .media-about-sec {
        padding-right: 20px!important;
    }

    .services-slider-overflowed .swiper-wrapper {
        height: 330px;
    }

    .services-slider-overflowed .services-slider-overflowed-item {
        height: 310px;
    }

    .services-slider-overflowed-item.swiper-slide-prev {
        height: 330px;
    }

    .services-slider-overflowed-item-content {
        padding: 10px !important;
    }

    .services-slider-overflowed .mySwiper {
        padding-bottom: 50px!important;
        margin-bottom: -50px!important;
    }

    .services-slider-overflowed .swiper-button-next {
        left: 120px!important;
    }

    .our-team-heritage h3.card-title {
        font-size: 20px;
    }

    .section-statistics-icon p {
        font-size: 16px;
    }

    .number-box svg{
        width: 100%;
    }

    .cta-material-box {
        padding: 40px!important;
        gap: 0px!important;
    }

}

@media (max-width: 991px) {
       .featured-cards-full__card {
        position: relative !important;
        margin-bottom: 45px !important;
    }

    .featured-cards-full__card:last-child {
        margin-bottom: 0 !important;
    }

    .services-gentle-slider-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .services-gentle-slider-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .feature-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .mobile-static-box.inner-practice-content {
        padding: 30px;
        background: var(--bs-primary);
    }

    .practice-title-sec {
        padding-bottom: 25px;
        margin-bottom: 60px !important;
    }

    .practice-title-sec p {
        display: block;
    }

    .practice-title-sec {
        width: 100%;
    }

    .hero-banner-content-left-bg img {
        height: 220px!important;
    }

    .hero-banner-content-left-bg {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .container-lg {
        max-width: calc(100% - 20px)!important;
    }    

    .services-slider-overflowed .swiper-wrapper {
        padding-left: 28%;
    }

    .our-team-heritage .team-details h3, .our-team-heritage .team-details p {
        text-align: center;
    }

    .material-blog .wp-block-post-template {
        display: flex;
        flex-wrap: wrap;
    }

    .material-blog ul.wp-block-post-template {
        gap: 40px 40px;
    }

    .material-blog .wp-block-post-template .wp-block-post {
        width: 100%;
    }

    .testimonials-slider__slide {
        padding: 65px 30px 30px 30px;
        background-size: 45px;
        background-position: top 20px left 25px;
    }

    .testimonails-material-columns .wp-block-post-template {
        gap: 56px 24px!important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 781px) {
     .featured-cards-full__card-content {
        padding-right: 100px !important;
    }

    .service-cards .cards-grid-2 .card .wp-block-group.is-layout-flex {
        flex-wrap: wrap !important;
    }

    .section-featured-content-grid-left .wp-block-columns {
        flex-direction: column-reverse;
    }

    .feature-detail-column__image {
        aspect-ratio: 3/2;
    }

    .feature-details-columns {
        gap: 0 !important;
    }

    .feature-details-block-left,
    .feature-details-block-right {
        margin: 60px 0;
    }

    .feature-details-columns .p-5 {
        padding: 15px 15px !important;
    }

    .full-bg-overlay.banner-height {
        height: 85vh;
    }

    .divided-banner {
        background: linear-gradient(90deg, transparent 0%, rgba(var(--bs-secondary-rgb), 1) 0%);
    }

    .full-content-banner .container {
        padding-left: 20px !important;
        padding-right: 0px !important;
    }

    .section-heading-wrap.p-5 {
        padding: 0px 0px 50px !important;
    }

    .hero-banner-full-left-gentle::after {
        width: 0%;
    }

    .wp-block-column:empty {
        display: none;
    }

    .inner-banner-height {
        min-height: 220px;
        height: auto;
    }

    .hero-banner-full-left::before {
        background: rgba(var(--bs-primary-rgb), 0.7);
    }

    .banner-inner-bg {
        width: 100%;
    }

    .home-banner-flat-image-bg::after {
        width: 0;
    }

    .home-banner-flat-image-bg::before {
        width: 100%;
    }

    .about-left-image img{
        width: 180px!important;
    }

    .about-right-image img{
        width: 260px!important;
    }

    .our-team-heritage .team-details h3, .our-team-heritage .team-details p {
        text-align: center;
    }

    .number-section-home .number-section-inner .number-box {
        border-bottom: 1px solid var(--bs-primary);
        padding-bottom: 30px;
        border-right: none;
    }

    .number-section-home .number-section-inner:last-child .number-box {
        border-bottom: 0px solid var(--bs-primary);
        padding-bottom: 0px;
    }

    .blog-home-posts {
        flex-wrap: wrap!important;
    }

    .cta-caption .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 50% !important;
    }

}

@media (max-width: 600px) {
    .featured-cards-full-wrapper {
        padding: 60px 0px !important;
    }

    .featured-cards-full__card-content {
        padding-right: 0 !important;
    }

    .featured-cards-full__card-media img {
        height: 250px;
    }

    .featured-cards-full__card {
        padding: 35px;
    }

    .feature-card:nth-child(4n + 2)::before,
    .feature-card:nth-child(4n + 3)::before,
    .feature-card:nth-child(4n + 1)::before,
    .feature-card:nth-child(4n + 4)::before {
        background: #2a2a2a70;
    }

    .feature-card::after {
        background: transparent;
        opacity: 1 !important;
    }

    .section-heading-wrap h2 {
        font-size: 28px;
    }

    .feature-cards-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    .feature-cards-grid .feature-card {
        padding: 25px !important;
        height: 250px;
    }

    .hero-banner-gentle-bg .wp-block-column.is-vertically-aligned-center {
        width: 95%;
    }

    .banner-practice-area {
        bottom: 30px;
    }

    .pb-50 {
        padding: 50px 0px;
    }

    .banner-centered-form {
        min-height: 75vh;
    }

    .banner-centered-form-wrapper .form-submit-wrap {
        margin-top: 30px !important;
    }

    .hero-banner-content-left-bg img {
        height: 160px!important;
    }

    .about-left-image img{
        width: 120px!important;
    }

    .about-right-image img{
        width: 160px!important;
    }    

    .services-slider-overflowed .swiper-wrapper {
        padding-left: 0;
    }

    .swiper-wrapper {
        height: 330px;
        padding-left: 0;
    }

    .services-slider-overflowed .services-slider-overflowed-item {
        height: 330px;
    }

    .services-slider-overflowed-item.swiper-slide-prev {
        height: 330px;
    }

    .services-slider-overflowed .container {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .services-slider-overflowed .container {
        margin-right: auto !important;
    }

    .services-slider-overflowed .swiper-button-prev {
        left: 40%!important;
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
    }

    .services-slider-overflowed .swiper-button-next {
        left: 60%!important;
        width: 30px;
        height: 30px;
        transform: translateX(-50%);
    }

    .services-slider-overflowed .mySwiper {
        padding-bottom: 60px;
        margin-bottom: 0px!important;
    }

    .team-col-list>.wp-block-column:last-child {
        display: none;
    }

    .team-col-list .team-list {
        height: auto !important;
        max-height: 100%!important;
        overflow: hidden;
        border: none;
    }

    .our-team-heritage .team-details figure {
        width: 100%!important;
        height: 400px!important;
        border-radius: 10px!important;
    }

    .team-list .wp-block-button {
        display: block!important;
        margin: 10px auto 0px auto;
        text-align: center;
        width: 40%;
    }

    .our-team-heritage .team-details figure img {
        border-radius: 10px;
        height: 100%!important;
    }

    .our-team-heritage .team-details:hover h3, .our-team-heritage .team-details.active h3 {
        color: #000;
    }

    .our-team-heritage .team-details {
        width: 100%;
        padding: 0px 0px 20px 0px;
        gap: 20px;
    }

    .team-col-list::after {
        display: none;
    }

    .our-team-heritage .team-details:hover, .our-team-heritage .team-details.active {
        background-color: transparent;
        color: #000;
    }

    .team-col-list ul.wp-block-post-template {
        flex-direction: initial;
        gap: 0;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0;
        margin: 0;
        padding-bottom: 8px;
        scrollbar-width: thin;
        scrollbar-color: #888 #eee;
    }

    .team-col-list ul.wp-block-post-template::-webkit-scrollbar {
        height: 6px;
        width: 100%;
    }

    .team-col-list ul.wp-block-post-template::-webkit-scrollbar-track {
        background: red;
        opacity: 0.9;
    }

    .team-col-list ul.wp-block-post-template::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px;
    }

    .team-col-list ul.wp-block-post-template li {
        margin: 0;
        list-style: none;
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .number-box .wp-block-image {
        width: 25%;
    }

    .number-box .wp-block-group {
        width: 40%;
    }

    .testimonial-grid-block .wp-block-group {
        align-items: center !important;
    }

    .cta-caption .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    .cta-material-box {
        padding: 20px 110px 20px 10px!important;
    }

    .cta-caption {
        background-position: 67% 50%!important;
    }

    .cta-material {
        padding: 20px !important;
    }

    .testimonials-slider__slide {
        padding: 20px;
    }

    .testimonials-slider__slide::before {
        width: 50px;
        height: 50px;
        mask-size: 50px;
    }

}

@media (max-width: 390px) {
    .banner-height {
        height: 85vh;
        min-height: 410px;
    }

    .full-bg-overlay.banner-height {
        height: 100vh;
    }

    .banner-left-round .banner-height {
        height: 90vh;
    }
}
/** Custom Container Sizes and Fonts for Large Screens **/

@media (min-width: 1599px) {
    :root {
        --wp--style--global--content-size: 1400px !important;
        --wp--style--global--wide-size: 1600px !important;
    }

    .container,
    .container-lg,
    .container-md {
        max-width: 1400px !important;
    }

    .container-xl {
        max-width: 1720px !important;
    }

}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        padding: 0;
    }
}
.wp-block-post-content .hero-banner-gentle-bg.hero-banner-gentle-bg:not([role="document"]) img {
    margin-bottom: 0px !important;
}

.hero-banner-gentle-bg.inner-banner-gentle .wp-block-column.is-vertically-aligned-center {
    top: 70% !important;
    transform: translate(0%, -53%) !important;
    background: linear-gradient(to left, #ffffff00 0%, #ffffff59 100%);
}

@media (max-width: 781px) {
    .hero-banner-gentle-bg.inner-banner-gentle .wp-block-column.is-vertically-aligned-center {
        padding: 20px;
        width: 100%;
    }
}
.portfolio-heritage .wp-block-column:nth-child(2n) {
    flex-direction: column-reverse;
}

.portfolio-heritage .wp-block-columns * {
    font-family: var(--font-secondary);
}

.portfolio-heritage .wp-block-column {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    flex-wrap: wrap !important;
    padding: 10px;
}
.portfolio-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000000b8 50%, #000000b8 50%);
    z-index: -1;
    opacity: 0.9;
}
.portfolio-grid {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.portfolio-minimalist .content-bottom {
    margin-left: 0px !important;
    position: relative;
    width: 100%;
}
.portfolio-minimalist .content-bottom .wp-block-button__link {
    background-color: transparent;
    font-size: 0px;
}
.portfolio-minimalist .content-bottom .wp-block-button__link::after {
    content: "\f061";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--bs-primary);
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 16px;
    margin-left: 7px;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.portfolio-minimalist .content-bottom .wp-block-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.portfolio-minimalist .content-bottom .wp-block-buttons {
    margin: 0px;
}
.meet-our-team-gentle .wp-block-query {
    position: relative;
}

.meet-our-team-gentle .slick-prev,
.meet-our-team-gentle .slick-next {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 45%;
    transform: translate(0%, -45%);
    z-index: 10;
    font-size: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    cursor: pointer;
}

.meet-our-team-gentle .slick-prev {
    left: 8px;
}

.meet-our-team-gentle .slick-next {
    right: 8px;
}

.meet-our-team-gentle .slick-prev:before,
.meet-our-team-gentle .slick-next:before {
    font-family: slick;
    font-size: 20px;
    color: #000;
    opacity: 1;
}

.meet-our-team-gentle .slick-prev:before {
    content: '‹';
}

.meet-our-team-gentle .slick-next:before {
    content: '›';
}

.meet-our-team-gentle .wp-block-post-template {
    display: block !important;
}

.meet-our-team-gentle .wp-block-post-template.block-editor-block-list__block {
    display: grid !important;
}
.meet-our-team-left-full .wp-block-column {
    height: auto !important;
}

.meet-our-team-left-full__card img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
    max-height: 380px;
}

.meet-our-team-left-full__content .section-heading-wrap {
    max-width: 95%;
    margin-left: 0 !important;
    margin-bottom: 45px;
}

.meet-our-team-left-full .container>.wp-block-columns {
    gap: 50px;
}

.meet-our-team-left-full__card-info h3 {
    margin-bottom: 5px;
    color: #fff;
}

.meet-our-team-left-full__card-info p {
    margin: 0;
}

.meet-our-team-left-full__card-info {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px !important;
    width: 100%;
    margin: 0;
    background: linear-gradient(transparent 0, #000 100%);
}

.meet-our-team-left-full__grid.slick-slider {
    display: block !important;
}

.meet-our-team-left-full__grid .slick-prev, .meet-our-team-left-full__grid .slick-next {
    width: 42px;
    height: 42px;
    background: rgba(var(--bs-secondary-rgb), 0.9);
    border: 0;
    border-radius: 4px;
    font-size: 0;
    position: absolute;
    bottom: -70px;
    top: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all .3s ease;
}

.meet-our-team-left-full__grid .slick-prev {
    right: 55px;
    left: auto;
}

.meet-our-team-left-full__grid .slick-next {
    right: 0;
}

.meet-our-team-left-full__grid .slick-prev:hover,
.meet-our-team-left-full__grid .slick-next:hover {
    background: var(--bs-primary);
    color: #fff;
}

.meet-our-team-left-full__grid .slick-prev svg {
    transform: rotate(180deg);
}

.meet-our-team-left-full__grid .slick-prev:before,
.meet-our-team-left-full__grid .slick-next:before {
    display: none;
}

.btn-arow .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.btn-arow .wp-block-button__link::after {
    content: "";
    width: 18px;
    height: 15px;
    flex-shrink: 0;
    background-color: currentColor;
    transition: transform .3s ease;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15'%3E%3Cpath d='M0 6.52686H14.2581L9.08407 1.37602L10.4663 0L18 7.5L10.4663 15L9.08407 13.624L14.2581 8.47314H0V6.52686Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15'%3E%3Cpath d='M0 6.52686H14.2581L9.08407 1.37602L10.4663 0L18 7.5L10.4663 15L9.08407 13.624L14.2581 8.47314H0V6.52686Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.team-minimalist .slick-list {
    padding: 20px 0px;
}
.meet-our-team-left-full .container {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.team-minimalist .type-our_team {
    position: relative;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    margin-right: 20px !important;
}
.team-minimalist .team-page-row.block-editor-block-list__block{
    display: grid !important;   
    grid-template-columns: repeat(3, 2fr);
}
@media (max-width: 781px) {
        .meet-our-team-left-full__content .section-heading-wrap {
        max-width: 100%;
    }

    .meet-our-team-left-full__card {
        margin: 0;
    }

    .meet-our-team-left-full__grid.slick-slider {
        margin-top: 75px;
    }

    .meet-our-team-left-full .container>.wp-block-columns {
        gap: 0;
    }

    .meet-our-team-left-full__bg {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .meet-our-team-left-full__bg::after {
        content: "";
        width: 100%;
        height: 100%;
        background: #ffffffe0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .meet-our-team-left-full .container {
        padding-left: 15px !important;
    }
}
.hero-banner-left-aligned-material::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--bs-light);
    clip-path: ellipse(100% 100% at 50% 167%);
    z-index: 0;
}

.hero-banner-left-aligned-material::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--bs-primary);
    clip-path: ellipse(100% 100% at 50% 165%);
    z-index: 0;
}

.hero-banner-left-aligned-material .container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}
.hero-banner-left-aligned-material {
    position: relative;
}
.inner-banner-material-two.inner-banner-height {
    min-height: 380px;
    height: 380px;
}
.hero-banner-left-aligned-material .container {
    position: relative;
    z-index: 1;
}

.achievements-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

/* Horizontal line */
.achievements-grid::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 50%;
    height: 0.5px;
    background: rgb(255, 255, 255);
    transform: translateY(-50%);
}

/* Vertical line */
.achievements-grid::after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 50%;
    width: 0.5px;
    background: rgb(255, 255, 255);
    transform: translateX(-50%);
}

.achievements-grid .stats-grid-block {
    padding: 40px 20px;
}
.archive-material-two.overlay-bg-primary::after {
    background: rgb(251 251 251 / 90%);
}

.archive-material-two .save-block .stats-no-arrow-columns-4>*:not(:nth-child(4n))::after {
    background-color: #fff;
    width: 1px;
}
.section-statistics-heritage .stats-grid-block::before {
    border-top: none;
}

.save-block .stats-no-arrow-columns-2>*:not(:nth-child(2n))::after,
.save-block .stats-no-arrow-columns-3>*:not(:nth-child(3n))::after,
.save-block .stats-no-arrow-columns-4>*:not(:nth-child(4n))::after,
.save-block .stats-no-arrow-columns-5>*:not(:nth-child(5n))::after,
.save-block .stats-no-arrow-columns-6>*:not(:nth-child(6n))::after,
.save-block .stats-no-arrow-columns-7>*:not(:nth-child(7n))::after,
.save-block .stats-no-arrow-columns-8>*:not(:nth-child(8n))::after,
.save-block .stats-no-arrow-columns-9>*:not(:nth-child(9n))::after,
.save-block .stats-no-arrow-columns-10>*:not(:nth-child(10n))::after,
.save-block .stats-no-arrow-columns-11>*:not(:nth-child(11n))::after,
.save-block .stats-no-arrow-columns-12>*:not(:nth-child(12n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 2px;
    height: 100%;
    background-color: #ccc;
}

@media (max-width: 781px) {
    .save-block .stats-no-arrow-columns-4 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.portfolio-info-wrap .wp-block-image img{
    height: 490px;
    object-fit: cover;
    width: 100%;
}
.portfolio-info-wrap .caption-wrap {
    position: absolute;
    bottom: 20px;
    width: fit-content;
    left: 20px;
    right: 20px;
}
.portfolio-flat {
    position: relative;
    overflow: hidden;
}

.portfolio-flat::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        #ffffff 55%,
        var(--bs-primary) 50%
    );
    z-index: -1;
}
.portfolio-flat .wp-block-columns.slick-slider {
    margin: 0 -10px;
}
.portfolio-flat .slick-slide {
    padding: 0 10px;
}
.portfolio-flat .slick-dots{
    padding: 20px;
}
.block-editor-block-list__block.wp-block-columns .wp-block-column {
    min-width: 300px;
}
.portfolio-flat .block-editor-block-list__block.flex-wrap-csm{
    overflow-x: scroll;
}
@media (max-width: 991px) {
    .flex-wrap-csm{
        flex-wrap: wrap !important;
    }
}
.portfolio-material .wp-block-cover:hover .has-background-dim:not([class*=-background-color]) {
    background-color: var(--bs-primary);
    opacity: 0.9;
}
.portfolio-material .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    transition: background-color 0.4s ease, opacity 0.4s ease;
}
.portfolio-material .wp-block-cover .wp-block-cover__inner-container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.portfolio-material .wp-block-cover:hover .wp-block-cover__inner-container {
    opacity: 1;
    visibility: visible;
}
.portfolio-material .content-bottom .wp-block-button__link::after {
    content: "\f061";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #000;
    background-color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    font-size: 12px;
    margin-left: 7px;
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.portfolio-material .content-bottom .wp-block-button__link {
    background-color: transparent;
    font-size: 0px;
}
.portfolio-material .content-bottom .wp-block-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.portfolio-material .potfolio-content .content {
    width: 87%;
    margin-left: 0px !important;
}
.services-gentle-card {
    transition: all ease 0.5s;
    overflow: hidden;
}
.services-gentle-card img {
    width: 100%;
}
.services-gentle-card-content {
    position: absolute;
    bottom: 0;
    background: linear-gradient(0, var(--bs-dark) 0%, transparent 100%) !important;
}
.services-gentle-card:not([role="document"]):hover .services-gentle-card-content p {
    transform: translateY(0);
    height: 100%;
}
.services-gentle-card:not([role="document"]) .services-gentle-card-content p {
    transition: all ease 0.5s;
    transform: translateY(150px);
    height: 0;
}
.portfolio-gentel .services-gentle-card:not([role="document"]):hover .services-gentle-card-content .wp-block-heading {
    transform: translateY(0);
    height: 100%;
}
.portfolio-gentel .services-gentle-card:not([role="document"]) .services-gentle-card-content .wp-block-heading {
    transition: all ease 0.5s;
    transform: translateY(150px);
    height: 0;
}
.faq-flat .faq-wrap {
    background-color: var(--bs-primary-bg-subtle);
    padding-top: 15px;
}

.faq-wrap .wp-block-accordion-item {
    margin-top: 0px;
}

.faq-flat .faq-material-design .wp-block-accordion-heading__toggle-icon {
    background: transparent;
    color: #000;
}

.faq-wrap .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    margin-bottom: 15px;
}

.faq-flat .faq-wrap .wp-block-accordion-item .wp-block-accordion-panel>* {
    padding-left: 15px;
    padding-right: 15px;
}

.faq-flat .faq-material-design .wp-block-accordion-heading__toggle-icon {
    margin-right: 15px;
}

.faq-flat .faq-wrap .wp-block-accordion-heading__toggle-title {
    padding-left: 15px;
}

.faq-wrap .wp-block-accordion-heading {
    padding-bottom: 15px;
}

.faq-wrap .wp-block-accordion-heading__toggle-icon::before {
    content: "⌄";
}

.faq-wrap .faq-material-design .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::before {
    transform: rotate(180deg);
}
.split-two-col .wp-block-accordion {
    column-count: 2;
    column-gap: 30px;
}

.split-two-col .wp-block-accordion-item {
    break-inside: avoid;
    margin-bottom: 20px;
}

@media (max-width: 781px) {
    .split-two-col .wp-block-accordion {
        column-count: 1;
    }
}
.faq-heritage .faq-material-design .wp-block-accordion-heading__toggle-icon {
    background: transparent;
    color: #000;
}

.faq-heritage .accordion-wrapper .wp-block-details {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 25px;
    margin-top: 25px;
}

.faq-heritage .wp-block-accordion-item.is-open {
    background-color: var(--bs-primary-bg-subtle) !important;
    padding: 18px;
}

.faq-heritage .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    border-bottom: none;
}

.faq-heritage .wp-block-accordion-item .wp-block-accordion-panel {
    padding-bottom: 0px;
}

.faq-heritage .wp-block-accordion-heading {
    padding: 15px;
}

.faq-heritage .wp-block-accordion-item.is-open .wp-block-accordion-heading {
    padding: 0px;
    padding-bottom: 10px;
}

.faq-heritage .wp-block-accordion-item {
    margin-top: 0px;
}

.faq-heritage .faq-material-design .is-open .wp-block-accordion-heading__toggle-icon::before {
    content: "\f068";
    /* minus */
}

.faq-heritage .faq-material-design .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::before {
    transform: none;
}
.faq-material-dark .faq-material-design .wp-block-accordion-heading__toggle-icon {
    background: #fff;
    color: #1ABC9C;
}

.faq-material-dark .faq-wrap .wp-block-accordion-heading__toggle-icon::before {
    padding-top: 3px;
}

.faq-material-dark .faq-wrap .faq-material-design .wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::before {
    padding-top: 0px;
}

.faq-material-dark .wp-block-accordion-item .wp-block-accordion-panel,
.faq-material-dark .wp-block-accordion-heading {
    border-color: #fff;
}

.faq-material-dark .faq-material-design .wp-block-accordion-heading__toggle-icon {
    width: 27px;
    height: 27px;
}
.faq-material-light .faq-material-design .wp-block-accordion-heading__toggle-icon {
    background: transparent;
    color: #000;
}

.faq-material-light .wp-block-accordion-item.is-open {
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.faq-material-light .wp-block-accordion-item {
    padding: 15px 15px 3px;
}

.faq-material-light .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title,
.faq-material-light .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon::before {
    color: #fff;
}

.faq-material-light .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    border-bottom: none;
    padding-bottom: 0px;
}

.faq-material-light .faq-wrap .wp-block-accordion-heading {
    padding-bottom: 5px;
}

.faq-material-light .wp-block-accordion-heading {
    border-bottom: none;
}
.logos-heritage .social-logos-gallery-grid .wp-block-image {
    border: 1px solid #c8c8c8;
    box-shadow: none;
}

.social-logos-gallery-grid .wp-block-image {
    width: 100% !important;
    padding: 25px;
    align-items: center;
    box-shadow: 5px 3px 22px -19px #000;
    height: 150px !important;
}

.social-logos-gallery-grid .wp-block-image img {
    max-height: 45px !important;
    width: 100% !important;
}

.social-logos-gallery-grid.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.social-logos-gallery-grid {
    display: grid !important;
    gap: 0 !important;
}

@media (max-width: 600px) {

    .social-logos-gallery-grid,
    .social-proof-material .social-logos-gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.social-logos-gallery-grid.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.social-proof-material .social-logos-gallery-grid .wp-block-image {
    box-shadow: none;
    border: 1px solid var(--bs-border-color);
    height: 120px !important;
}
.social-proof-material .social-logos-gallery-grid {
    gap: 25px !important;
}
.social-proof-logos-slider.bg-primary .social-logos-gallery .wp-block-image img {
    filter: brightness(35);
}
.social-logos-gallery .wp-block-image img {
    filter: grayscale();
    transition: all ease 0.2s;
}
.social-logos-gallery .wp-block-image img {
    height: 50px !important;
    object-fit: contain;
}
.social-logos-gallery .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
}
.post-heritage .posts-grid-two-column-wrap .wp-block-post-template {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px !important;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:first-child {
    grid-row: span 2;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post .card {
    background: transparent;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image,
.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card-body {
    margin: 0;
    padding: 0 35px !important;
    width: 60%;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image {
    width: 40%;
}

.post-heritage .posts-grid-two-column-wrap .wp-block-post-featured-image img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.post-heritage .post-card-bg .wp-block-group.card {
    background: rgba(var(--bs-primary-rgb), 0.2) !important;
    padding: 20px;
}

.post-heritage .wp-block-group.card {
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.post-heritage .wp-block-post:first-child .card {
    position: relative;
    padding: 0;
}

.post-heritage .wp-block-post:first-child .card-body {
    position: absolute;
    bottom: 0;
    padding: 35px !important;
    background-image: linear-gradient(to bottom, #ffffff00, #000000f0 90%);
    left: 0;
    color: #fff;
}

.post-heritage .card-img-top,
.post-heritage .card-img-top img {
    height: 100%;
}

.post-heritage .wp-block-post-excerpt__more-text {
    display: none !important;
}

.post-heritage .wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
}


@media (max-width: 991px) {
    .post-heritage .posts-grid-two-column-wrap .wp-block-post-template {
        padding: 15px 0;
        display: block;
    }

    .post-heritage .posts-grid-two-column-wrap .wp-block-post .card {
        flex-direction: column !important;
        gap: 25px;
        margin-bottom: 25px;
    }

    .posts-grid-two-column-wrap .wp-block-post .card-body,
    .posts-grid-two-column-wrap .wp-block-post .wp-block-post-featured-image {
        padding: 0 0px !important;
        width: 100% !important;
        margin: 0;
    }

    .post-heritage .wp-block-post:first-child .card-body {
        position: relative;
        padding: 0px !important;
        background-image: none;
        color: currentColor;
    }

    .post-heritage .wp-block-post:first-child .card {
        padding: 20px;
    }

    .post-heritage .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card-body {
        padding: 0 0px !important;
    }

    .posts-grid-two-column-wrap .wp-block-post-featured-image img {
        aspect-ratio: 3/2 !important;
    }

    .posts-grid-two-column-wrap .wp-block-post-template {
        grid-template-columns: 1fr;
        gap: 50px !important;
        padding: 15px 0;
    }
}
.blog-gentle .posts-grid-two-column-wrap .wp-block-post-template {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 25px !important;
}

.blog-gentle .posts-grid-two-column-wrap .wp-block-post:first-child {
    grid-row: span 2;
}

.blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image {
    width: 40%;
}

.blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image img {
    height: 240px;
    object-fit: cover !important;
}

.blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card-body {
    margin: 0;
    padding: 0 15px !important;
    width: 60%;
}

.blog-gentle .wp-block-post-excerpt__more-link {
    text-decoration: none;
}

@media (max-width: 781px) {
.blog-gentle .wp-block-post .card-body {
    padding: 15px 0px !important;
}

.blog-gentle .posts-grid-two-column-wrap .wp-block-post-template {
    grid-template-columns: 1fr;
    gap: 20px !important;
    padding: 15px 0;
}
}

@media (max-width: 600px) {
    .blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card {
        display: block;
    }

    .blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .card-body,
    .blog-gentle .wp-block-post .card-body {
        padding: 15px 0px !important;
    }

    .blog-gentle .posts-grid-two-column-wrap .wp-block-post:not(:first-child) .wp-block-post-featured-image img {
        height: auto;
    }
}
.material-blog.dark.has-background::before {
    background-color: rgba(var(--bs-primary-rgb), 0.9);
}

.material-blog.dark .wp-block-post-excerpt__more-link::after {
    background-color: var(--bs-primary);
}
.contact-flat .container {
    margin-right: auto !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0px !important;
}

.contact-flat .contact-form .form-control,
.contact-flat .contact-form input {
    background-color: #ffffff45;
    color: #fff;
}

.contact-flat .contact-form input::placeholder,
.contact-flat .contact-form textarea::placeholder {
    color: #fff;
}

.contact-flat .contact-form .wpcf7-submit {
    background-color: #fff !important;
    color: #000;
}

@media (max-width: 781px) {
    .contact-flat .contact-form {
        padding: 50px 0px;
    }

    .contact-flat .contact-form .row.mt-3 {
        margin-top: 0px !important;
    }

    .contact-flat .feature-detail-column__image {
        height: 300px !important;
    }
}
.contact-material .wpcf7-submit {
    width: 100%;
}
.contact-form-minimal iframe {
    height: 350px;
}

.contact-form-minimal-info {
    background: url(/wp-content/themes/wp-block-theme/assets/icons/arrow-long.svg);
    background-size: 70px;
    background-position: left bottom 6px;
    background-repeat: no-repeat;
    padding-left: 90px;
}

.contact-form-minimal .form-control {
    background: transparent !important;
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    padding: 12px 0px !important;
    border-radius: 0 !important;
}

.contact-form-minimal .form-control::placeholder {
    color: #ffffff61;
}

.contact-form-minimal .is-vertically-aligned-stretch {
    display: flex;
    flex-direction: column;
}

.contact-form-minimal .is-vertically-aligned-stretch>.wp-block-group {
    height: auto;
    flex-basis: 100%;
}

.contact-form-minimal .bloxby-contact-form textarea.form-control {
    max-height: 150px;
}

.contact-form-minimal form textarea {
    max-height: 150px !important;
}

.contact-form-minimal .wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.contact-form-minimal .form-control::placeholder {
    color: #fff;
}
.contact-form .form-control, .contact-form input{
    background-color: #F8F8F8;
    border: none !important;
    border-radius: 0px !important;
}
.contact-form .wpcf7-submit{
    background-color: var(--bs-primary) !important;
    width: 100%;
}
.practice-area-details .wp-block-image img {
    height: 380px;
    object-fit: cover;
    filter: grayscale(1);
    position: relative;
}

.practice-area-details .wp-block-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 28%);
    pointer-events: none;
}

.practice-area-details {
    position: relative;
}

.practice-area-details h3.wp-block-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}

.practice-area-wrap {
    position: relative;
    overflow: hidden;
}

.practice-area-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background: linear-gradient(to right, #ffffffba 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
    pointer-events: none;
}

.practice-area-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    background: linear-gradient(to left, #ffffffa3 0%, rgb(255 255 255 / 0%) 100%);
    z-index: 2;
    pointer-events: none;
}

.practice-area-wrap .wp-block-column {
    transition: all 0.4s ease;
    transform: scale(0.89);
    opacity: 0.5;
}

.practice-area-wrap .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

.practice-area-wrap .swiper-slide-active .wp-block-image img {
    filter: none !important;
}

.block-editor-block-list__block.practice-area-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.block-editor-block-list__block.practice-area-wrap::before,
.block-editor-block-list__block.practice-area-wrap::after {
    background: none;
}

.block-editor-block-list__block.practice-area-wrap .practice-area-details .wp-block-image img {
    filter: none;
}

.block-editor-block-list__block.practice-area-wrap .wp-block-column {
    opacity: 1;
}

@media (max-width: 991px) {

    .practice-area-wrap::after,
    .practice-area-wrap::before {
        background: none;
    }
}
.contact-form-minimal.gentle-form .wpcf7-form-control.wpcf7-submit {
    width: auto;
}

.contact-form-minimal.gentle-form .form-control::placeholder {
    color: #626262 !important;
}

.contact-form-minimal.gentle-form .form-control {
    border-bottom: 1px solid #626262 !important;
}

.gentle-form.contact-form-minimal .col-md-6 {
    width: 100%;
}

.gentle-form.contact-form-minimal .row.mt-3 {
    margin-top: 0px !important;
}
.wp-block-media-text.has-media-on-the-right figure::before {
    left: 0px;
    right: 0px;
    background: rgba(var(--bs-primary-bg-rgb), 1);
}

.wp-block-media-text figure {
    position: relative;
}

figure.wp-block-media-text__media,
figure.wp-block-media-text__media img {
    height: 100%;
    object-fit: cover;
}

.wp-block-media-text figure::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    background: rgba(var(--bs-secondary-bg-rgb), 1);
}

.content-heritage .wp-block-media-text figure img {
    right: 25px;
}

.wp-block-media-text figure img {
    z-index: 1;
    position: relative;
}
.content-flat-three img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.image-wrap .left-image {
    position: absolute;
    left: -90px;
    top: -130px;
    width: 45%;
}

.image-wrap .right-image {
    position: absolute;
    right: -90px;
    width: 45%;
    bottom: -130px;
}

.content-flat-three {
    overflow: hidden;
}

.content-flat-three .content-box {
    width: 500px;
}

.image-wrap .block-editor-block-list__block.right-image {
    right: 0px;
    width: 40%;
    top: -155px;
}

.image-wrap .block-editor-block-list__block.left-image {
    left: 0px;
    top: -130px;
    width: 40%;
}

.content-flat-three .block-editor-block-list__block.content-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.block-editor-block-list__block.content-flat-three {
    overflow: visible;
}

@media (max-width: 991px) {
    .content-flat-three .content-box {
        width: 95%;
        margin: auto;
    }

    .image-wrap .left-image {
        left: -160px;
        top: -100px;
        width: 65%;
    }

    .image-wrap .right-image {
        right: -85px;
        width: 65%;
        bottom: -140px;
    }
}

@media (max-width: 600px) {

    .image-wrap .left-image,
    .image-wrap .right-image {
        width: 100%;
    }
}

.content-slide {
    position: relative;
}

.content-slide figure {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 1;
    width: 100%;
    height: auto;
}

.content-slide .content {
    padding: 80px 30px !important;
}

.content-wrap .wp-block-heading {
    color: #fff;
}

.content-slider .slick-dots {
    bottom: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: -50px;
}

.content-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.content-slider .slick-dots li button {
    width: 60px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background: rgba(255, 255, 255, .35);
    font-size: 0;
    transition: all .3s ease;
}

.content-slider .slick-dots li button:before {
    display: none;
}

.content-slider .slick-dots li.slick-active button {
    background: #fff;
}

.content-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000002e;
    z-index: 1;
    pointer-events: none;
    border-radius: 10px;
}

.content-slide img {
    height: 100%;
    object-fit: cover;
}

.content-slider.block-editor-block-list__block {
    flex-basis: 50%;
    display: flex;
    overflow-x: scroll;
    column-gap: 10px;
    align-items: baseline;
}

.content-slider.block-editor-block-list__block .content {
    padding: 20px !important;
}
.image-radius-left img {
    border-top-right-radius: 100px;
}

.image-radius-right img {
    border-bottom-left-radius: 100px;
}

.container-content-full {
    max-width: 1900px !important;
    width: 100%;
}
.testimonial-heritage .testimonial-grid-block::before {
    margin: auto;
}

.testimonial-heritage {
    position: relative;
    overflow: hidden;
}

.testimonial-heritage .testimonial-grid-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(to right, #ffffffb8 0%, rgb(255 255 255 / 78%) 35%, rgb(255 255 255 / 72%) 35%);
    z-index: 5;
    pointer-events: none;
}

.testimonial-heritage .testimonial-grid-container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 29%;
    height: 100%;
    background: linear-gradient(to left, #ffffffb8 0%, rgb(255 255 255 / 78%) 35%, rgb(255 255 255 / 72%) 35%);
    z-index: 5;
    pointer-events: none;
}

.testimonial-heritage .block-editor-block-list__block.testimonial-grid-container::before,
.testimonial-heritage .block-editor-block-list__block.testimonial-grid-container::after {
    background: none;
}

.testimonial-heritage .slick-track {
    column-gap: 45px;
    display: flex;
}

@media (max-width: 781px) {

    .testimonial-heritage .testimonial-grid-containere::before,
    .testimonial-heritage .testimonial-grid-container::after {
        background: none;
    }

    .testimonial-heritage .slick-track {
        column-gap: 10px;
    }

}
.testimonial-flat.dark .testimonial-grid-block {
    background-color: rgba(var(--bs-primary-rgb), 0.9);
}

.testimonial-flat.dark .testimonial-grid-block::before {
    background-color: #fff;
}

.testimonial-flat .testimonial-grid-block {
    min-height: 380px;
    /* Adjust according to your longest testimonial */
    display: flex;
    flex-direction: column;
}

.testimonial-flat .entry-content {
    flex: 1;
}
.testimonial-flat .testimonial-grid-block {
    background-color: rgba(var(--bs-secondary-rgb), 0.9);
}

.testimonial-flat .slick-list {
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.15);
}