:root {
    --iscu-navbar-height: 143px;
}

.head-mast:not(.sticky-fixed) .custom-logo {
    filter: invert(100%) brightness(100%);
}

div.page-hero {
    display: flex;
    align-items: center;
    height: max(50svh, 500px);
    padding-top: calc(var(--iscu-navbar-height) + 2rem);
}

.iscu_scroll_to_sevice_btn a {
    width: 41px;
    height: 75px;
    border: 2px solid var(--ignition-buttons-background-color, black);
    position: relative;
}

.iscu_scroll_to_sevice_btn a:after {
    content: '.';
    position: absolute;
    width: 8px;
    height: 8px;
    font-size: 31px;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--ignition-buttons-background-color, black);
    border-radius: 50%;

}

body:has(#wpadminbar) .head-mast.sticky-fixed {
    top: 32px !important;
    position: fixed !important;
}

header a.mobile-nav-trigger {
    font-size: 0;
    border: none;
}

body.single-post .site-content-wrap .page-hero {
    display: none;
}

a:focus,
button[type="submit"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.navigation-mobile a:focus {
    outline: none;
}


header .head-mast .mobile-nav-trigger:has(.ignition-icons.ignition-icons-bars) {
    position: relative;
    height: 50px;
    display: inline-flex;
    cursor: pointer;
}

header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::before {
    content: "" !important;
}

header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars,
header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::before,
header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::after {
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    font-size: initial;
    width: 27px;
    display: flex;
}

header .head-mast.sticky-fixed .mobile-nav-trigger .ignition-icons.ignition-icons-bars,
header .head-mast.sticky-fixed .mobile-nav-trigger .ignition-icons.ignition-icons-bars::before,
header .head-mast.sticky-fixed .mobile-nav-trigger .ignition-icons.ignition-icons-bars::after {
    background-color: black;
}

header .head-mast.sticky-fixed {
    box-shadow: 0 2px 4px #0000001a;
}

header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::before,
header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}

.navigation-mobile-wrap .menu-item-sub-menu-toggle::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    margin-right: 8px;
}

.navigation-mobile-wrap .navigation-mobile .menu-item-expanded>.menu-item-sub-menu-toggle::before {
    transform: rotate(45deg);
}

.iscu_home_page_hero_main_wrapper {
    margin-bottom: 0 !important;
    /* padding-top: max(15vh, calc(var(--iscu-navbar-height) + 1.5rem)) !important; */
    height: max(100svh, 850px);
    align-items: center !important;
}

.iscu_home_page_hero_main_wrapper>.wp-block-gutenbee-container-inner {
    width: 100%;
}

.mobile-nav-open header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars {
    background-color: transparent !important;
}

.mobile-nav-open header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.mobile-nav-open header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::before {
    top: 8px;
}

header .head-mast .mobile-nav-trigger .ignition-icons.ignition-icons-bars::after {
    bottom: 8px;
}

header .head-mast .mobile-nav-trigger:hover .ignition-icons.ignition-icons-bars::before {
    top: 10px;
}

header .head-mast .mobile-nav-trigger:hover .ignition-icons.ignition-icons-bars::after {
    bottom: 10px;
}

.mobile-nav-open header .head-mast .mobile-nav-trigger:hover .ignition-icons.ignition-icons-bars::before {
    top: 1px;
}

.mobile-nav-open header .head-mast .mobile-nav-trigger:hover .ignition-icons.ignition-icons-bars::after {
    bottom: 1px;
}

.navigation-mobile-wrap .navigation-mobile-dismiss {
    display: none;
}

header .navigation-main>li>a,
header .navigation-main>li>ul>li>a {
    font-size: 15px;
    font-weight: 500;
}

/* header .navigation-main > li >  ul > li.current-menu-item > a, */
header .navigation-main>li.current-menu-item>a,
header .navigation-main>li.current-menu-ancestor>a {
    font-weight: 600;
}

header .navigation-main>li {
    padding: 8px 6px;
}

header .head-intro-inner {
    padding: 8px 0;
}

header .head-mast-inner {
    padding: 15px 0;
}

.iscu_home_page_hero_main_wrapper .wp-block-gutenbee-column-content>p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.iscu_home_page_hero_main_wrapper .iscu_hero_sec_top_heading strong {
    font-weight: 500;
}

.iscu_iphone_safari .mobile-nav-trigger {
    display: none !important;
}

.iscu_home_sec_insta_icon {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit,
.iscu_contact_button_new .gutenbee-block-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    --arrow-thickness: 1.5px;
    --arrow-color: white;
}

.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit::before,
.iscu_contact_button_new .gutenbee-block-button-link::before {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 10px;
    height: 2px;
    background-color: white;
    
    transition: transform 0.2s ease-in-out, right 0.2s ease-in-out;
}
.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit::after,
.iscu_contact_button_new .gutenbee-block-button-link::after {
    content: "";    
    width: 8px;
    height: 8px;
    
    border-top: 2px solid white;
    border-right: 2px solid white;
    
    transform: translateY(calc(50% - 1px)) rotate(45deg); 
    transform-origin: center right;
    
    transition: transform 0.2s ease-in-out, right 0.2s ease-in-out;
}
.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit::before{
    background-color: currentColor;
}
.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit::after{
    border-color: currentColor;
}

.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit:hover::before,
.iscu_contact_button_new .gutenbee-block-button-link:hover::before {
    transform: translateY(-50%) translateX(5px);
    background-color: currentColor;
}
.iscu_home_contact_form_wrap .wpforms-form .wpforms-submit:hover::after,
.iscu_contact_button_new .gutenbee-block-button-link:hover::after {
    transform: translateY(calc(50% - 1px)) translateX(5px) rotate(45deg);
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}
.iscu_lawyer_profile_box {
    box-shadow: 0 0 16px 0 #0000001c;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.iscu_lawyer_profile_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 20px 0 #0000001c;

}
.iscu_contact_details_wrap {
    padding: 30px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px transparent;
    backdrop-filter: blur(11.9px);
    -webkit-backdrop-filter: blur(11.9px);
    border: 1px solid rgba(255, 255, 255, 0.38);
}
.iscu_309_form #wpforms-form-309 .wpforms-field-container .wpforms-field:has( > textarea#wpforms-309-field_3) {
    height: 100%;
}
.iscu_309_form #wpforms-form-309 .wpforms-field-container textarea#wpforms-309-field_3 {
    height: 100px;
}
.iscu_contact_sec_contnet_wrap {
    --x-px: calc(1 * 1px);
    --y-px: calc(1 * 1px);
    --border: 2px;
    background: rgba(255, 255, 255, 0.125);
    border-radius: 0.5rem;
    padding: 48px 20px 48px 20px !important;
    overflow: hidden;
    position: relative;
}

.iscu_contact_sec_contnet_wrap::before,
.iscu_contact_sec_contnet_wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
    800px circle at var(--x-px) var(--y-px),
    rgba(255, 255, 255, 0.3),
    transparent 40%
    );
}

.iscu_contact_sec_contnet_wrap::before {
    z-index: 1;
}

.iscu_contact_sec_contnet_wrap::after {
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.iscu_contact_sec_contnet_wrap:hover::after {
    opacity: 0.6;
}
.iscu_contact_sec_contnet_wrap .wp-block-gutenbee-column-content {
    z-index: 3;
}
.iscu_main_card_section_wrap:has( .iscu_section_wrap_new) .wp-block-gutenbee-container-background{
    background: #f8f8f8;
}
.iscu_main_card_section_wrap .iscu_box_shadow_1_new .wp-block-gutenbee-column-content{
    background-color: white !important;
    border: 1px solid rgba(255,255,255,0.75) !important;
    padding: 28px 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 24px rgba(180,185,210,0.18), 0 1.5px 0 rgba(255,255,255,0.7) inset;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
}
.iscu_main_card_section_wrap .iscu_box_shadow_1_new:hover{
    box-shadow: 0 8px 32px rgba(160,165,200,0.28), 0 1.5px 0 rgba(255,255,255,0.8) inset;
    transform: translateY(-6px);
}

.iscu_home_page_des_service_grid {
    gap: 24px;
}
/* .iscu_contact_sec_contnet_wrap::after{
    background: rgba(255, 255, 255, 0.40);
    content: "";
    height: 146%;
    left: -65%;
    opacity: .2;
    position: absolute;
    top: -97px;
    transform: rotate(35deg);
    transition: all 0.3s ease-in-out;
    width: 100px;
    z-index: 0;
}
.iscu_contact_sec_contnet_wrap:hover::after {
    left: 140%;
    transition: all 0.3 ease-in-out;
} */

@media only screen and (max-width:1199px) {

    html:has(body.mobile-nav-open),
    html body.mobile-nav-open {
        /* overflow: hidden; */
        margin-top: 0 !important;
    }

    .mobile-nav-open .navigation-mobile-wrap {
        top: 100px;
        padding-top: 30px;
    }

    .mobile-nav-open header:has(.head-mast-sticky-container .head-mast) .head-intro,
    header:has(.head-mast-sticky-container .head-mast.sticky-fixed) .head-intro,
    .mobile-nav-open header.sticky-permanent:has(.head-mast) .head-intro,
    header.sticky-permanent:has(.head-mast.sticky-fixed) .head-intro {
        display: none;
    }

    .navigation-mobile-wrap ul.navigation-mobile>li>a {
        font-size: 17px;
        font-weight: 500;
        padding-left: 12px;
    }

    .navigation-mobile-wrap ul.navigation-mobile>li>ul li a {
        font-size: 15px;
        font-weight: 500;
        padding: 0;
        line-height: 2;
        margin-bottom: .125rem;
    }

    .navigation-mobile-wrap ul.navigation-mobile>li.current-menu-item>a,
    .navigation-mobile-wrap ul.navigation-mobile>li.current-menu-ancestor>a {
        font-weight: 600;
    }

    .iscu_home_page_hero_main_wrapper {
        /* padding-top: max(10vh, calc(var(--iscu-navbar-height) + 1.5rem)) !important; */
    }

    .iscu_home_page_hero_main_wrapper .iscu_hero_sec_top_heading {
        font-size: calc(2.75rem / 3 + 3.75vw) !important;
    }
    div.iscu_home_page_des_service_grid.wp-block-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    div.iscu_home_page_des_service_grid.wp-block-group .iscu_box_shadow_1_new {
        width: 100%;
    }
}

@media only screen and (max-width:782px) {
    body:has(#wpadminbar) .head-mast.sticky-fixed {
        top: 46px !important;
    }
}

@media only screen and (max-width:768px) {
    :root {
        --iscu-navbar-height: 168px;
    }

    .iscu_home_page_hero_main_wrapper {
        height: 100vh;
        /* padding-top: var(--iscu-navbar-height) !important; */
        padding-bottom: 10px !important;
        align-items: center !important;
    }

    .iscu_home_page_hero_main_wrapper .iscu_hero_sec_top_heading {
        font-size: calc(4rem / 3 + 3.75vw) !important;
    }
    div.iscu_home_page_des_service_grid.wp-block-group {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:600px) {
    .mobile-nav-open .navigation-mobile-wrap {
        top: 80px;
    }

    body:has(#wpadminbar) .head-mast.sticky-fixed {
        top: 0px !important;
    }

    html:has(body.mobile-nav-open) #wpadminbar {
        display: none;
    }
}

@media only screen and (max-width:480px) {

    .mobile-nav-open .site-content-wrap,
    .mobile-nav-open footer.footer {
        opacity: 0;
    }

    .iscu_home_page_hero_main_wrapper {
        padding-top: var(--iscu-navbar-height) !important;
    }
}