@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');


:root {

    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */
    --all-fonts:"Lato", sans-serif;
    --ftr-fonts:"DM Sans", sans-serif;
    --ftr-head:"Noto Serif Display", serif;
    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:90px ;    
    --f-size-XL: 50px;    
    --f-size-L: 45px;    
    --f-size-M:35px;
    --f-size-S:26px ;
    --f-size-Sm: 20px;
    --f-size-Body: 18px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    /* ~-~-~-~-~ common transition ~-~-~-~-~ */
    --common-transition: all 0.5s ease;
    /* ~-~-~-~-~ common transition ~-~-~-~-~ */

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
    --clr-primary:#929E6C;
    --head-clr:#222222;
    --clr-secondary:#F2EEE4;
    --body-clr:#555555;
    --white:#ffffff;
    --black:#000000;
    --body-back:#F9F1E2;
    --light-cream:#F4F0E8;
     --text-gray: #888888;
    /* ~-~-~-~-~ colors ~-~-~-~-~ */
}

/* html { overflow-x: hidden; } */
body { font-size: var(--f-size-Body);margin: 0; padding: 0; font-family: var(--all-fonts); line-height: 1.2; font-weight: 400; color: var(--head-clr); transition: var(--common-transition); }

h1, h2, h3, h4, h5, h6 { font-family: var(--all-fonts) ; margin: 0 0 20px; padding: 0; line-height: 1.1; font-weight: 500; color: var(--head-clr);text-transform: capitalize; }

h1, .h1 {font-size: var(--f-size-XXL);  color: var(--white);margin-bottom: 0; }
h2, .h2 {font-size: var(--f-size-XL); margin-bottom: 40px;}
h2 span { color: var(--clr-primary); }
h3, .h3 {font-size: var(--f-size-L);}
h4, .h4 {font-size:var(--f-size-M);}
h5, .h5 {font-size: var(--f-size-S); }
h6, .h6 {font-size: var(--f-size-Sm);font-family: var(--all-fonts); font-weight: 700; }
body.no-banner h1 { color: var(--head-clr); }
p, .p{ margin: 0 0 20px; padding: 0; line-height: 1.5; font-size: var(--f-size-Body);color: var(--head-clr);font-weight: 400; } 
p:last-child{margin: 0;}
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover {  outline: none; text-decoration: none; transition: var(--common-transition); color: var(--dark);}
a:hover{  text-decoration: none; transition: var(--common-transition); }
ul{list-style: none; padding-left: 0;}
textarea, select, .form-control { font-size: 16px; width: 100%; border-radius: 6px; margin-bottom: 15px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #000; height: 48px; margin: 0; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1));  }
textarea { /*padding: 18.5px 20px;*/ min-height: 100px !important; height: auto; resize: none; }
input[type="submit"] { font-weight: 700; transition: all 0.3s ease 0s; outline: none; letter-spacing: normal; }
textarea:focus, select:focus, .form-control:focus, .form-select:focus { box-shadow: inherit!important;    border-color: #000;    }
.form-group{margin-bottom: 25px;}


select, .form-select { font-size: 16px; padding: 12px 20px; border-radius: 6px; color: #000; line-height: 1; font-weight: 400; appearance: none; background: transparent; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1)); background-image: url(../images/select-arrow-1.svg); background-repeat: no-repeat; background-position: 84% center;background-size: 15px; }


.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}
.field-group { margin-bottom: 30px; }
 input.wpcf7-not-valid { border: 1px solid #dc3232 !important; } 


.wpcf7-not-valid-tip { font-size: 0; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { font-size: 14px; }
input.mailpoet_text.parsley-error { border: 1px solid #900 !important; }
.parsley-required, .parsley-custom-error-message { font-size: 0; }
/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: var(--head-clr); opacity: 1; font-weight: 300; font-size: 14px;}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color: var(--head-clr); font-weight: 300;font-size: 14px;}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: var(--head-clr); font-weight: 300;font-size: 14px;}
::-webkit-input-placeholder { text-transform: capitalize;font-weight: 300;font-size: 14px; }
 
:-moz-placeholder { text-transform: capitalize;font-weight: 300;font-size: 14px; }
 
::-moz-placeholder { text-transform: capitalize;font-weight: 300;font-size:14px; }
 
:-ms-input-placeholder { text-transform: capitalize;font-weight: 300;font-size: 14px; }
/* --- for placeholder color --- */

label, .maxchar { margin-bottom: 15px; color: var(--head-clr); font-weight: 500; font-size: 18px;font-family: var(--all-fonts);} /* desktop size 18 and mobile size 15 */
label.form-label span { margin-right: 8px; }

.common-padding{ padding-top: 80px; padding-bottom: 80px; }
.common-padding-bottom{ padding-bottom: 80px; } 
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.head-center{margin: 0 auto 40px; text-align: center;width: auto; max-width: 1156px;}

.btn, a.btn { font-family: var(--all-fonts); font-size: 18px; font-weight: 400; line-height: 1; color: var(--white);  background: var(--clr-primary);  align-items: center; border-radius: 8px; padding:19px 50px; transition: var(--common-transition); justify-content: center; text-transform: capitalize;    display: flex ; width: max-content;border: 1px solid var(--clr-primary); }
.btn:hover, a.btn:hover, :not(.btn-check)+.btn:active { background: var(--white) !important ; color: var(--head-clr) !important;border: 1px solid var(--clr-primary);}
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}




.btn.white, a.btn.white{background:#fff !important;color: var(--head-clr) !important; }

.btn.white:hover, a.btn.white:hover{background:var(--clr-primary) !important;color: var(--white) !important; }


.container-fluid { max-width: 1744px;}
/* -- Container adjustment -- */
@media screen and (min-width: 1599px) {  
  .container{max-width: 1440px;}
}
@media screen and (min-width: 1699px) {  
  .container{max-width: 1648px;}
}

/* -- Container adjustment -- */


/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */

/* -- Header -- */

.hdr-wrap { display: flex; align-items: center; }
.logo-wrap a { width: 100%; max-width: 190px; display: block; }
.main-header { position: fixed; z-index: 9; width: 100%; height: auto; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(24px); border-bottom: 2px solid #FFFFFF21; top: 0; left: 0; right: 0;transition: var(--common-transition); }
.hdr-wrap { display: flex; align-items: center; justify-content: space-between; padding-left: 141px; }
.hdr-wrap .hdr-btn span img { max-width: 20px; }
.hdr-wrap .logo a { max-width:132px; width: 100%;transition: var(--common-transition);display: block; }
.hdr-wrap ul { display: flex; align-items: center; padding: 0; list-style: none; margin: 0; }


.main-menu ul li a { font-family: var(--all-fonts); color: var(--white); font-size: 18px; font-weight: 400;padding: 40px 80px 30px 20px;border-right:1px  solid rgba(255, 255, 255, 0.4);display: block;}
.main-menu ul li.current-menu-item a, .main-menu ul li.menu-item-has-children a:hover, .main-menu ul li a:hover { background: var(--clr-primary); color: Var(--white) !important; }
/* .main-menu ul li.current-menu-item a, .main-menu ul li:hover a {color: var(--clr-white) !important;} */
body.no-banner .main-menu ul li a { color: var(--head-clr); }
.main-menu .hdr-btn{display: none;}
.main-menu ul li.menu-item-has-children ul.sub-menu li:hover {color: #00F5F5;}
.main-header.no-banner { background: var(--clr-light-blue); position: relative;}
                          
.header-sticky, .header-sticky .no-banner { left: 0; position: fixed; top: 0; width: 100%; transition: all 0.5s; z-index: 99; box-shadow: 0 0px 10px rgb(226 185 124 / 30%); background-color: #00000061; backdrop-filter: blur(29px); }

.header-sticky .callnow strong { font-size: 14px;}
.header-sticky .btn { padding: 17px 50px; font-size: 14px; }
.header-sticky .callnow span { width: 40px; height: 40px; }
.header-sticky .main-header { background: rgb(255 255 255 / 50%); backdrop-filter: blur(67px); }
.header-sticky .upper-header { display: none; }
.header-sticky .main-header{top: 0;}

.upper-header { background: rgba(230, 214, 182, 0.8); }
.upr-hdr-right a { font-weight: 600;color: var(--head-clr); display: flex; align-items: center; }
.upr-hdr-right a span img { width: 20px; margin-right: 5px; }
.hdr-wrap .hdr-btn { display: flex; align-items: center; column-gap: 10px; }
.nav_btn { display: none;}
.hdr-wrap .mobileview {display: none;}

.main-header-wrap.d-flex { justify-content: space-between;align-self: center;}
.navigation-wrap { display: flex; align-items: center; }
.header-logo a { max-width: 214px; width: 100%; height: 100%; display: block; }
.header-top { background: #F8F9FC; padding: 6px 0; color: #1A1A1A; }
.header-top p{margin-bottom: 0; display: inline-block; padding: 0 30px; position: relative;}
.header-top p:before{ position: absolute; left: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.header-top p:after{ position: absolute; right: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.login-holder ul { padding: 0; margin: 0; list-style: none;text-align: right; }

.login-holder ul li { display: inline-block; padding-left: 30px; }
.login-holder ul li a{color: #1A1A1A;}
/* dropdown */

/* * sticky start */ 

 .main-header.fixed {  left: 0; position: fixed; top: 0; width:100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; z-index: 999; background-color: var(--clr-secondary);} 


header.fixed .logo-wrap a img { max-width: 159px; }
header.fixed .main-header ul.nav li a { padding: 30px 0; }
header.fixed .btn { padding: 15px 40px; font-size: 16px; }
header.fixed .gt_switcher.notranslate .gt_selected a { padding: 12px 5px !important; width: auto !important; }
header.fixed .gt_option { top: 51px; width: 164px !important; padding: 9px 3px; }


@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/* sticky end */
/* hamburger start */
.close-nav{display: none;}

.hamburger-nav { position: relative; width: 27px; height: 21px; z-index: 1; display: none; }
.hamburger-nav span{width: 100%; height: 3px; background-color: var(--primary); position: absolute;}
.hamburger-nav span:first-child{top: 0;}
.hamburger-nav span:nth-child(2){top: 8px;}
.hamburger-nav span:last-child{top: 16px;}

.hamburger { display: none; height: 26px; margin-right: 0px; }
.hamburger a.main-nav-toggle { display: block; width: 25px; height: 25px; position: relative; }
.hamburger a.main-nav-toggle:after, .hamburger a.main-nav-toggle:before { content: ""; position: absolute; top: 5px; height: 0; border-bottom: 2px solid var(--clr-primary); width: 100%; left: 0; right: 0; transition: all ease-out 0.3s; }
.hamburger a.main-nav-toggle:after { top: 18px; }
.hamburger a.main-nav-toggle i { display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; height: 2px; background-color: var(--clr-primary); width: 100%; position: absolute; top: 50%; transition: all ease-out 0.1s;transform: translateY(-50%); }
.hamburger a.main-nav-toggle.active-menu:after { transform: rotate(-45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu:before { transform: rotate(45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu i { opacity: 0; }

/* hamburger end */    

body.open { height: 100vh; overflow: hidden; }
body.fixed-gap { margin-top: 94px; }
.upper-header-cont{display: flex; justify-content: space-between;padding: 10px 0; align-items: center;}
.upper-header-cont h6 { margin-bottom: 0; }


.header-is-fixed { padding-top: 131px; }
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/* sub menu */
li.menu-item-has-children{position: relative;display: inline-block;}
       
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; background: #FFF; box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16); min-width: 348px; z-index: 1; left: -2px; padding: 0px; list-style: none; }
li.menu-item-has-children ul.sub-menu a { display: block; color: black !important; font-weight: 500; margin-right: 0; padding: 23px 15px; font-size: 15px; background: rgba(243, 239, 230, 1); }

li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -19%) rotate(180deg); color: var(--primary); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
/* li.menu-item-has-children ul.sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } */
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;border-bottom: 1px solid #8F8C82B2} 

li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}
li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--clr-primary) !important;}
ul.sub-menu .current_page_item a { color: var(--secondary) !important; }
ul.lang-btn li a { display: flex; align-items: center; gap: 5px; padding: 5px 22px 5px 5px; border: 2px solid white; border-radius: 41px; }
ul.lang-btn li a:hover { color: var(--secondary); border: 2px solid var(--secondary); }
li.menu-item-has-children > a::after { position: absolute; top: 50%; content: "\f063"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: 0; color: var(--green); transition: var(--common-transition); right: 39px; }
ul.lang-btn li { padding: 20px 0; }
.header-social-media-toggle{display: none;}
/* sub sub menu dropdown start */
.navigation ul>li ul.sub-menu li a:hover { background: var(--primary); color: var(--white); } 
.navigation ul>li ul.sub-menu li ul.sub-menu { left: 100%; top: -36px; display: none; margin: 0; }
.main-header ul.nav li ul.sub-menu li a:hover { color: var(--clr-primary); }
.navigation ul>li ul.sub-menu li.menu-item-has-children > a::after { transform: rotate(-90deg); }
.minus, .plus{display: none;} 
@media only screen and ( min-width:1199px ){
.navigation ul>li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu { display:block; }  
}
.navigation h3{color: var(--clr-white); text-align: center; font-weight: 400;letter-spacing: 9px;}
.navigation ul.nav li ul.sub-menu li.current-menu-item a { border: none; color: var(--clr-primary) !important; }
/* sub-sub-menu */
.navigation ul li.current-menu-item ul.sub-menu li a { border: none; }
ul.nav li ul.sub-menu li.menu-item-has-children  a::after { top: 40% !important; }
li.menu-item-has-children ul.sub-menu li.menu-item-has-children{padding: 10px;}
/* sub-sub-menu */
/* new css */
nav.main-menu ul { display: flex; align-items: center; margin: 0; }

.search-container { display: flex; align-items: center; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 10px; color: #fff; }
.search-container input { background: transparent; border: none; color: #fff; }
.search-container button.form-control.search-btn { width: auto; height: auto; background: transparent; border: navajowhite; color: #FFFFFFB5; }
input.form-control.search-input:focus { background: transparent; }
input.form-control.search-input.form-control:focus { color: var(--white); }
.search-container svg { margin-right: 11px; }
.search-bar { margin-right: 25px; }
.hdr-left { display: flex; align-items: center; width: calc(100% - 133px); justify-content: flex-end; }
.main-menu ul li.menu-item-has-children:hover ul.sub-menu li a:hover { background: var(--clr-primary); color: #fff !important; }
header.main-header.header-sticky .main-menu ul li a { padding: 25px 80px 25px 20px; font-size: 16px; }
header.main-header.header-sticky li.menu-item-has-children > a::after { font-size: 11px; transform: translateY(-41%); }
header.main-header.header-sticky .hdr-wrap .logo a { max-width: 110px; }



.search-bar input::-moz-placeholder ,.search-bar .form-control::-moz-placeholder { color: var(--white); }
.search-bar input:-ms-input-placeholder,.search-bar .form-control:-ms-input-placeholder { color: var(--white); }
.search-bar input::-webkit-input-placeholder,.search-bar .form-control::-webkit-input-placeholder { color: var(--white); }


.body-creame-back .search-bar input::-moz-placeholder ,.body-creame-back .search-bar .form-control::-moz-placeholder { color: #8F8C82C2; }
.body-creame-back  .search-bar input:-ms-input-placeholder,.body-creame-back  .search-bar .form-control:-ms-input-placeholder { color: #8F8C82C2; }
.body-creame-back .search-bar input::-webkit-input-placeholder,.body-creame-back .search-bar .form-control::-webkit-input-placeholder { color: #8F8C82C2; }


.body-creame-back header.main-header.header-sticky .search-bar input::-moz-placeholder ,.body-creame-back header.main-header.header-sticky
 .search-bar .form-control::-moz-placeholder { color: #fff; }
.body-creame-back header.main-header.header-sticky  .search-bar input:-ms-input-placeholder,.body-creame-back header.main-header.header-sticky
  .search-bar .form-control:-ms-input-placeholder { color: #fff; }
.body-creame-back header.main-header.header-sticky .search-bar input::-webkit-input-placeholder,.body-creame-back header.main-header.header-sticky .search-bar .form-control::-webkit-input-placeholder { color: #fff; }

.body-creame-back.fixed .search-bar input::-moz-placeholder ,.body-creame-back.fixed
 .search-bar .form-control::-moz-placeholder { color: #fff; }
.body-creame-back.fixed  .search-bar input:-ms-input-placeholder,.body-creame-back.fixed
  .search-bar .form-control:-ms-input-placeholder { color: #fff; }
.body-creame-back.fixed .search-bar input::-webkit-input-placeholder,.body-creame-back.fixed .search-bar .form-control::-webkit-input-placeholder { color: #fff; }

.body-creame-back .search-bar input.form-control:focus,.body-creame-back .search-bar input.form-control { color: var(--black); }
.body-creame-back header.main-header.header-sticky .search-bar input.form-control.search-input.form-control:focus,.body-creame-back header.main-header.header-sticky .search-bar input.form-control { color: var(--white); }

.body-creame-back.fixed .search-container { color: #FFFFFFB5 !important; border: 1px solid #FFFFFF57; }
.body-creame-back.fixed .search-container button.form-control.search-btn{  color: #FFFFFFB5 !important;}


/* Target the cancel button specifically */
input[type="search"]::-webkit-search-cancel-button,.body-creame-back header.main-header.header-sticky .search-bar input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    /* This creates a white 'X' by inverting the default black/gray */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") no-repeat 50% 50%;
    cursor: pointer;
}

.body-creame-back input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    /* This creates a white 'X' by inverting the default black/gray */
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") no-repeat 50% 50%;
    cursor: pointer;
}

input[type="search"]:-webkit-autofill::-webkit-search-cancel-button,.body-creame-back header.main-header.header-sticky input[type="search"]:-webkit-autofill::-webkit-search-cancel-button { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") no-repeat 50% 50%;}

/* new css */
/* header end */

/* banner start */
.hero-banner { height: 85vh; position: relative;overflow: hidden;}
.hero-banner .container{height: 100%; position: relative;  z-index: 3;}
.hero-banner .row{height: 100%; align-items: flex-end;}
.banner-content { margin-bottom: 150px; }
.scroll-to-continue{position: absolute;}
.scroll-to-continue { position: absolute; right: -2%; bottom: 20%; color: #fff; transform: rotate(90deg); }

.banner-btns { margin-top: 40px; }
/* banner end */

.greek-god-back{ background-image: url(../images/greek-goddess.webp); background-repeat: no-repeat;background-position: bottom right 100px;position: relative;    background-size: 800px;}
.greek-god-back::after{content:"";position:  absolute;background-color: rgba(243, 238, 229, 0.9); width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 0;}

.greek-god-back-left{ background-image: url(../images/greek-goddess-left.webp); background-repeat: no-repeat;background-position: bottom left 80px;position: relative;    background-size: 600px;}
.greek-god-back-left::after { content: ""; position: absolute; background-color: var(--clr-secondary); width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; opacity: 0.9; }



.legal-needs-wrap{position: relative; z-index: 2;}
.legal-needs-wrap p { font-size: 26px; }
.legal-needs-wrap h5{font-weight: 400;}
.legal-needs-wrap ul { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 30px; }

/* meet-attorneys start */
.meet-attorneys { overflow: hidden; background: var(--clr-primary); }
.meet-attorneys h2,.meet-attorneys h5, .meet-attorneys p{color: var(--white);}



.attorneys-cont { margin-top: 20px; text-align: left;}
.attorneys-btn.text-center { display: flex; justify-content: center; margin-top: 130px; }
.attorneys-btn a.btn.white:hover { border: 1px solid #fff; }
.attorneys-img img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; }
.attorneys-img { position: relative; padding: 0 0 119%;box-shadow: 0px 6px 18px 0px #00000040; }



.attorneys-wrap-items a {  position: relative;display: block;}
.attorneys-wrap-items a::after{position: absolute; content: ""; width: 1px; height: 349px; background: rgba(255, 255, 255, 0.6); bottom: 48px; right: 0;}
.attorneys-wrap{max-width: 300px; margin: 0 auto;}
.attorneys-wrap:after { position: absolute; content: ""; background-color:  #FFFFFF99; width: 1px; height: 83%; top: 34px; right: 0; }
.attorneys-wrap-items { position: relative; }

.meet-attorneys-slider .slick-dots li.slick-active button:before { opacity: .75; color: #fff; }
.meet-attorneys-slider .slick-dots li button:before { opacity: .25; color: #fff; }


.slick-prev:before, .slick-next:before{display: none;}
.meet-attorneys-slider .slick-prev { width: 55px; height: 55px; border: 1px solid #fff; border-radius: 50px; background-image: url(../images/prev-white-arrow.svg); background-size: 25px; background-repeat: no-repeat; background-position: center; top: inherit; bottom: -20%; left: 50%; transform: translateX(-118%); }

.meet-attorneys-slider .slick-next { width: 55px; height: 55px; border: 1px solid #fff; border-radius: 50px; background-image: url(../images/next-white-arrow.svg); background-size: 25px; background-repeat: no-repeat; background-position: center; top: inherit; bottom: -20%; right: 50%; transform: translateX(110%); }

.meet-attorneys-slider .slick-prev:hover,.meet-attorneys-slider .slick-prev:focus,.meet-attorneys-slider .slick-prev:focus-visible { background-color: var(--white); background-image: url(../images/prev-green-arrow.svg); background-size: 25px; background-repeat: no-repeat; background-position: center; }
.meet-attorneys-slider .slick-next:hover,.meet-attorneys-slider .slick-next:focus,.meet-attorneys-slider .slick-next:focus-visible { background-color: var(--white); background-image: url(../images/next-green-arrow.svg); background-size: 25px; background-repeat: no-repeat; background-position: center; }
/* meet-attorneys end */

/* our-prac-area start */
.latest-insights-sec { background-color: rgba(15, 19, 17, 1); background-image: url(../images/latest-insight-goddess-back.webp); background-repeat:no-repeat; background-size: 700px; background-position: bottom right;position: relative;overflow: hidden;}
.latest-insights-sec:after { position: absolute; content: ""; background-color: #394b04a6; width: 301px; height: 860px; right: 6%; top: 16%; border-radius: 50%; filter: blur(22px); opacity: 0.4; transform: rotate(168deg);z-index: 0; }
.latest-insights-sec h2{color: var(--white);}
.our-prac-area-wrap{position: relative; z-index: 2;}
.prac-area-wrap { /* Your existing layout styles */ position: relative; padding: 45px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; height: 100%; background-color: rgba(255, 255, 255, 0.7); /* Matches your Figma card fill */ z-index: 1; }
.our-prac-area-wrap .row .col-lg-4 { margin-bottom: 25px; }
/* The Gradient Border Layer */
.prac-area-wrap::before {
    content: "";
    position: absolute;
    inset: 0; /* Aligns perfectly to the edges of the box */
    padding: 2px; /* This is your 2px border thickness */
    
    /* The Gradient: White at edges, 0% opacity in the middle */
    background: linear-gradient(to bottom, 
        #FFFFFF 0%, 
        rgba(255, 255, 255, 0) 50%, 
        #FFFFFF 100%
    );
    
    /* This mask ensures the gradient ONLY shows on the 2px border area */
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    
    pointer-events: none; /* Prevents the border from blocking clicks */
    z-index: -1;
}
.prac-area-wrap h5 { margin: 30px 0; }
.prac-area-wrap a.btn { margin-top: auto; }
ul.latest-insight-list { display: flex;gap: 20px; }
ul.latest-insight-list li { width: 27%; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 10px; overflow: hidden;position: relative; }
.latest-insight-list-cont { padding: 36px 30px;     backdrop-filter: blur(7px);    height: 100%;}
.publication-tag { position: absolute; top: 15px; left: 15px; z-index: 2; background-color: rgba(76, 86, 100, 1); display: block; padding: 11px 13px; color: var(--white); border-radius: 10px; font-size: 18px; min-width: 176px; text-align: center; }

.latest-insight-img { position: relative; padding: 0 0 56%; }
.latest-insight-img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.latest-insight-label { background-color: rgba(121, 131, 89, 1); color: #fff; position: absolute; bottom: 0; right: 0; padding: 5px 10px; border-top-left-radius: 10px; }
.latest-insight-list-cont h5 { color: #fff; }
.latest-insight-list-cont p { color: rgba(132, 132, 132, 1); }
.latest-insight-list-cont a { color: #fff; text-decoration: underline; }


/* our-prac-area end */

/* footer sec start */
.footer-sec { background-color: rgba(15, 19, 17, 1); position: relative; overflow: hidden; padding-bottom: 74px; }
.footer-sec::after{position: absolute; content: "";background: linear-gradient(355.52deg, rgba(17, 21, 15, 0) -77.26%, #11150F 43.47%);
width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }

.ftr-list-add-wrap h5, .ftr-quick-link h5 { color: rgba(153, 164, 120, 1 ); font-family: var(--ftr-head); font-weight: 700;  
 text-transform: uppercase; }
.ftr-list-add-wrap ul li p, .ftr-list-add-wrap ul li a,.ftr-quick-link a { color: rgba(188, 188, 188, 1); }
.ftr-list-add-wrap ul li p:hover, .ftr-list-add-wrap ul li a:hover, .ftr-quick-link a:hover { color: var(--clr-primary); }
.ftr-list-add-wrap ul li, .ftr-quick-link ul li { padding-bottom: 25px; }
.ftr-lower-wrap.text-center { padding: 50px 0 0; }

.footer-outer-wrap .container{position: relative; z-index: 3;}
.bpm-law { font-size: 20vw; position: absolute; bottom: -78px; z-index: 0; color: rgba(153, 164, 120, 1 ); right: 0; left: 0; margin: 0 auto; text-align: center; }
.ftr-lower-wrap.text-center p { color: #919191; }
/* footer sec end */

/******** inner pages start ********/
.body-creame-back{background-color: #F2EEE4;}
.body-creame-back .main-menu ul li a{color: #222222;}
.body-creame-back .main-menu.sidebar-open ul li a{color: var(--white);}
body.body-creame-back.fixed .search-container { color: #FFFFFFC2; border: 1px solid #FFFFFF57; }





.body-creame-back header.main-header { border-bottom: 1px solid rgba(143, 140, 130, 0.7); }
.body-creame-back .search-container { color: rgba(143, 140, 130, 0.76); border: 1px solid rgba(143, 140, 130, 0.34)}
/* our firm start */
.hero-banner.inner-bnt { height: auto; padding: 200px;position: relative; }
.hero-banner.inner-bnt .banner-content { margin-bottom: 0px;position: relative; z-index: 2; }
.hero-banner.inner-bnt::after{position: absolute; content: "";    background:linear-gradient(212.68deg, rgba(18, 18, 15, 0) -54.23%, #12120F 70.91%); width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0;z-index: 1;}

.our-firm-portland-offc .the-legal-need-cont { padding-right: 50px; }
.the-legal-need-img img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; }
.the-legal-need-img { position: relative; padding: 0 0 50%; max-width: 678px; height: 100%; }

.our-firm-legal-need .container,.our-firm-seatle-offc .container,.our-corporate-service-sec .container {position: relative; z-index: 2;}
.our-firm-portland-offc .row .col-lg-6.order-lg-2 .the-legal-need-img { margin-left: auto; }
.our-firm-seatle-offc.common-padding.greek-god-back { background-size: 571px; }

/* our firm end */

/* business cooperation start */
.indian-law-ligation-sec .container{position: relative;z-index: 2;}
.indian-law-ligation-img img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; }
.indian-law-ligation-img { position: relative; padding: 0 0 50%; max-width: 622px; height: 100%; }
.indian-law-ligation-cont ul li { margin-bottom: 20px; list-style: disc; }
.indian-law-ligation-cont { padding-right: 139px; }
.indian-law-ligation-cont h6 { line-height: 1.6; }
.indian-law-ligation-cont ul { margin-left: 20px; }
/* business cooperation end */

/* estate planning administration start */
.our-corporate-service-img img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; }
.our-corporate-service-img { position: relative; padding: 0 0 50%; max-width: 678px; height: 100%; }
.our-corporate-service-cont ul li { list-style: disc; margin-bottom: 20px; }

.middle-text-wrap { max-width: 1326px; margin: 0 auto; }

.meet-our-team{background: var(--clr-primary);}
.meet-our-team h2{color: var(--white); text-align: center;}
.meet-our-team ul{display: flex;}
.meet-our-team ul li { width: 25%; }
.meet-our-team ul li:last-child .attorneys-wrap::after {display: none; }
.meet-our-team .attorneys-cont h5,.meet-our-team .attorneys-cont h6 { color: #fff; }

.middle-text-wrap h5 { line-height: 1.5; }

.family-owned-business-img{ position: relative; padding: 0 0 68%; max-width: 678px; height: 100%;margin-left: auto; }
.family-owned-business-img img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; object-fit: cover; }
/* estate planning administration end */

.professional-civic-head h2 { margin-bottom: 20px; }
.professional-civic-head { text-align: center; margin-bottom: 60px; }
.professional-civic-affiliation-sec .row .col-lg-3 { margin-bottom: 25px; }


.affiliation-box-wrap { text-align: center; padding: 55px 40px; background-color: var(--light-cream); height: 100%; }
.affiliation-img, .affiliation-img img { width: 100%; margin: 0 auto 20px; height: 60px; object-fit: scale-down; }

.latest-insight-list-wrap { border: 1px solid #8F8C82;height: 100%; }
.insights-sec .row .col-lg-4 { margin-bottom: 25px; }
.latest-insight-list-wrap.insight-list-wrap h5, .latest-insight-list-wrap.insight-list-wrap p, .latest-insight-list-wrap.insight-list-wrap { color: var(--head-clr); }
.learn-more-btn { display: block; width: max-content; text-decoration: underline; }

.latest-insight-list-wrap.insight-list-wrap { position: relative;height: 100%;    overflow: hidden; }
.latest-insight-list-wrap.insight-list-wrap a:hover .latest-insight-list-cont { background: #fff; }
.latest-insight-list-wrap.insight-list-wrap p{font-family: 500;}

.latest-insight-list-wrap.insight-list-wrap a { height: 100%; display: block; }
/* insight-details start */
.insights-sec { background: var(--clr-secondary); }
nav.insight-breadcrumb { margin-top: 80px;margin-bottom: 35px; }
ol.breadcrumb li a {color: var(--head-clr); font-weight: 600; }
ol.breadcrumb li.active {color: var(--clr-primary);font-weight: 600;}
.insight-details-outer-wrap h1 { color: var(--head-clr); font-weight: 600; }
.insight-details-outer-img{position: relative;}

.latest-insight-img.insight-details-img { padding: 0 0 43%; margin-bottom: 50px; }
.details-btn { display: flex; justify-content: space-between; margin-top: 30px; }
.details-btn a.next-btn { margin-left: auto; }
.details-btn a:first-child span { margin-right: 10px; }
.details-btn a:nth-child(2) span { margin-left: 10px; }
.details-btn a.active,.details-btn a:hover{color: var(--clr-primary);}
.details-btn a.preview-btn.active { display: flex; flex-direction: row-reverse; align-items: center; }
/* insight-details end */

/* our career start*/

.the-legal-need-cont.our-career-cont ul { list-style: disc; margin-left: 22px; }
.the-legal-need-cont.our-career-cont ul li{margin-bottom: 10px;}

/* our career end*/


/* contact us start */
.get-in-touch .container{position: relative; z-index: 2;}
.get-in-touch h2 { text-align: center; }
.get-in-touch .row { justify-content: center; }
.get-in-touch .row .col-lg-6 { max-width: 642px; }
.get-in-touch-wrap { max-width: 642px; margin: 0 auto; background: rgba(255, 255, 255, 0.6); padding: 40px; }
.get-in-touch-wrap h6 { color: var(--clr-primary); }
.get-in-touch-wrap ul li, .get-in-touch-wrap ul li ul { display: flex; }
.get-in-touch-wrap ul li span { margin-right: 10px; }
.get-in-touch-wrap ul li:first-child { margin-bottom: 20px; }
.get-in-touch-wrap ul li span img { max-width: 15px; }

.get-in-touch-wrap ul li ul.call-option li:first-child:after { background-color: #000; width: 1px; height: 21px; position: absolute; content: ""; right: 0; top: 0; }
.get-in-touch-wrap ul li ul.call-option li:first-child { margin-right: 15px; padding-right: 15px; margin-bottom: 0; position: relative; }
.contact-form-wrap{background-color: var(--clr-primary);text-align: center;}
.contact-form-wrap h2{color: var(--white);}
.contact-form-inner { max-width: 1277px; margin: 0 auto; }
.contact-form-inner form .row input, .contact-form-inner form .row textarea { border: 1px solid #FFFFFF47; background: rgba(255, 255, 255, 0.5); }
.contact-form-inner .btn.white:hover { border: 1px solid #fff; }
.contact-form-inner form .col-12:last-child { display: flex; justify-content: center; }
/* contact us end */

/* practice area start */
.card.border-0.rounded-0.h-100 { position: relative; padding: 0 0 73%; }
.card.border-0.rounded-0.h-100 img { position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; right: 0; bottom: 0; left: 0; }
.card.border-0.rounded-0.h-100:after { content: ""; position: absolute; background: linear-gradient(180deg, rgba(22, 25, 12, 0) 35.05%, #16190C 100%); width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; }
.nav-tabs { border-bottom: none; justify-content: center; gap: 10px; }
.nav-tabs .nav-link { border: 1px solid #7983594D; color: #333; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; padding: 10px 20px; border-radius: 0; }
.nav-tabs .nav-link.active { background-color: #7d8461 !important; /* The olive green color in your image */ color: white !important; border-color: #7d8461; }
.card-img-overlay { display: flex; align-items: flex-end; justify-content: center; transition: background 0.3s; z-index: 2; }
.card:hover .card-img-overlay { background: rgba(0, 0, 0, 0.6); }
.service-title { color: white; font-weight: 500; text-align: center; margin-bottom: 10px; }

/* practice area end */

/* practice area details start */
.practice-area-tab-sec{background-color: var(--clr-secondary);}
.prac-tab-outer ul.nav { background: #fff; width: max-content; margin: 0 auto; padding: 9px; }


.practice-area-details-img { position: relative; padding: 0 0 55%;margin-bottom: 40px; }
.practice-area-details-img img { position: absolute;  inset: 0; width: 100%; height: 100%;object-fit: cover;z-index: 1;  }


.sidebar-accordion {  border: 1px solid #929E6C; background: #fff; }
/* Accordion Item Styling */
.accordion-item { border: none; border-bottom: 1px solid #929E6C; }
.accordion-item:last-child { border-bottom: none; }
/* Header / Button Styling */
.accordion-button { background-color: transparent !important; color: var(--clr-primary) !important; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; padding: 1.25rem 1rem; box-shadow: none !important; }

/* Custom Arrow Color */
.accordion-button::after { filter: sepia(100%) hue-rotate(40deg) saturate(100%); /* Makes the arrow olive */ }
.accordion-button:not(.collapsed) { border-bottom: 1px solid var(--border-light); }
/* Body / List Styling */
.accordion-body { padding: 1rem 0; }
.practice-list { list-style: none; padding: 0; margin: 0; }
.practice-list li { padding: 6px 20px; }
.practice-list li a { text-decoration: none; color: var(--text-gray); font-size: 0.95rem; transition: color 0.2s; }
.practice-list li a:hover { color: var(--clr-primary); }

.practice-list li.active a { color: #000; font-weight: 600; }
.practice-list li a.prac-accor-active{color: var(--head-clr);}
.practice-area-details-outer .accordion-button::after { background-image: url(../images/accordian-dropdown-arrow.svg); }

.practice-area-details-cont ul li { margin-bottom: 20px; list-style: disc; margin-left: 26px; }
.practice-area-details-cont p, .practice-area-details-cont ul { margin-bottom: 30px; }

/* our attorneys start */
.modal-dialog { max-width: 1600px; }
.modal-body-img{ position: relative; padding: 0 0 50%;box-shadow: 0px 6px 18px 0px #00000040;
 }
.modal-body-img img { position: absolute;  top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;object-fit: cover;    object-position: top; }
.our-attorney-modal .modal-body { padding: 100px; background: var(--clr-secondary); position: relative;}
.our-attorneys-sec .attorneys-img { padding: 0 0 90%; }
.our-attorneys-sec .row .col-lg-3 { margin-bottom: 30px; }
.our-attorney-modal .modal-body button.btn-close { position: absolute; top: -25px; right: -25px; --bs-btn-close-opacity: 1; background-color: #D9D9D9; display: flex; width: 45px; height: 45px; border-radius: 50%; font-size: 13px; }
.our-attorneys-sec { background: var(--clr-secondary); }
.modal-body-cont .row {  margin-top: 35px;justify-content: space-between; }
ul.attorney-contact { width: max-content; margin-left: auto; }
ul.attorney-contact li { margin-bottom: 20px; }
ul.attorney-contact li a span { margin-right: 15px; }

.modal-attorney-name h6 { margin-bottom: 15px; }
.modal-attorney-name h2 { margin-bottom: 20px; }
.modal-body-cont-para { margin-top: 35px; }
.attorneys-loadmore-btn{display: flex; justify-content: center; align-items: center;margin-top: 20px;}
.modal-body-cont-para ul li { list-style: disc; margin-left: 20px; margin-bottom: 20px; }
.latest-insights-sec .container { position: relative; z-index: 1; }

.our-attorney-modal-content .modal-body-cont { margin-top: 40px; }
.our-attorney-modal-content .modal-body-cont ul li { list-style: disc; margin-left: 30px; margin-bottom: 20px; }
ul.attorney-contact li { list-style: none !important; }
/* our attorneys end */

.history-outer-wrap, .diversity-sec .container{position: relative; z-index: 2;}
.history-sec.common-padding.greek-god-back { background-size: 500px; }
.community-sec .container { position: relative; z-index: 2; }
.insight-details-cont h4,.history-outer-wrap h4 { font-size: 32px; font-weight: 600;    line-height: 1.4; }
.insight-details-cont ul li,.history-outer-wrap ul li { list-style: disc; margin-left: 45px; margin-bottom: 40px; }
.insight-details-cont p, .insight-details-cont ul li,.history-outer-wrap ul li,.history-outer-wrap p { font-size: 26px; }
.diversity-sec.common-padding.greek-god-back { background-size: 400px; }

/* .body-creame-back header.main-header { position: relative; } */
.body-creame-back header.main-header.header-sticky{position: fixed;}
.body-creame-back .search-container button.form-control.search-btn { border: none; color: #8F8C82B5; }
.body-creame-back .main-menu ul li a{border-left: 1px solid #8F8C8266}
.body-creame-back header.main-header.header-sticky .main-menu ul li a { color: var(--white); }
.body-creame-back header.main-header.header-sticky .search-container{border: 1px solid #FFFFFF57;  }

.body-creame-back header.main-header.header-sticky .search-container button.form-control.search-btn{color: var(--white);}

.search-container-sec .search-container{margin-bottom: 20px;}
.search-container-sec .search-container, .search-container-sec .search-container input { max-width: 100%; width: 100%; padding: 6px; border-radius: 7px;color: #000; }
.search-container-sec .search-container input:focus-visible { border: none;outline: none; }
.search-container-sec .search-container button.search-submit { border: none; background: transparent; color: #222; }
.search-container-sec h2 { margin-bottom: 20px; }
.search-container-sec a.btn{margin-top: 20px;}
.search-container-sec .pagination.mb-5 { justify-content: center; }
.search-container-sec .pagination.mb-5 .nav-links span, .search-container-sec .pagination.mb-5 .nav-links a { width: 40px; display: inline-flex; height: 40px; border: 1px solid #000; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; }
.nav-links { display: flex; align-items: center; gap: 12px; }
.search-container-sec .pagination.mb-5 .nav-links a.next.page-numbers { background-image: url(../images/next-arrow.svg); background-size: 20px; background-repeat: no-repeat;background-position: center; font-size: 0; }
.search-container-sec .pagination.mb-5 .nav-links a.prev.page-numbers { background-image: url(../images/prev-arrow.svg); background-size: 20px; background-repeat: no-repeat;background-position: center; font-size: 0; }
.search-container-sec .pagination.mb-5 .nav-links a:hover,.search-container-sec .pagination.mb-5 .nav-links span:hover { background-color: var(--clr-primary); color: #fff; }
.search-container-sec .pagination.mb-5 .nav-links a.next.page-numbers:hover{background-image: url(../images/next-white-arrow.svg); background-size: 20px; background-repeat: no-repeat;background-position: center; font-size: 0;}
.search-container-sec .pagination.mb-5 .nav-links a.prev.page-numbers:hover{background-image: url(../images/prev-white-arrow.svg); background-size: 20px; background-repeat: no-repeat;background-position: center; font-size: 0;}


.page-template-site-map  p iframe { width: 100%; }
/* Target the dots specifically for this slider */
.meet-attorneys-slider .slick-dots li:nth-child(n+4) { display: none !important; }
span.wpcf7-spinner { position: absolute; top: 50%; transform: translateY(-50%); right: -45%; }
.contact-form-inner form .col-12:last-child p { position: relative; }
.our-attorney-modal .modal-body-cont-para p iframe { width: 100%; }
.modal-dialog.modal-dialog-centered.modal-lg { padding: 50px; }
nav.insight-breadcrumb { margin-top: 0; margin-bottom: 20px; }
.page-not-found-btn { display: flex; align-items: center; justify-content: center; gap: 20px; }
.page-not-found h1 { color: var(--clr-primary); font-weight: 600; margin-bottom: 25px; }
.contact-form-inner form .row input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.white { height: auto; }
.load-more-gif img { max-width: 60px; }
.insights-btn { flex-direction: column; align-items: center; }


.body-creame-back .insight-details-sec { margin-top: 70px; }

.body-creame-back .container.search-container-sec .row .col-lg-8 { width: 100%; }
.menu-item.no-click > a { cursor: default; pointer-events: none; text-decoration: none; }
.body-creame-back main section:first-child { margin-top: 100px; }




.insight-details-cont ul.team-list { display: flex; align-items: center; }
.insight-details-cont ul.team-list li { list-style: none; width: 20%; margin: 0; }
.insight-details-cont ul.team-list li:not(:last-child) { margin-right: 10px; }

.insight-details-cont ul.team-list li a { display: block; max-width: 281px; position: relative; padding: 0 0 43%; }
.insight-details-cont ul.team-list li a img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; object-position: top; }

.wpcf7 form.sent .wpcf7-response-output { color: #005808; border-color: #005808; }
.get-in-touch-wrap ul li ul.call-option li a:hover { color: var(--clr-primary); }





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


    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    
    --f-size-XXL:70px ;    
    --f-size-XL: 40px;    
    --f-size-L: 35px;    
    --f-size-M:30px;
    --f-size-S:24px ;
    --f-size-Sm: 20px;
    --f-size-Body: 18px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

 
}
.common-padding { padding-top: 70px; padding-bottom:70px; }
.main-menu ul li a { font-size: 16px; font-weight: 400; padding: 30px 55px 30px 20px; }
li.menu-item-has-children > a::after { top: 43%;right: 23px; }
.attorneys-wrap { max-width: 264px;}

.legal-needs-wrap p { font-size: 24px; }
header.main-header.header-sticky .main-menu ul li a { padding: 25px 50px 25px 20px; font-size: 14px; }
header.main-header.header-sticky li.menu-item-has-children > a::after { font-size: 11px; transform: translateY(0); }
}

@media only screen and (max-width:1499px){
.btn, a.btn { font-size: 16px; padding: 16px 44px; }
:root {
    --f-size-XXL: 50px;
    --f-size-XL: 35px;
    --f-size-L: 30px;
    --f-size-M: 28px;
    --f-size-S: 22px;
    --f-size-Sm: 18px;
    --f-size-Body: 16px;
}
.hdr-wrap .logo a { max-width: 110px; }
.hero-banner { height: 80vh; }
.banner-content { margin-bottom: 125px; }
.publication-tag { font-size: 16px; min-width: 160px; }
.main-menu ul li a { font-size: 14px; padding: 25px 50px 25px 20px; }
li.menu-item-has-children ul.sub-menu a { padding: 19px 15px; font-size: 12px; }
li.menu-item-has-children > a::after { top: 39%; right: 12px; font-size: 12px;}
.prac-area-icon { max-width: 60px; }
.attorneys-wrap { max-width: 227px; }
.hdr-wrap { padding-left: 15px; }

.our-firm-legal-need .the-legal-need-cont,.our-firm-seatle-offc .the-legal-need-cont { padding-left: 35px; }
.our-firm-portland-offc .the-legal-need-cont { padding-right: 35px; }
.our-attorney-modal .modal-body { padding: 60px; }

.greek-god-back { background-size: 600px; }
.our-firm-seatle-offc.common-padding.greek-god-back { background-size: 400px; }

.bpm-law { bottom: -44px; }
.footer-sec { padding-bottom: 29px; }
.legal-needs-wrap p { font-size: 22px; }
.insight-details-cont h4,.history-outer-wrap h4 { font-size: 30px;  }
.insight-details-cont p, .insight-details-cont ul li,.history-outer-wrap p,.history-outer-wrap ul li { font-size: 24px; }
}

@media only screen and (max-width:1399px){
  .common-padding { padding-top: 60px; padding-bottom:60px; }
  .ftr-list-add-wrap ul li, .ftr-quick-link ul li { padding-bottom: 20px; }
  .latest-insight-list-cont { padding: 20px; }
  .main-menu ul li a { font-size: 14px; padding: 25px 28px 25px 20px; }
  .affiliation-box-wrap h5 { font-size: 16px; }
  .affiliation-box-wrap { padding: 30px; }
}

@media only screen and (max-width:1299px){
  ul.latest-insight-list li { width: 33.33%; }
  .hero-banner.inner-bnt {  padding:162px 0 100px; }
  .service-title { font-size: 18px; }
  .legal-needs-wrap p { font-size: 20px; }
  .attorneys-wrap:after {display: none;}
}

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



  :root{
    --f-size-XXL: 55px;
    --f-size-XL: 40px;
    --f-size-L: 30px;
    --f-size-M: 26px;
    --f-size-S: 22px;
    --f-size-Sm: 18px;
    --f-size-Body: 14px;
  }
body.fixed { overflow: hidden; }
 .ant-fact-hdr-right h1 { font-size: 60px; }
  .common-padding { padding-top: 50px; padding-bottom: 50px; }
  .contact-sec, .pet-friendly-pest-sec-bnr { margin-top: 0px; }
  .common-lg-padding { padding-top: 80px; padding-bottom: 80px; }
  .common-small-padding { padding-top: 40px; padding-bottom: 40px; }
  textarea, select, .form-control, input { font-size: 14px; padding: 13px 20px; height: 40px; }
  /* header start */
  .nav_btn { display: block; cursor: pointer;position: relative;margin-left: 10px;width: 23px;}
  /* .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;} */
  .hdr-wrap ul { display: block;}
  
  .main-menu { position: fixed; transform: translateX(100%); right: -100%; top: 78px; bottom: 0; z-index: 999; max-width: 100%; padding-top: 60px; padding-bottom: 50px; margin: 0; display: block; width: 100%; padding-left: 10px; padding-right: 10px; transition: 250ms ease-in; overflow: auto; height: calc(100vh - 78px); text-align: center; background: var(--white); overflow-y: auto; }
  .main-menu>ul li { width: 100%; }
  .main-menu ul li:not(:last-child) { margin-right: 0; margin-bottom: 15px;}
  .main-menu>ul>li a { display: block; padding: 10px; border-bottom: 1px solid var(--grey); color: var(--white); font-size: 19px; }
  .main-menu ul li.current-menu-item a, .main-menu ul li:hover a{color: var(--clr-primary);}
  .main-menu ul li a {  font-size: 25px;border-right: none;  padding: 15px 28px 15px 20px;}
  .main-menu ul li {  text-align: left; width: 100%;}
  .hdr-rt ul li a {color: var(--white);padding: 10px;}
  li.menu-item-has-children::after{content: none;}
  .nav_btn span {width: 23px; height: 2px; background: var(--white); display: block; }
  .nav_btn::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--white); right: 0; top: -6px;transition: ease-in-out 0.4s; }
  .nav_btn::before { content: ""; position: absolute; width: 23px; height: 2px; background: var(--white); top: 6px; right: 0;transition: ease-in-out 0.4s; }

  .nav_btn.sidebar_active span {display: none; }
  .nav_btn.sidebar_active::after{transform: rotate(45deg);  top: -3px; }
  .nav_btn.sidebar_active::before{transform: rotate(135deg);top: -3px; }

  .main-menu.sidebar-open { right: 0;background: rgb(0 0 0); }

  .minus, .plus { display: block; position: absolute; right: 1%; top: 10px; font-weight: 400; color: var(--white); font-size: 25px; z-index: 999; }
  .minus{display: none;}
  span.plus .fa-chevron-down:before, span.minus .fa-chevron-up:before { display: none; }

  li.menu-item-has-children.open-sub > ul.sub-menu {display: block; background: no-repeat; box-shadow: none; }
  li.menu-item-has-children:hover > ul.sub-menu{height: 0; overflow: hidden;}
  li.menu-item-has-children.open-sub > ul.sub-menu{height: auto; position: relative;margin-bottom: 15px; visibility: visible;}
  li.menu-item-has-children > a::after { font-size: 0; }
  li.menu-item-has-children > ul.sub-menu { min-width: inherit; }

  .hdr-btn.mobileview a.btn { margin-bottom: 15px; }

   .hdr-wrap .mobileview { display: flex; flex-direction: column; margin: 30px auto; }
 
  .hdr-btn.mobileview a.btn:first-child { margin-right: 0px; }
  li.menu-item-has-children.open-sub .minus{display: block;}
  li.menu-item-has-children.open-sub .plus{display: none;}
  li.menu-item-has-children ul.sub-menu a { color: var(--black) !important; padding: 15px 0px 15px 30px; }
  li.menu-item-has-children > ul.sub-menu { top: 0; color: var(--gold); background-color: var(--white); position: relative; padding: 0; }
  /* .hdr-wrap  .sidebar-open .mobileview {display: block;margin: 20px auto;} */
  .main-menu ul li.menu-item-has-children a { margin-right: 0; }
  .hdr-wrap { padding-left: 0; }
  .nav_btn { display: block;}


  .header-top p { font-size: 12px; }
  .header-top p:before, .header-top p:after { top: 4px; width: 10px; height: 10px; }
  .login-holder ul li a { font-size: 12px; }
  li.menu-item-has-children::after{display: none;}

  nav.main-menu ul { flex-direction: column; }

 
  .header-sticky nav.main-menu.sidebar-open { top:74px; height: calc(100vh - 74px);}
  li.menu-item-has-children span.plus svg,li.menu-item-has-children span.minus svg { display: none; }
  li.menu-item-has-children > ul.sub-menu { left: 0; height: 0;  visibility: hidden; display: block; }
  body.no-banner .header-sticky .main-header .main-menu ul li a { color: var(--head-clr); }
  .main-header .container { max-width: 90%; }
  .prac-area-wrap h5 { margin: 20px 0; }
  .prac-area-wrap { padding: 35px; }


  .main-header { padding: 15px; }
  
  .hdr-left { width: auto; }
  .hamburger { display: block; }
  body.fixed header.main-header { background: rgb(0 0 0 / 51%); }
 /* body.fixed header.main-header .nav_btn span { background: var(--clr-primary);  }
 body.fixed header.main-header .nav_btn::after {  background: var(--clr-primary);  }
 body.fixed header.main-header .nav_btn::before {  background: var(--clr-primary);  }
 body.fixed header.main-header .search-container { border: 1px solid #8F8C8257;color: #8F8C82C2; }
 body.fixed header.main-header .search-container input{color: #8F8C82C2;}

 body.fixed header.main-header .search-bar input::-moz-placeholder ,body.fixed header.main-header .search-bar .form-control::-moz-placeholder { color: #8F8C82C2; }
body.fixed header.main-header .search-bar input:-ms-input-placeholder,body.fixed header.main-header .search-bar .form-control:-ms-input-placeholder { color: #8F8C82C2; }
body.fixed header.main-header .search-bar input::-webkit-input-placeholder,body.fixed header.main-header .search-bar .form-control::-webkit-input-placeholder { color: #8F8C82C2; } */
  /* header end */
.footer-sec { padding-bottom: 36px; }
.bpm-law { bottom: -28px; }
 .latest-insights-sec { background-size: 486px; }
 .latest-insight-list-cont h5 { color: #fff; font-size: 18px; }
 .body-creame-back .nav_btn::before, .body-creame-back .nav_btn::after, .body-creame-back .nav_btn span { background: var(--head-clr); }
 .body-creame-back header.main-header.header-sticky .nav_btn::before, .body-creame-back header.main-header.header-sticky .nav_btn::after, .body-creame-back header.main-header.header-sticky .nav_btn span { background: #fff; }
body.body-creame-back.fixed .nav_btn::before, body.body-creame-back.fixed .nav_btn::after, body.body-creame-back.fixed .nav_btn span { background: var(--white); }
.insight-details-cont ul.team-list li p { font-size: 16px; }
.body-creame-back .main-menu ul li a { border-left: none; }
.practice-area-details-outer .accordion-button::after { background-size: 13px; background-position: center; }
}   

@media only screen and (max-width:991px){
.container { max-width: 95%; }
h2, .h2 { margin-bottom: 20px; }
.btn, a.btn { font-size: 14px; padding: 16px 35px; }
.our-prac-area-wrap .row .col-lg-4:not(:last-child) { margin-bottom: 20px; }
.legal-needs-wrap h5 { font-size: 16px; }
.legal-needs-wrap ul li img { max-width: 60px; }

.publication-tag { font-size: 12px; min-width: 111px; }
ul.latest-insight-list { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
ul.latest-insight-list li { width: 48%; }

.the-legal-need-img { max-width: inherit; }
.our-firm-legal-need .the-legal-need-cont, .our-firm-seatle-offc .the-legal-need-cont { padding-left: 0; }
.our-firm-portland-offc .the-legal-need-cont { padding-right: 0; }
.the-legal-need-cont { margin-top: 25px; }

.our-attorney-modal .modal-body { padding: 25px; }
.get-in-touch .row .col-lg-6:not(:last-child) { height: 100%; margin-bottom: 20px; }

.insight-details-cont h4,.history-outer-wrap h4 { font-size: 26px;  }
.insight-details-cont p, .insight-details-cont ul li,.history-outer-wrap p,.history-outer-wrap ul li { font-size: 22px; }

.container.mt-5.search-container-sec { margin: 150px auto 50px !important; }
.footer-sec { padding-bottom: 0; }
.ftr-lower-wrap.text-center { padding: 0px 0 0; }

.insight-details-cont ul.team-list { flex-wrap: wrap; justify-content: center; gap: 9px; }
.insight-details-cont ul.team-list li:not(:last-child) { margin-right: 0; }
.insight-details-cont ul.team-list li { width: 32.33%; }

.meet-attorneys-slider .slick-prev,.meet-attorneys-slider .slick-next { width: 40px; height: 40px; background-size: 20px; }
.meet-attorneys-slider .slick-prev:hover, .meet-attorneys-slider .slick-prev:focus, .meet-attorneys-slider .slick-prev:focus-visible,.meet-attorneys-slider .slick-next:hover, .meet-attorneys-slider .slick-next:focus, .meet-attorneys-slider .slick-next:focus-visible{background-size: 20px;}
}

@media (max-width: 768px){
  :root {
    --f-size-XXL: 45px;
    --f-size-XL: 32px;
    --f-size-L: 28px;
    --f-size-M: 24px;
    --f-size-S: 20px;
    --f-size-Sm: 18px;
    
}
h1, h2, h3, h4, h5, h6,p { margin: 0 0 15px; }
p:last-child{margin: 0;}
.main-menu ul li a { font-size: 18px; padding: 15px 28px 15px 20px; }
.hero-banner .row { height: 100%; align-items: center; justify-content: center; text-align: center; margin-top: 30px;}
.banner-content { margin-bottom: 0; }
.hero-banner.inner-bnt { text-align: center; }
.banner-btns { margin-top: 27px; text-align: center; justify-content: center; display: flex; }
.hero-banner { height: 68vh; }
.bpm-law { bottom: -13px; }
.insights-btn.d-flex.justify-content-center.mt-40 { margin-top: 0; }
.prac-tab-outer ul.nav { background: #fff; display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; width: 100% !important; margin: 0; padding: 10px; white-space: nowrap; justify-content: flex-start; }

.search-container-sec .pagination.mb-5 .nav-links span, .search-container-sec .pagination.mb-5 .nav-links a { width: 30px; height: 30px; }
.search-container-sec .pagination.mb-5 .nav-links a.prev.page-numbers,.search-container-sec .pagination.mb-5 .nav-links a.next.page-numbers,.search-container-sec .pagination.mb-5 .nav-links a.next.page-numbers:hover,.search-container-sec .pagination.mb-5 .nav-links a.prev.page-numbers:hover { background-size: 13px; }

.nav-links { gap: 6px; }
.modal-body-cont h2 { font-size: 26px; }
.modal-body-cont h6 { margin-bottom: 10px; }
ul.attorney-contact li a span img { max-width: 15px; }
ul.attorney-contact li a span { margin-right: 10px; }
ul.attorney-contact li { margin-bottom: 10px; }
.our-attorney-modal .modal-body button.btn-close { top: -20px; right: -20px; width: 30px; height: 30px; }
.modal-body-cont-para { margin-top: 20px; }
ul.attorney-contact { width: max-content; margin-left: initial; margin-top: 20px; margin-bottom: 0; }
.modal-dialog.modal-dialog-centered.modal-lg { padding: 20px; }
.legal-needs-wrap p { font-size: 20px; }
.insight-details-cont h4,.history-outer-wrap h4 { font-size: 24px;  }
.insight-details-cont p, .insight-details-cont ul li,.history-outer-wrap p,.history-outer-wrap ul li { font-size: 20px; }

.sidebar-accordion { margin-top: 30px; }
.meet-attorneys h5 { font-size: 18px; margin-bottom: 10px; }

.insight-details-cont ul.team-list { flex-wrap: wrap; justify-content: center; gap: 9px; }
.insight-details-cont ul.team-list { gap: 7px; }
.insight-details-cont ul.team-list li:not(:last-child) { margin-right: 0; }
.insight-details-cont ul.team-list li { width: 48%; }
.attorneys-btn.text-center { margin-top: 91px; }


}

@media (max-width: 540px){
  :root {
    --f-size-XXL: 40px;
    --f-size-XL: 30px;
    --f-size-L: 26px;
    --f-size-M: 24px;
    --f-size-S: 20px;
    --f-size-Sm: 18px;
    --f-size-Body: 14px;
}
  .main-menu { top: 72px; height: calc(100vh - 72px);}
  .attorneys-wrap { max-width: 138px; }
  ul.latest-insight-list li { width: 100%; }
  .search-bar { margin-right: 8px;margin-left: 8px; }
  .scroll-to-continue { right: -33px; }
  
  
}