/*
font-family:"ivyora-display";
font-family:"mr-eaves-xl-modern";
*/

:root {
    --font-main: "mr-eaves-xl-modern";
    --font-secondary: "ivyora-display";
    
    --color-main: #505050;
    --color-primary-blue: #76ABC0;
    --color-highlight: #EDDFAD;
    --color-light-highlight: #D6BFA0;
    --color-golden-brown: #A37B4A;
    --color-white: #ffffff;

    --background-linear: linear-gradient(112.41deg, #D6C588 -7.12%, #A37B4A 85.54%);
    --background-linear-blue: linear-gradient(0.89deg, #76ABC0 -54.58%, #FFFFFF 98.94%);

    --fs-130: clamp(45px, 6.771vw, 130px);
    --fs-120: clamp(40px, 6.25vw, 120px);
    --fs-98: clamp(35px, 5.104vw, 98px);
    --fs-82: clamp(34px, 4.271vw, 82px);
    --fs-81: clamp(34px, 4.219vw, 81px);
    --fs-68: clamp(33px, 3.542vw, 68px);
    --fs-58: clamp(32.5px, 3.021vw, 58px);
    --fs-56: clamp(32px, 2.917vw, 56px);
    --fs-50: clamp(32px, 2.604vw, 50px);
    --fs-48: clamp(31.5px, 2.5vw, 48px);
    --fs-45: clamp(31px, 2.344vw, 45px);
    --fs-42: clamp(30px, 2.188vw, 42px);
    --fs-39: clamp(27px, 2.031vw, 39px);
    --fs-36: clamp(25px, 1.875vw, 36px);
    --fs-35: clamp(24.5px, 1.823vw, 35px);
    --fs-32: clamp(24px, 1.667vw, 32px);
    --fs-30: clamp(23.5px, 1.563vw, 30px);
    --fs-29: clamp(23px, 1.51vw, 29px);
    --fs-28: clamp(22.5px, 1.458vw, 28px);
    --fs-27: clamp(22px, 1.406vw, 27px);
    --fs-26: clamp(21.5px, 1.354vw, 26px);
    --fs-24: clamp(20px, 1.25vw, 24px);
    --fs-23: clamp(18px, 1.198vw, 23px);
    --fs-22: clamp(17px, 1.146vw, 22px);
    --fs-20: clamp(17px, 1.042vw, 20px);
    --fs-19: clamp(16px, 0.99vw, 19px);
    --fs-18: clamp(16px, 0.938vw, 18px);
    --fs-17: clamp(15px, 0.885vw, 17px);
    --fs-15: clamp(13px, 0.781vw, 15px);
}
html, body {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #F8FAFC;
}
.scroll-container {
  scroll-behavior: smooth;
}
body {
    font-family: var(--font-main);
    font-size: var(--fs-23);
    color: var(--color-main);
}

a { color: var(--color-highlight); text-decoration: none; }
a:focus, a:hover{ /*outline:none;*/ color:inherit; text-decoration: none;}
a, a:before, a:after, a img, input[type="submit"], button, a *{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
img {
    max-width:100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
    margin: 0;
    font-family: var(--font-secondary);
    color: var(--color-main);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.text-white h1,  .text-white h2,  .text-white h3,  .text-white h4,  .text-white h5,  .text-white h6, .text-white p, .text-white ul, .text-white a  {
    color: var(--color-white);
}
.text-main h1,  .text-main h2,  .text-main h3,  .text-main h4,  .text-main h5,  .text-main h6, .text-main p, .text-main a, .text-main a.eyebrow, .text-main ul, .text-main {
    color: var(--color-main)!important;
}
h1, .h1  {
    margin-bottom: 20px;
    font-size: var(--fs-120);
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em { 
    font-family: var(--font-secondary);
    background: linear-gradient(169.51deg, #D6C588 -12.26%, #A37B4A 96.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: none;
}
.h2, h2 {
    font-size: var(--fs-81);
    margin-bottom: 48px;
    letter-spacing: .12em;
    line-height: 1.15;
}
.h2 em, h2 em {
    letter-spacing: -.0001em;
    margin-left: -10px;
}
h3, .h3 { font-size: var(--fs-56); }
h4, .h4 { font-size:var(--fs-27); }

p, ul {
    margin-bottom: 24px;
    color: var(--color-main);
    font-size: var(--fs-23);
    line-height: 1.4;
}
.eyebrow {
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: var(--fs-17);
    font-weight: 700;
    letter-spacing: .06em;
    color: #A37B4A;
}
.bg-primary-blue {
    background-color: var(--color-primary-blue);
    color: var(--color-white);
}
.bg-linear-blue { background: var(--background-linear-blue); }
.color-main {
    color: var(--color-main);
}
.bg-highlight {
    background: var(--color-highlight)!important;
}
.color-highlight {
    color: var(--color-highlight)!important;
}
section, main {
    padding-top: clamp(80px, 13.333vh, 144px);
    padding-bottom: clamp(80px, 11.852vh, 128px);
}
.container, .small.container, .big.container {
    width: 98%;
    max-width: 100%;
}
.d-flex.container, .d-flex.container-fluid{
    justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1586px;
        width: 82.604167%;
    }
    .small.container {
        max-width: 896px;
        width: 46.66667%;
    }
    .big.container {
        max-width: 1714px;
        width: 89.270833%;
    }
}
@media only screen and (max-width: 1921px) {
    .container-fluid {
        max-width: 1920px;
        margin: 0 auto!important;
    }
}
.button {
    font-size: var(--fs-20);
    padding: clamp(15px, 1.944vh, 21px) clamp(15px, 1.667vw, 32px);
    background: var(--background-linear);
    color: var(--color-white);
    text-transform: capitalize;
    font-weight: 700;
    border: #E3BC3E solid 1px;
    border-radius: 30px;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease, border 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.button:before, .btn-pa:before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    z-index: -1;
    background: linear-gradient(99.49deg, #D6C588 -54.02%, #A37B4A 74.3%);
    opacity: 0;
    transition: .3s ease-out;
}
.btn-pa {
    background: var(--background-linear);
    color: var(--color-white)!important;
    border-radius: 9px;
    font-size: var(--fs-20);
    line-height: 1;
    padding: 21px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.button:hover::before, .btn-pa:hover::before{
    opacity: 1;
}
.button:hover {
    border: 1px solid #D6BFA0;
    color: var(--color-white);
}
.button.btn-transparent {
    background: transparent;
    color: var(--color-main);
}

@media only screen and (min-width: 1201px) {
    .button i {
        margin-right: clamp(10px, 1.198vw, 23px);
    }
}

.pagination {
    column-gap: 1%;
}
.pagination a {
    color: var(--color-main);
}
.pagination .next, .pagination .prev {
    background: transparent;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #9B9083;
}
.pagination .next:hover, .pagination .prev:hover {
    background: #9B9083;
    color: var(--color-white);
}
.btn-pagination {
    margin-top: 40px;
}
.object-fit-cover {
    object-fit: cover;
    object-position: center center;
}
.object-fit-contain {
    object-fit: contain;
    object-position: center center;
}

@media only screen and (min-width: 991px) { 
    .border-line { border: solid 1px var(--color-golden-brown); }
    .border-line-left { border-left: solid 1px var(--color-golden-brown); }
    .border-line-right { border-right: solid 1px var(--color-golden-brown); }
    .border-line-bottom { border-bottom: solid 1px var(--color-golden-brown); }
    .border-line-top { border-top: solid 1px var(--color-golden-brown); }
}

.position-relative { z-index:2; }
.slick-dots {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #C6C7CA;
    border: none;
    padding: 0;
    text-indent: -9999px; /* hides any text */
}
.slick-dots li.slick-active button {
    background: var(--color-highlight);
}
.slick-arrow {
    font-size: var(--fs-26);
    background: var(--color-golden-brown);
    color: var(--color-white);
    border: none;
    width: clamp(45px, 3.229vw, 62px);
    height: clamp(45px, 3.229vw, 62px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.slick-arrow:hover {
    border-color: #3F495F;
}
.custom-dots {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
}
.custom-dots li button {
    height: 5px;
    width: 5px;
    background-color: #D3D4D6;
    /*border: none;
    padding: 0;*/
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 100%;
    margin: 0 3px ;
}
.custom-dots li.slick-active button {
    background-color: #3F495F;
    padding: 1.5px 0 1.5px;
}
@media only screen and (min-width: 769px) {  
    .custom-dots li { 
        flex-grow: 1; 
    }
    .custom-dots li button {
        height: 1px;
        width: 100%;
        background-color: #D3D4D6;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: background 0.3s ease;
        border-radius: 0;
    }
}
/*END GENERAL*/

/*HEADER*/
.header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    position: relative;
    padding: 26px clamp(15px, 2.396vw, 46px);
    border-bottom: 1px solid #76ABC0;
    background: var(--color-white);
}
/*page contact header*/
body.page-id-39 .header {
    position: absolute;
}
.logo {
    display: block;
    width: 100%;
    max-width: clamp(200px, 15.885vw, 305px);
}
.logo img { width:100%; }
.logo:hover {
    opacity: .8;
}
.navigation {  }
.navigation ul#menu-main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
}
.navigation ul li {
    display: inline-block;
    margin-right: 15px;
}
.navigation ul li:last-child {
    margin-right: 0;
}
.navigation ul li a {
    color: var(--color-main);
    font-size: var(--fs-20);    
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    line-height: 1;
}
.navigation ul li a:before {
/*    content: '';*/
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    border-top: solid 1px var(--color-highlight);
    margin: 0 auto; 
}
.menu-item-has-children:after {
/*    content: "\f0d7";*/
    font-family: var(--fa-font-solid); 
    font-weight: 700;
    color: var(--color-main);
    display: inline-block;
    transform: scaleY(1);
    transition: transform 0.3s ease;
}
.menu-item-has-children:hover:after {
    color: var(--color-highlight);
    transform: scaleY(-1);
}
.menu-item-has-children {
    position: relative;
}
.navigation ul li a:hover {
    color: var(--color-primary-blue);
}
.navigation ul li.current-menu-item a:before,
.navigation ul li:hover > a:before {
/*    width: 100%;*/
    z-index: 2;
}
.navigation ul li ul.sub-menu {
    position: absolute;
    padding-top: 5px;
    transition: .15s linear;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    z-index: 1;
    padding-top: 10px;
    z-index: 999;
    padding-left: 0;
}
.navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}
.navigation ul li ul.sub-menu li {
    display: block;
    margin: 0;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    border-bottom: none;
    text-transform: capitalize;
    padding: 5px 15px;
    transition: .3s linear;
    background: var(--color-highlight);
    color: var(--color-main);
    letter-spacing: unset;
    font-size: var(--fs-16);
    line-height: 1;
    padding: 10px;
    position: relative;
    border-radius: 2.5px;
    margin-bottom: 2.5px;
    width: 180px;
    font-weight: 400;
    letter-spacing: unset;
}
.navigation ul li ul.sub-menu li a:hover {
    background: var(--color-golden-brown);
    color: var(--color-white);
}
@media only screen and (min-width: 1400px) {
    .navigation ul li {
        margin-right: clamp(10px, 3.438vw, 66px);
    }
}
/*END HEADER*/

/*FOOTER*/
footer.footer {
    padding-top: clamp(80px, 9.259vh, 100px);
    padding-bottom: clamp(40px, 5.556vh, 60px);
}
footer.footer, footer.footer a, footer.footer p { 
    font-size: var(--fs-23);
}
footer a:hover { opacity: .8; }
.social { display:flex; }
.social a {
    width: clamp(40px, 3.281vw, 63px);
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-linear);
    border-radius: 100%;
}
footer.footer .social a i { color:var(--color-white); }
.social a.mr-3:last-child { margin-right:0!important; }
.web-info .eyebrow-heading {
    font-size: var(--fs-17);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #EDDFAD;
}
footer.footer i { color:var(--color-highlight); }
.footer-bottom__menu ul {
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 0;
}
.footer-bottom__menu ul li {
    padding-right: 8px; 
}
@media only screen and (min-width: 991px) {
    .footer-bottom__menu ul {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 992px) {
    .social { justify-content: center; }
}

/*HOMEPAGE*/
#home-banner {
    height: 100%;
/*    padding: clamp(300px, 25.26vw, 485px) 0 78px;*/
    padding: 60px 0;
    background: transparent none no-repeat center center / cover scroll;
    background-blend-mode: luminosity, normal;
}
#home-banner .eyebrow {
    /*float: left;
    text-align: right;
    max-width: 15ch;
    margin: 64px 30px 0 0;*/
}
#home-banner h1 {
    letter-spacing: .12em;
    font-size: clamp(40px, 6.25vw, 120px);
    margin-bottom: 0;
}
#home-banner h2 em {
    display: block;
    margin-left: auto;
    margin-right: 0;
    font-weight: 500;
    font-size: clamp(45px, 6.771vw, 130px);
    line-height: normal;
}
#home-banner .hero-img {
    max-height: max-content;
}
.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#home-banner:after {
    background: linear-gradient(180deg, #FFFFFF 49.19%, #76ABC0 100%);
}
#home-banner .phone {
    color: var(--color-golden-brown);
}
@media only screen and (min-width: 992px) {  
    #home-banner .eyebrow {
        float: left;
        text-align: right;
        max-width: 15ch;
        margin: clamp(30px, 5.926vh, 64px) 30px 0 0;
    }
    #home-banner h1 {
        padding-left: clamp(30px, 4.167vw, 80px);
    }
    #home-banner h2 em {
        margin-top: clamp(-35px, -3.241vh, 0px);
        text-align: right;
    }
    #home-banner p {
        max-width: 44ch;
        margin-bottom: 36px;
    }
    #home-banner .button {
        float: left;
        margin-right: clamp(0px, 1.25vw, 24px);
    }
}
.banner {
    position: relative;
    z-index: 2;
    background: transparent none no-repeat center center / cover scroll;
}
.banner:after {
    content: '';
    background: rgba(15, 21, 34, 0.6);
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.65) 0%, rgba(30, 30, 30, 0.65) 50%, rgba(30, 30, 30, 0.3) 100%);    
    z-index: -1;
    bottom: 0;
}
#page-banner {
    background: transparent none no-repeat center center / cover scroll;
    min-height: clamp(350px, 41.944vh, 453px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#page-banner.banner-contact {
    padding-top: clamp(200px, 29.444vh, 318px);
    background: linear-gradient(180deg, #76ABC0 0%, rgba(118, 171, 192, 0) 100%);
    color: var(--color-main);
}
#page-banner.banner-contact .logo {
    margin: 0 auto 40px;
}
#page-banner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30.7%, rgba(0, 0, 0, 0.35) 67.68%);
}
#page-banner .eyebrow {
    color: var(--color-white);
}
#page-banner h1 {
    font-size: var(--fs-120);
}
#page-banner h1 span {
    letter-spacing: .12em;
}
#page-banner h1 em {
    font-size: var(--fs-130);
}
body.page-template-page-attorney #page-banner {
    min-height: clamp(420px, 51.574vh, 557px);
}
body.page-template-page-attorney #page-banner {
    justify-content: flex-end;
    padding-bottom: clamp(80px, 12.037vh, 130px);
	background-position: 30% 50%;
}
body.page-template-page-attorney #page-banner .eyebrow {
    color: var(--color-light-highlight);
}

#page-banner:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 67.68%), url(law_1275765880.jpg);
}

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

.bg-linear-blue {
    border-radius: 0px 0px 3px 3px;
    padding: 37px clamp(15px, 2.135vw, 41px);
    position: relative;
    z-index: 2;
}
.bg-linear-blue:before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(0.89deg, #76ABC0 .58%, #FFFFFF 98.94%);
    transition: .3s ease-out;
}
a:hover .bg-linear-blue::before {
    opacity: 1;
}
.item__info h3 { 
    text-transform: none; 
    min-height: 54px;
}

.main-default-page .container > .d-flex {
    column-gap: 6.9479167%;
}
.main-default-page .ft-img {
    padding-top: 47px;
}
.ft-img {
    max-width: clamp(400px, 36.823vw, 707px);
    flex: 0 0 auto;
}
.ft-img img:not(.badge-img) {
    max-height: clamp(600px, 73.704vh, 796px);
/* 	max-height: fit-content; */
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-fit: contain;
	object-position: center top;
}
.badge-img {
    max-width: clamp(100px, 10vw, 192px);
    height: auto;
    right: 27px;
    bottom: 40px;
}


.atty-col {
    max-width: clamp(400px, 26.302vw, 505px);
	width: 100%;
}
.atty-item__info {
    background: linear-gradient(0.89deg, #76ABC0 -54.58%, #FFFFFF 98.94%);
    border-radius: 0px 0px 3px 3px;
    padding: clamp(20px, 4.167vh, 45px) clamp(15px, 2.604vw, 50px);
}
.atty-item__info h2 {
    letter-spacing: unset;
}
.atty-info {
    margin-bottom: clamp(30px, 5.926vh, 64px);
}
#single-atty-template .container > .d-flex {
    column-gap: 14.9479167%;
}
.single-atty-bg {
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    z-index: -1;
    top: 0; left: 0; right: 0; 
    z-index: 1;
    position: absolute;
    background: transparent url(assets/images/atty-bg.png) no-repeat center center / cover scroll;

}
#single-atty-template .flex-fill p {
    margin-bottom: 40px;
}
#single-atty-template .eyebrow {
    color: var(--color-main);
    font-family: var(--font-main);
    margin-bottom: 16px;
}
.atty-icon {
    width: clamp(45px, 3.281vw, 63px);
    height: clamp(45px, 3.281vw, 63px);
    border-radius: 100%;
    background: linear-gradient(222.41deg, #D6C588 27.45%, #A37B4A 109.49%);;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.atty-info:hover a {
    opacity: .8;
}
#single-atty-template .attorney-title em {
/*     font-size: var(--fs-130); */
	font-size: var(--fs-120);
}
#single-atty-template .ft-img {
    margin-top: 16px;
    max-height: fit-content;
    background: transparent url(assets/images/headshot-bg.webp) no-repeat center bottom / contain scroll;
    max-width: 100%;
}
#single-atty-template .ft-img img {
    max-height: fit-content;
    object-fit: contain ;
}
@media only screen and (min-width: 768px) {
	.atty-item__img img {
		max-height: clamp(400px, 24.444vh, 544px);
		min-height: clamp(400px, 24.444vh, 544px);
		object-position: center top;
		overflow: hidden;
		object-fit: cover;
	}
}
@media only screen and (min-width: 991px) {
    #single-atty-template .ft-img {
        max-width: clamp(400px, 34.167vw, 656px);
    }
}
.main-single-template .d-flex {
    column-gap: 19%;
}
.main-single-template .text-content h3 {
    font-size: var(--fs-39);
    border-bottom: solid 1px var(--color-golden-brown);
    padding-bottom: 16px;
    margin-bottom: 32px;
}
.main-single-template .text-content ul {
    margin-bottom: clamp(40px, 5.926vh, 64px);
}
.sidebar-practice-menu {
    max-width: clamp(320px, 26.302vw, 505px);
    width: 100%;
    flex: 0 0 auto;
    border-radius: 0px 0px 3px 3px;
    padding: clamp(20px, 4.444vh, 48px) clamp(15px, 2.083vw, 40px);
    text-transform: capitalize;
    margin-top: 33px;
}
.sidebar-practice-menu .eyebrow {
    color: var(--color-light-highlight);
}

@media only screen and (min-width: 767px) {
    .sidebar-practice-menu {
        max-width: clamp(320px, 26.302vw, 505px);
    }
}
.page-practice-template .top-heading {
/*     max-width: 65ch; */
	max-width: 100;
    padding: clamp(25px, 2.5vw, 48px);
    margin-bottom: clamp(60px, 10.093vh, 109px);
}
.page-practice-template .top-heading h2 em {
	display: block;
}
.page-practice-template .top-heading:after {
    content: '';
	z-index: -1;
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: url(assets/images/website-icon-logo.png) no-repeat center center / contain scroll;
}
.page-practice-template .top-heading h2 {
     margin-bottom: 6px;
}
.pa-list-wrapper {
    max-width: 1029px;
    margin: 0 auto;
    gap: 24px;
}
.practice-slick-wrapper .slick-slide {
  transition: transform 0.3s ease;
  transform: scale(0.93); 
}
.practice-slick-wrapper .slick-center {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.practice-slick-wrapper .slick-center {
  transform: scale(1);
  z-index: 2;
}

.pa-col {
    max-width: 311px;
    width: 100%;
}
.pa-item {
    min-height: 436px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 3px; 
    display: flex;
    align-items: flex-end;
    justify-content: center;   
    transition: .3s ease-out;
}
.pa-item h3 {
    font-size: var(--fs-30);
    color: var(--color-white);
    border-bottom: solid 1px #A37B4A;
    padding-bottom: clamp(12px, 2.222vh, 24px);
    margin-bottom: 0;
}
.pa-item:after, .pa-item:before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(9, 36, 68, 0.1) 55.05%, rgba(0, 0, 0, 0.65) 100%);
}
.pa-item:before {
    opacity: 0;
    background: linear-gradient(180deg, rgba(9, 36, 68, 0.3) 60.05%, rgba(0, 0, 0, 0.8) 100%);
}
.pa-item:hover::before {
    opacity: 1;
}
.pa-item .pa-item__info {
    padding: 0 clamp(15px, 2.083vw, 40px);
}
.home-practice .pa-item .pa-item__info {
    padding: 0 clamp(15px, 1.083vw, 40px);
}
.pa-item .pa-item__info-text-desc {
    color: var(--color-white);
    font-size: var(--font-main);
    padding: 24px 0 clamp(24px, 4.167vh, 45px);
    transform: translateY(100px);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:  transform 0.3s ease-out, opacity 0.3s ease-out, max-height 0.3s ease-out;
}
.pa-item:hover .pa-item__info-text-desc {
    transform: translateY(0);
    opacity: 1;
    max-height: 500px;
}

.contact-web-info .logo {
    max-width: clamp(300px, 22.448vw, 431px);
}
.contact-web-info, .contact-web-info a {
    color: var(--color-main);
}
.contact-web-info a:hover {
    color: var(--color-golden-brown);
}
.contact-web-info .address br {
    display: none;
}
.contact-web-info span {
    padding: 0 15px;
}

.text-ellipsis-3 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-item {
    padding: clamp(30px, 6.296vh, 68px) clamp(20px, 3.021vw, 58px) clamp(20px, 5.093vh, 55px);
}
section.about {
    background: linear-gradient(180deg, #76ABC0 19.66%, rgba(255, 255, 255, 0) 100%);
}
section.about:before {
    content: '';
    position: absolute;
    top: 50px; left: 0;
    max-width: 100%;
    width: 100%;
/*    min-height: clamp(300px, 41.944vh, 453px);*/
    min-height: 453px;
    z-index: -1;
    background: url(assets/images/website-icon-logo-white.png) no-repeat center center / contain scroll;
}
section.about .d-flex {
    column-gap: clamp(40px, 7.396vw, 142px);
}
.about-content {
    column-gap: clamp(20px, 1.219vw, 50px);
}
.about-content img {
	max-height: fit-content;
}
.about-ft-img {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}
@media only screen and (min-width: 991px) {
    section.about {
        padding-left: clamp(40px, 8.698vw, 167px);
    }
    section.home-practice .top-heading, section.home-practice .btn-pagination {
        padding-right: clamp(20px, 3.333vw, 64px);
        padding-left: clamp(20px, 3.333vw, 64px);
    }
    section.home-practice .top-heading:after, section.home-practice .top-heading:before {
        content: '';
        width: 100%;
        height: 1.3px;
        background: var(--color-golden-brown);
        margin-top: 59px;
    }
    .about-ft-img {
        max-width: clamp(400px, 36.823vw, 707px);
    }
    section.about:before {
        top: 50px; left: clamp(30px, 3.073vw, 59px);
        max-width: clamp(400px, 55.833vw, 1072px);
    }
}
.top-heading__content {
    max-width: 58ch;
    margin: 0 auto 44px;
}
section.w-bg-img-linear {
    background: linear-gradient(180deg, #76ABC0 0%, #F8FAFC 65.57%);
}
section.w-bg-img-linear:before {
    content: '';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: .12;
    background: transparent url(assets/images/home-team-bg.webp) no-repeat center center / cover scroll;
}
.team-img .slide-up {
    height: 100%;
    top: 0; bottom: 0; right: 0; left: 0;
    width: 100%;
    margin-bottom: 0 auto;
}
.team-img .slide-up-bg {
    background: linear-gradient(161.23deg, #D6C588 11.66%, #A37B4A 60.73%, #EDDFAD 94.65%);
    height: 100%;
    width: 100%;
    z-index: -1;
    position: relative;
}
.team-img .slide-up-bg:after {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0%;
    opacity: 20%;
    background: transparent url(assets/images/team-img-bg.webp) no-repeat center center / cover scroll;
}
@media only screen and (min-width: 991px) {
    .team-img .slide-up {
        max-width: clamp(350px, 36.146vw, 694px);
        margin-right: auto;
        margin-left: 41px;
        right: unset;
    }
}
@media only screen and (max-width: 991px) {
    .home-team h2 {
        text-align: center!important;
    }
}
section.home-testimonial.w-bg-img-linear {
    background: rgba(196, 196, 196, 0.2);
}
section.home-testimonial.w-bg-img-linear:before {
    background: transparent url(assets/images/home-testimonial-bg.webp) no-repeat center center / cover scroll;
}
.testimonial-case {
    column-gap: 7.239583%;
}
.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*  gap: 2rem;*/
    position: relative;
}

.case-item {
    text-align: center;
    max-width: clamp(150px, 10.521vw, 202px);
    max-height: clamp(150px, 10.521vw, 202px);
    border-radius: 100%;
    background: var(--color-white);
    color: var(--color-main);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    aspect-ratio: 1/1;
}
.case-item__amount {
    font-size: var(--fs-48);
	font-weight: 700;
}
.case-item__type {
    font-weight: 700;
    font-size: var(--fs-17);
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-main);
	max-width: 12ch;
}

.case-item:nth-child(4) {
    color: #fff;
    max-width: clamp(200px, 13.75vw, 264px);
    max-height: clamp(200px, 13.75vw, 264px);
    background: linear-gradient(161.23deg, #D6C588 11.66%, #A37B4A 57.25%, #EDDFAD 94.65%);
    position: relative;
}
.case-item:nth-child(4):before {
    content: '';
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
    background: transparent url(assets/images/bg-case-item.png) no-repeat center center / cover scroll;
    opacity: .2;
    z-index: 1;
}
.case-item:nth-child(4) .case-item__amount,
.case-item:nth-child(4) .case-item__type {
    color: var(--color-white);
}
.circle {
  position: absolute;
  width: clamp(150px, 10.521vw, 202px);
  height: clamp(150px, 10.521vw, 202px);
  background: #fff;
  border-radius: 50%;
/*   box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.circle:hover {
  transform: scale(1.05);
}

/* Highlight (Gold) Circle */
.highlight {
/*    background: linear-gradient(161.23deg, #D6C588 11.66%, #A37B4A 57.25%, #EDDFAD 94.65%);*/
    background: transparent url(assets/images/case-bg-gradient.png) no-repeat center center / cover scroll;
}

.circle-1 {
  top: 110px;
  left: 0;
}

.circle-2 {
  top: 140px;
  left: 35%;
}

.circle-3 {
  top: 230px;
  left: 58%;
  width: clamp(200px, 13.75vw, 264px);
  height: clamp(200px, 13.75vw, 264px);
}
.circle-3 .case-item__amount,
.circle-3 .case-item__type {
    color: var(--color-white);
}
.circle-4 {
  top: 45px;
  left: 75%;
}

.circle-5 {
  top: 287px;
  left: 15%;
}

.case-list-2 {
    min-height: 400px;
}
.case-list-2 .case-item__amount {
    font-size: var(--fs-36);
}
.case-list-2 .case-item__type {
    font-size: var(--fs-15);
}
.case-list-2 .circle {
    width: clamp(100px, 9.375vw, 180px);
    height: clamp(100px, 9.375vw, 180px);
}
.case-list-2 .circle-1 {
  top: 110px;
  left: 0;
}

.case-list-2 .circle-2 {
  top: 140px;
  left: 30%;
}

.case-list-2 .circle-3 {
  top: 240px;
  left: 45%;
  width: clamp(200px, 13.75vw, 264px);
  height: clamp(200px, 13.75vw, 264px);
}
.case-list-2 .circle-3 .case-item__amount,
.case-list-2 .circle-3 .case-item__type {
    color: var(--color-white);
}
.case-list-2 .circle-4 {
  top: 15%;
  left: 75%;
}

.case-list-2 .circle-5 {
  top: 287px;
  left: 15%;
}

.case-list-2 .circle-6 {
    right: -1%;
    bottom: 0;
}

@media (max-width: 991px) {
    .case-list, .case-list-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        min-height: 450px;
        max-width: 600px;
        margin: 0 auto;
    }
    .case-list-2 {
        max-width: 640px;
    }
    .case-list-2 .circle:not(.circle-3) {
        width: 150px!important;
        height: 150px!important;
    }
}
@media (max-width: 767px) {
    .case-list {
/*        max-width: 460px;*/
    }
    .circle {
        width: 140px;
        height: 140px;
    }
    .circle-3 {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 640px) {
    .case-list-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .case-list-2 .circle {
        margin: 0 auto ;
        position: unset;
        width: 140px;
        height: 140px;
    }
    .case-list-2 .circle-3, .case-list-2 .circle-6 {
        grid-column: 1 / -1;
        justify-self: center;
        margin-top: -80px;
    }
    .case-list-2 .circle-3 {
        width: 180px;
        height: 180px;
        margin-bottom: -80px;
    }
}
@media (max-width: 510px) {
    .case-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .circle {
        margin: 0 auto ;
        position: unset;
        width: 140px;
        height: 140px;
    }
    .circle-3, .circle-6 {
        grid-column: 1 / -1;
        justify-self: center;
        margin-top: -80px;
    }
    .circle-3 {
        width: 180px;
        height: 180px;
        margin-bottom: -80px;
    }
}

