/*
Theme Name: SuitWin Recovery
Theme URI: https://www.acmethemes.com/themes/lawyer-zone
Author: acmethemes
Author URI: https://www.acmethemes.com/
Description: SuitWin Recovery — A professional legal services theme customized for international trade dispute resolution in China. Features include multilingual support, responsive design, SEO optimization, and social media integration with Facebook and TikTok.
Version: 3.1.1
Tested up to: 6.8
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lawyer-zone
Tags: blog, e-commerce, portfolio, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template ,post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Post Formats
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Custom CSS
	## Wpform Lite Customization
#Pricing

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    color: #aaa;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    background: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark,
ins {
    color: #3a3a3a;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    font-size: 16px;
    font-size: 1.5rem;
    line-height: 1.5;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    background: #ffffff;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 15px;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    max-width: 100%;
    padding: 7px;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    table-layout: fixed;
}

td,
th {
    border: 1px solid #ddd;
    padding: 10px;
}

.row .row {
    margin: 0;
}

html,
body {
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
.main-navigation a,
.slider-content .banner-title,
.site-title,
.site-title a {
    color: #3a3a3a;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

address {
    margin: 0 0 1.5em;
}

.entry-meta i.fa,
.entry-footer i.fa {
    margin-right: 5px;
    font-size: 13px;
}

p:empty {
    display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
    background: #fff;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    border-radius: 0;
}

.navbar .navbar-toggle {
    background-color: #3a3a3a;
    color: #ffffff;
    font-size: 22px;
    border-radius: 4px;
    margin-bottom: 3px;
    margin-top: 3px;
    outline: medium none;
    transition: all 0.2s ease-out 0s;
    padding: 2px 10px;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #3a3a3a;
}

.navbar-header {
    padding-top: 10px;
}

@media (min-width: 992px) {
    body:not(.front-page) .navbar-header {
        padding-top: 0;
    }
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    line-height: 50px;
}

.navbar-nav > li > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav > li > a:focus {
    background-color: transparent;
}

/*sticky*/
.at-sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e6e6e6;
    -webkit-animation: navigationFlipIn 0.5s;
    animation: navigationFlipIn 0.5s;
    margin-top: 0 !important;
    background: #fff;
}

@-webkit-keyframes navigationFlipIn {
    from {
        top: -100px;
    }

    to {
        to: 0;
    }
}

@keyframes navigationFlipIn {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

@media (min-width: 1024px) {
    .alternative-info-menu .navbar-header {
        max-width: 25%;
    }

    .alternative-info-menu .at-beside-navbar-header {
        width: 75%;
        float: right;
    }
}

/*logo options*/
.custom-logo-link {
    margin-top: 10px;
    display: block;
    max-width: 190px;
}

.custom-logo-link img {
    max-height: 40px;
}

/*right-logo-left-menu*/
.right-logo-left-menu .navbar-header,
.right-logo-left-menu .site-identity-wrapper {
    float: right;
    text-align: right;
}

.right-logo-left-menu .at-beside-navbar-header {
    float: left;
}

.right-logo-left-menu .at-beside-navbar-header .navbar-toggle,
.right-logo-left-menu .at-beside-navbar-header .at-navbar .featured-button,
.right-logo-left-menu .at-beside-navbar-header .navbar .cart-wrap {
    float: left;
}

.right-logo-left-menu .at-beside-navbar-header .cart-wrap .widget_shopping_cart,
.right-logo-left-menu .at-beside-navbar-header .search-wrap .search-block {
    left: 0;
}

.right-logo-left-menu .at-beside-navbar-header .main-navigation {
    float: left;
}

.center-logo-below-menu .at-beside-navbar-header .main-navigation,
.center-logo-below-menu .at-beside-navbar-header .main-navigation .navbar-nav {
    float: none;
}

@media (min-width: 1024.1px) {
    .right-logo-left-menu .at-beside-navbar-header {
        width: 75%;
        float: left;
    }
}

@media (max-width: 1024px) {
    .at-beside-navbar-header,
    .navbar-nav {
        width: 100% !important;
        float: none !important;
    }
}

/*right-logo-left-menu*/
.center-logo-below-menu .navbar-header {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    min-height: 60px;
}

.center-logo-below-menu .at-beside-navbar-header {
    float: none !important;
    text-align: center;
}

.center-logo-below-menu .navbar .navbar-toggle {
    background-color: #000;
    border-radius: 4px;
    bottom: 0;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 3px;
    margin-top: 3px;
    outline: medium none;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.center-logo-below-menu .search-woo.responsive-only {
    bottom: 0;
    position: absolute;
    right: 41px;
}

@media (min-width: 768px) {
    .center-logo-below-menu .at-beside-navbar-header {
        float: none !important;
        margin: 0 auto;
    }

    .center-logo-below-menu .at-beside-navbar-header .info-icon-box-wrapper {
        text-align: left;
    }
}

/*transparent header*/
.header-transparent .navbar {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 101;
}

.admin-bar.header-transparent.header-enable-top .navbar {
    top: 80px;
}

.header-transparent.header-enable-top .navbar {
    top: 50px;
}

.admin-bar.header-transparent.header-enable-top .navbar.at-sticky {
    top: 32px;
}

.header-transparent.header-enable-top .navbar.at-sticky {
    top: 0px;
}

@media (min-width: 768px) {
    .admin-bar .at-sticky {
        top: 32px;
    }
}

.header-transparent .main-navigation ul li a,
.header-transparent .site-title a,
.header-transparent .site-title a:after,
.header-transparent .site-description {
    color: #fff;
}

.header-transparent .at-sticky .main-navigation ul li a,
.header-transparent .at-sticky .site-title a,
.header-transparent .at-sticky .site-title a:after,
.header-transparent .at-sticky .site-description {
    color: #666;
}

.header-transparent .navbar.at-sticky {
    background: #fff;
    position: fixed;
}

.header-transparent .main-navigation ul li ul li a {
    color: #666;
}

.admin-bar.header-transparent .navbar {
    top: 32px;
}

.at-front-no-feature.header-transparent .at-sticky {
    position: fixed;
}

.at-front-no-feature.header-transparent .main-navigation a {
    color: #666;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .header-transparent.header-enable-top .navbar {
        top: 80px;
    }

    .admin-bar.header-transparent.header-enable-top .navbar {
        top: 120px;
    }

    .admin-bar.header-transparent .navbar {
        top: 40px;
    }

    .admin-bar .at-sticky {
        top: 0;
    }

    .admin-bar.header-transparent.header-enable-top .navbar.at-sticky,
    .admin-bar.header-transparent .navbar.at-sticky {
        top: 0;
    }

    .header-transparent .navbar.at-sticky .custom-logo-link img {
        width: 110px;
    }

    .header-transparent .navbar.at-sticky .navbar-toggle {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

/*main-navigation*/
.main-navigation {
    z-index: 99;
    float: right;
}

.alternative-info-menu .alternative-info-menu-navigation-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.alternative-info-menu .main-navigation {
    float: left;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
    color: #666;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-navigation .nav > li > a {
    padding: 15px 10px;
}

.alternative-info-menu .main-navigation > ul > li:first-child a {
    padding: 0;
}

/*menu options*/
.at-navbar .featured-button {
    float: right;
    padding: 10px 15px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .at-navbar .featured-button {
        margin-top: -60px;
        margin-right: 80px;
    }
}

.navbar .search-wrap {
    float: right;
    position: relative;
}

.navbar .search-wrap .search-icon:hover,
.navbar .search-wrap .search-icon:focus,
.navbar .cart-wrap .acme-cart-views a {
    color: #c2b697;
}

.navbar .search-wrap .search-icon {
    cursor: pointer;
    color: #aaa;
    font-size: 21px;
}

.navbar .search-wrap .search-icon i {
    line-height: 30px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.navbar .search-wrap .search-block {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 300px;
    right: 0;
    top: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .search-wrap .search-block.active {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
}

.navbar .cart-wrap {
    float: right;
    position: relative;
}

.navbar .cart-wrap .acme-cart-views {
    font-size: 21px;
    padding: 2px 4px;
}

.navbar .cart-wrap .widget li {
    border: none;
}

.navbar .cart-wrap .acme-cart-views a {
    color: #aaa;
    position: relative;
    padding-right: 25px;
}

.navbar .cart-wrap .acme-cart-views a i {
    padding-top: 30px;
    padding-right: 20px;
}

.navbar .cart-wrap .acme-cart-views a span {
    background-color: #c2b697;
    border-radius: 100%;
    font-size: 12px;
    left: 18px;
    padding: 1px 8px;
    position: absolute;
    top: -8px;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}

/*mini cart*/
.cart-wrap .woocommerce-mini-cart__buttons.buttons .button {
    padding: 8px 18px;
    height: auto;
}

.header-transparent .cart-wrap .acme-cart-views i {
    color: #fff;
}

.at-sticky .cart-wrap .acme-cart-views i {
    color: #666;
}

.navbar .cart-wrap .widget_shopping_cart {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    min-width: 260px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}

.navbar .cart-wrap:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
}

.navbar .cart-wrap:focus-within .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
}

.navbar .cart-wrap .widget_shopping_cart ul {
    margin: 0;
}

.navbar .cart-wrap .widget_shopping_cart ul li {
    text-align: center;
}

.responsive-only {
    display: none;
}

.desktop-only {
    display: block;
}

@media (max-width: 1023px) {
    .responsive-only {
        display: block;
        margin-right: 20px;
    }

    .desktop-only {
        display: none;
    }
}

/*submenu*/
.navbar-nav > li.menu-item-has-children > a::after,
.navbar-nav > li.menu-item-has-children ul > li.menu-item-has-children > a::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 7px;
}

.navbar-nav > li.menu-item-has-children ul > li.menu-item-has-children > a::after,
.navbar-nav > li.menu-item-has-children > a:hover:after,
.navbar-nav > li.menu-item-has-children > a:focus:after {
    color: inherit;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
}

.main-navigation ul ul ul {
    top: 0;
}

.main-navigation ul ul a {
    font-size: 14px;
    padding: 12px 18px;
    width: 200px;
    color: inherit;
}

.main-navigation li:hover > a {
    background: transparent;
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.main-navigation li:focus-within > a {
    background: transparent;
}

.main-navigation ul li:focus-within > ul {
    left: auto;
}

.main-navigation ul ul li:focus-within > ul {
    left: 100%;
}

@media screen and (max-width: 1024px) {
    .navbar .container > .navbar-collapse,
    .navbar .container > .navbar-header {
        margin: 0;
    }

    .main-navigation {
        float: none;
        background: #fff;
        box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    }

    .navbar {
        margin-bottom: 0;
    }

    .main-navigation li {
        float: none;
        display: block;
        border-top: 1px solid #999;
        width: 100%;
    }

    .main-navigation.toggled .nav-menu {
        background: none repeat scroll 0 0 #000;
    }

    .main-navigation ul ul {
        display: block;
        float: none;
        position: static;
        text-align: left;
        box-shadow: none;
        border: medium none;
    }

    .main-navigation ul ul {
        padding-left: 25px;
    }

    .main-navigation ul ul li a {
        display: block;
        width: auto;
    }

    .main-navigation ul ul a:hover,
    .main-navigation ul ul a:focus {
        background: rgba(0, 0, 0, 0);
    }

    .main-navigation a {
        padding: 6px 10px;
        font-size: 13px;
    }

    .header-transparent .at-sticky .site-title a,
    .header-transparent .at-sticky .site-description,
    .header-transparent .main-navigation ul li a {
        color: #666;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 28px 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.post-navigation a,
.posts-navigation a {
    border: 1px solid;
    padding: 6px 20px;
    background: #fff;
    display: block;
    border-radius: 50px;
    padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget_search {
    position: relative;
    width: 100%;
}

.at-subtitle {
    text-align: center;
    margin-bottom: 45px;
}

/*** CALENDER ***/
.calendar_wrap #wp-calendar {
    width: 100%;
}

.calendar_wrap #wp-calendar caption {
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.calendar_wrap table,
.calendar_wrap th,
.calendar_wrap td,
.calendar_wrap tr {
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-collapse: collapse;
    padding: 3px;
}

.calendar_wrap #wp-calendar th,
.calendar_wrap #wp-calendar td {
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
}

.calendar_wrap th {
    background: rgba(0, 0, 0, 0.03);
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.calendar_wrap #wp-calendar #today,
.calendar_wrap #wp-calendar #today a {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.inner-main-title {
    position: relative;
    width: 100%;
    background-size: cover;
    background-color: #2d2d2d;
    overflow: hidden;
    margin-bottom: 50px;
}

.page-template-template-builder .inner-main-title {
    margin-bottom: 0;
}

.inner-main-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 38, 38, 0.55);
    content: '';
    display: block;
    z-index: 1;
}

.inner-main-title .entry-header {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.inner-main-title .entry-title,
.inner-main-title .page-title {
    color: #ffffff;

    font-weight: 700;
    margin-top: 0;
}

.inner-main-title > img {
    width: 100%;
}

@media (min-width: 993px) {
    .inner-main-title .entry-title,
    .inner-main-title .page-title {
        font-size: 48px;
    }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
article.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-reply-title,
.comments-title {
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
}

.comment-reply-title {
    font-size: 18px;
    font-weight: 700;
}

.comment-form input {
    border: 1px solid #e6e6e6;
    color: #b8b8b8;
    font-size: 14px;
    padding: 10px;
}

.comment-form-author input,
.comment-form-email input {
    float: left;
    margin: 0 0 16px;
    width: 77%;
}

.comment-form-author input {
    margin: 0 29px 16px 0;
}

.comment-form-url input {
    clear: both;
    width: 77%;
}

.comment-form textarea {
    width: 77%;
    display: block;
    border: 1px solid #e6e6e6;
    resize: none;
    font-size: 14px;
    padding: 10px;
}

.comment-form .form-submit input {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    padding: 4px 10px;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.comment-list {
    margin: 0 0 20px 0;
    font-size: 13px;
    list-style-type: none;
    padding: 0;
}

.comment-list li.comment {
    list-style-type: none;
    clear: both;
}

.comment-list li.comment .comment-body {
    border: 1px solid #e5e5e5;
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 4px;
    padding: 30px;
    position: relative;
}

.comment-author img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.comment-list .fn {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #000;
}

.comment-list .fa.fa-clock-o {
    font-size: 14px;
    margin-right: 3px;
}

.bypostauthor {
    display: block;
}

.reply {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f7f7f7;
    padding: 4px 15px;
}

@media screen and (max-width: 679px) {
    .comment-form input,
    .comment-form-url input,
    .comment-form textarea {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 2px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*------------------------------------------------------*\
    #Custom CSS
\*--------------------------------------------------------*/
div.wpforms-container-full .wpforms-form input[type='date'],
div.wpforms-container-full .wpforms-form input[type='datetime'],
div.wpforms-container-full .wpforms-form input[type='datetime-local'],
div.wpforms-container-full .wpforms-form input[type='email'],
div.wpforms-container-full .wpforms-form input[type='month'],
div.wpforms-container-full .wpforms-form input[type='number'],
div.wpforms-container-full .wpforms-form input[type='password'],
div.wpforms-container-full .wpforms-form input[type='range'],
div.wpforms-container-full .wpforms-form input[type='search'],
div.wpforms-container-full .wpforms-form input[type='tel'],
div.wpforms-container-full .wpforms-form input[type='text'],
div.wpforms-container-full .wpforms-form input[type='time'],
div.wpforms-container-full .wpforms-form input[type='url'],
div.wpforms-container-full .wpforms-form input[type='week'],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    height: 45px;
    border-radius: 0;
    border: 1px solid #dddddd;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

/*--------------------------------------------------------------
# Global CSS
--------------------------------------------------------------*/
/*used in header and footer nav*/
.at-first-level-nav ul {
    margin: 0;
    padding: 0;
}

.at-first-level-nav ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 10px;
}

.at-display-inline-block {
    display: inline-block;
}

/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/
.top-header {
    color: #fff !important;
    font-size: 15px;
    padding: 10px 0;
}

.top-header a,
.top-header p {
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    line-height: 32px;
    transition-duration: 0.3s;
}

.top-header a:hover,
.top-header a:focus {
    opacity: 0.9;
}

.top-header .text-right > :first-child,
.top-header .text-left > :first-child {
    margin-right: 15px;
}

.top-header .socials {
    margin: 0;
    display: inline-block;
}

.top-header .socials li a {
    line-height: 2;
}

.header-transparent .top-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header-transparent .top-header .socials li a {
    line-height: 3;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header-transparent .top-header .socials li:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 767px) {
    .top-header .text-right,
    .top-header .text-left {
        text-align: center;
    }

    .top-header .text-right > :first-child,
    .top-header .text-left > :first-child {
        margin-right: 0;
    }

    .header-transparent .top-header .socials li a:first-child,
    .header-transparent .top-header .socials li a,
    .top-header .socials li a {
        border: medium none;
    }
}

/*-----------------*\
    #Feature
\*-----------------*/
/*basic info*/
.header-transparent .info-icon-box-wrapper {
    margin-top: 5px;
}

.info-icon-box-wrapper .info-icon-box {
    display: inline-block;
    line-height: 1;
}

.info-icon-box-wrapper .info-icon-box:not(:first-child) {
    margin-left: 15px;
    border-left: 1px solid;
    padding-left: 15px;
}

.info-icon-box {
    position: relative;
}

.info-icon-box .info-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.info-icon-box .info-icon i {
    font-size: 14px;
}

.info-icon-details {
    margin-left: 25px;
}

.info-icon-details .icon-title {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.info-icon-details .icon-desc {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .info-icon-details .icon-desc {
        font-size: 12px;
    }

    .info-icon-box-wrapper .info-icon-box:not(:first-child) {
        margin-left: 10px;
        padding-left: 10px;
    }
}

/*site title*/
.site-title,
.site-title a {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.site-description,
.site-description a {
    margin: 0;
}

/*slider*/
.featured-slider {
    display: none;
}

.image-slider-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background: rgba(0, 0, 0, 1);
}

.slick-slide {
    position: relative;
}

.slick-slide:focus {
    outline: none !important;
}

.image-slider-wrapper .slider-content {
    color: #fff;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 20px;
}

.image-slider-wrapper .banner-title {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-transform: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}

.image-slider-caption {
    clear: both;
    overflow: hidden;
}

/* PC hero 副标题（hidden-xs）：双行 Recover + No Win…；两行均非斜体；H5 用 .suitwin-hero-h5 */
.image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc p {
    white-space: normal;
}

body.home.front-page .image-slider-wrapper .slider-content.text-center .banner-title.hidden-xs,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content.text-center .banner-title.hidden-xs {
    margin-bottom: 0.35rem;
}

/* PC / 平板（≥768）：主标题 + 双行副标题水平居中 */
body.home.front-page .image-slider-wrapper .slider-content.text-center .image-slider-caption.suitwin-hero-tagline-pc,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content.text-center .image-slider-caption.suitwin-hero-tagline-pc {
    width: 90%;
    max-width: 40rem;
    margin: 0.5rem auto 0;
    padding: 1rem 1.25rem 0.85rem;
    border-left: none;
    border-top: 2px solid rgba(194, 182, 151, 0.85);
    text-align: center;
    box-sizing: border-box;
}

body.home.front-page .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line,
body.page-template-template-suitwin-home .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line {
    margin: 0;
    text-align: center;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.55),
        0 2px 12px rgba(0, 0, 0, 0.35);
}

/* 第一行：Playfair 白色导语 — 大号、非斜体 */
body.home.front-page .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--primary,
body.page-template-template-suitwin-home .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--primary {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.35rem, 1.08rem + 0.95vw, 2.05rem);
    font-weight: 600;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.01em;
    text-transform: none;
    color: rgba(255, 255, 255, 0.98);
}

/* 第二行：Source Sans Pro 金色强调 — 字号略高于副标题可读性 */
body.home.front-page .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--secondary,
body.page-template-template-suitwin-home .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--secondary {
    margin-top: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-transform: none;
    color: #c2b697;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.45),
        0 2px 10px rgba(0, 0, 0, 0.3),
        0 0 28px rgba(194, 182, 151, 0.35);
}

@media (min-width: 992px) {
    body.home.front-page .image-slider-wrapper .slider-content.text-center .banner-title.hidden-xs,
    body.page-template-template-suitwin-home .image-slider-wrapper .slider-content.text-center .banner-title.hidden-xs {
        margin-bottom: 0.65rem;
    }

    body.home.front-page .image-slider-wrapper .slider-content.text-center .image-slider-caption.suitwin-hero-tagline-pc,
    body.page-template-template-suitwin-home .image-slider-wrapper .slider-content.text-center .image-slider-caption.suitwin-hero-tagline-pc {
        max-width: 44rem;
        padding: 1.1rem 1.5rem 1rem;
        margin-top: 0.35rem;
    }

    body.home.front-page .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--primary,
    body.page-template-template-suitwin-home .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--primary {
        font-size: clamp(1.5rem, 1.2rem + 1.05vw, 2.2rem);
    }

    body.home.front-page .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--secondary,
    body.page-template-template-suitwin-home .image-slider-wrapper .image-slider-caption.suitwin-hero-tagline-pc .suitwin-hero-tagline-pc__line--secondary {
        margin-top: 1.15rem;
    }
}

.slider-content.text-center .image-slider-caption {
    width: 70%;
    margin: 10px auto 0;
}

.slider-content.text-left .image-slider-caption p,
.slider-content.text-right .image-slider-caption p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 200;
    width: 50%;
}

.slider-content.text-right .image-slider-caption p {
    float: right;
}

.image-slider-wrapper .slick-slide .slider-content .container {
    display: none;
}

.image-slider-wrapper .slick-slide.slick-active .slider-content .container {
    display: block;
}

/*.image-slider-wrapper .slider-content,*/
.image-slider-wrapper .slider-content p {
    font-weight: 400;
}

.image-slider-wrapper .slider-content .btn-primary {
    margin: 20px 10px 10px 0;
}

.image-slider-wrapper .slider-content .btn-reverse {
    border: 1px solid #fff;
    color: #fff;
}

.image-slider-wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.image-slider-wrapper .slick-arrow.prev {
    left: 0px;
}

.image-slider-wrapper .slick-arrow.next {
    right: 0px;
}

.image-slider-wrapper i.slick-arrow {
    color: #fff;
    font-size: 28px;
    height: 50px;
    line-height: 45px;
    width: 50px;
    text-align: center;
}

/*background/default slider*/
.image-slider-wrapper .slick-list,
.image-slider-wrapper .slick-track {
    height: 85vh !important;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

.image-slider-wrapper .slick-arrow {
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}

.image-slider-wrapper:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.image-slider-wrapper:focus-within .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.image-slider-wrapper .slick-arrow.prev {
    left: 10px;
}

.image-slider-wrapper .slick-arrow.next {
    right: 10px;
}

/*Image slider Responsive*/
.image-slider-wrapper.responsive-img img {
    width: 100%;
}

.image-slider-wrapper.responsive-img,
.image-slider-wrapper.responsive-img .slick-list,
.image-slider-wrapper.responsive-img .slick-track {
    height: auto !important;
}

/*extra small device*/
@media (max-width: 1230px) {
    .image-slider-wrapper .banner-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 991.49px) {
    .image-slider-wrapper > .info-icon-box-wrapper {
        position: relative;
    }
}

@media screen and (max-width: 679px) {
    .image-slider-wrapper .slider-content .image-slider-caption {
        display: none;
    }

    .image-slider-wrapper .banner-title {
        font-size: 24px;
        display: block;
    }

    .image-slider-caption {
        width: 90%;
    }

    .image-slider-wrapper .slick-arrow {
        top: 90%;
        -webkit-transform: translateY(-90%);
        -ms-transform: translateY(-90%);
        -o-transform: translateY(-90%);
        transform: translateY(-90%);
    }

    .image-slider-wrapper .slick-arrow.prev {
        left: inherit;
        right: 70px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .image-slider-wrapper .slider-content .btn-primary {
        margin: 10px 0 0 0;
        padding: 10px 19px;
        font-size: 13px;
    }
}

/*button style*/
.at-btn-wrap {
    text-align: center;
}

.btn {
    border-radius: 0;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.at-btn-wrap .btn,
.slider-content .btn {
    font-size: 16px;
    padding: 12px 25px;
}

.slider-content .btn i {
    margin-left: 10px;
}

.comment-form .form-submit input,
.btn-primary {
    color: #ffffff;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    backface-visibility: hidden;
    transition-property: color;
    vertical-align: middle;
    border: none;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.comment-form .form-submit input,
.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    /*margin: 10px;*/
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
}

.comment-form .form-submit input:hover::before,
.comment-form .form-submit input:focus::before,
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary:active::before {
    transform: scaleX(1);
}

.icons {
    width: 100%;
}

.btn-primary.btn-reverse {
    background-color: transparent;
}

.more-link {
    display: table;
    margin-top: 20px;
}

a.more-link::after {
    content: '\f101';
    display: inline-block;
    margin-left: 8px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
}

/*common custom widget*/
/*prev next*/
.at-action-wrapper {
    display: block;
    max-width: 90px;
    margin: 40px auto 0;
    overflow: hidden;
}

.at-action-wrapper .slick-arrow {
    border: 1px solid #ddd;
    padding: 2px 10px;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    line-height: 30px;
    text-align: center;
    margin: 5px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
}

.at-action-wrapper a.all-link {
    text-transform: none;
    font-size: 16px;
}

.widget_lawyer_zone_service .slick-list {
    padding: 20px 20px 0 20px;
}

/*slick padding*/
.featured-entries-col {
    overflow: hidden;
}

.acme-slick-carausel {
    padding-right: 15px;
    padding-left: 15px;
}

.featured-entries-col.column,
.featured-entries-col .slick-list {
    margin: -10px;
}

.featured-entries-col .single-list {
    padding: 10px;
}

/*widget*/
.at-widgets {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.at-widgets .entry-header-title {
    margin-bottom: 10px;
}

.at-widget-title-wrapper {
    margin-bottom: 34px;
    position: relative;
}

.at-widget-title-wrapper:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    background: #ececec;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
}

.at-widget-title-wrapper .at-subtitle {
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
}

.at-widget-title-wrapper .widget-title {
    margin-bottom: 10px;
    margin-top: 0;
}

.at-widget-title-wrapper .widget-title span,
.at-widget-title-wrapper .at-subtitle {
    margin-bottom: 0;
}

.widget-title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 45px;
    text-align: center;
    font-style: normal;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
}

.widget-title span {
    display: block;
    margin-bottom: 20px;
}

.widget-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 2.5px;
    width: 50px;
    left: 50%;
    margin-left: -30px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .widget-title {
        font-size: 24px;
        line-height: 1.3;
    }
}

.related-posts .widget-title,
.secondary-sidebar .widget-title,
.footer-columns .widget-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    padding: 10px 0;
    font-family: inherit;
}

.related-posts .widget-title span,
.secondary-sidebar .widget-title span,
.footer-columns .widget-title span {
    margin-bottom: auto;
}

.related-posts .widget-title::after,
.secondary-sidebar .widget-title::after,
.footer-columns .widget-title::after {
    margin-left: auto;
    left: 0;
    bottom: -1px;
}

.at-gray-bg {
    background: #f9f9f9;
}

@media only screen and (max-width: 991px) {
    .at-widgets {
        padding: 20px 0;
    }

    .at-equal-margin {
        margin: 10px 0;
    }

    /*	.at-widgets .row > div {
		margin-bottom: 0px;
	}*/
    .at-widgets .row > div:last-child {
        margin-bottom: 0;
    }

    .at-widget-title-wrapper .at-subtitle {
        width: 90%;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .at-widget-title-wrapper {
        /*margin-bottom: 20px;*/
    }

    .at-widget-title-wrapper .widget-title {
        margin-bottom: 20px;
    }
}

/*sidebar and footer fixed custom widgets*/
.at-view-all-widget .banner-btn {
    margin-top: 50px;
}

.acme-slick-carausel + .row .at-view-all-widget .btn {
    margin-top: -150px;
}

.at-fixed-width .at-widgets {
    padding: 0;
}

.at-fixed-width .at-widgets .container,
.at-fixed-width .at-widgets .container .row > div,
.entry-content .at-widgets .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.at-fixed-width .team-item {
    margin: 20px 0;
}

/*services*/
.home .acme-services.feature {
    margin-top: -150px;
    padding-bottom: 0;
}

.home .acme-services.feature .single-list:nth-child(odd) .single-item {
    background-color: #f5f5f5;
}

.home .acme-services.feature .single-list:nth-child(even) .single-item .icon a i,
.home .acme-services.feature .single-list:nth-child(even) .single-item .title,
.home .acme-services.feature .single-list:nth-child(even) .single-item .title a {
    color: #fff;
}

.home .acme-services.feature .column .single-item {
    padding: 20px 20px 40px;
}

.acme-services.feature .column .single-item .icon i {
    width: 80px;
    height: 80px;
    border: 2px solid;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
    border-radius: 50%;
}

/*.acme-services.feature .column .single-item:hover .icon i{
	border: 2px solid;
}*/
.acme-services.feature .column .single-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}

.acme-services.feature .single-item:hover:before {
    opacity: 1;
}

.acme-services.feature .single-item:focus-within:before {
    opacity: 1;
}

.acme-services .column {
    text-align: center;
}

.acme-services .column .single-item {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
}

.acme-services.normal .column .single-item {
    border-width: 1px;
    border-style: dashed;
    border-color: #ddd;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acme-services.normal .column .single-item i {
    font-size: 40px;
}

.widget_lawyer_zone_service + .widget_lawyer_zone_imp_number .at-widgets {
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .acme-services .at-action-wrapper {
        display: none;
    }

    .home .acme-services.feature {
        margin-top: 0px;
    }

    .acme-services.normal .at-widget-title-wrapper {
        margin-bottom: 80px;
    }

    .acme-services.normal .at-view-all-widget .banner-btn {
        margin-top: 20px;
    }

    .acme-services .column .single-item {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .acme-services .featured-entries-col.column {
        display: flex;
        flex-wrap: wrap;
    }

    .acme-services.normal .column .single-item {
        margin-bottom: 0;
        height: 100%;
        display: block;
        flex: 1;
    }
}

@media (min-width: 993px) {
    .acme-services.normal .column .single-item {
        border-width: 1px 0 1px 0;
        padding: 60px 0;
        margin-bottom: 30px;
    }

    .acme-services.normal .column .single-item:before,
    .acme-services.normal .column .single-item:after {
        content: '';
        height: 120%;
        width: 1px;
        border-left: 1px dashed #ddd;
        position: absolute;
        top: -10%;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .acme-services.normal .column .single-item:before {
        left: 15px;
    }

    .acme-services.normal .column .single-item:after {
        right: 15px;
    }

    .acme-services.normal .column .single-item:hover:after,
    .acme-services.normal .column .single-item:hover:before {
        height: 100%;
        top: 0;
    }

    .acme-services.normal .column .single-item:hover:before {
        left: 0;
    }

    .acme-services.normal .column .single-item:hover:after {
        right: 0;
    }

    .acme-services.normal .column .single-item:hover {
        border-radius: 4px;
    }

    .acme-services.normal .column .single-item:focus-within:after,
    .acme-services.normal .column .single-item:focus-within:before {
        height: 100%;
        top: 0;
    }

    .acme-services.normal .column .single-item:focus-within:before {
        left: 0;
    }

    .acme-services.normal .column .single-item:focus-within:after {
        right: 0;
    }

    .acme-services.normal .column .single-item:focus-within {
        border-radius: 4px;
    }
}

/*faq*/
.acme-accordions .contact-page-content {
    text-align: center;
}

@media (min-width: 993px) {
    .acme-accordions .contact-page-content img {
        margin-bottom: -40px;
    }
}

.acme-accordions .contact-page-content .entry-title {
    display: none;
}

.accordion-title,
.accordion-title a {
    font-weight: 400;
}

.accordion-title {
    border: 1px solid #ddd;
    padding: 15px;
    font-weight: 400;
}

.accordion-details {
    border: 1px solid #ddd;
    display: none;
    padding: 15px;
}

.accordion-content .accordion-item:first-child .accordion-details {
    display: block;
}

.accordion-icon {
    margin-right: 0;
    float: right;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.so-panel.widget_lawyer_zone_accordion .at-widget-title-wrapper .widget-title,
.so-panel.widget_lawyer_zone_accordion .at-widget-title-wrapper .at-subtitle {
    text-align: left;
}

.so-panel.widget_lawyer_zone_accordion .at-widget-title-wrapper .at-subtitle {
    width: auto;
}

.so-panel.widget_lawyer_zone_accordion .at-widget-title-wrapper:after {
    margin: 0;
}

/*team*/
.acme-teams {
    overflow: visible;
    /*margin-bottom: 100px;*/
    padding-bottom: 0;
}

.acme-teams .at-action-wrapper {
    margin: 40px auto;
}

.home .acme-teams .at-widget-title-wrapper {
    /*margin-bottom: -10px;*/
}

.home .acme-teams .featured-entries-col.acme-slick-carausel {
    bottom: 0;
    margin-top: 100px;
    background: transparent;
    height: auto;
    min-height: auto;
}

.home .acme-teams .featured-entries-col.acme-slick-carausel:before,
.home .acme-teams .featured-entries-col.acme-slick-carausel:after {
    display: none;
}

.home .acme-teams .featured-entries-col [class*='col-'],
.home .acme-teams .featured-entries-col [class^='col-'] {
    padding: 0;
}

.team-item {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.team-item .team-img-box img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.home .acme-teams .single-list:hover + .single-list .team-item {
    z-index: -1;
}

.home .acme-teams .team-item:hover {
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.home .acme-teams .featured-entries-col.acme-slick-carausel .team-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-item:hover .team-img-box img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home .acme-teams .single-list:focus-within + .single-list .team-item {
    z-index: -1;
}

.home .acme-teams .team-item:focus-within {
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.home .acme-teams .featured-entries-col.acme-slick-carausel .team-item:focus-within {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-item:focus-within .team-img-box img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.team-author a {
    display: block;
    overflow: hidden;
}

.team-author-details {
    background: #f5f5f5;
    padding: 20px 30px;
    color: #000;
}

.team-author-details h3,
.team-author-details h3 a,
.team-author-details p {
    margin: 0;
    font-weight: 400;
}

.team-author-details h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.so-panel.widget_lawyer_zone_team .acme-teams {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.so-panel.widget_lawyer_zone_team .acme-teams .at-widget-title-wrapper {
    margin-bottom: 80px;
}

.so-panel.widget_lawyer_zone_team .acme-teams .featured-entries-col {
    bottom: 0;
}

.so-panel.widget_lawyer_zone_team .acme-teams .featured-entries-col [class*='col-'],
.so-panel.widget_lawyer_zone_team .acme-teams .featured-entries-col [class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.home .acme-teams .featured-entries-col {
    /*bottom: -100px;*/
    position: relative;
    z-index: 1;
    overflow: visible;
    min-height: 100%;
    background: #fff;
}

.home .acme-teams .featured-entries-col:before,
.home .acme-teams .featured-entries-col:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: 0px;
}

.home .acme-teams .featured-entries-col:before {
    left: -100%;
}

.home .acme-teams .featured-entries-col:after {
    right: -100%;
}

@media only screen and (max-width: 767px) {
    .featured-entries-col .single-list,
    .acme-teams .featured-entries-col [class*='col-'],
    .acme-teams .featured-entries-col [class^='col-'],
    .home .acme-teams .featured-entries-col [class*='col-'],
    .home .acme-teams .featured-entries-col [class^='col-'] {
        padding: 10px 15px;
    }

    .team-item:hover {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    .team-item:focus-within {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }

    .home .acme-teams .featured-entries-col {
        background-color: transparent;
        padding-bottom: 40px;
    }

    .home .acme-teams .featured-entries-col.acme-slick-carausel {
        padding-bottom: 0px;
    }

    .home .acme-teams .featured-entries-col:before,
    .home .acme-teams .featured-entries-col:after {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .home .acme-teams .featured-entries-col {
        height: 378px;
    }

    .home .acme-teams .featured-entries-col:before,
    .home .acme-teams .featured-entries-col:after {
        height: 130px;
    }
}

@media only screen and (min-width: 993px) {
    .home .acme-teams .featured-entries-col {
        height: 391px;
    }

    .home .acme-teams .featured-entries-col:before,
    .home .acme-teams .featured-entries-col:after {
        height: 91px;
    }
}

@media only screen and (min-width: 1200px) {
    .home .acme-teams .featured-entries-col {
        height: 510px;
    }

    .home .acme-teams .featured-entries-col:before,
    .home .acme-teams .featured-entries-col:after {
        height: 147px;
    }
}

/*testimonial*/
.acme-testimonials {
    padding: 60px 0 100px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.testimonial-content {
    position: relative;
}

.testimonial-content::before {
    position: absolute;
    content: '\f10d';
    left: 10px;
    top: 7px;
    font-family: 'FontAwesome';
    color: #ddd;
    font-size: 17px;
    z-index: 1;
}

.testimonial-content p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.acme-testimonials h3 a {
    font-weight: 400;
}

.testimonial-author img {
    border-radius: 50%;
    width: 100%;
    max-width: 185px;
    display: inline-block;
}

.acme-widget-carausel {
    display: none;
}

.testimonial-wrapper .testimonial-content {
}

.testimonial-details {
}

.testimonial-image {
    position: relative;
}

.acme-testimonials[style^='background-image:'] .at-widget-title-wrapper,
.acme-testimonials[style^='background-image:'] .at-widget-title-wrapper h2,
.acme-testimonials[style^='background-image:'] .testimonial-author-name,
.acme-testimonials[style^='background-image:'] .testimonial-author-name a {
    color: #fff;
}

.testimonial-details {
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto 30px;
    padding: 25px;
    position: relative;
}

.testimonial-details p {
    margin-bottom: 10px;
}

.testimonial-details p:last-of-type {
    margin-bottom: 0;
}

.testimonial-details::before {
    border-left: 15px solid transparent;
    border-top: 15px solid #e2e2e2;
    bottom: -16px;
    content: '';
    position: absolute;
    left: 14px;
    z-index: 2;
}

.testimonial-details::after {
    border-left: 13px solid transparent;
    border-top: 13px solid #fff;
    bottom: -13px;
    content: '';
    position: absolute;
    left: 15px;
    z-index: 3;
}

.testimonial-author .testimonial-image {
    float: left;
    width: 50px;
    height: 50px;
}

.testimonial-author .testimonial-author-name {
    display: inline-block;
    margin: 15px 0 0 10px;
    font-size: 17px;
}

@media only screen and (max-width: 991px) {
    .testimonial-content {
        width: 100%;
    }

    .acme-testimonials .slick-arrow.next {
        right: 0;
        left: inherit;
    }

    .acme-testimonials .slick-arrow.prev {
        left: 0;
    }

    .acme-testimonials .slick-arrow {
        top: 50%;
        bottom: inherit;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .so-panel.widget_lawyer_zone_team .acme-teams .featured-entries-col [class*='col-'],
    .so-panel.widget_lawyer_zone_team .acme-teams .featured-entries-col [class^='col-'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
    }

    .so-panel.widget_lawyer_zone_team .acme-teams .featured-entries-col .team-author-details {
        padding: 10px;
    }

    .acme-testimonials .at-action-wrapper {
        overflow: visible;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .acme-testimonials .slick-arrow.next {
        left: 220px;
    }

    .acme-testimonials .slick-arrow.prev {
        left: 170px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .acme-testimonials {
        padding: 30px 0;
    }

    .acme-testimonials .testimonial-item {
        margin-bottom: 30px;
    }

    .acme-testimonials,
    .acme-testimonials .widget-title,
    .acme-testimonials p,
    .acme-testimonials h3,
    .acme-testimonials h3 a,
    .testimonial-content p {
        text-align: center;
    }

    .acme-testimonials .at-action-wrapper {
        overflow: visible;
        margin: 0 auto;
    }
}

/*woocommerce widgets*/
.featured-entries-col.woocommerce ul.products li.product,
.featured-entries-col.woocommerce-page ul.products li.product {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0.5em 0;
    margin: 0;
    font-size: 18px;
    color: #2d2d2d;
}

.woocommerce .star-rating,
.woocommerce ul.products li.product .star-rating {
    display: inline-block;
    float: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: inline-block;
    color: #2d2d2d;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

/*gallery filter*/
.fullwidth-row,
.fullwidth-container .row {
    margin: 0;
    padding: 0;
}

.grid .gallery-inner-item img {
    width: 100%;
}

.acme-gallery [class*='col-'],
.acme-gallery [class^='col-'] {
    padding: 0;
}

.acme-gallery .gallery-inner-item {
    position: relative;
}

.acme-gallery .gallery-inner-item:hover .at-bottom-lower {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.acme-gallery .gallery-inner-item:hover .at-bottom-lower .gallery-button {
    bottom: 0;
}

.acme-gallery .gallery-inner-item:hover .at-bottom-lower h3 {
    top: 0;
}

.acme-gallery .gallery-inner-item:focus-within .at-bottom-lower {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.acme-gallery .gallery-inner-item:focus-within .at-bottom-lower .gallery-button {
    bottom: 0;
}

.acme-gallery .gallery-inner-item:focus-within .at-bottom-lower h3 {
    top: 0;
}

.acme-gallery {
    padding: 40px 0 0;
}

/*gallery*/
.at-gallery-item {
    overflow: hidden;
}

.at-gallery-item img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.at-gallery-item:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: grayscale(0) blur(4px);
    filter: grayscale(0) blur(4px);
}

.at-gallery-item:focus-within img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-filter: grayscale(0) blur(4px);
    filter: grayscale(0) blur(4px);
}

.at-bottom-lower {
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.at-gallery-item h3,
.at-gallery-item h3 a {
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 2px #333;
    color: #fcfcfc;
}

.at-gallery-item h3 {
    margin-bottom: 20px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    display: block;
    font-size: 20px;
    position: relative;
    top: -100px;
}

.at-gallery-item .gallery-button {
    font-size: 16px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    bottom: -100px;
}

.so-panel.widget_lawyer_zone_gallery_filter
    + .so-panel.widget_lawyer_zone_contact
    .acme-contact
    .wpcf7-form
    p:nth-child(1),
.so-panel.widget_lawyer_zone_gallery_filter
    + .so-panel.widget_lawyer_zone_contact
    .acme-contact
    .wpcf7-form
    p:nth-child(2),
.so-panel.widget_lawyer_zone_gallery_filter
    + .so-panel.widget_lawyer_zone_contact
    .acme-contact
    .wpcf7-form
    p:nth-child(3),
.so-panel.widget_lawyer_zone_gallery_filter
    + .so-panel.widget_lawyer_zone_contact
    .acme-contact
    .wpcf7-form
    p:nth-child(4) {
    margin-right: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .fullwidth-container .at-widget-title-wrapper {
        padding: 0 15px;
    }
}

/*blog*/
.single-post .single-feat .single-thumb,
.single-feat .single-thumb,
.image-wrap {
    position: relative;
    margin-bottom: 15px;
}

.blog-item-wrapper article.post {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
}

.entry-title {
    margin: 0;
}

.entry-title,
.entry-title a {
    font-weight: 400;
}

.acme-col-posts article.post .post-thumb {
    overflow: hidden;
}

.acme-col-posts article.post .post-thumb img {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.acme-col-posts article.post:hover .post-thumb img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.acme-col-posts article.post:focus-within .post-thumb img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.acme-col-posts article.post .post-thumb:before {
    bottom: 0;
    -webkit-box-shadow: 0 -106px 92px -35px #000000 inset;
    box-shadow: 0 -106px 92px -35px #000000 inset;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .details {
        font-size: 14px;
        line-height: normal;
    }
}

.blog .content-area .site-main,
.archive .content-area .site-main {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.blog .content-area .site-main article.post,
.archive .content-area .site-main article.post {
    flex: 48%;
    margin-right: 1%;
    margin-left: 1%;
}

.single-post article.post {
    border-bottom: 1px solid #e6e6e6;
}

article.post .post-thumb .entry-header {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    margin: 0;
    padding: 10px 0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 1;
}

article.post .post-thumb .entry-header a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

article.post .post-thumb .entry-header span {
    display: block;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .widget_lawyer_zone_posts_col .acme-col-posts .slick-list article .entry-content {
        position: static;
        width: 100%;
        padding: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .widget_lawyer_zone_posts_col .acme-col-posts .slick-list article .image-wrap {
        width: auto;
    }

    .blog .content-area .site-main article.post,
    .archive .content-area .site-main article.post {
        flex: 100%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .acme-col-posts .acme-slick-carausel {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*contact section*/
.contact-form {
    overflow: hidden;
}

.contact-form .form-control {
    background-color: transparent;
    margin-bottom: 20px;
    font-weight: 300;
    border-width: 2px;
}

.contact-form input[type='text'],
.contact-form input[type='url'],
.contact-form input[type='email'] {
    height: 45px;
}

.contact-form .entry-title {
    margin: 0;
}

.contact-form i {
    padding: 5px;
    width: 25px;
    margin-right: 5px;
    text-align: center;
}

.acme-contact .contact-page-content {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-right: 100px;
}

.acme-contact .contact-page-content h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 30px;
}

.acme-contact .contact-page-content h5 {
    margin-bottom: 0;
}

.acme-contact .contact-page-content h4 {
    margin-bottom: 25px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.acme-contact .contact-page-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.acme-contact .contact-page-content ul li {
    border-bottom: medium none;
    display: block;
    padding-bottom: 0px;
    padding-top: 0px;
}

.acme-contact .contact-page-content .entry-title {
    margin-bottom: 20px;
}

.acme-contact .contact-page-content .widget-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    font-family: inherit;
}

.acme-contact .contact-page-content .panel-first-child {
    margin-top: 30px;
}

.acme-contact .contact-page-content .so-panel ul {
    margin-top: 10px;
}

.acme-contact .contact-page-content .so-panel ul li {
    font-size: 14px;
}

.acme-contact .contact-page-content .at-social {
    padding: 0;
}

.acme-contact .contact-page-content .at-social .container,
.acme-contact .contact-page-content .at-social [class*='col-'],
.acme-contact .contact-page-content .at-social [class^='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.acme-contact .contact-page-content ul.socials {
    width: auto;
    text-align: left;
}

.acme-contact .contact-page-content ul.socials li {
    display: inline-block;
}

.acme-contact .contact-page-content ul.socials li a {
    font-size: 16px;
    margin-right: 0;
}

.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form label,
.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form input:not([type='submit']) {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(1),
.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(2),
.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(3),
.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(4) {
    width: 32%;
    display: inline-block;
    margin-right: 1.6%;
}

.so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(4) {
    margin-right: 0;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .acme-contact .contact-page-content {
        padding: 0 0 50px 0;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .acme-contact .wpcf7-form label {
        width: 100%;
    }

    .acme-contact .at-widget-title-wrapper {
        margin-bottom: 80px !important;
    }

    .acme-contact .contact-page-content {
        position: relative;
        z-index: 2;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(1),
    .so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(2),
    .so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(3),
    .so-panel.widget.widget_lawyer_zone_contact .acme-contact .wpcf7-form p:nth-child(4) {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}

/*popup css*/
.mfp-bg {
    z-index: 99999;
}

.mfp-wrap {
    z-index: 99999;
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    background: inherit;
    text-align: center;
    width: 30px;
}

button.mfp-arrow,
button.mfp-close {
    background: inherit !important;
    box-shadow: none !important;
}

.mfp-counter {
    font-size: 16px;
    line-height: 2.5;
    text-align: left;
    width: 100%;
    color: #000;
    background: #fff;
    padding: 0 15px;
}

.mfp-bottom-bar {
    margin-top: -40px;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
/* 短页面：页脚贴在视口底，避免 #page 下方整块空白拖到屏幕最下端 */
#page.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.admin-bar #page.site {
    min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar #page.site {
        min-height: calc(100vh - 46px);
    }
}

#page.site > footer.site-footer {
    margin-top: auto;
    flex-shrink: 0;
}

.site-footer {
    position: relative;
}

.site-footer .footer-columns {
    padding-top: 30px;
}

.modal-body .wpcf7-form label {
    width: 100%;
}

.site-footer .acme-gallery .read-more {
    margin-bottom: 5px;
}

#at-shortcode-bootstrap-modal .modal-header .modal-title,
#at-shortcode-bootstrap-modal .modal-header .close {
    color: #fff;
}

.site-footer .bottom {
    padding: 20px 0;
    overflow: hidden;
}

.site-footer .at-subtitle {
    text-align: left;
    width: 100%;
}

.site-footer .at-widget-title-wrapper {
    margin-bottom: 0;
}

.site-footer .at-widget-title-wrapper:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .site-footer .text-right,
    .site-footer .text-left {
        text-align: center;
    }

    .site-footer .related-posts .widget-title,
    .site-footer .secondary-sidebar .widget-title,
    .site-footer .footer-columns .widget-title {
        margin-bottom: 0;
    }
}

/*footer full width*/
.footer-ful-width .info-icon-details .icon-title {
    color: #fff;
}

.footer-ful-width .socials {
    padding: 30px 0;
}

.footer-ful-width .socials li a,
.at-social .socials li a {
    font-size: 24px;
    margin-right: 20px;
}

.at-social .socials li {
    display: inline-block;
    border: none;
}

.at-social .socials {
    width: 100%;
    text-align: center;
}

/*footer fixed*/
.site-footer,
.site-footer h1,
.site-footer h1 a,
.site-footer h2,
.site-footer h2 a,
.site-footer h3,
.site-footer h3 a,
.site-footer h4,
.site-footer h4 a,
.site-footer h5,
.site-footer h5 a,
.site-footer h6,
.site-footer h6 a,
.site-footer .main-title,
.site-footer li,
.site-footer li a,
.site-footer .widget li a,
.site-footer a.btn-reverse {
    color: #ffffff;
}

.site-footer select {
    color: #777;
}

.copy-right {
    padding: 30px 0 20px;
    /* margin-top: 30px; */
    border-top: 1px solid rgba(64, 64, 62, 0.4);
}

/* SuitWin：全站与首页同一页脚 — 居中双行 + 回到顶部 */
.suitwin-site-footer .suitwin-copy-right {
    text-align: center;
}

.suitwin-footer-branding {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 920px;
}

.suitwin-footer-copy,
.suitwin-footer-tagline {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(14px, 0.9vw + 0.65rem, 16px);
    line-height: 1.55;
    color: #fff;
}

.suitwin-footer-tagline {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .suitwin-footer-branding {
        padding: 0 12px;
    }
}

body.page-template-template-suitwin-team .copy-right {
    margin-top: 0;
}

.site-footer .at-gray-bg,
.site-footer .at-widgets,
.site-footer .blog-item-wrapper article.post {
    background: transparent;
}

.site-footer a.btn-reverse {
    border: 1px solid #fff;
}

.site-footer p {
    margin: 0;
}

.site-footer .single-list {
    display: block;
    width: 100%;
}

.site-footer .image-wrap {
    float: left;
    width: 60px;
}

.site-footer .entry-content {
    padding-left: 70px;
}

.site-footer article.post .post-thumb::before {
    display: none;
}

.site-footer article.post .post-thumb .entry-header {
    display: none;
}

.site-footer .entry-header-title .entry-title {
    font-size: 16px;
}

.site-footer article.post {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(64, 64, 62, 0.4);
}

.site-footer .single-list:last-child article.post {
    border: medium none;
}

.site-footer .at-widgets.acme-col-posts .widget-title {
    margin-top: 0px;
}

.site-footer .widget li {
    border-bottom: 1px dashed rgba(64, 64, 62, 0.4);
}

.site-footer .widget li.cat-parent .children,
.site-footer .widget li.menu-item .sub-menu,
.site-footer .widget li.page_item_has_children .children,
.site-footer .widget li.cat-item .children {
    border-top: 1px dashed #444;
}

.site-footer .socials {
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
}

.site-footer .copy-right .socials {
    margin: 0;
    padding: 0;
}

.site-footer .socials li a {
    font-size: 16px;
}

.site-footer .footer-copyright p {
    text-transform: capitalize;
}

.site-footer .widget-title {
    font-weight: 500;
    margin-top: 0;
}

.site-footer .acme-col-posts .content-wrapper {
    overflow: hidden;
}

.site-footer .footer-sidebar .custom-html-widget b {
    font-weight: 600;
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-sidebar:not(:first-child) .widget-title,
    .site-footer .at-widgets.acme-col-posts .widget-title {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

/*social*/
.socials a,
.socials a:hover,
.socials a:focus {
    color: #ffffff;
}

.socials {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.socials li {
    display: inline-block;
}

.socials li a {
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin-right: 16px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}

/*back to top*/
.sm-up-container {
    display: none;
    height: auto;
    right: 3px;
    margin-right: 22px;
    margin-top: auto;
    padding: 3px 6px;
    position: fixed;
    top: 85%;
    width: 45px;
    height: 45px;
    z-index: 60;
    border-radius: 50px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.sm-up-container:hover,
.sm-up-container:focus {
    background: #000;
    color: #fff;
}

.sm-up {
    font-size: 20px;
    color: #fff;
}

/***** Sidebars  *****/
.site-content {
    margin: 0 auto;
    margin-top: 30px;
}

@media (min-width: 992px) {
    body:not(.front-page) .site-content {
        margin-top: 0;
    }
}

#primary {
    float: left;
    width: 69.5%;
    display: block;
    margin-bottom: 60px;
}

.secondary-sidebar {
    float: right;
    width: 28%;
}

.secondary-sidebar .container {
    max-width: 100%;
}

.secondary-sidebar .container .row > div,
.secondary-sidebar .form-group > div {
    width: 100%;
}

/*** RIGHT-SIDEBAR ***/
.right-sidebar #primary {
    float: left;
}

.right-sidebar .secondary-sidebar {
    float: right;
}

.secondary-sidebar .widget {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/*** LEFT-SIDEBAR ***/
.left-sidebar #primary {
    float: right;
}

.left-sidebar .secondary-sidebar {
    float: left;
}

/*** NO-SIDEBAR ***/
.no-sidebar #primary {
    width: 100%;
}

/*** BOTH-SIDEBAR ***/
.both-sidebar #primary-wrap {
    float: left;
    width: 73%;
}

.both-sidebar #primary-wrap #secondary-left {
    float: left;
    width: 32%;
}

.both-sidebar #primary-wrap #primary {
    float: right;
    width: 65%;
}

.both-sidebar #secondary-right {
    float: right;
    width: 25%;
}

/*middle column*/
.middle-col #primary {
    float: none;
    margin: 0 auto;
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .site-content {
        margin-top: 2em;
    }

    .inner-main-title {
        margin-bottom: 30px;
    }

    /*** SIDEBAR ***/
    #primary,
    .both-sidebar #primary,
    .middle-col #primary,
    .both-sidebar #primary-wrap #primary,
    .left-sidebar #primary {
        margin: 0 0 20px;
        width: 100%;
    }

    .secondary-sidebar,
    .both-sidebar #primary-wrap,
    .both-sidebar #primary-wrap #secondary-left,
    .both-sidebar #secondary-right,
    .middle-col .secondary-sidebar,
    .right-sidebar .secondary-sidebar,
    .left-sidebar .secondary-sidebar,
    .no-sidebar .secondary-sidebar {
        clear: both;
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
}

/*** COMMON WIDGETS ***/
.widget ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    border-bottom: none;
    padding-bottom: 0;
}

.widget ul .sub-menu {
    margin-bottom: -8px;
}

.widget ul ul li:first-child,
.widget ul ul li:last-child {
    margin: 0;
}

/*comon */
.widget li,
.widget ul li {
    border-bottom: 1px dotted #dfdfdf;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.widget li.cat-parent {
    padding-bottom: 0;
    border-bottom: medium none;
}

.widget li.cat-parent .children,
.widget li.menu-item .sub-menu,
.widget li.page_item_has_children .children,
.widget li.cat-item .children {
    border-top: 1px dotted #d7d7d7;
    margin-top: 10px;
}

.widget ul ul li:last-child {
    padding-bottom: 0;
}

.widget li.menu-item .sub-menu li:last-child {
    padding-bottom: 10px;
}

.widget li li {
    padding-left: 15px;
}

.widget li:last-child {
    border: none;
}

.widget li a {
    color: #3a3a3a;
}

.widget select {
    background: #ffffff;
    color: #3a3a3a;
    border: 1px solid #ccc;
    max-width: 100%;
    padding: 8px 15px;
}

.widget select,
.widget.widget_search:not(:first-child) .search-block {
    margin-top: 30px;
}

.footer-sidebar .widget li a {
    color: #fff;
}

/*tags*/
.tagcloud a {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-size: 16px !important;
    border: 1px solid;
    border-radius: 3px;
}

/*search*/
.widget .search-block {
    width: 96%;
    float: none;
}

.search-block {
    display: inline-block;
    position: relative;
    color: #3a3a3a;
}

.no-results .search-block,
.error404 #primary .page-content .search-block,
.search-no-results #primary .page-content .search-block {
    float: none;
    width: 50%;
}

.search-block input#menu-search,
.widget_search input#s {
    font-size: 13px;
    line-height: 31px;
    height: 50px;
    padding: 2px 23px 2px 8px;
    width: 100%;
}

.search-block #searchsubmit,
.widget_search #searchsubmit {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 20px;
    height: 42px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 42px;
    color: #999;
}

.no-results.not-found {
    background: #fdfdfd;
    text-align: center;
    padding: 40px;
    border: 1px solid #f3f3f3;
}

.no-results.not-found .page-content {
    margin-top: 0;
}

.no-results.not-found .search-block {
    margin-top: 20px;
}

/*Inner Pages*/
.posted-on,
.author.vcard,
.cat-links,
.comments-link,
.edit-link,
.tags-links {
    margin-right: 15px;
    display: inline-block;
}

.posted-on a,
.author.vcard a,
.cat-links a,
.comments-link a,
.edit-link a,
.tags-links a,
.byline a,
.nav-links a {
    color: #757575;
    font-size: 15px;
}

article.post .content-wrapper,
article.page .content-wrapper {
    padding: 0;
}

article.post .entry-footer,
article.page .entry-footer {
    margin-bottom: 10px;
}

article.post .entry-header,
article.page .entry-header {
    position: relative;
    z-index: 1;
}

article.post .no-image .entry-header,
article.page .no-image .entry-header,
.slick-list article.post .no-image .entry-header,
.slick-list article.page .no-image .entry-header,
.slick-list article.post .entry-header,
.slick-list article.page .entry-header {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

article.post .entry-header .cat-links,
article.page .entry-header .cat-links {
    margin-bottom: 10px;
}

.cat-links {
    display: inline-block;
}

article.post .entry-header .cat-links a,
article.page .entry-header .cat-links a,
.cat-links a {
    font-size: 15px;
    position: relative;
    padding-bottom: 4px;
}

article.post .entry-header .cat-links a:after,
article.page .entry-header .cat-links a:after,
.cat-links a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.5s ease-in-out 0s;
    -o-transition: width 0.5s ease-in-out 0s;
    transition: width 0.5s ease-in-out 0s;
}

article.post:hover .entry-header .cat-links a:after,
article.page:hover .entry-header .cat-links a:after {
    width: 100%;
}

article.post:focus-within .entry-header .cat-links a:after,
article.page:focus-within .entry-header .cat-links a:after {
    width: 100%;
}

.slick-list article.post .no-image .entry-header .cat-links,
.slick-list article.page .no-image .entry-header .cat-links,
.slick-list article.post .entry-header .cat-links,
.slick-list article.page .entry-header .cat-links,
article.post .no-image .entry-header .cat-links,
article.page .no-image .entry-header .cat-links {
    margin-bottom: 10px;
}

article.post .entry-content,
article.page .entry-content {
    margin: 0;
}

article.page .entry-content p img {
    float: left;
}

article.page .entry-content p img:not(:first-child) {
    margin-left: 10px;
}

article.page .entry-content ul {
    padding: 0;
    margin: 15px 0 15px 20px;
    list-style-position: inside;
}

article.page .entry-content blockquote {
    font-style: italic;
}

.entry-content li > ul,
.entry-content li > ol {
    margin-left: 1.5em;
}

/*article post test start*/
article.post,
article.page {
    text-align: left;
    position: relative;
    z-index: 5;
    padding-bottom: 15px;
}

.blog article.post,
.blog article.page,
.archive article.post,
.archive article.page,
.search article.post,
.search article.page {
    border-bottom: 1px solid #eee;
}

article.post .entry-header-title,
article.page .entry-header-title {
    width: 100%;
    display: block;
}

.entry-header-title .entry-title {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

article.post .post-thumb,
article.page .post-thumb {
    position: relative;
    z-index: 1;
}

article.post .post-thumb a,
article.page .post-thumb a {
    overflow: hidden;
    display: block;
}

.post-thumb {
    text-align: center;
}

.post-thumb img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.post-thumb img:hover {
    opacity: 0.6;
}

.post-thumb img:focus-within {
    opacity: 0.6;
}

/*article post test end*/
.nav-links div {
    display: inline-block;
    margin-bottom: 10px;
}

.nav-next {
    float: right;
}

.nav-previous > a::before,
.nav-next a::after {
    content: '\f060';
    font-family: fontawesome;
    padding: 5px;
}

.nav-next a::after {
    content: '\f061';
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    display: inline-block;
    font-size: 14px;
}

/*number pagination*/
.pagination {
    width: 100%;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 5px 15px;
    text-align: center;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 0 3px;
}

/*** ERROR404 ***/
.error404 #primary {
    width: 100%;
}

.error404 #primary .not-found {
}

.error404 h1 {
    font-size: 220px;
    position: relative;
    color: #dfdfdf;
    margin-top: 0;
    text-align: center;
}

.error404 .error-content {
    padding-top: 50px;
}

/*Contact form 7*/
.wpcf7-form input,
.wpcf7-form .your-message textarea {
    /*background: #f2f2f2;*/
    color: #000;
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 45px;
}

.wpcf7-form .your-message textarea {
    height: 200px;
}

.wpcf7-form label {
    width: 90%;
    font-weight: 300;
}

.wpcf7-form input.wpcf7-submit {
    border: medium none;
    color: #ffffff;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    position: relative;
    text-align: center;
    transform: translateZ(0px);
    width: 200px;
}

.wpcf7-response-output {
    clear: both;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-mail-sent-ng,
.wpcf7-mail-sent-ok {
    color: #fff;
    margin: 0 !important;
    padding: 10px !important;
}

.wpcf7-acceptance-missing {
    background: #f7e700;
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
    background: #ff0000;
    border-color: #ff0000 !important;
}

.wpcf7-mail-sent-ok {
    border-color: #398f14 !important;
    background: #398f14;
}

.wpcf7-form input.wpcf7-not-valid {
    border-color: #ff0000;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

/*breadcrumbs*/
#lawyer-zone-breadcrumbs {
}

#lawyer-zone-breadcrumbs .breadcrumb-trail li {
    display: inline-block;
    list-style: outside none none;
    color: #fff;
    font-weight: 600;
}

#lawyer-zone-breadcrumbs .breadcrumb-trail li a {
    display: inline-block;
}

#lawyer-zone-breadcrumbs a {
    position: relative;
}

#lawyer-zone-breadcrumbs li span,
#lawyer-zone-breadcrumbs a:hover,
#lawyer-zone-breadcrumbs a:focus {
    text-decoration: none;
    opacity: 1;
}

#lawyer-zone-breadcrumbs a:hover:before,
#lawyer-zone-breadcrumbs a:focus:before {
    border-color: inherit;
}

#lawyer-zone-breadcrumbs .breadcrumb-trail li::after {
    color: #fff;
    content: '/';
    margin-left: 10px;
    margin-right: 10px;
}

#lawyer-zone-breadcrumbs .breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}

#lawyer-zone-breadcrumbs .breadcrumb-trail li.trail-item.trail-end {
    border-bottom: 1px solid;
}

#lawyer-zone-breadcrumbs .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0;
}

@media (min-width: 993px) {
    #lawyer-zone-breadcrumbs {
        padding: 20px 0 0 0;
    }

    #lawyer-zone-breadcrumbs .breadcrumb-trail li {
        font-size: 18px;
    }
}

/*-- Animation effect */
.acme-animate .init-animate {
    visibility: hidden;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.acme-animate .fadeInDown {
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown1 {
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.acme-animate .fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.acme-animate .fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.acme-animate .fadeIn {
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50% {
        opacity: 1;
    }
}

.acme-animate .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*bootstrap menu fixed*/
@media (max-width: 1024px) {
    .navbar-header {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 10px 0;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        line-height: 20px;
    }

    .collapse.in {
        display: block !important;
    }

    #navbar .container {
        position: relative;
    }

    .main-navigation {
        width: 100%;
        text-align: left;
    }

    #navbar .navbar-collapse {
        height: auto;
        max-height: 70vh;
        right: 0;
        left: 0;
        z-index: 999;
    }
}

/*page builder css */
.at-grid-full-width .container {
    width: 100%;
    margin: 0;
}

.at-grid-full-width {
    margin: 0;
}

.at-grid-full-width .main-title {
    margin-bottom: 10px;
}

.at-grid-full-width .acme-col-posts.at-widgets .at-btn-wrap {
    margin-top: 10px;
}

/*woocommerce button*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 12px 20px;
    height: 45px;
    border-radius: 0;
    line-height: normal;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.rounded-rectangle.woocommerce .button,
.rounded-rectangle.woocommerce ul.products li.product a.added_to_cart,
.rounded-rectangle.woocommerce-page ul.products li.product a.button.add_to_cart_button {
    border-radius: 40px !important;
}

.woocommerce .checkout-button,
.woocommerce a.button.add_to_cart_button,
.woocommerce a.added_to_cart,
.woocommerce a.button.product_type_grouped,
.woocommerce a.button.product_type_external,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .checkout_coupon .button {
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 0;
    left: auto;
    color: #fff;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    line-height: normal;
    margin-bottom: 0;
    font-size: 15px;
    transition: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 45px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 12px 20px;
}

.woocommerce a.button.add_to_cart_button.added {
    padding-right: 0.6em;
}

.woocommerce a.button.add_to_cart_button:before,
.woocommerce a.button.product_type_grouped:before,
.woocommerce a.button.product_type_external:before,
.woocommerce a.added_to_cart:before {
    font-family: FontAwesome;
    content: '\f07a';
    vertical-align: bottom;
    padding-right: 10px;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    font-family: FontAwesome;
    content: '\f00c';
    margin-left: 0.53em;
    vertical-align: bottom;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    padding: 9px 12px;
    border-radius: 0;
    font-weight: 600;
    line-height: normal;
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.product_type_grouped:hover,
.woocommerce a.button.product_type_external:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .widget_shopping_cart_content .buttons a.button:hover,
.woocommerce a.button.add_to_cart_button:focus,
.woocommerce a.added_to_cart:focus,
.woocommerce a.button.product_type_grouped:focus,
.woocommerce a.button.product_type_external:focus,
.woocommerce .cart .button:focus,
.woocommerce .cart input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce .widget_shopping_cart_content .buttons a.button:focus {
    background: #fff;
}

.single-product .yith-wcwl-add-to-wishlist,
.single-product .entry-summary .compare.button {
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    font-size: 13px;
    padding: 10px 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 250px;
}

/*error button*/
.woocommerce-active .woocommerce-error li,
.woocommerce-active .woocommerce-info li,
.woocommerce-active .woocommerce-message li {
    margin-left: 20px !important;
}

/*Woocommerce Related post*/
.woocommerce .related.products {
    clear: both;
    margin-top: 18px;
}

/*woocommerce pagination*/
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: none;
    font-size: 16px;
    background: #f7f7f7;
    padding: 4px 8px;
    height: 40px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1.1em;
    padding: 1em;
}

/*single product*/
.woocommerce div.product form.cart .variations select {
    margin-right: 1em;
    padding: 5px;
    margin-bottom: 8px;
    border-radius: 0;
}

.woocommerce .quantity .qty {
    height: 33px;
    border-radius: 0;
    font-size: 16px;
}

.woocommerce div.product form.cart,
.woocommerce .summary .product_meta {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce-product-gallery__image {
    margin-bottom: 10px;
}

.related.products > h2,
.cross-sells > h2,
.cart_totals > h2,
.woocommerce-order-details > h2,
.woocommerce-customer-details > h2 {
    padding-bottom: 10px;
}

/*woocommerce form*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #dedede;
    background: transparent;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border: 1px solid #999;
}

/*tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none !important;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:focus-within {
    border: none !important;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:focus-within a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    bottom: 0;
    content: ' ';
    height: 0;
    position: static;
    width: 0;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    left: 0;
}

/*woocommerce added styles*/
.woocommerce input {
    border: 1px solid #ddd;
    padding: 10px;
    height: 45px !important;
}

.woocommerce-page .content-area .site-main {
    display: block;
    flex-flow: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 -1%;
}

.woocommerce .page-title {
    margin-top: 0;
    float: left;
}

.woocommerce .woocommerce-ordering + ul.products {
    padding-top: 30px;
}

.woocommerce .woocommerce-result-count {
    float: right;
    margin-right: 240px;
    line-height: 45px;
    font-size: 14px;
}

.woocommerce .woocommerce-ordering {
    float: right;
    margin-right: -415px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .woocommerce .page-title {
        margin-top: 0;
        float: none;
    }

    .woocommerce .woocommerce-result-count {
        float: none;
        margin-right: 0;
        line-height: normal;
    }

    .woocommerce .woocommerce-ordering {
        float: none;
        margin-right: 0;
    }
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 31%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 1% 2% 1%;
    width: 23%;
    text-align: center;
}

.woocommerce ul.products li.product a.added_to_cart,
.woocommerce-page ul.products li.product a.button.add_to_cart_button {
    padding: 12px 14px;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    padding: 12px 40px 12px 20px !important;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    vertical-align: middle;
    top: 0.818em;
}

.woocommerce span.onsale {
    line-height: 2.5;
    padding: 0 10px;
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    margin: 0 !important;
    top: 0;
    left: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1.1em;
    padding: 0.7em 1em;
}

.summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 30px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding: 15px 0;
    margin: 15px 0;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li:not(:first-child),
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:first-child) {
    margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 5em;
    padding: 1.5em 0;
}

.woocommerce div.product .woocommerce-tabs .panel .comment-reply-title,
.woocommerce div.product .woocommerce-tabs .panel .comments-title {
    border-bottom: medium none;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 0;
    font-size: 19px;
    overflow: hidden;
    display: inline-block;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel .comment-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 3px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td {
    padding: 0;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    text-align: left;
    width: 20%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    line-height: normal;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}

.woocommerce div.product form.variations_form.cart .single_variation_wrap .single_variation {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.up-sells.upsells.products {
    position: relative;
    z-index: 2;
    padding: 40px 0;
    margin-bottom: 40px;
}

.up-sells.upsells.products:after {
    position: absolute;
    content: '';
    background: #f5f5f5;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    z-index: -1;
}

.related.products > h2,
.up-sells.upsells.products > h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce ul.order_details {
    margin: 0 0 1em;
    list-style: none;
    padding: 20px;
    background: #f5f5f5;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 18px;
}

.woocommerce .woocommerce-order .woocommerce-customer-details address {
    padding: 40px;
    border-radius: 3px;
}

/*woocommerce MyAccount*/
.woocommerce-MyAccount-navigation {
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul > li > a {
    padding: 15px 10px;
    display: block;

    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.woocommerce-MyAccount-navigation ul > li > a:hover,
.woocommerce-MyAccount-navigation ul > li > a:focus,
.woocommerce-MyAccount-navigation ul > li.is-active > a,
.woocommerce-MyAccount-navigation ul > li.is-active > a:hover,
.woocommerce-MyAccount-navigation ul > li.is-active > a:focus {
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd transparent #ddd #ddd;
    background: #fff;
    margin-right: -1px;
    color: inherit;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 30px;
    padding-top: 30px;
}

.woocommerce-account .woocommerce-Address-title.title {
    background: #f5f5f5;
    padding: 10px;
}

.woocommerce-account .addresses .title h3 {
    margin: 0;
}

.woocommerce-account .addresses address {
    padding: 20px;
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .woocommerce-page .col2-set .col-1,
.woocommerce-account .col2-set .col-2,
.woocommerce-account .woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
}

.woocommerce-MyAccount-content fieldset {
    margin: 30px 2px;
    padding: 0 20px 20px;
}

.woocommerce-MyAccount-content fieldset legend {
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 20px 0;
}

/*login*/
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    float: right;
}

.woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox input {
    height: auto !important;
}

/*author info*/
.authorbox {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    clear: both;
    height: auto;
    margin: 10px 15px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.authorbox .author-avatar {
    height: 90px;
    width: 90px;
    margin: 0 auto;
}

.author-img img {
    margin-right: 15px;
}

.avatar {
    border-radius: 50%;
    float: left;
}

/*pro added*/
/*loading http://codepen.io/yawkwarteng/pen/jevwu*/
.bubblingG-loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    clear: both;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 9999;
}

.loader-outer {
    height: 100px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.bubblingG-loader .bubblingG {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -40px;
}

.bubblingG {
    text-align: center;
    width: 150px;
    height: 94px;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    margin: 47px auto;
    background: #ffb637;
    -moz-border-radius: 94px;
    -moz-animation: bubblingG 1.6s infinite alternate;
    -webkit-border-radius: 94px;
    -webkit-animation: bubblingG 1.6s infinite alternate;
    -ms-border-radius: 94px;
    -ms-animation: bubblingG 1.6s infinite alternate;
    -o-border-radius: 94px;
    -o-animation: bubblingG 1.6s infinite alternate;
    border-radius: 94px;
    animation: bubblingG 1.6s infinite alternate;
}

#bubblingG_1 {
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#bubblingG_3 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 19px;
        height: 19px;
        background-color: #ffb637;
        -moz-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        -moz-transform: translateY(-39px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 19px;
        height: 19px;
        background-color: #ffb637;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        -webkit-transform: translateY(-39px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 19px;
        height: 19px;
        background-color: #ffb637;
        -ms-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        -ms-transform: translateY(-39px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 19px;
        height: 19px;
        background-color: #ffb637;
        -o-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        -o-transform: translateY(-39px);
    }
}

@keyframes bubblingG {
    0% {
        width: 19px;
        height: 19px;
        background-color: #ffb637;
        transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #ffffff;
        transform: translateY(-39px);
    }
}

/*Added Styels*/
/*widget feature*/
.widget_lawyer_zone_feature .at-parallax .widget-title {
    color: #fff;
    font-size: 55px;
    margin-bottom: 25px;
}

.widget_lawyer_zone_feature .at-parallax {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    text-align: center;
}

.widget_lawyer_zone_feature .at-parallax h2 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}

.widget_lawyer_zone_feature .at-parallax:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(68, 70, 93, 0.75);
    z-index: -1;
}

.widget_lawyer_zone_feature .at-parallax .at-widget-title-wrapper {
    margin-bottom: 50px;
}

.widget_lawyer_zone_feature .at-parallax .at-widget-title-wrapper::after {
    display: none;
}

.at-widgets.primary-bg.at-parallax {
    border: medium none;
}

.at-widgets.at-parallax .btn-reverse {
    border-color: #fff;
    color: #fff;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .widget_lawyer_zone_feature .at-parallax {
        padding: 50px 0;
    }

    .widget_lawyer_zone_feature .at-parallax .widget-title {
        font-size: 45px;
    }

    .widget_lawyer_zone_feature .at-parallax h2 {
        font-size: 26px;
    }

    .widget_lawyer_zone_feature .at-parallax .at-widget-title-wrapper {
        margin-bottom: 40px;
    }
}

/*add style of pagebuilder customization*/
#pl-267 .so-panel {
    margin-bottom: 0 !important;
}

.page-template .widget_media_image.panel-first-child {
    position: relative;
    z-index: 2;
}

.sidebar .widget-title {
    font-weight: 600;
}

.sidebar .widget-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    border-bottom: 2px solid #d8d5d5;
    bottom: 0 !important;
}

.sidebar .widget:not(:first-child) {
    margin-top: 50px;
}

.sidebar .widget:last-child {
    margin-bottom: 50px;
}

/*select 2 customiztion*/
.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 0;
    border-color: #dedede;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

/*-----------------------
# Background Image
-----------------------*/
.home.custom-background .at-widgets:not(.at-gray-bg):not(.at-parallax):not(.feature) .container,
.custom-background
    .so-panel
    .at-widgets:not(.at-gray-bg):not(.at-parallax):not(.feature)
    .container,
.custom-background .site-content.container {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home.custom-background .site-footer .at-widgets .container,
.custom-background .site-footer .at-widgets .container {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
}

.custom-background .acme-gallery .fullwidth-container .widget-title,
.custom-background .acme-gallery .fullwidth-container .at-subtitle,
.custom-background .acme-gallery .fullwidth-container .read-more:not(.is-checked) {
    color: #fff;
}

.custom-background .acme-gallery .fullwidth-container .read-more:not(.is-checked) {
    border-color: #fff;
}

/*--------------------------------------------------------------
# SuitWin Recovery Custom Styles
--------------------------------------------------------------*/

/* Hero overlay to match Lawyer Zone dark style */

/* Hero height - match Lawyer Zone original */
.image-slider-wrapper .slick-list,
.image-slider-wrapper .slick-track {
    height: 65vh !important;
}

.image-slider-wrapper .featured-slider {
    display: block !important;
}

.image-slider-wrapper .item {
    position: relative;
    height: 65vh;
}

/* Logo + Site Title inline layout */
.navbar-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar-header .custom-logo-link {
    display: inline-block;
    float: none;
    margin-right: 10px;
    margin-top: 0;
    flex-shrink: 0;
}

.navbar-header .custom-logo-link img {
    max-height: 40px;
    width: auto;
}

.navbar-header .custom-logo-link img.suitwin-nav-logo {
    max-height: 64px;
    max-width: min(272px, 58vw);
    object-fit: contain;
}

.navbar-header .site-title {
    display: inline-block;
    float: none;
    margin: 0;
    white-space: nowrap;
}

.navbar-header .navbar-toggle {
    float: right;
    margin-left: auto;
}

.image-slider-wrapper .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 50, 0.6);
    z-index: 1;
}

.image-slider-wrapper .item {
    position: relative;
}

.image-slider-wrapper .slider-content {
    position: relative;
    z-index: 2;
}

/* H5 hero: brand on image only (panel + CTA 在 .suitwin-h5-hero-follow) */
.suitwin-hero-h5 {
    max-width: 440px;
    margin: 0 auto;
    padding: 8px 16px 4px;
}

.suitwin-hero-h5-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(22px, 6.2vw, 30px);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 14px;
    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.55),
        0 0 1px rgba(0, 0, 0, 0.8);
}

/* H5 hero subtitle — shorter copy than PC (PC keeps full tagline in .suitwin-hero-tagline-pc) */
.suitwin-hero-tagline-h5 {
    white-space: pre-wrap;
    margin: 0 auto 14px;
    padding: 0 8px;
    max-width: 26rem;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.96);
    text-shadow:
        0 1px 10px rgba(0, 0, 0, 0.55),
        0 0 1px rgba(0, 0, 0, 0.65);
}

body.home.front-page .suitwin-hero-tagline-h5 {
    font-size: 15px;
}

body.page-template-template-suitwin-home .suitwin-hero-tagline-h5 {
    font-size: 17px;
}

.suitwin-hero-panel {
    margin-top: 2px;
    padding: 4px 4px 2px;
    background: rgba(6, 10, 20, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.suitwin-hero-list.suitwin-hero-list-steps {
    list-style: none;
    padding: 10px 12px 12px;
    margin: 0;
    counter-reset: suitwin-step;
    text-align: left;
}

.suitwin-hero-list-steps > li {
    counter-increment: suitwin-step;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.suitwin-hero-list-steps > li:last-child {
    border-bottom: 0;
    padding-bottom: 2px;
}

.suitwin-hero-list-steps > li::before {
    content: counter(suitwin-step);
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(150deg, #d4c4a8 0%, #c2b697 45%, #9a8568 100%);
    color: #1c2233;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 1px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.suitwin-hero-li-text {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 1.68;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.96);
    letter-spacing: 0.015em;
}

/* Hero CTA: desktop inline; H5 = two buttons in one row (see mobile block) */
.suitwin-hero-cta-row {
    margin-top: 1.25rem;
}

.suitwin-hero-cta-row .suitwin-hero-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

@media (min-width: 768px) {
    .suitwin-hero-cta-row .suitwin-hero-btn {
        margin: 20px 10px 10px 0;
    }
}

/* H5: ①②③ 左序号右文案（横向）；About / Contact 并排 */
@media (max-width: 767px) {
    .suitwin-hero-list-steps > li {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
    }

    .suitwin-hero-list-steps > li::before {
        flex-shrink: 0;
        margin-top: 2px;
    }

    .suitwin-hero-li-text {
        flex: 1;
        min-width: 0;
    }

    /* 仅「服务特点」下方 CTA 用 flex；勿选到轮播内 .hidden-xs 行，否则会盖掉 Bootstrap 隐藏 */
    .suitwin-h5-hero-follow .suitwin-hero-cta-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: center;
        gap: 10px;
        width: 100% !important;
        max-width: 440px;
        margin: 22px auto 0 !important;
        padding: 0 0px 14px;
        float: none !important;
        clear: both !important;
    }

    .suitwin-h5-hero-follow .suitwin-hero-cta-row .suitwin-hero-btn {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex: 1 1 0;
        min-width: 0;
        width: auto !important;
        max-width: none !important;
        float: none !important;
        margin: 0 !important;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 12px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.02em;
    }
}

/* "View all" — full lists hidden until click (JS adds .suitwin-revealed) */
.suitwin-expandable {
    display: none !important;
}

.suitwin-expandable.suitwin-revealed {
    display: block !important;
}

/* WOW keeps .init-animate at visibility:hidden until in view; sections were display:none so sync never ran — show when expanded */
.suitwin-expandable.suitwin-revealed .init-animate {
    visibility: visible !important;
    opacity: 1 !important;
}

/* 展开「全部」后：完整列表已含预览内容，隐藏对应预览区避免重复（各区块独立） */
body.suitwin-insights-expanded #insights {
    display: none !important;
}

body.suitwin-practice-expanded #expertise {
    display: none !important;
}

/* SuitWin 首页：板块纵向间距（紧凑；模块分割线在 :has / + 选择器中再收紧） */
body.home.front-page section.at-widgets,
body.page-template-template-suitwin-home section.at-widgets {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

/* 紧挨模块分割线的上下板块：减少与分割线的总留白 */
body.home.front-page section.at-widgets:has(+ .suitwin-module-divider),
body.page-template-template-suitwin-home section.at-widgets:has(+ .suitwin-module-divider) {
    padding-bottom: 18px !important;
}

body.home.front-page .suitwin-module-divider + section.at-widgets,
body.page-template-template-suitwin-home .suitwin-module-divider + section.at-widgets {
    padding-top: 18px !important;
}

body.home.front-page .at-widget-title-wrapper,
body.page-template-template-suitwin-home .at-widget-title-wrapper {
    margin-bottom: 22px !important;
}

body.home.front-page .acme-teams .team-item,
body.page-template-template-suitwin-home .acme-teams .team-item {
    margin-bottom: 22px;
}

body.home.front-page #cooperation > .container > .row > div,
body.page-template-template-suitwin-home #cooperation > .container > .row > div {
    margin-bottom: 16px !important;
}

/* Client demands + testimonial — dark band (James): core rgb(68,70,93), long ease-in/out top & bottom */
body.home.front-page .suitwin-demands-quote--dark,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark {
    position: relative;
    background: linear-gradient(
        180deg,
        rgb(42, 44, 64) 0%,
        rgb(50, 52, 74) 10%,
        rgb(58, 60, 84) 22%,
        rgb(65, 67, 90) 32%,
        rgb(68, 70, 93) 42%,
        rgb(68, 70, 93) 58%,
        rgb(70, 72, 95) 72%,
        rgb(78, 80, 103) 86%,
        rgb(88, 90, 112) 100%
    );
    color: rgba(255, 255, 255, 0.94);
    padding: 52px 0 56px;
    margin: 0;
    border: none;
    box-shadow: none;
}

body.home.front-page .suitwin-demands-quote--dark > .container,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark > .container {
    position: relative;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__heading,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.35rem);
    font-weight: 700;
    color: #c2b697;
    line-height: 1.45;
    margin: 0 0 1.5em;
    padding: 0;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list > li,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
    display: flex;
    align-items: flex-start;
    gap: 16px 24px;
    margin: 0 0 1.5em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.93);
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
    font-size: 15px;
    line-height: 2;
}

body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
    font-size: 17px;
    line-height: 2;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__check,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__check {
    flex-shrink: 0;
    margin-top: 0.2em;
    color: #fff;
    font-size: 1em;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--list,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--list {
    padding-right: 16px;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote {
    padding-top: 8px;
}

@media (min-width: 992px) {
    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--list,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--list {
        padding-right: 36px;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote {
        padding-left: 36px;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }

    /* PC: large gold heading; list + quote body match About intro (15px / 17px) */
    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
        font-size: clamp(1.65rem, 1.35rem + 1.05vw, 2.08rem);
        font-weight: 700;
        line-height: 1.38;
        letter-spacing: -0.01em;
        margin-bottom: 1.55em;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list > li,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
        gap: 20px 30px;
        margin-bottom: 1.85em;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__name,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__name {
        font-size: 1.48rem;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__role,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__role {
        font-size: 0.8125rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-top: 0.35em;
    }
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-style: italic;
    font-weight: 400;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
    margin: 0 0 1em;
    color: rgba(255, 255, 255, 0.92);
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
    font-size: 15px;
    line-height: 2;
}

body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
    font-size: 17px;
    line-height: 2;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p:last-child,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p:last-child {
    margin-bottom: 0;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote--quoted > p:first-child::before,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote--quoted > p:first-child::before {
    content: '\2018';
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote--quoted > p:last-child::after,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote--quoted > p:last-child::after {
    content: '\2019';
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__attrib,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__attrib {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 1.75rem;
    flex-wrap: nowrap;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__attrib-text,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__attrib-text {
    text-align: right;
    min-width: 0;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__name,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__name {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    color: #c2b697;
    margin: 0;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__role,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__role {
    display: block;
    margin-top: 0.2em;
    font-size: 0.9rem;
    font-weight: 600;
    color: #c2b697;
    opacity: 0.95;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__avatar-wrap,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__avatar-wrap {
    flex-shrink: 0;
}

body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__avatar,
body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__avatar {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote {
        padding: 1.15rem 1.1rem 1.25rem !important;
        margin-top: 22px;
        border-top: none;
        border-left: none !important;
        background: rgba(255, 255, 255, 0.07);
        border-radius: 12px;
        box-shadow: none;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--quote {
        padding: 1.15rem 1.1rem 1.25rem !important;
        margin-top: 20px;
        border-top: none !important;
        border-left: none !important;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(21, 74, 99, 0.08);
        border-radius: 12px;
        box-shadow: 0 6px 22px rgba(15, 22, 40, 0.055);
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote,
    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote {
        font-style: normal;
        font-family: 'Source Sans Pro', sans-serif;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
        text-align: left;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading {
        text-align: left;
    }
}

/* Client concerns + testimonial — light (Sophia): 干净浅底，无顶部炭灰条（避免紧挨 James 时出现厚重“阴影带”） */
body.home.front-page .suitwin-demands-quote--light,
body.page-template-template-suitwin-home .suitwin-demands-quote--light {
    background: linear-gradient(
        180deg,
        #eceef1 0%,
        #f2f4f7 22%,
        #f7f8fa 52%,
        #fafbfc 82%,
        #ffffff 100%
    );
    color: #333;
    padding: 48px 0 52px;
    margin: 0;
    border: none;
    box-shadow: none;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.35rem);
    font-weight: 700;
    color: #555;
    line-height: 1.45;
    letter-spacing: -0.01em;
    text-align: left;
    max-width: none;
    margin: 0 0 1.5em;
    padding: 0;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__list,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__list > li,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
    display: flex;
    align-items: flex-start;
    gap: 16px 24px;
    margin: 0 0 1.55em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #333;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
    font-size: 15px;
    line-height: 2;
}

body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
    font-size: 17px;
    line-height: 2;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__check,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__check {
    flex-shrink: 0;
    margin-top: 0.15em;
    color: #c5b395;
    font-size: 1em;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--list,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--list {
    padding-right: 16px;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--quote,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--quote {
    padding-top: 4px;
}

@media (min-width: 992px) {
    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--list,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--list {
        padding-right: 36px;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--quote {
        padding-left: 32px;
        border-left: 1px solid rgba(21, 74, 99, 0.1);
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading {
        font-size: clamp(1.65rem, 1.35rem + 1.05vw, 2.08rem);
        font-weight: 700;
        line-height: 1.38;
        letter-spacing: -0.01em;
        margin-bottom: 1.55em;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__list > li,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
        gap: 20px 30px;
        margin-bottom: 1.85em;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__check,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__check {
        font-size: 1em;
        margin-top: 0.14em;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__name,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__name {
        font-size: 1.48rem;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__role,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__role {
        font-size: 0.8125rem;
        letter-spacing: 0.08em;
    }
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-style: italic;
    font-weight: 400;
    font-family: 'Playfair Display', Georgia, serif;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote--quoted > p:first-child::before,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote--quoted > p:first-child::before {
    content: '\2018';
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote--quoted > p:last-child::after,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote--quoted > p:last-child::after {
    content: '\2019';
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p {
    margin: 0 0 1em;
    color: #777;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p {
    font-size: 15px;
    line-height: 2;
}

body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p {
    font-size: 17px;
    line-height: 2;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p:last-child,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p:last-child {
    margin-bottom: 0;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__attrib,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__attrib {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 1.65rem;
    flex-wrap: nowrap;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__attrib-text,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__attrib-text {
    text-align: right;
    min-width: 0;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__name,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__name {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 1.05rem;
    font-family: 'Source Sans Pro', sans-serif;
    color: #c5b395;
    margin: 0;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__role,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__role {
    display: block;
    margin-top: 0.35em;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c5b395;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__avatar-wrap,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__avatar-wrap {
    flex-shrink: 0;
}

body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__avatar,
body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__avatar {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 2px solid #c5b395;
    box-shadow:
        0 0 0 1px rgba(197, 179, 149, 0.35),
        0 4px 14px rgba(0, 0, 0, 0.08);
}

/* 桌面端互换浅↔深蓝：仅视口≥992 且主输入支持 hover（多数手机/平板为 hover:none，保持 H5 原样） */
@media (min-width: 992px) and (hover: hover) {
    body.home.front-page .suitwin-demands-quote--dark,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark {
        background: linear-gradient(
            180deg,
            #eceef1 0%,
            #f2f4f7 22%,
            #f7f8fa 52%,
            #fafbfc 82%,
            #ffffff 100%
        );
        color: #333;
        padding: 48px 0 52px;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: clamp(1.65rem, 1.35rem + 1.05vw, 2.08rem);
        font-weight: 700;
        line-height: 1.38;
        letter-spacing: -0.01em;
        color: #c2b697;
        text-align: left;
        margin: 0 0 1.55em;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list > li,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
        font-family: 'Source Sans Pro', sans-serif;
        color: #333;
        gap: 20px 30px;
        margin-bottom: 1.85em;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__check,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__check {
        color: #c5b395;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--list,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--list {
        padding-right: 36px;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote {
        padding-top: 4px;
        padding-left: 32px;
        border-left: 1px solid rgba(21, 74, 99, 0.1);
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote {
        font-family: 'Playfair Display', Georgia, serif;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
        color: #777;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__name,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__name {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.48rem;
        font-weight: 700;
        color: #c5b395;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__role,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__role {
        font-size: 0.8125rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #c5b395;
        opacity: 1;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__avatar,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__avatar {
        border: 2px solid #c5b395;
        box-shadow:
            0 0 0 1px rgba(197, 179, 149, 0.35),
            0 4px 14px rgba(0, 0, 0, 0.08);
    }

    body.home.front-page .suitwin-demands-quote--light,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light {
        background: linear-gradient(
            180deg,
            rgb(42, 44, 64) 0%,
            rgb(50, 52, 74) 10%,
            rgb(58, 60, 84) 22%,
            rgb(65, 67, 90) 32%,
            rgb(68, 70, 93) 42%,
            rgb(68, 70, 93) 58%,
            rgb(70, 72, 95) 72%,
            rgb(78, 80, 103) 86%,
            rgb(88, 90, 112) 100%
        );
        color: rgba(255, 255, 255, 0.94);
        padding: 52px 0 56px;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: clamp(1.65rem, 1.35rem + 1.05vw, 2.08rem);
        font-weight: 700;
        line-height: 1.38;
        letter-spacing: -0.01em;
        color: #c2b697;
        text-align: left;
        margin: 0 0 1.55em;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__list > li,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
        color: rgba(255, 255, 255, 0.93);
        gap: 20px 30px;
        margin-bottom: 1.85em;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__check,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__check {
        color: #fff;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--list,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--list {
        padding-right: 36px;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--quote {
        padding-top: 8px;
        padding-left: 36px;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote {
        font-family: inherit;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p {
        color: rgba(255, 255, 255, 0.92);
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__name,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__name {
        font-size: 1.48rem;
        color: #c2b697;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__role,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__role {
        font-size: 0.8125rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #c2b697;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__avatar,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__avatar {
        border: 2px solid rgba(255, 255, 255, 0.35);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    }
}

/* H5：demands / testimonial — 左右留白、引用卡片、非斜体、头像左 / 署名右 */
@media (max-width: 767px) {
    body.home.front-page .suitwin-demands-quote--dark .container,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .container,
    body.home.front-page .suitwin-demands-quote--light .container,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .container {
        padding-left: 28px;
        padding-right: 28px;
    }

    /* H5：James 块与 .suitwin-h5-hero-follow 同款浅灰渐变 + 圆角；无 box-shadow */
    body.home.front-page .suitwin-demands-quote--dark,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark {
        background: linear-gradient(180deg, #f0f2f5 0%, #f7f8fa 38%, #fafbfc 100%);
        color: #333;
        padding: 40px 0 56px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: none;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--list,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--list {
        padding-right: 0;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        letter-spacing: -0.01em;
        font-size: 15px;
        line-height: 1.8;
    }

    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        letter-spacing: -0.01em;
        font-size: 17px;
        line-height: 1.8;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list > li,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
        color: #333;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__check,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__check {
        color: #c5b395;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
        color: #5c5b50;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__avatar,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__avatar {
        border: 2px solid #c5b395;
        box-shadow: none;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote .suitwin-demands-quote__blockquote {
        text-align: left;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
        font-size: 15px;
        line-height: 1.85;
    }

    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
        font-size: 16px;
        line-height: 1.85;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote p {
        margin-bottom: 1.15em;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
        font-size: 15px;
        line-height: 1.75;
    }

    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__list > li {
        font-size: 16px;
        line-height: 1.75;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__attrib,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__attrib {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 1.5rem;
        margin-left: auto;
        gap: 12px;
        width: fit-content;
        max-width: 100%;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__avatar-wrap,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__avatar-wrap {
        flex-shrink: 0;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__attrib-text,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__attrib-text {
        text-align: left;
        flex: 0 1 auto;
        min-width: 0;
    }

    body.home.front-page .suitwin-demands-quote--light,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light {
        padding-top: 40px;
        padding-bottom: 46px;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        letter-spacing: -0.01em;
        font-size: 15px;
        line-height: 1.8;
        padding: 0;
        max-width: none;
        color: #555;
        text-align: left;
    }

    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__intro-heading {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        letter-spacing: -0.01em;
        font-size: 17px;
        line-height: 1.8;
        padding: 0;
        max-width: none;
        color: #555;
        text-align: left;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--list,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--list {
        padding-right: 0;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--quote .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--quote .suitwin-demands-quote__blockquote {
        text-align: left;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p {
        font-size: 15px;
        line-height: 1.85;
        color: #8c8b7a;
    }

    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote p {
        font-size: 16px;
        line-height: 1.85;
        color: #8c8b7a;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
        font-size: 15px;
        line-height: 1.75;
    }

    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__list > li {
        font-size: 16px;
        line-height: 1.75;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__attrib,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__attrib {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 1.5rem;
        margin-left: auto;
        gap: 12px;
        width: fit-content;
        max-width: 100%;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__avatar-wrap,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__avatar-wrap {
        flex-shrink: 0;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__attrib-text,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__attrib-text {
        text-align: left;
        flex: 0 1 auto;
        min-width: 0;
    }

    /* H5：标题与列表左对齐；证言卡片化，弱化长斜体；底部留白避免与回顶按钮重叠 */
    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__heading,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__heading {
        text-align: left;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__col--quote {
        margin-top: 4px;
        padding: 1.2rem 1rem 1.35rem !important;
        border-top: none !important;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(21, 74, 99, 0.08);
        border-radius: 12px;
        box-shadow: none;
    }

    body.home.front-page .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--dark .suitwin-demands-quote__blockquote {
        font-style: normal;
        font-family: 'Source Sans Pro', sans-serif;
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__col--quote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__col--quote {
        margin-top: 6px;
        padding: 1.2rem 1rem 1.35rem !important;
        border-top: none !important;
        background: rgba(255, 255, 255, 0.86);
        border: 1px solid rgba(21, 74, 99, 0.08);
        border-radius: 12px;
        box-shadow: 0 6px 24px rgba(15, 22, 40, 0.06);
    }

    body.home.front-page .suitwin-demands-quote--light .suitwin-demands-quote__blockquote,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light .suitwin-demands-quote__blockquote {
        font-style: normal;
        font-family: 'Source Sans Pro', sans-serif;
    }

    body.home.front-page .suitwin-demands-quote--light,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light {
        padding-bottom: 32px;
    }

    body.home.front-page .sm-up-container,
    body.page-template-template-suitwin-home .sm-up-container {
        top: auto;
        bottom: calc(20px + env(safe-area-inset-bottom, 0px));
        right: 12px;
        margin-right: 0;
    }
}

/* About Section */
.suitwin-about {
    background: #fff;
}

/* About 配图区：grid 内由 gap 控制间距；非 grid 场景保留顶距 */
body.home.front-page #about-us .suitwin-about-visuals:not(.suitwin-about-grid__visuals),
body.page-template-template-suitwin-home #about-us .suitwin-about-visuals:not(.suitwin-about-grid__visuals) {
    margin-top: 28px;
}

body.home.front-page #about-us .suitwin-about-figure,
body.page-template-template-suitwin-home #about-us .suitwin-about-figure {
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid rgba(21, 74, 99, 0.12);
    border-radius: 6px;
    overflow: hidden;
    background: #f4f6f8;
    box-shadow: 0 4px 18px rgba(15, 22, 40, 0.06);
}

body.home.front-page #about-us .suitwin-about-figure:not(.suitwin-about-figure--single) img,
body.page-template-template-suitwin-home #about-us .suitwin-about-figure:not(.suitwin-about-figure--single) img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    vertical-align: middle;
}

/* 单张大图：完整显示（不裁切拼图/文案区） */
body.home.front-page #about-us .suitwin-about-figure--single,
body.page-template-template-suitwin-home #about-us .suitwin-about-figure--single {
    max-height: none;
}

body.home.front-page #about-us .suitwin-about-figure--single img,
body.page-template-template-suitwin-home #about-us .suitwin-about-figure--single img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    background: #f4f6f8;
}

/* 品牌服务版图：整图等比显示，仅裁掉右下角水印区（polygon 切角，非 cover 全幅裁切） */
body.home.front-page #about-us .suitwin-brand-figure,
body.page-template-template-suitwin-home #about-us .suitwin-brand-figure {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(21, 74, 99, 0.12);
    border-radius: 6px;
    overflow: hidden;
    background: #f4f6f8;
    box-shadow: 0 4px 18px rgba(15, 22, 40, 0.06);
}

body.home.front-page #about-us .suitwin-brand-figure img,
body.page-template-template-suitwin-home #about-us .suitwin-brand-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    background: #f4f6f8;
    /* 仅去掉右下角小三角（水印）；百分比随图缩放 */
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 6%),
        calc(100% - 11%) 100%,
        0 100%
    );
}

@media (max-width: 767px) {
    body.home.front-page #about-us .suitwin-about-figure,
    body.page-template-template-suitwin-home #about-us .suitwin-about-figure {
        margin-bottom: 16px;
    }
}

/* 文档 0409：顶栏略窄、About 正文小一号、Hero 按钮点击不变色、H5 特点加粗放大 */
body.home.front-page .top-header,
body.page-template-template-suitwin-home .top-header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 13px;
}

/* PC：去掉顶栏（Email / Call / 社交），主区域从导航条开始 */
@media (min-width: 768px) {
    body.home.front-page .top-header,
    body.page-template-template-suitwin-home .top-header,
    body.suitwin-inner-with-home-header .top-header {
        display: none !important;
    }
}

body.home.front-page .suitwin-about-lead,
body.page-template-template-suitwin-home .suitwin-about-lead {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

body.page-template-template-suitwin-home #about-us .suitwin-about-lead {
    font-size: 17px;
}

/* About：PC 2×2 网格（上：双文案对齐；下：双图同高）；H5 单列 lead → 图 → 覆盖文案 → 版图 */
body.home.front-page #about-us .suitwin-about-coverage,
body.page-template-template-suitwin-home #about-us .suitwin-about-coverage {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

body.home.front-page #about-us .suitwin-about-grid,
body.page-template-template-suitwin-home #about-us .suitwin-about-grid {
    display: grid;
    gap: 20px 36px;
    align-items: start;
}

@media (max-width: 767px) {
    body.home.front-page #about-us .suitwin-about-grid,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            'lead'
            'visuals'
            'coverage'
            'brand';
    }

    body.home.front-page #about-us .suitwin-about-grid__lead,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__lead {
        grid-area: lead;
    }

    body.home.front-page #about-us .suitwin-about-grid__coverage,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__coverage {
        grid-area: coverage;
    }

    body.home.front-page #about-us .suitwin-about-grid__visuals,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__visuals {
        grid-area: visuals;
    }

    body.home.front-page #about-us .suitwin-about-grid__brand,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__brand {
        grid-area: brand;
    }
}

@media (min-width: 768px) {
    body.home.front-page #about-us .suitwin-about-grid,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto auto;
        grid-template-areas:
            'lead coverage'
            'visuals brand';
        column-gap: 48px;
        row-gap: 28px;
        align-items: start;
    }

    body.home.front-page #about-us .suitwin-about-grid__lead,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__lead {
        grid-area: lead;
    }

    body.home.front-page #about-us .suitwin-about-grid__coverage,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__coverage {
        grid-area: coverage;
    }

    /* 第二行两图：同宽（各 1fr）+ 同比例外框 → 显示尺寸一致 */
    body.home.front-page #about-us .suitwin-about-grid__visuals,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__visuals {
        grid-area: visuals;
        margin-top: 0 !important;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        display: block;
    }

    body.home.front-page #about-us .suitwin-about-grid__visuals .suitwin-about-figure,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__visuals .suitwin-about-figure {
        margin: 0 !important;
        width: 100%;
        height: 100%;
        min-height: 0;
        display: block;
        overflow: hidden;
    }

    body.home.front-page #about-us .suitwin-about-grid__visuals .suitwin-about-figure img,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__visuals .suitwin-about-figure img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        object-position: center;
    }

    body.home.front-page #about-us .suitwin-about-grid__brand,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__brand {
        grid-area: brand;
        margin: 0 !important;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        display: block;
    }

    body.home.front-page #about-us .suitwin-about-grid__brand img,
    body.page-template-template-suitwin-home #about-us .suitwin-about-grid__brand img {
        width: 100%;
        height: 100%;
        min-height: 0;
        object-fit: cover;
        object-position: center center;
    }
}

body.home.front-page .suitwin-h5-highlights .suitwin-highlight-item span,
body.page-template-template-suitwin-home .suitwin-h5-highlights .suitwin-highlight-item span {
    font-size: 14px;
    font-weight: 700;
}

/* Hero CTA：filled（Expertise）— 与主题主色 #44465d 一致，避免点击/焦点后变成 #0d6b6b */
body.home.front-page .suitwin-hero-btn.btn-primary:not(.btn-reverse):focus,
body.home.front-page .suitwin-hero-btn.btn-primary:not(.btn-reverse):active,
body.home.front-page .suitwin-hero-btn.btn-primary:not(.btn-reverse):focus-visible,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-primary:not(.btn-reverse):focus,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-primary:not(.btn-reverse):active,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-primary:not(.btn-reverse):focus-visible,
body.page-template-template-suitwin-home .suitwin-hero-btn.btn-primary:not(.btn-reverse):focus,
body.page-template-template-suitwin-home .suitwin-hero-btn.btn-primary:not(.btn-reverse):active,
body.page-template-template-suitwin-home .suitwin-hero-btn.btn-primary:not(.btn-reverse):focus-visible {
    background-color: #44465d !important;
    border-color: #44465d !important;
    color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 轮播内 outline：默认白字白边（见 .image-slider-wrapper .slider-content .btn-reverse） */
body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus,
body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:active,
body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus-visible,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:active,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus-visible {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus::before,
body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:active::before,
body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus-visible::before,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus::before,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:active::before,
body.page-template-template-suitwin-home .image-slider-wrapper .slider-content .suitwin-hero-btn.btn-reverse:focus-visible::before {
    transform: scaleX(0) !important;
}

/* H5 下方浅底：outline 与白底 + 主色描边/字一致 */
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:active,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus-visible,
body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus,
body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:active,
body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus-visible {
    background-color: #fff !important;
    color: #44465d !important;
    border-color: #44465d !important;
    box-shadow: none !important;
    outline: none !important;
}

body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus::before,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:active::before,
body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus-visible::before,
body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus::before,
body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:active::before,
body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-btn.btn-reverse:focus-visible::before {
    transform: scaleX(0) !important;
}

/* Cooperation Mode 三卡 */
body.home.front-page .suitwin-cooperation-card,
body.page-template-template-suitwin-home .suitwin-cooperation-card {
    background: #fff;
    border: 1px solid rgba(21, 74, 99, 0.1);
    border-radius: 8px;
    padding: 26px 22px;
    height: 100%;
    min-height: 0;
    box-shadow: 0 2px 12px rgba(15, 22, 40, 0.06);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

body.home.front-page .suitwin-cooperation-card__icon,
body.page-template-template-suitwin-home .suitwin-cooperation-card__icon {
    font-size: 40px;
    color: #154a63;
    margin-bottom: 14px;
    text-align: center;
}

body.home.front-page .suitwin-cooperation-card__title,
body.page-template-template-suitwin-home .suitwin-cooperation-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(17px, 1vw + 0.7rem, 20px);
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 0 0 12px;
    text-align: left;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

body.home.front-page .suitwin-cooperation-card__title .suitwin-cooperation-card__title-num,
body.page-template-template-suitwin-home .suitwin-cooperation-card__title .suitwin-cooperation-card__title-num {
    font-family: 'Source Sans Pro', sans-serif;
}

body.home.front-page .suitwin-cooperation-card__text,
body.page-template-template-suitwin-home .suitwin-cooperation-card__text {
    font-size: 14px;
    line-height: 1.65;
    color: #5c6469;
    margin: 0;
    flex: 1 1 auto;
}

/* PC：三列等高（Bootstrap 3 浮动行不拉伸列） */
@media (min-width: 992px) {
    body.home.front-page #cooperation .suitwin-cooperation-grid,
    body.page-template-template-suitwin-home #cooperation .suitwin-cooperation-grid {
        display: flex;
        flex-wrap: wrap;
    }

    body.home.front-page #cooperation .suitwin-cooperation-grid > [class*="col-"],
    body.page-template-template-suitwin-home #cooperation .suitwin-cooperation-grid > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

    body.home.front-page #cooperation .suitwin-cooperation-grid .suitwin-cooperation-card,
    body.page-template-template-suitwin-home #cooperation .suitwin-cooperation-grid .suitwin-cooperation-card {
        flex: 1 1 auto;
        width: 100%;
    }
}

/* 案例 / Insights 卡片：图 + 标题 + 摘要 + Read more */
body.home.front-page .suitwin-post-card,
body.page-template-template-suitwin-home .suitwin-post-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.home.front-page .suitwin-post-card__thumb,
body.page-template-template-suitwin-home .suitwin-post-card__thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8ecf0;
}

body.home.front-page .suitwin-post-card__thumb img,
body.page-template-template-suitwin-home .suitwin-post-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home.front-page .suitwin-post-card__body,
body.page-template-template-suitwin-home .suitwin-post-card__body {
    padding: 18px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.home.front-page .suitwin-post-card__meta,
body.page-template-template-suitwin-home .suitwin-post-card__meta {
    font-size: 12px;
    color: #8e969d;
    margin: 0 0 6px;
}

body.home.front-page .suitwin-post-card__title,
body.page-template-template-suitwin-home .suitwin-post-card__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 0 0 10px;
    line-height: 1.35;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

body.home.front-page .suitwin-post-card__excerpt,
body.page-template-template-suitwin-home .suitwin-post-card__excerpt {
    font-size: 14px;
    line-height: 1.65;
    color: #5c6469;
    margin: 0 0 14px;
    flex: 1;
}

body.home.front-page .suitwin-post-card__more,
body.page-template-template-suitwin-home .suitwin-post-card__more {
    font-size: 14px;
    font-weight: 600;
    color: #154a63 !important;
    text-decoration: none !important;
}

body.home.front-page .suitwin-post-card__more:hover,
body.page-template-template-suitwin-home .suitwin-post-card__more:hover {
    color: #0d6b6b !important;
}

/* Insights 首页双列：Bootstrap 3 浮动行无法拉伸列高，用 flex 使两卡等高、Read more 底对齐 */
body.home.front-page .suitwin-insights-home-row,
body.page-template-template-suitwin-home .suitwin-insights-home-row {
    display: flex;
    flex-wrap: wrap;
}

body.home.front-page .suitwin-insights-home-row > [class*="col-"],
body.page-template-template-suitwin-home .suitwin-insights-home-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

body.home.front-page .suitwin-insights-home-row .suitwin-post-card,
body.page-template-template-suitwin-home .suitwin-insights-home-row .suitwin-post-card {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
}

/* WOW：父级 .init-animate 在入场前为 visibility:hidden，子级链接触发不了点击；链接单独设为可点、可显 */
body.home.front-page .suitwin-post-card a.suitwin-post-card__more,
body.page-template-template-suitwin-home .suitwin-post-card a.suitwin-post-card__more,
body.home.front-page .suitwin-post-card a.suitwin-post-card__thumb,
body.page-template-template-suitwin-home .suitwin-post-card a.suitwin-post-card__thumb {
    visibility: visible !important;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

body.page-template-template-suitwin-home #cases .suitwin-case-readmore,
body.home.front-page #cases .suitwin-case-readmore {
    visibility: visible !important;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

/* 成功案例：长标题与正文不被裁切（避免 height:100% + overflow 导致显示不全） */
body.home.front-page #cases .suitwin-case-card,
body.page-template-template-suitwin-home #cases .suitwin-case-card,
body.suitwin-cases-archive-page .suitwin-cases-archive .suitwin-case-card {
    height: auto !important;
    min-height: 0;
    overflow: visible;
}

body.home.front-page .suitwin-post-card--case .suitwin-post-card__title,
body.page-template-template-suitwin-home .suitwin-post-card--case .suitwin-post-card__title {
    word-break: break-word;
    overflow-wrap: break-word;
}

body.home.front-page #cases .suitwin-case-card h4,
body.page-template-template-suitwin-home #cases .suitwin-case-card h4,
body.suitwin-cases-archive-page .suitwin-cases-archive .suitwin-case-card h4 {
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 首页案例 1/2：标题可点，与 Read more 同链 */
body.home.front-page .suitwin-post-card--case-detail .suitwin-post-card__title a,
body.page-template-template-suitwin-home .suitwin-post-card--case .suitwin-post-card__title a {
    color: #154a63;
    text-decoration: none;
}

body.home.front-page .suitwin-post-card--case-detail .suitwin-post-card__title a:hover,
body.page-template-template-suitwin-home .suitwin-post-card--case .suitwin-post-card__title a:hover {
    color: #0d6b6b;
}

body.page-template-template-suitwin-home #cases .suitwin-case-card--home-preview a[href] {
    visibility: visible !important;
    pointer-events: auto;
}

/* 成功案例详情页（IndiaLaw 式：标题、摘要、配图、正文） */
.suitwin-case-detail-page .suitwin-case-article {
    padding: 36px 0 56px;
}

.suitwin-case-article__back {
    margin-bottom: 20px;
    font-size: 14px;
}

.suitwin-case-article__back a {
    color: #154a63;
    font-weight: 600;
}

.suitwin-case-article__back a:hover {
    color: #0d6b6b;
}

.suitwin-case-article__header {
    max-width: 800px;
    margin: 0 auto 8px;
}

.suitwin-case-article__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.25rem);
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 0 0 12px;
    line-height: 1.25;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

.suitwin-case-article__meta {
    font-size: 14px;
    color: #8e969d;
    margin: 0 0 18px;
}

.suitwin-case-article__lead {
    font-size: 13px;
    line-height: 1.65;
    color: #5c6469;
    margin: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(21, 74, 99, 0.12);
}

.suitwin-case-article__figure {
    margin: 28px auto 32px;
    max-width: 900px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.1);
}

.suitwin-case-article__figure img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.suitwin-case-article__content {
    max-width: 720px;
    margin: 0 auto;
}

.suitwin-case-article__content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 28px 0 12px;
    line-height: 1.35;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

.suitwin-case-article__content h2:first-child {
    margin-top: 0;
}

.suitwin-case-article__content p {
    font-size: 15px;
    line-height: 1.75;
    color: #44465d;
    margin: 0 0 16px;
}

.suitwin-insight-article__content h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 22px 0 10px;
    line-height: 1.35;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

.suitwin-insight-article__content h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 14px 0 8px;
    line-height: 1.35;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

.suitwin-cases-archive__title {
    margin-bottom: 28px;
}

/* 列表页配图区：仅 PC（≥992px）限制高度；H5 仍用内联 height:auto */
@media (min-width: 992px) {
    .suitwin-cases-archive .suitwin-case-card--has-thumb .suitwin-case-card__thumb {
        overflow: hidden;
        max-height: 290px;
    }

    /* !important：覆盖 suitwin_case_grid_thumb_img_attrs() 内联 height:auto */
    .suitwin-cases-archive .suitwin-case-card--has-thumb .suitwin-case-card__thumb img {
        width: 100% !important;
        height: 290px !important;
        object-fit: cover !important;
        object-position: center;
        display: block;
        vertical-align: middle;
    }

    /* PC：顶部与团队页主区一致（body.page-template-template-suitwin-team .suitwin-team-page--indialaw → padding-top: 40px） */
    body.suitwin-cases-archive-page .suitwin-cases-archive {
        padding-top: 40px !important;
    }
}

/* 团队预览：职务行 */
body.home.front-page .suitwin-team-preview .team-name,
body.page-template-template-suitwin-home .suitwin-team-preview .team-name {
    font-weight: 700;
}

body.home.front-page .suitwin-team-role,
body.page-template-template-suitwin-home .suitwin-team-role,
body.page-template-template-suitwin-team .suitwin-team-role {
    font-size: 15px;
    color: #154a63;
    font-weight: 600;
    margin: 6px 0 0;
}

body.home.front-page .suitwin-team-license,
body.page-template-template-suitwin-home .suitwin-team-license,
body.page-template-template-suitwin-team .suitwin-team-license {
    margin: 0.65em 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--suitwin-il-body, #5c6469);
}

body.home.front-page .suitwin-team-license__label,
body.page-template-template-suitwin-home .suitwin-team-license__label,
body.page-template-template-suitwin-team .suitwin-team-license__label {
    font-weight: 600;
    margin-right: 0.35em;
}

/* H5 首页 #our-team：保留头像、姓名、职务、执业证号；不展示长文简介（团队全文见 View all） */
@media (max-width: 767px) {
    body.home.front-page #our-team .team-details,
    body.page-template-template-suitwin-home #our-team .team-details {
        display: none !important;
    }
}

body.home.front-page .suitwin-team-preview .team-details {
    margin-top: 8px;
}

/* 首页 Our Team：头像统一 4:3 + cover（两列视觉一致）；宽度随 .container */
body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box {
    position: relative;
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #e8ecf0;
    border-radius: 0;
}

body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 109%;
    object-fit: contain;
    display: block;
    border-radius: 0;
}

body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img[alt='Jie Yun'] {
    object-position: center 18%;
}

body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img[alt='Yun Zhu'] {
    object-position: center 22%;
}

/* 首页 Our Team 预览：PC 双列等高、列间距 */
@media (min-width: 992px) {
    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row {
        align-items: stretch;
        gap: 28px 32px;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 16px);
        min-width: 0;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-item {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 0;
        min-height: 0;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(21, 74, 99, 0.1);
        box-shadow: 0 4px 20px rgba(15, 22, 40, 0.07);
        transition:
            box-shadow 0.25s ease,
            transform 0.25s ease;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-item:hover,
    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-item:focus-within {
        box-shadow: 0 10px 28px rgba(15, 22, 40, 0.12);
        transform: translateY(-2px);
        z-index: 3;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .single-list:hover + .single-list .team-item,
    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .single-list:focus-within + .single-list .team-item {
        z-index: 1;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-author {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-author-details {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid rgba(21, 74, 99, 0.07);
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-details {
        flex: 1 1 auto;
        margin-top: 8px;
    }
}

/* 联系区标题：与 Our Team 等同为 suitwin-section-head，底边与卡片对齐 */
body.home.front-page #contact-us .suitwin-contact-section-head,
body.page-template-template-suitwin-home #contact-us .suitwin-contact-section-head {
    margin-bottom: 22px !important;
}

/* 联系：标签金色、邮箱/电话蓝色 */
body.home.front-page .suitwin-contact-card,
body.page-template-template-suitwin-home .suitwin-contact-card {
    background: #fff;
    padding: 36px 32px;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body.home.front-page .suitwin-contact-line,
body.page-template-template-suitwin-home .suitwin-contact-line {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px 10px;
    margin-bottom: 18px;
    /* 窄屏随视口缩小字号，保持「图标 + 标签 + 值」单行（较默认约大两档） */
    font-size: clamp(14px, 0.38rem + 2.65vw, 21px);
    min-width: 0;
}

body.home.front-page .suitwin-contact-line__icon,
body.page-template-template-suitwin-home .suitwin-contact-line__icon {
    color: #c2b697;
    width: 1.65em;
    min-width: 1.65em;
    flex-shrink: 0;
    text-align: center;
    font-size: 1.05em;
}

body.home.front-page .suitwin-contact-line__label,
body.page-template-template-suitwin-home .suitwin-contact-line__label {
    color: #c2b697;
    font-weight: 600;
    flex-shrink: 0;
    white-space: nowrap;
}

body.home.front-page .suitwin-contact-line__value,
body.page-template-template-suitwin-home .suitwin-contact-line__value {
    color: #154a63 !important;
    text-decoration: none !important;
    font-weight: 600;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home.front-page .suitwin-contact-line__value--plain,
body.page-template-template-suitwin-home .suitwin-contact-line__value--plain {
    color: #154a63 !important;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 小屏：仍单行；字号由 .suitwin-contact-line 的 clamp 收紧，略减内边距 */
@media (max-width: 767px) {
    body.home.front-page .suitwin-contact-card,
    body.page-template-template-suitwin-home .suitwin-contact-card {
        padding: 28px 14px;
    }

    body.home.front-page .suitwin-contact-line,
    body.page-template-template-suitwin-home .suitwin-contact-line {
        gap: 5px 8px;
        font-size: clamp(12px, 0.34rem + 2.95vw, 21px);
    }
}

/* PC：联系卡片铺满容器全宽；大屏四列一行，较窄 PC 两列两行；社交区通栏居中 */
@media (min-width: 992px) {
    body.home.front-page #contact-us .suitwin-contact-card,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-card {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 32px;
        row-gap: 8px;
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        padding: 36px 40px 40px;
        align-items: start;
        box-sizing: border-box;
        box-shadow: 0 4px 22px rgba(15, 22, 40, 0.07);
        border: 1px solid rgba(21, 74, 99, 0.08);
    }

    body.page-template-template-suitwin-home #contact-us .suitwin-contact-card > p:first-of-type {
        grid-column: 1 / -1;
        margin-bottom: 16px;
    }

    body.home.front-page #contact-us .suitwin-contact-line,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line {
        margin-bottom: 18px;
        font-size: clamp(15px, 0.85vw + 0.6rem, 17px);
        flex-wrap: wrap;
    }

    body.home.front-page #contact-us .suitwin-contact-line__value,
    body.home.front-page #contact-us .suitwin-contact-line__value--plain,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line__value,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line__value--plain {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        word-break: break-word;
    }

    body.home.front-page #contact-us .suitwin-contact-social,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-social {
        grid-column: 1 / -1;
        justify-self: center;
        margin-top: 0;
        padding-top: 20px;
        border-top: 1px solid rgba(21, 74, 99, 0.1);
    }
}

@media (min-width: 1200px) {
    body.home.front-page #contact-us .suitwin-contact-card,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-card {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 0;
        padding: 28px 0 32px;
        align-items: stretch;
    }

    body.home.front-page #contact-us .suitwin-contact-line,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line {
        margin-bottom: 0;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 8px 10px;
        padding: 14px 24px 16px;
        min-height: auto;
        box-sizing: border-box;
    }

    body.home.front-page #contact-us .suitwin-contact-line__icon,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line__icon {
        margin-bottom: 0;
        font-size: 1.15em;
    }

    body.home.front-page #contact-us .suitwin-contact-line__label,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line__label {
        font-size: 1.4rem;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        flex-shrink: 0;
    }

    body.home.front-page #contact-us .suitwin-contact-line__value,
    body.home.front-page #contact-us .suitwin-contact-line__value--plain,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line__value,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-line__value--plain {
        font-size: 1.4rem;
        line-height: 1.45;
        font-weight: 600;
    }

    body.home.front-page #contact-us .suitwin-contact-card > .suitwin-contact-line:nth-child(2),
    body.home.front-page #contact-us .suitwin-contact-card > .suitwin-contact-line:nth-child(3),
    body.home.front-page #contact-us .suitwin-contact-card > .suitwin-contact-line:nth-child(4) {
        border-left: 1px solid rgba(21, 74, 99, 0.12);
    }

    body.page-template-template-suitwin-home #contact-us .suitwin-contact-card > .suitwin-contact-line:nth-child(3),
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-card > .suitwin-contact-line:nth-child(4),
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-card > .suitwin-contact-line:nth-child(5) {
        border-left: 1px solid rgba(21, 74, 99, 0.12);
    }

    body.home.front-page #contact-us .suitwin-contact-social,
    body.page-template-template-suitwin-home #contact-us .suitwin-contact-social {
        padding: 20px 28px 0;
    }
}

body.home.front-page .suitwin-contact-social,
body.page-template-template-suitwin-home .suitwin-contact-social {
    margin-top: 20px;
}

body.home.front-page .suitwin-contact-social__btn,
body.page-template-template-suitwin-home .suitwin-contact-social__btn {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #44465d;
    color: #fff !important;
    border-radius: 50%;
    margin: 0 8px 0 0;
    text-align: center;
    font-size: 18px;
}

body.home.front-page .suitwin-contact-social__btn--tt,
body.page-template-template-suitwin-home .suitwin-contact-social__btn--tt {
    font-weight: 700;
    font-size: 15px;
}

body.page-template-template-suitwin-team .suitwin-team-page .team-name {
    font-size: 22px;
}

/*
 * 团队页主区：参考 IndiaLaw People / Leadership 式排版
 * https://www.indialaw.in/people/ — 浅灰底、左侧色条引言、分区标题、扁平人物卡栅格
 */
body.page-template-template-suitwin-team .suitwin-team-page--indialaw {
    padding: 40px 0 72px !important;
    background: #fafafa;
    border-top: none;
}

body.page-template-template-suitwin-team .suitwin-team-page > .container {
    max-width: 1140px;
}

@media (max-width: 767px) {
    body.page-template-template-suitwin-team .suitwin-team-page > .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.page-template-template-suitwin-team .suitwin-team-page--indialaw {
        padding: 60px 0 56px !important;
        background: #c39d6c1a;
    }
}

/* 引言：编辑式左色条，非卡片 */
body.page-template-template-suitwin-team .suitwin-team-intro--lead {
    margin-bottom: 40px;
    text-align: left;
    padding: 0 0 4px 18px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

body.page-template-template-suitwin-team .suitwin-team-intro--lead p {
    font-size: 16px;
    line-height: 1.8;
    color: #3d4549;
    margin: 0;
    max-width: 46em;
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {
    body.page-template-template-suitwin-team .suitwin-team-intro--lead {
        margin-bottom: 48px;
        padding-left: 20px;
    }

    body.page-template-template-suitwin-team .suitwin-team-intro--lead p {
        font-size: 17px;
    }
}

/* 分区标题（与首页 at-widget 左条呼应） */
body.page-template-template-suitwin-team .suitwin-team-section-head {
    margin-bottom: 24px;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent, #154a63);
}

body.page-template-template-suitwin-team .suitwin-team-section-head__title {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 3.8vw, 1.875rem);
    font-weight: 600;
    color: var(--suitwin-il-title, #154a63);
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(21, 74, 99, 0.14);
    display: inline-block;
    min-width: 220px;
}

/* 人物卡：扁平白底、细线框（近 IndiaLaw 列表卡） */
body.page-template-template-suitwin-team .suitwin-team-grid .team-item {
    margin-bottom: 24px;
    border: 1px solid #e6e9ee;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 22, 40, 0.04);
    overflow: hidden;
}

body.page-template-template-suitwin-team .suitwin-team-grid .team-author-details {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 18px 16px 20px !important;
    background: hsla(0,0%,0%,0.05) !important;
}

body.page-template-template-suitwin-team .suitwin-team-grid .team-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: #1a2a2e;
    margin-top: 0;
    margin-bottom: 6px;
}

body.page-template-template-suitwin-team .suitwin-team-grid .suitwin-team-role {
    font-size: 14px;
    color: #154a63;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 0.03em;
}

body.page-template-template-suitwin-team .suitwin-team-grid .team-details p {
    font-size: 13px;
    line-height: 1.65;
    color: #5c6469;
    margin: 0;
}

body.page-template-template-suitwin-team .suitwin-team-grid .suitwin-team-license {
    font-size: 13px;
    line-height: 1.65;
}



/*
 * 首页版式参考 IndiaLaw.in：深蓝区块标题、灰正文、标题行右侧 View all、左侧色条
 * 结构不变，仅层次与配色（https://www.indialaw.in/）
 */
body.home.front-page,
body.page-template-template-suitwin-home,
body.page-template-template-suitwin-team,
body.page-template-template-suitwin-inner,
body.suitwin-inner-with-home-header,
body.suitwin-case-detail-page,
body.suitwin-cases-archive-page {
    --suitwin-il-title: #154a63;
    --suitwin-il-body: #5c6469;
    --suitwin-il-muted: #8e969d;
    --suitwin-il-band: #f4f6f8;
    --suitwin-il-accent: #154a63;
    --suitwin-il-line: rgba(21, 74, 99, 0.14);
}

/* 大模块分割：极淡渐变线，避免与标题左侧色条 + 标题下划线抢视觉 */
body.home.front-page .suitwin-module-divider,
body.page-template-template-suitwin-home .suitwin-module-divider {
    display: block;
    width: 100%;
    max-width: 1140px;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(21, 74, 99, 0.1) 18%,
        rgba(21, 74, 99, 0.12) 50%,
        rgba(21, 74, 99, 0.1) 82%,
        transparent 100%
    );
}

/* 浅色证言（Sophia）后接 About：略增顶距（无顶侧内阴影，避免块顶发乌） */
body.home.front-page .suitwin-demands-quote--light + .suitwin-module-divider + #about-us,
body.page-template-template-suitwin-home .suitwin-demands-quote--light + .suitwin-module-divider + #about-us {
    padding-top: clamp(28px, 2.25vw, 48px) !important;
    box-shadow: none;
}

body.home.front-page .suitwin-demands-quote--light + .suitwin-module-divider,
body.page-template-template-suitwin-home .suitwin-demands-quote--light + .suitwin-module-divider {
    margin-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(21, 74, 99, 0.06) 22%,
        rgba(21, 74, 99, 0.08) 50%,
        rgba(21, 74, 99, 0.06) 78%,
        transparent 100%
    );
}

body.home.front-page section.at-widgets > .container,
body.page-template-template-suitwin-home section.at-widgets > .container,
body.suitwin-inner-with-home-header section.at-widgets > .container,
body.suitwin-inner-with-home-header article.at-widgets > .container {
    text-align: left;
}

body.home.front-page section.at-widgets .at-widget-title-wrapper .widget-title,
body.page-template-template-suitwin-home section.at-widgets .at-widget-title-wrapper .widget-title,
body.suitwin-inner-with-home-header section.at-widgets .at-widget-title-wrapper .widget-title,
body.suitwin-inner-with-home-header article.at-widgets .at-widget-title-wrapper .widget-title,
body.suitwin-inner-with-home-header article.at-widgets header.at-widget-title-wrapper .widget-title {
    color: var(--suitwin-il-title) !important;
    font-weight: 600;
    text-align: left;
    margin-bottom: 6px !important;
}

body.home.front-page section.at-widgets > .container > .at-widget-title-wrapper,
body.page-template-template-suitwin-home section.at-widgets > .container > .at-widget-title-wrapper,
body.suitwin-inner-with-home-header section.at-widgets > .container > .at-widget-title-wrapper,
body.suitwin-inner-with-home-header article.at-widgets > .container > .at-widget-title-wrapper,
body.suitwin-inner-with-home-header article.at-widgets > .container > header.at-widget-title-wrapper {
    text-align: left;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent);
}

body.home.front-page section.at-widgets .at-widget-title-wrapper::after,
body.page-template-template-suitwin-home section.at-widgets .at-widget-title-wrapper::after,
body.suitwin-inner-with-home-header section.at-widgets .at-widget-title-wrapper::after,
body.suitwin-inner-with-home-header article.at-widgets .at-widget-title-wrapper::after,
body.suitwin-inner-with-home-header article.at-widgets header.at-widget-title-wrapper::after {
    left: 14px !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    background: var(--suitwin-il-line) !important;
    bottom: -11px !important;
    height: 3px !important;
    width: 64px !important;
}

body.home.front-page section.at-widgets .at-widget-title-wrapper.suitwin-section-head::after,
body.page-template-template-suitwin-home section.at-widgets .at-widget-title-wrapper.suitwin-section-head::after,
body.suitwin-inner-with-home-header section.at-widgets .at-widget-title-wrapper.suitwin-section-head::after {
    display: none !important;
}

body.home.front-page section.at-widgets .at-widget-title-wrapper.suitwin-section-head,
body.page-template-template-suitwin-home section.at-widgets .at-widget-title-wrapper.suitwin-section-head,
body.suitwin-inner-with-home-header section.at-widgets .at-widget-title-wrapper.suitwin-section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px 16px;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(21, 74, 99, 0.1);
}

body.home.front-page section.at-widgets .suitwin-section-head .widget-title,
body.page-template-template-suitwin-home section.at-widgets .suitwin-section-head .widget-title,
body.suitwin-inner-with-home-header section.at-widgets .suitwin-section-head .widget-title {
    margin-bottom: 0 !important;
    flex: 1 1 auto;
    min-width: 180px;
}

body.home.front-page .suitwin-view-all,
body.page-template-template-suitwin-home .suitwin-view-all,
body.suitwin-inner-with-home-header .suitwin-view-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--suitwin-il-title) !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 4px 0 !important;
    line-height: 1.3;
}

body.home.front-page .suitwin-view-all:hover,
body.page-template-template-suitwin-home .suitwin-view-all:hover,
body.suitwin-inner-with-home-header .suitwin-view-all:hover,
body.home.front-page .suitwin-view-all:focus,
body.page-template-template-suitwin-home .suitwin-view-all:focus,
body.suitwin-inner-with-home-header .suitwin-view-all:focus {
    color: #0d6b6b !important;
}

@media (max-width: 767px) {
    body.home.front-page section.at-widgets,
    body.page-template-template-suitwin-home section.at-widgets {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    body.home.front-page section.at-widgets:has(+ .suitwin-module-divider),
    body.page-template-template-suitwin-home section.at-widgets:has(+ .suitwin-module-divider) {
        padding-bottom: 12px !important;
    }

    body.home.front-page .suitwin-module-divider + section.at-widgets,
    body.page-template-template-suitwin-home .suitwin-module-divider + section.at-widgets {
        padding-top: 12px !important;
    }

    /* H5：Sophia 与 About 之间去掉分割线与标题下装饰条，收紧顶距 */
    body.home.front-page .suitwin-demands-quote--light + .suitwin-module-divider,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light + .suitwin-module-divider {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        visibility: hidden !important;
    }

    body.home.front-page .suitwin-demands-quote--light + .suitwin-module-divider + #about-us,
    body.page-template-template-suitwin-home .suitwin-demands-quote--light + .suitwin-module-divider + #about-us {
        padding-top: 16px !important;
    }

    body.home.front-page #about-us .at-widget-title-wrapper::after,
    body.page-template-template-suitwin-home #about-us .at-widget-title-wrapper::after {
        display: none !important;
        content: none !important;
    }

    body.home.front-page #about-us .widget-title::after,
    body.page-template-template-suitwin-home #about-us .widget-title::after {
        display: none !important;
        content: none !important;
    }

    body.home.front-page .suitwin-module-divider + section.suitwin-cooperation {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    body.home.front-page .at-widget-title-wrapper,
    body.page-template-template-suitwin-home .at-widget-title-wrapper {
        margin-bottom: 18px !important;
    }
}

body.home.front-page #about-us .suitwin-subheading,
body.page-template-template-suitwin-home #about-us .suitwin-subheading {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--suitwin-il-title) !important;
    font-weight: 600;
    text-align: left !important;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent);
}

body.home.front-page #about-us p,
body.page-template-template-suitwin-home #about-us p {
    color: var(--suitwin-il-body);
}

body.home.front-page #cooperation h4,
body.page-template-template-suitwin-home #cooperation h4 {
    color: var(--suitwin-il-title) !important;
}

body.home.front-page #cooperation .row > div > div p,
body.page-template-template-suitwin-home #cooperation .row > div > div p {
    color: var(--suitwin-il-body);
}

body.home.front-page .acme-teams .team-name,
body.page-template-template-suitwin-home .acme-teams .team-name,
body.page-template-template-suitwin-team .acme-teams .team-name {
    color: var(--suitwin-il-title) !important;
}

body.home.front-page .acme-teams .team-details p,
body.page-template-template-suitwin-home .acme-teams .team-details p,
body.page-template-template-suitwin-team .acme-teams .team-details p {
    color: var(--suitwin-il-body);
}

body.home.front-page .suitwin-case-card,
body.page-template-template-suitwin-home .suitwin-case-card {
    text-align: left;
    border: 1px solid rgba(21, 74, 99, 0.08);
}

body.home.front-page .suitwin-case-card h4,
body.page-template-template-suitwin-home .suitwin-case-card h4,
body.suitwin-cases-archive-page .suitwin-case-card h4 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 600 !important;
    color: var(--suitwin-il-title) !important;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent);
}

body.home.front-page .suitwin-case-card p,
body.page-template-template-suitwin-home .suitwin-case-card p,
body.suitwin-cases-archive-page .suitwin-cases-archive .suitwin-case-card p {
    color: var(--suitwin-il-body);
}

body.home.front-page #cases .suitwin-case-card h4 + p,
body.page-template-template-suitwin-home #cases .suitwin-case-card h4 + p,
body.suitwin-cases-archive-page .suitwin-cases-archive .suitwin-case-card h4 + p {
    color: var(--suitwin-il-muted) !important;
}

body.home.front-page .suitwin-case-card .btn-default,
body.page-template-template-suitwin-home .suitwin-case-card .btn-default {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: var(--suitwin-il-title) !important;
    font-weight: 600;
}

body.home.front-page .suitwin-case-card .btn-default:hover,
body.page-template-template-suitwin-home .suitwin-case-card .btn-default:hover {
    color: #0d6b6b !important;
    background: transparent !important;
}

body.home.front-page .acme-services .single-item .title,
body.page-template-template-suitwin-home .acme-services .single-item .title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 600 !important;
    color: var(--suitwin-il-title) !important;
    padding-left: 14px;
    border-left: 4px solid var(--suitwin-il-accent);
    margin-bottom: 14px;
}

body.home.front-page .acme-services .single-item .details p,
body.page-template-template-suitwin-home .acme-services .single-item .details p {
    color: var(--suitwin-il-body);
}

body.home.front-page .acme-services .single-item,
body.page-template-template-suitwin-home .acme-services .single-item {
    text-align: left;
}

body.home.front-page #contact-us .container > .row > div,
body.page-template-template-suitwin-home #contact-us .container > .row > div {
    text-align: left;
}

body.home.front-page #contact-us .container > .row > div p,
body.page-template-template-suitwin-home #contact-us .container > .row > div p {
    color: var(--suitwin-il-body);
}

body.home.front-page section.at-widgets.at-gray-bg,
body.page-template-template-suitwin-home section.at-widgets.at-gray-bg {
    background: var(--suitwin-il-band) !important;
}

/* Case Cards */
#cases .row {
    display: flex;
    flex-wrap: wrap;
}

#cases .row > [class*='col-'] {
    display: flex;
}

/* 全部成功案例页：Bootstrap 3 浮动 + 卡片不等高会导致第三列「卡」在右侧；PC 用 flex 换行（不依赖 body 类，避免模板/缓存导致规则失效） */
@media (min-width: 992px) {
    .suitwin-cases-archive .suitwin-cases-archive-row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch;
        /* 比默认 15+15 列间距略紧，避免两列「离得太开」（与 row 负边距成对） */
        margin-left: -10px;
        margin-right: -10px;
    }

    .suitwin-cases-archive .suitwin-cases-archive-row > [class*='col-'] {
        float: none !important;
        display: flex !important;
        flex-direction: column !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* 覆盖 .suitwin-cases-archive .suitwin-case-card 的 height:auto，使同排两卡等高；底部链接贴齐 */
    .suitwin-cases-archive .suitwin-cases-archive-row > [class*='col-'] > .suitwin-case-card {
        height: 100% !important;
    }

    .suitwin-cases-archive .suitwin-cases-archive-row .suitwin-case-card {
        flex: 1 1 auto;
        width: 100%;
        min-height: 0;
    }

    .suitwin-cases-archive .suitwin-cases-archive-row .suitwin-case-card > p:last-child {
        margin-top: auto;
    }
}

/* 成功案例列表：行距略紧于内联 30px（全宽断点也生效） */
.suitwin-cases-archive .suitwin-cases-archive-row > [class*='col-'] {
    margin-bottom: 22px !important;
}

.suitwin-case-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.suitwin-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

.suitwin-case-card h4 {
    font-size: 16px;
    line-height: 1.4;
}

.suitwin-case-card p {
    font-size: 14px;
    line-height: 1.7;
}

/* Team Section Enhancements */
.acme-teams .featured-entries-col {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    height: auto !important;
}

.acme-teams .featured-entries-col:before,
.acme-teams .featured-entries-col:after {
    display: none !important;
}

.acme-teams .featured-entries-col .single-list {
    display: flex;
}

.acme-teams .featured-entries-col .single-list .team-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.acme-teams .featured-entries-col .single-list .team-author {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.acme-teams .team-author-details {
    flex: 1;
}

/* 首页 / SuitWin 首页模板：团队区头像保持原满宽裁切样式 */
.acme-teams .team-img-box {
    display: block;
    overflow: hidden;
}
.acme-teams .team-img-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center top;
    vertical-align: top;
    border-radius: 4px 4px 0 0;
}

/* Per-lawyer crop (cover) */
.acme-teams .team-img-box img[alt='Attorney Jie Yun'],
.acme-teams .team-img-box img[alt='Jie Yun'] {
    object-position: center 15%;
}
.acme-teams .team-img-box img[alt='Attorney Yun Zhu'],
.acme-teams .team-img-box img[alt='Yun Zhu'] {
    object-position: center 7%;
}
.acme-teams .team-img-box img[alt='Wanlu Chen'] {
    object-position: center 50%;
}

/* 仅团队全页栅格：contain + 灰底，避免内页大图放大发糊（不影响首页） */
body.page-template-template-suitwin-team .suitwin-team-page .suitwin-team-grid .team-img-box {
    text-align: center;
    background: #f4f6f8;
    overflow: hidden;
}
body.page-template-template-suitwin-team .suitwin-team-page .suitwin-team-grid .team-img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 358px;
    max-height: 358px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center top;
}

.acme-teams .team-author-details {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.acme-teams .team-name {
    color: #44465d;
    font-size: 18px;
    margin-bottom: 10px;
}

.acme-teams .team-details p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

.acme-teams .team-item {
    margin-bottom: 30px;
}

/* Service Section Enhancements */
.acme-services .single-item {
    padding: 30px 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    margin-bottom: 30px;
    min-height: 280px;
}

.acme-services .single-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.acme-services .single-item .icon i {
    font-size: 42px;
    color: #44465d;
    margin-bottom: 15px;
    display: block;
}

.acme-services .single-item .title {
    color: #44465d;
    font-size: 17px;
    margin-bottom: 12px;
}

.acme-services .single-item .details p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

/* Cooperation Model */
#cooperation .fa {
    display: block;
}

/* Contact Section */
#contact-us a:hover {
    opacity: 0.85;
}

/* Social Icons in Contact */
#contact-us a[href*='facebook']:hover,
#contact-us a[href*='instagram']:hover,
#contact-us a[href*='tiktok']:hover {
    background: #c2b697 !important;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .image-slider-wrapper .slick-list,
    .image-slider-wrapper .slick-track,
    .image-slider-wrapper .item {
        height: 50vh !important;
    }

    /* Home H5: 仅首行品牌叠在图上 — 轮播区压低高度 */
    body.home.front-page .image-slider-wrapper .slick-list,
    body.home.front-page .image-slider-wrapper .slick-track,
    body.home.front-page .image-slider-wrapper .item,
    body.page-template-template-suitwin-home .image-slider-wrapper .slick-list,
    body.page-template-template-suitwin-home .image-slider-wrapper .slick-track,
    body.page-template-template-suitwin-home .image-slider-wrapper .item {
        min-height: 38vh !important;
        height: 38vh !important;
        max-height: 280px !important;
    }

    /* H5 首页：去掉轮播深色叠层，还原背景图观感；标题靠字影保持可读 */
    body.home.front-page .image-slider-wrapper .item::after,
    body.page-template-template-suitwin-home .image-slider-wrapper .item::after {
        display: none !important;
    }

    body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-h5-brand,
    body.page-template-template-suitwin-home
        .image-slider-wrapper
        .slider-content
        .suitwin-hero-h5-brand {
        text-shadow:
            0 0 2px rgba(0, 0, 0, 0.85),
            0 2px 14px rgba(0, 0, 0, 0.55),
            0 4px 24px rgba(0, 0, 0, 0.35);
    }

    body.home.front-page .image-slider-wrapper .slider-content,
    body.page-template-template-suitwin-home .image-slider-wrapper .slider-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        padding: 16px 12px;
    }

    body.home.front-page .image-slider-wrapper .slider-content .suitwin-hero-h5,
    body.page-template-template-suitwin-home
        .image-slider-wrapper
        .slider-content
        .suitwin-hero-h5 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /*
     * Service Features：律所风格 — 干净浅灰白底，无浑浊深色条；庄重、正式
     * 与首图仅一条极淡线分隔，避免脏感；整体接近法院文书/机构站
     */
    body.home.front-page .suitwin-h5-hero-follow,
    body.page-template-template-suitwin-home .suitwin-h5-hero-follow {
        margin-top: 0;
        padding: 22px 16px 32px;
        background: linear-gradient(180deg, #f0f2f5 0%, #f7f8fa 38%, #fafbfc 100%);
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    }

    /* H5 服务亮点：纵向单列 */
    body.home.front-page .suitwin-h5-highlights,
    body.page-template-template-suitwin-home .suitwin-h5-highlights {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        width: 100%;
    }

    body.home.front-page .suitwin-highlight-item,
    body.page-template-template-suitwin-home .suitwin-highlight-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        max-width: 360px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.92);
        padding: 10px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 500;
        color: #44465d;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    body.home.front-page .suitwin-highlight-item i,
    body.page-template-template-suitwin-home .suitwin-highlight-item i {
        color: #c2b697;
        font-size: 14px;
    }

    /* About：H5 顶距与 Sophia 收紧后对齐（无 Sophia 前置选择器时仍生效） */
    body.home.front-page #about-us,
    body.page-template-template-suitwin-home #about-us {
        padding-top: 16px;
    }

    body.home.front-page .suitwin-h5-service-title,
    body.page-template-template-suitwin-home .suitwin-h5-service-title {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: clamp(18px, 4.6vw, 22px);
        font-weight: 700;
        color: #141c2b;
        text-align: center;
        margin: 6px 0 18px;
        letter-spacing: 0.06em;
        text-transform: none;
        text-shadow: none;
    }

    body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-panel,
    body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-panel {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        border: 1px solid #e6e9f0;
        border-radius: 10px;
        box-shadow:
            0 1px 2px rgba(15, 22, 40, 0.04),
            0 6px 24px rgba(15, 22, 40, 0.06);
    }

    body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-list-steps > li,
    body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-list-steps > li {
        border-bottom-color: #e8e9ee;
    }

    body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-li-text,
    body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-li-text {
        color: #2a3338;
        font-weight: 400;
    }

    body.home.front-page .suitwin-h5-hero-follow .suitwin-hero-cta-row,
    body.page-template-template-suitwin-home .suitwin-h5-hero-follow .suitwin-hero-cta-row {
        margin-top: 18px;
    }

    .image-slider-wrapper .item {
        background-position: center center !important;
    }

    .image-slider-wrapper .banner-title {
        font-size: 22px;
    }

    .suitwin-case-card {
        margin-bottom: 20px;
    }

    /*
     * H5 团队：两列与图片比例不一致时，统一为全宽卡片 + 固定裁切区，避免一宽一窄、一张有底一张无底。
     */
    body.home.front-page .acme-teams .featured-entries-col,
    body.page-template-template-suitwin-home .acme-teams .featured-entries-col,
    body.page-template-template-suitwin-team .acme-teams .featured-entries-col {
        flex-direction: column;
        align-items: stretch;
    }

    body.home.front-page .acme-teams .featured-entries-col > [class*='col-'],
    body.page-template-template-suitwin-home .acme-teams .featured-entries-col > [class*='col-'],
    body.page-template-template-suitwin-team .acme-teams .featured-entries-col > [class*='col-'] {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 auto;
    }

    body.home.front-page .acme-teams .single-list:hover + .single-list .team-item,
    body.home.front-page .acme-teams .single-list:focus-within + .single-list .team-item,
    body.page-template-template-suitwin-home .acme-teams .single-list:hover + .single-list .team-item,
    body.page-template-template-suitwin-home .acme-teams .single-list:focus-within + .single-list .team-item,
    body.page-template-template-suitwin-team .acme-teams .single-list:hover + .single-list .team-item,
    body.page-template-template-suitwin-team .acme-teams .single-list:focus-within + .single-list .team-item {
        z-index: auto;
    }

    body.home.front-page .acme-teams .team-item,
    body.page-template-template-suitwin-home .acme-teams .team-item,
    body.page-template-template-suitwin-team .acme-teams .team-item {
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(21, 74, 99, 0.1);
        box-shadow: 0 2px 12px rgba(15, 22, 40, 0.08);
        margin-bottom:0
    }

    body.home.front-page .acme-teams .team-img-box,
    body.page-template-template-suitwin-home .acme-teams .team-img-box,
    body.page-template-template-suitwin-team .acme-teams .team-img-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
        overflow: hidden;
        background: #f0f2f5;
        border-radius: 0;
    }

    /* 首页与 template-suitwin-home：满宽 cover，与改版前一致 */
    body.home.front-page .acme-teams .team-img-box img,
    body.page-template-template-suitwin-home .acme-teams .team-img-box img {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center top;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }

    /* 团队全页栅格：保持 contain */
    body.page-template-template-suitwin-team .suitwin-team-grid .team-img-box img {
        display: block;
        width: auto !important;
        max-width: 100%;
        height: auto;
        max-height: 360px;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        border-radius: 0;
    }

    body.home.front-page .acme-teams .team-author-details,
    body.page-template-template-suitwin-home .acme-teams .team-author-details,
    body.page-template-template-suitwin-team .acme-teams .team-author-details {
        box-shadow: none;
        border-radius: 0;
    }


    /* 仅首页 / SuitWin 首页模板纵向取景（团队全页由上方 .suitwin-team-grid 规则单独控制） */
    body.home.front-page .acme-teams .team-img-box img[alt='Jie Yun'],
    body.page-template-template-suitwin-home .acme-teams .team-img-box img[alt='Jie Yun'] {
        object-position: center 15% !important;
    }

    body.home.front-page .acme-teams .team-img-box img[alt='Yun Zhu'],
    body.page-template-template-suitwin-home .acme-teams .team-img-box img[alt='Yun Zhu'] {
        object-position: center 7% !important;
    }

    /*
     * H5 首页 Our Team 预览：盖过 PC 的 contain + 绝对定位，两卡头像同宽满铺（cover）
     */
    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box,
    body.page-template-template-suitwin-home #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box {
        height: 280px;
        min-height: 280px;
        aspect-ratio: auto;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img,
    body.page-template-template-suitwin-home #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 0;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img[alt='Jie Yun'],
    body.page-template-template-suitwin-home #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img[alt='Jie Yun'] {
        object-position: center 15% !important;
    }

    body.home.front-page #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img[alt='Yun Zhu'],
    body.page-template-template-suitwin-home #our-team.suitwin-team-preview .suitwin-team-preview-row .team-img-box img[alt='Yun Zhu'] {
        object-position: center 7% !important;
    }
    /* 团队全页 IndiaLaw 式栅格：覆盖上方通用 H5 团队卡圆角/重阴影 */
    body.page-template-template-suitwin-team .suitwin-team-grid .team-item {
        border-radius: 2px !important;
        box-shadow: 0 1px 2px rgba(15, 22, 40, 0.06) !important;
        border: 1px solid #e6e9ee !important;
        margin-bottom: 16px !important;
    }




    .acme-services .single-item {
        min-height: auto;
    }

    #cooperation > .container > .row > div {
        margin-bottom: 20px;
    }

    /*
     * H5 顶栏：整列 flex 容器 + 首行用 Grid 强制「左 Logo / 右图标」贴边。
     * 避免中间隐藏的 site-title 或 flex 计算异常导致图标不靠右。
     */
    .navbar.at-navbar > .container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 10px 12px;
        position: relative;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .navbar.at-navbar .navbar-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto;
        align-items: center;
        column-gap: 12px;
        padding: 0 !important;
        margin: 0;
        width: 100%;
        min-width: 0;
        flex: 0 0 auto;
        float: none !important;
    }

    .navbar.at-navbar .navbar-header .custom-logo-link {
        grid-column: 1;
        justify-self: start;
        align-self: center;
        float: none !important;
        margin: 0 !important;
        max-width: min(200px, 58vw);
        min-width: 0;
        display: flex !important;
        align-items: center;
    }

    .navbar.at-navbar .navbar-header .mobile-header-controls {
        grid-column: 2;
        justify-self: end;
        align-self: center;
    }

    .navbar.at-navbar .at-beside-navbar-header {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }

    .navbar.at-navbar .navbar-header .site-title,
    .navbar.at-navbar .navbar-header .site-description {
        display: none !important;
    }

    .navbar.at-navbar .navbar-header .custom-logo-link img {
        max-height: 42px;
        width: auto;
        height: auto;
        display: block;
    }

    .navbar.at-navbar .navbar-header .custom-logo-link img.suitwin-nav-logo--h5 {
        max-height: 44px;
        max-width: min(200px, 48vw);
        object-fit: contain;
        object-position: left center;
    }

    .mobile-header-controls {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-shrink: 0;
        margin: 0 !important;
    }

    /* H5：不显示顶栏搜索，仅保留菜单按钮 */
    .mobile-header-controls .search-wrap.mobile-search {
        display: none !important;
    }

    /* Search icon styling */
    .mobile-header-controls .search-wrap {
        position: relative;
    }

    .mobile-header-controls .search-wrap .search-icon {
        font-size: 20px;
        color: #003366;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .mobile-header-controls .search-wrap .search-icon i {
        line-height: 1;
    }

    .mobile-header-controls .search-wrap .search-block {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        width: 280px;
        right: 0;
        top: 100%;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        padding: 15px;
        margin-top: 10px;
        border-radius: 4px;
        transition: all 0.3s ease;
        z-index: 999;
    }

    .mobile-header-controls .search-wrap .search-block.active {
        opacity: 1;
        visibility: visible;
    }

    /* Hamburger menu styling */
    .mobile-header-controls .navbar-toggle {
        float: none;
        margin: 0;
        padding: 5px;
        background: transparent !important;
        border: none;
        color: #003366;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .mobile-header-controls .navbar-toggle:hover,
    .mobile-header-controls .navbar-toggle:focus {
        background: transparent !important;
    }

    /* Hide desktop navbar toggle */
    .navbar.at-navbar .navbar-header > .navbar-toggle:not(.mobile-header-controls .navbar-toggle) {
        display: none;
    }

    .navbar.at-navbar .at-beside-navbar-header {
        position: static;
        float: none !important;
    }

    /* Transparent header adjustments */
    .header-transparent .navbar .navbar-header .custom-logo-link img {
        max-height: 42px;
        width: auto !important;
    }

    .header-transparent .navbar .mobile-header-controls .navbar-toggle {
        color: #fff;
    }

    .header-transparent .navbar .mobile-header-controls .search-icon {
        color: #fff;
    }

    .header-transparent .navbar.at-sticky .mobile-header-controls .navbar-toggle {
        color: #003366;
    }

    .header-transparent .navbar.at-sticky .mobile-header-controls .search-icon {
        color: #003366;
    }

    /* Undo theme rule that forces a wide logo when sticky on mobile */
    .header-transparent .navbar.at-sticky .navbar-header .custom-logo-link img {
        width: auto !important;
        max-height: 42px;
    }

    /* SuitWin front page (H5): solid white header like reference — logo + search + menu only */
    body.home.front-page.header-enable-top .top-header {
        display: none !important;
    }

    body.home.front-page.header-transparent.header-enable-top .navbar.suitwin-nav.at-navbar,
    body.home.front-page.header-transparent .navbar.suitwin-nav.at-navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff !important;
        box-shadow:
            0 1px 0 rgba(0, 0, 0, 0.06),
            0 4px 16px rgba(0, 0, 0, 0.05);
    }

    body.admin-bar.home.front-page.header-transparent .navbar.suitwin-nav.at-navbar {
        top: 46px !important;
    }

    body.home.front-page .image-slider-wrapper.home-fullscreen {
        padding-top: 58px;
    }

    body.admin-bar.home.front-page .image-slider-wrapper.home-fullscreen {
        padding-top: 104px;
    }

    body.home.front-page .navbar.suitwin-nav .mobile-header-controls .search-icon,
    body.home.front-page .navbar.suitwin-nav .mobile-header-controls .navbar-toggle,
    body.home.front-page .navbar.suitwin-nav.at-sticky .mobile-header-controls .search-icon,
    body.home.front-page .navbar.suitwin-nav.at-sticky .mobile-header-controls .navbar-toggle {
        color: #0d6b6b !important;
    }

    body.home.front-page .navbar.suitwin-nav .navbar-header .custom-logo-link img {
        filter: none;
    }

    /* H5 展开菜单：深色全宽、白字居中（参考 INDIALAW 图三） */
    .navbar.at-navbar .navbar-collapse {
        background: linear-gradient(180deg, #0d3d42 0%, #0a2c30 45%, #081f22 100%) !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 -15px !important;
        padding: 8px 0 28px !important;
        max-height: min(85vh, calc(100vh - 56px)) !important;
        overflow-y: auto !important;
    }

    .navbar.at-navbar .main-navigation {
        background: transparent !important;
        box-shadow: none !important;
        float: none !important;
        width: 100% !important;
    }

    .navbar.at-navbar .main-navigation li {
        border-top: none !important;
    }

    .navbar.at-navbar .navbar-nav {
        float: none !important;
        margin: 0 !important;
    }

    .navbar.at-navbar .navbar-nav > li {
        float: none !important;
    }

    .navbar.at-navbar .navbar-nav > li > a {
        color: #fff !important;
        text-align: center !important;
        padding: 16px 20px !important;
        font-size: 16px !important;
        font-weight: 500;
        letter-spacing: 0.04em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        line-height: 1.4 !important;
    }

    .navbar.at-navbar .navbar-nav > li:last-child > a {
        border-bottom: none !important;
    }

    /* H5 展开菜单为深底：current 勿用主题主色（会与底色融在一起） */
    .navbar.at-navbar .main-navigation .navbar-nav > li.active > a,
    .navbar.at-navbar .main-navigation .navbar-nav > li.active > a:hover,
    .navbar.at-navbar .main-navigation .navbar-nav > li.active > a:focus {
        color: #fffef8 !important;
        background-color: rgba(194, 182, 151, 0.2) !important;
        font-weight: 700;
    }

    /* 汉堡打开后显示关闭图标（Bootstrap .collapsed） */
    .mobile-header-controls .navbar-toggle:not(.collapsed) i.fa-bars::before {
        content: '\f00d';
    }

    body.home.front-page.header-transparent .navbar.suitwin-nav .main-navigation ul.nav > li > a {
        color: #fff !important;
    }

    body.home.front-page .navbar.suitwin-nav {
        z-index: 1030;
    }

    /* 使用 suitwin_get_header() 的内页：与首页同款 H5 顶栏（见 body.suitwin-inner-with-home-header） */
    body.suitwin-inner-with-home-header .top-header {
        display: none !important;
    }

    body.suitwin-inner-with-home-header .navbar.suitwin-nav.at-navbar {
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff !important;
        box-shadow:
            0 1px 0 rgba(0, 0, 0, 0.06),
            0 4px 16px rgba(0, 0, 0, 0.05);
    }

    body.admin-bar.suitwin-inner-with-home-header .navbar.suitwin-nav.at-navbar {
        top: 46px !important;
    }

    body.suitwin-inner-with-home-header .navbar.suitwin-nav .mobile-header-controls .search-icon,
    body.suitwin-inner-with-home-header .navbar.suitwin-nav .mobile-header-controls .navbar-toggle,
    body.suitwin-inner-with-home-header .navbar.suitwin-nav.at-sticky .mobile-header-controls .search-icon,
    body.suitwin-inner-with-home-header .navbar.suitwin-nav.at-sticky .mobile-header-controls .navbar-toggle {
        color: #0d6b6b !important;
    }

    body.suitwin-inner-with-home-header .navbar.suitwin-nav .navbar-header .custom-logo-link img {
        filter: none;
    }

    body.suitwin-inner-with-home-header .navbar.suitwin-nav {
        z-index: 1030;
    }

    body.suitwin-inner-with-home-header .suitwin-inner-page-content {
        /* padding-top: 58px; */
    }

    body.admin-bar.suitwin-inner-with-home-header .suitwin-inner-page-content {
        padding-top: 104px;
    }
}

/* Hide mobile controls on desktop */
@media (min-width: 768px) {
    .mobile-header-controls {
        display: none !important;
    }
}

/* PC：主导航顶级链接键盘焦点颜色（与品牌强调色一致；高于特异性的 .active / current-menu-item 规则仍会覆盖） */
@media (min-width: 992px) {
    .navbar.suitwin-nav .main-navigation .navbar-nav > li > a:focus,
    .navbar.suitwin-nav .main-navigation .navbar-nav > li > a:focus-visible {
        color: #c2b697 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .image-slider-wrapper .slick-list,
    .image-slider-wrapper .slick-track,
    .image-slider-wrapper .item {
        height: 55vh !important;
    }
}

/* 首页 PC：scrollspy 当前节 — 覆盖 Customizer 的 .main-navigation .active a（主色在深色底上会「消失」） */
@media (min-width: 768px) {
    body.home.front-page.header-transparent .navbar.suitwin-nav:not(.at-sticky) .main-navigation .navbar-nav > li.active > a,
    body.home.front-page.header-transparent .navbar.suitwin-nav:not(.at-sticky) .main-navigation .navbar-nav > li.active > a:hover,
    body.home.front-page.header-transparent .navbar.suitwin-nav:not(.at-sticky) .main-navigation .navbar-nav > li.active > a:focus,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav:not(.at-sticky) .main-navigation .navbar-nav > li.active > a,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav:not(.at-sticky) .main-navigation .navbar-nav > li.active > a:hover,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav:not(.at-sticky) .main-navigation .navbar-nav > li.active > a:focus {
        color: #fffef8 !important;
        background-color: rgba(194, 182, 151, 0.2) !important;
        font-weight: 700;
        box-shadow: inset 0 -2px 0 #c2b697;
    }

    body.home.front-page.header-transparent .navbar.suitwin-nav.at-sticky .main-navigation .navbar-nav > li.active > a,
    body.home.front-page.header-transparent .navbar.suitwin-nav.at-sticky .main-navigation .navbar-nav > li.active > a:hover,
    body.home.front-page.header-transparent .navbar.suitwin-nav.at-sticky .main-navigation .navbar-nav > li.active > a:focus,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav.at-sticky .main-navigation .navbar-nav > li.active > a,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav.at-sticky .main-navigation .navbar-nav > li.active > a:hover,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav.at-sticky .main-navigation .navbar-nav > li.active > a:focus {
        color: #0d3d4d !important;
        background-color: rgba(21, 74, 99, 0.08) !important;
        font-weight: 700;
        box-shadow: none;
    }

    /* 全局 `.navbar { transition: all 0.5s }` 会令透明↔白底在中间态逐帧混合，看起来像渐变；PC 首页回顶时需瞬时切换 */
    body.home.front-page.header-transparent .navbar.suitwin-nav.at-navbar,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav.at-navbar {
        transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        -webkit-transition: none !important;
    }

    body.home.front-page.header-transparent .navbar.suitwin-nav.at-sticky.at-navbar,
    body.page-template-template-suitwin-home.header-transparent .navbar.suitwin-nav.at-sticky.at-navbar {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* -------------------------------------------------------------------------
 * 内页 PC 顶栏（非首页）：浅灰底条 + 右深色导航白字（左侧 Logo/页名区已关闭，见 .suitwin-inner-header-left）
 * ------------------------------------------------------------------------- */
@media (max-width: 991px) {
    /* H5/hybrid：整块隐藏会连导航一起消失；只藏左侧 Logo+页名片，保留 .suitwin-inner-header-right 内 Navbar */
    body:not(.front-page) .suitwin-inner-header-left {
        display: none !important;
    }

    body:not(.front-page) .suitwin-inner-header-pc {
        display: block !important;
        width: 100%;
    }
}

@media (min-width: 768px) {
    body:not(.front-page):has(.suitwin-nav--inner) .top-header {
        display: none !important;
    }
}

@media (min-width: 992px) {
    body:not(.front-page) .navbar.suitwin-nav--inner.at-navbar {
        position: sticky;
        top: 0;
        z-index: 1030;
        background: #1a2332 !important;
        border: none !important;
        box-shadow: none !important;
    }

    body.admin-bar:not(.front-page) .navbar.suitwin-nav--inner.at-navbar {
        top: 32px;
    }

    body:not(.front-page) .suitwin-nav--inner .container {
        width: 100%;
        max-width: 1140px;
    }

    body:not(.front-page) .suitwin-inner-header-pc {
        display: flex;
        width: 100%;
        align-items: stretch;
        min-height: 76px;
        background: #f0f2f5;
        border-radius: 0;
        overflow: hidden;
        box-shadow:
            0 1px 0 rgba(0, 0, 0, 0.06),
            0 4px 18px rgba(15, 22, 40, 0.07);
    }

    /* PC 不展示左侧 Logo + 页名区，仅保留右侧导航条（H5 见 max-width:991 仅隐藏 .suitwin-inner-header-left，保留 Navbar） */
    body:not(.front-page) .suitwin-inner-header-left {
        display: none !important;
    }

    body:not(.front-page) .suitwin-inner-logo-wrap {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 8px 14px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        flex-shrink: 0;
    }

    body:not(.front-page) .suitwin-inner-logo-img {
        max-height: 52px;
        width: auto;
        height: auto;
        display: block;
    }

    body:not(.front-page) .suitwin-inner-header-titles {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        min-width: 0;
    }

    body:not(.front-page) .suitwin-inner-page-title {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: clamp(1.05rem, 1vw + 0.65rem, 1.45rem);
        font-weight: 700;
        color: #1a2b44;
        line-height: 1.25;
        padding-bottom: 6px;
        border-bottom: 1px solid #dde2e8;
        max-width: min(36ch, 100%);
    }

    body:not(.front-page) .suitwin-inner-firm-kicker {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 0.65rem;
        letter-spacing: 0.14em;
        color: #9aa5b0;
        text-transform: uppercase;
    }

    body:not(.front-page) .suitwin-inner-header-right {
        flex: 1 1 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        background: #1a2332;
        padding: 0 8px 0 12px;
        min-width: 0;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-header {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    body:not(.front-page) .suitwin-inner-header-right .at-beside-navbar-header {
        float: none !important;
        width: auto !important;
        flex: 1 1 auto;
        min-width: 0;
    }

    body:not(.front-page) .suitwin-inner-header-right .main-navigation {
        float: none !important;
        width: 100%;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: 100%;
        border: none;
        box-shadow: none;
        margin: 0 !important;
        background: transparent !important;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-nav.navbar-right {
        float: none !important;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-nav > li {
        float: none !important;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-nav > li > a {
        color: #fff !important;
        font-weight: 600;
        letter-spacing: 0.05em;
        padding: 22px 12px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        border: none !important;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-nav > li > a:hover,
    body:not(.front-page) .suitwin-inner-header-right .navbar-nav > li > a:focus {
        color: #c2b697 !important;
        background: transparent !important;
    }

    /* active / Customizer .main-navigation .active a：须在深色条上用浅色 + 底条，否则主色 #44465d 与 #1a2332 融在一起 */
    body:not(.front-page) .suitwin-nav--inner .main-navigation .navbar-nav > li.active > a,
    body:not(.front-page) .suitwin-nav--inner .main-navigation .navbar-nav > li.active > a:hover,
    body:not(.front-page) .suitwin-nav--inner .main-navigation .navbar-nav > li.active > a:focus,
    body:not(.front-page) .suitwin-inner-header-right .main-navigation .navbar-nav > li.active > a,
    body:not(.front-page) .suitwin-inner-header-right .main-navigation .navbar-nav > li.active > a:hover,
    body:not(.front-page) .suitwin-inner-header-right .main-navigation .navbar-nav > li.active > a:focus {
        color: #fffef8 !important;
        background-color: rgba(194, 182, 151, 0.18) !important;
        font-weight: 700;
        box-shadow: inset 0 -2px 0 #c2b697;
    }

    body:not(.front-page) .suitwin-nav--inner .main-navigation .navbar-nav > li.current-menu-item > a,
    body:not(.front-page) .suitwin-nav--inner .main-navigation .navbar-nav > li.current-menu-item > a:hover,
    body:not(.front-page) .suitwin-nav--inner .main-navigation .navbar-nav > li.current-menu-item > a:focus,
    body:not(.front-page) .suitwin-inner-header-right .main-navigation .navbar-nav > li.current-menu-item > a,
    body:not(.front-page) .suitwin-inner-header-right .main-navigation .navbar-nav > li.current-menu-item > a:hover,
    body:not(.front-page) .suitwin-inner-header-right .main-navigation .navbar-nav > li.current-menu-item > a:focus {
        color: #fffef8 !important;
        background-color: rgba(194, 182, 151, 0.18) !important;
        font-weight: 700;
        box-shadow: inset 0 -2px 0 #c2b697;
    }

    body:not(.front-page) .suitwin-inner-hide-nav-logo-pc.hidden-xs {
        display: none !important;
    }

    body:not(.front-page) .suitwin-inner-header-right .navbar-header .site-title {
        display: none !important;
    }

    body:not(.front-page) .suitwin-inner-header-right .mobile-header-controls {
        display: none !important;
    }
}
