/*
Theme Name: Mayor Law
Author: Benchmark Internet Marketing
Description: Developed by Benchmark Internet Marketing
*/

/* ===== BASIC STYLES ===== */

* {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: 'Lato', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato', sans-serif;
}
p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, p, a, li, span {
  transition: font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
h1, h2, h3, h4, h5 {
  margin: 0 0 20px;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 40px;
  font-weight: 300;
  color: #032855;
  font-family: 'Montserrat', sans-serif;
}
h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 20px;
  color: #032855;
  font-family: 'Montserrat', sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 700;
  color: #032855;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 700;
  color: #032855;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
h5 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 700;
  color: #032855;
  font-family: 'Lato', sans-serif;
}
p:last-child {
  margin: 0;
}
ul {
  padding: 0;
}
ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0 40px 10px;
    display: list-item;
    list-style: disc;
}
#main #primary ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0px;
  margin: 11px 0 0;
  top: 1px;
  border-radius: 100%;
}
blockquote {
  border-left: 0px;
  margin: 0 0 30px;
  position: relative;
  width: 100%;
  padding: 0;
  color: #000;
  text-align: left;
  font-size: 26px;
  line-height: 1.5;
  font-weight:  400;
}
blockquote:before {
  content: none;
}
blockquote p {
  border-left: 0px;
  color: #333;
  text-align: left;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  font-style: italic;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, input:focus, textarea:focus, button:focus, .slick-slide:focus {
  outline: 0;
}
.button {
  position: relative;
  margin: 0 auto;
  color: #FFF !important;
  background: #d35b27;
  display: table;
  height: 66px;
  padding: 0 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 66px;
  overflow: visible;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0px;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover {
  background: #032855;
  color: #FFF;
}
.button strong {
  font-size: 16px;
  display: block;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  position: relative;
  margin: 0 0 2px;
  color: #fff;
  line-height: 1.4;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.button em {
  font-size: 16px;
  display: block;
  font-style: normal;
  line-height: 1.4;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.button:has(strong) {
  height: auto;
  padding: 14px 30px;
  line-height: 1.4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
   display: block;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
b, strong {
  font-weight: 700;
}
#page {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1930px;
}
.content-block {
  position: relative;
  clear: both;
  width: 100%;
}
.content-row {
  position: relative;
  width: 100%;
}
@media(max-width: 1299px) {
  #mobile-phone {
    height: 85px;
  }
  #mobile-phone .phone-number {
    color: inherit;
    line-height: 1.2;
  }
  #mobile-phone .phone-number a {
    color: #032855;
  }
  #mobile-phone .phone-number a span:first-child {
    color: #032855;
  }
  #mobile-phone .phone-number a span:last-child {
    color: #d35b27;
    text-transform: uppercase;
  }
  p {
    margin: 0 0 20px;
  }
  .button1, .button2, .button3, .button4, .button5, .button6, .button7 {
     padding: 6px 70px 6px 15px !important;
     line-height: 1.1 !important;
  }
  .button strong {
    font-size: 14px;
  }
  .button em {
    font-size: 13px;
  }
}
@media(max-width: 767px) {
  #masthead {
    height: auto !important;
  }
  .home #masthead {
    height: auto;
    background: none;
    z-index: 9;
  }
}

/* ===== ALIGNMENT ===== */

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  margin: 0 auto 20px;
  display: block;
}

/* ===== HEADER ===== */

#masthead {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 999;
    height: 600px;
    background: url(/wp-content/uploads/2026/04/hero-internal.jpg) center center no-repeat;
    background-size: cover;
}

.home #masthead {
    height: 891px;
    z-index: 1;
    background: none;
}

.page-template-page-attorney #masthead {
    height: 760px;
    background: none;
}

.page-template-page-attorney #main-nav-inner>div>ul>li>a {
    color: #fff;
}

.page-template-page-attorney #main-nav-inner>div>ul>li:hover>a {
    color: #eb672d;
}

.page-template-page-attorney #main-nav-inner>div>ul>li.current-menu-item>a {
    background: rgba(255, 255, 255, 0.15);
}

.page-template-page-attorney #main-nav-inner>div>ul>li.menu-item-has-children>a:after {
    border-top-color: #fff;
}

.page-template-page-attorney #header-phone a {
    color: #fff;
}

/* Hero Slider */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease;
}

.hero-slide.active {
    opacity: 1;
}

@media(max-width: 1299px) {
    #masthead {
        height: 509px;
        background-image: url(images/hero-tablet.jpg);
    }

    .home #masthead {
        height: 509px;
        background: none;
        z-index: 9;
    }
}

@media(max-width: 767px) {
    #masthead {
        height: auto;
        background: none;
    }

    .home #masthead {
        height: auto;
        background: none;
    }
}

/* ===== MOBILE HEADER ===== */

#header-mobile {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    min-height: 0;
}

#logo-mobile {
    position: absolute;
    top: 9px;
    left: 5px;
    z-index: 10;
}

#logo-mobile a {
    display: block;
    text-decoration: none;
}

#logo-mobile img {
    max-width: 228px;
    height: auto;
}

#logo-mobile .logo-tablet {
    display: none;
}

#mobile-phone {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #fff;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-phone .phone-number {
    margin: 0;
}

#mobile-phone .phone-number a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #eb672d;
    text-decoration: none;
    display: block;
}

#mobile-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 81px;
    height: 71px;
    background: #032855;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    z-index: 10;
    cursor: pointer;
}

#mobile-toggle .brand {
    display: none;
}

#mobile-toggle .icon-bar {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 3px 0;
    border-radius: 0;
}

@media(max-width: 767px) {
    #header-mobile {
        background: #edecec;
        height: 145px;
        position: relative;
    }

    #mobile-nav {
        top: 70px !important;
    }

    #logo-mobile img {
        max-width: 228px;
    }

    #mobile-toggle {
        background: #45709b;
        width: 80px;
        height: 70px;
    }

    #mobile-phone {
        display: block;
        position: absolute;
        top: 70px;
        padding: 14px 0;
    }

    #mobile-phone .phone-number a span {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {
    #logo-mobile {
        top: 7px;
        left: 7px;
    }

    #logo-mobile .logo-default {
        display: none;
    }

    #logo-mobile .logo-tablet {
        display: block;
        max-width: 292px;
    }

    #mobile-phone {
        position: absolute;
        top: 0;
        right: 76px;
        left: auto;
        transform: none;
        width: auto;
        height: 76px;
        background: transparent;
    }

    #mobile-phone .phone-number a {
        font-size: 29px;
    }

    #mobile-toggle {
        top: 0;
        right: 0;
        width: 76px;
        height: 76px;
        background: transparent;
    }

    #mobile-toggle .icon-bar {
        width: 45px;
        height: 5px;
    }

    /* Dark gradient over nav area on tablet */
    #mobile-nav-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 158px;
        background: linear-gradient(to bottom, rgba(0,0,0,0.44) 0%, transparent 100%);
        pointer-events: none;
        z-index: 1;
    }
}

#mobile-nav-wrap {
    position: relative;
    z-index: 9999;
}

#mobile-nav {
    padding: 0;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    z-index: 9999;
}

#mobile-nav>div>ul {
    margin: 0;
    padding: 0;
}

#mobile-nav .nav>li {
    border-bottom: 1px solid #fff;
    list-style: none;
    position: relative;
    margin: 0;
}

#mobile-nav .nav>li:last-child {
    border-bottom: none;
}

#mobile-nav .nav>li>a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    background: #45709b !important;
    text-align: center;
}

#mobile-nav li>a:focus {
    background: none;
}

#mobile-nav li:hover>a {
    color: #fff;
    background: none;
}

#mobile-nav .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

#mobile-nav li.open>.sub-menu {
    display: block;
}

#mobile-nav .sub-menu li {
    border-bottom: 1px solid #fff;
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%;
}

#mobile-nav .sub-menu li:last-child {
    border-bottom: none;
}

#mobile-nav .sub-menu li>a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    background: #032855;
    text-align: center;
}

#mobile-nav .sub-menu .sub-menu li>a {
    background: #1a3f6b;
}

#mobile-nav .sub-menu li:hover>a {
    color: #fff;
}

#mobile-nav .menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-nav .menu-item-has-children>a:after {
    content: '';
    position: relative;
    right: auto;
    top: 12px;
    transform: none;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
}

/* ===== DESKTOP HEADER ===== */

#header-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 101px;
    padding: 0;
    background: transparent;
}

#header-desktop .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 101px;
}

#logo {
    flex-shrink: 0;
    margin: 0;
    padding: 16px 0 0;
}

#logo a {
    display: block;
    text-decoration: none !important;
}

#logo img {
    max-width: 448px;
    width: clamp(240px, calc(-121.5px + 33.5vw), 448px);
    height: auto;
    display: block;
}

#logo .logo-white {
    display: none;
}

.page-template-page-attorney #logo .logo-default {
    display: none;
}

.page-template-page-attorney #logo .logo-white {
    display: block;
}

#main-nav {
    flex: 1;
    text-align: center;
}

#main-nav-inner {
    display: inline-block;
}

#main-nav-inner>div>ul>li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-inner>div>ul>li:last-child {
    margin-right: 0;
}

#main-nav-inner>div>ul>li>a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 50px 18px 30px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

#main-nav-inner>div>ul>li.current-menu-item>a {
    background: #cfdae0;
}

#main-nav-inner>div>ul>li.current-menu-item>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #032855;
}

#main-nav-inner>div>ul>li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    margin-left: 6px;
    vertical-align: middle;
}

#main-nav-inner>div>ul>li:hover>a {
    background: #cfdae0;
}

#main-nav-inner>div>ul>li.menu-item-has-children:hover>a:after {
    border-top-color: #032855;
}

#main-nav li:hover>ul {
    opacity: 1;
    visibility: visible;
}

#main-nav .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    background: rgba(0, 0, 0, 0.77);
    z-index: 999;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#main-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: none;
    margin: 0;
}

#main-nav .sub-menu li {
    display: block;
    border-bottom: 1px solid #fff;
    list-style: none;
    position: relative;
    margin: 0;
}

#main-nav .sub-menu li:last-child {
    border-bottom: none;
}

#main-nav .sub-menu li a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    letter-spacing: 0.04em;
    padding: 18px 18px;
    display: block;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#main-nav .sub-menu li:hover>a {
    color: #eb672d;
    background: none;
}

#main-nav-inner .sub-menu li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid #eb672d;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 8px;
    vertical-align: middle;
}

#main-nav-inner .sub-menu li:hover>a {
    color: #eb672d;
}

#main-nav-inner>div>ul>li.menu-item-has-children:hover>a:after {
    border-top-color: #032855;
}

@media (max-width: 1900px) {
    #main-nav-inner>div>ul>li>a {
        font-size: 15px;
        padding: 50px 14px 30px;
    }
}

@media (max-width: 1800px) {
    #main-nav-inner>div>ul>li>a {
        font-size: 14px;
        padding: 50px 12px 30px;
    }
    #logo img {
        max-width: 415px;
        width: clamp(240px, calc(-121.5px + 33.5vw), 415px);
    }
}

@media (max-width: 1600px) {
    #header-desktop .container {
        padding: 0 30px;
    }

    #logo img {
        max-width: 381px;
        width: clamp(240px, calc(-180px + 35vw), 381px);
    }

    #main-nav-inner>div>ul>li>a {
        font-size: 14px;
        padding: 50px 14px 30px;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 1400px) {
    #header-desktop .container {
        padding: 0 20px;
    }

    #logo img {
        max-width: 340px;
        width: clamp(240px, calc(-180px + 35vw), 340px);
    }

    #main-nav-inner>div>ul>li>a {
        font-size: 14px;
        padding: 50px 16px 30px;
        letter-spacing: 0.04em;
    }
}

/* ===== HEADER PHONE ===== */

#header-phone {
    flex-shrink: 0;
    text-align: right;
    padding: 8px 0 0 0;
}

#header-phone a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #eb672d;
    text-decoration: none;
    display: block;
    line-height: 1;
}

@media (max-width: 1900px) {
    #header-phone a {
        font-size: 36px;
    }
}

@media (max-width: 1800px) {
    #header-phone a {
        font-size: 32px;
    }
}

@media (max-width: 1600px) {
    #header-phone a {
        font-size: 28px;
    }
}

@media (max-width: 1400px) {
    #header-phone a {
        font-size: 24px;
    }
}

/* ===== BANNER / HERO ===== */

#banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 101px 50px 0;
    color: #fff;
    height: 891px;
    background: none;
    overflow: hidden;
}

#banner .container {
    max-width: 1460px;
    position: relative;
    text-align: center;
}

#banner-text {
    margin: 178px auto 0;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0;
}

/* Inner page heading (h2) */
#banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 90px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin: 0 0 40px;
    white-space: nowrap;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

/* Home page heading (h1) */
#banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 90px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin: 0 0 40px;
    white-space: nowrap;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

#banner h1 strong,
#banner h2 strong {
    font-weight: 600;
}

/* Banner CTA Button */
#banner .button {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 18px 40px;
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 0;
    overflow: hidden;
    height: auto;
    text-align: center;
    border-radius: 42px;
    border: 2px solid #d35b27;
    text-decoration: none;
}

#banner .button:before {
    content: none;
}

#banner .button:hover {
    background: rgba(255, 255, 255, 0.77);
}

#banner .button strong {
    position: relative;
    color: #fff;
    letter-spacing: 0.06em;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin: 0 0 4px;
}

#banner .button em {
    color: #055dc8;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    text-transform: none;
    display: block;
    font-weight: 700;
    letter-spacing: 0;
    font-style: normal;
    position: relative;
}

#banner .button:hover em {
    color: #055dc8;
}

#banner .button:hover strong {
    color: #032855;
}

/* ===== BANNER RESPONSIVE ===== */

@media (max-width: 1900px) {
    #banner h1,
    #banner h2 {
        font-size: 82px;
    }

    #banner .button strong {
        font-size: 17px;
    }

    #banner .button em {
        font-size: 16px;
    }
}

@media (max-width: 1800px) {
    #banner h1,
    #banner h2 {
        font-size: 74px;
    }

    #banner .button strong {
        font-size: 16px;
    }

    #banner .button em {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    #banner h1,
    #banner h2 {
        font-size: 66px;
    }

    #banner .button {
        padding: 16px 36px;
    }

    #banner .button strong {
        font-size: 15px;
    }

    #banner .button em {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    #banner h1,
    #banner h2 {
        font-size: 58px;
    }

    #banner .button {
        padding: 14px 32px;
    }

    #banner .button strong {
        font-size: 14px;
    }

    #banner .button em {
        font-size: 13px;
    }
}

/* ===== BANNER TABLET ===== */

@media (max-width: 1299px) {
    #banner {
        height: 509px;
        padding: 76px 30px 0;
    }

    #banner-text {
        margin: 40px auto 0;
    }

    .home #banner {
        height: 509px;
    }

    #banner h1,
    #banner h2 {
        font-size: 41px;
        margin: 0 0 24px;
        letter-spacing: 0.1em;
    }

    #banner .button {
        width: 350px;
        height: 56px;
        padding: 0;
        border-radius: 36px;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        box-sizing: border-box;
    }

    #banner .button strong {
        font-size: 14px;
    }

    #banner .button em {
        font-size: 14px;
    }
}

/* ===== BANNER MOBILE ===== */

@media (max-width: 767px) {
    #banner {
        display: none;
    }

    .home #banner {
        display: flex;
        position: relative;
        height: 435px;
        padding: 200px 20px 0;
        background: none;
        top: 0;
        overflow: hidden;
        align-items: flex-start;
    }

    .home #banner .container {
        max-width: 100%;
        padding: 0;
    }

    .home #banner-text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    #banner h1 {
        font-size: 35px;
        line-height: 1.2;
        text-align: center;
        margin: 0 auto 35px;
        letter-spacing: 0;
        white-space: normal;
        max-width: 320px;
    }

    #banner .button {
        width: 300px;
        height: 66px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        box-sizing: border-box;
        border-radius: 36px;
        background: rgba(0, 0, 0, 0.7);
    }

    #banner .button strong {
        font-size: 14px;
    }

    #banner .button em {
        font-size: 14px;
        text-transform: lowercase;
    }
}

#main {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: visible;
    clear: both
}

#main #section1 {
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0;
    float: left;
    clear: both;
    background: url(images/bg-pattern.jpg) repeat;
    z-index: 3;
}

#main #section1 .container {
    max-width: 1800px
}

#selling-points {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
    gap: 40px;
}

#section1 .selling-point {
    flex: 1;
    min-width: 0;
    height: 280px;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#section1 .selling-point::after {
    content: none;
}

#section1 .selling-point:hover {
    background: #45709b;
}

#section1 .selling-point:hover .selling-point-number {
    color: #fff;
    opacity: 1;
}

#section1 .selling-point-info {
    height: auto;
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

#section1 .selling-point-number {
    font-family: 'Montserrat', sans-serif;
    color: #bec8ce;
    font-size: 110px;
    line-height: 0.8;
    font-weight: 300;
    margin: 0 20px 0 0;
    padding: 0;
    opacity: 1;
    flex-shrink: 0;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#section1 .selling-point-content {
    width: 100%;
    position: relative;
    padding: 40px 20px 30px 25px;
    float: left;
    background: transparent;
    box-shadow: none;
}

#section1 .selling-point-content:after {
    content: none;
}

#section1 .selling-point-content::before {
    content: none;
}

#section1 .selling-point-info::before {
    content: none;
}

#section1 .selling-point-text {
    min-width: 0;
    flex: 1;
}

#section1 .selling-point-text h3 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #032855;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 12px;
    max-width: none;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#section1 .selling-point-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    text-align: left;
    margin: 0 0 12px;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#section1 .selling-point-text .button {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #d35b27 !important;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background: none;
    height: auto;
    line-height: 1.2;
    padding: 0 0 4px;
    border: none;
    border-bottom: 2px solid #d35b27;
    border-radius: 0;
    letter-spacing: 0;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#section1 .selling-point:hover .selling-point-text h3,
#section1 .selling-point:hover .selling-point-text p {
    color: #032855;
}

#section1 .selling-point:hover .selling-point-text .button {
    color: #d35b27 !important;
}

/* ===== SECTION 1 - 1900px ===== */

@media (max-width: 1900px) {
    #section1 .selling-point {
    }
    #section1 .selling-point-number {
        font-size: 100px;
    }
    #section1 .selling-point-text h3 {
        font-size: 17px;
        line-height: 24px;
    }
    #section1 .selling-point-text p {
        font-size: 16px;
    }
}

@media (max-width: 1800px) {
    #section1 .selling-point {
    }
    #section1 .selling-point-number {
        font-size: 90px;
    }
    #section1 .selling-point-text h3 {
        font-size: 16px;
        line-height: 23px;
    }
    #section1 .selling-point-text p {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    #section1 .selling-point {
    }
    #section1 .selling-point-number {
        font-size: 80px;
    }
    #section1 .selling-point-text h3 {
        font-size: 15px;
        line-height: 22px;
    }
    #section1 .selling-point-text p {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    #section1 .selling-point {
    }
    #section1 .selling-point-number {
        font-size: 72px;
    }
    #section1 .selling-point-text h3 {
        font-size: 14px;
        line-height: 21px;
    }
    #section1 .selling-point-text p {
        font-size: 13px;
    }
}

/* ===== SECTION 1 - TABLET ===== */

@media (max-width: 1299px) {
    #main #section1 {
        padding: 20px 8px;
        z-index: 3;
        position: relative;
    }

    #main #section1 .container {
        max-width: 100%;
    }

    #selling-points {
        margin: 0 auto;
        height: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px 8px;
    }

    #section1 .selling-point {
        flex: 0 0 calc(50% - 8px);
        min-height: auto;
        height: auto;
        padding: 20px 25px;
        margin: 0;
        background: rgba(255, 255, 255, 0.85);
    }

    #section1 .selling-point:hover {
        background: #45709b;
    }

    #section1 .selling-point-info {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    #section1 .selling-point-number {
        font-size: 82px;
        line-height: 0.8;
        padding: 0;
        flex-shrink: 0;
    }

    #section1 .selling-point-content {
        padding: 0 15px 0 0;
        min-width: 0;
    }

    #section1 .selling-point-text h3 {
        font-size: 14px;
        line-height: 20px;
    }

    #section1 .selling-point-text p {
        font-size: 14px;
        line-height: 1.5;
    }

    #section1 .selling-point-text .button {
        font-size: 14px;
        display: inline-block;
    }

    .home h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 47px 0 20px;
    }
}

/* ===== SECTION 1 - MOBILE ===== */

@media (max-width: 767px) {
    #main #section1 {
        padding: 30px 20px;
    }

    #selling-points {
        margin: 0;
        height: auto;
        width: 100%;
        box-shadow: none;
        padding: 0;
        gap: 0;
    }

    #selling-points.hidden-xs {
        display: none !important;
    }

    #selling-points.visible-xs {
        display: block !important;
    }

    #section1 .selling-point {
        width: 100%;
        flex: none;
        height: 222px;
        margin: 0 auto;
        padding: 23px 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    }

    #section1 .selling-point:hover {
        background: #45709b;
    }

    #section1 .selling-point-number {
        font-size: 60px;
        line-height: 0.8;
        font-weight: 300;
        padding: 0 0 0 10px;
    }

    #section1 .selling-point-content {
        height: auto;
        padding: 0;
        box-shadow: none;
        background: transparent;
    }

    #section1 .selling-point-text h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-align: left;
    }

    #section1 .selling-point-text p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* ===== SECTION 1 SLIDER - MOBILE ARROWS ===== */

#section1-slider .slick-dots {
    display: none !important;
}

#section1-slider .slick-arrow {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 20px;
    font-size: 0;
    border: none;
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
    cursor: pointer;
    padding: 0;
    margin: 0 12px;
    vertical-align: middle;
}

#section1-slider .slick-prev::before,
#section1-slider .slick-next::before {
    content: none;
}

#section1-slider .slick-prev {
    transform: scaleX(-1);
}

/* Arrow container centered below slider */
#section1-slider {
    position: relative;
    padding: 0;
    margin: 0 0 60px;
}

#section1-slider .slick-prev,
#section1-slider .slick-next {
    position: absolute;
    bottom: -48px;
    z-index: 5;
}

#section1-slider .slick-prev {
    left: calc(50% - 47px);
}

#section1-slider .slick-next {
    right: calc(50% - 47px);
}

/* ===== HOME SECTION2 ===== */

#main #section2 {
    padding: 50px 50px 100px;
    float: left;
    width: 100%;
    z-index: 2;
    margin: 0;
    position: relative;
    background: #f4f5f4;
    height: auto;
}

#main #section2::before {
    content: none;
}

#main #section2 .container {
    max-width: 1700px;
    padding: 0
}

#section2 .content-title {
    margin: 0 auto 70px;
    width: 100%;
    text-align: center;
}

/* Skyline icon */
.section2-skyline {
    display: block;
    margin: 0 auto 12px;
    max-width: 680px;
    width: auto;
    height: auto;
}

#section2 .content-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 96px;
    text-align: center;
    letter-spacing: 0.6em;
    line-height: 1.3;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5px;
    position: relative;
    font-weight: 300;
    color: #032855;
    text-transform: uppercase;
    padding-right: 0;
    padding-bottom: 34px;
}

/* "Personal Injury Attorneys" inside h2 */
#section2 .content-title h2 strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.18em;
    text-transform: none;
    line-height: 1.2;
    margin: 5px auto 0;
    padding-right: 0.18em;
}

/* Separator line after subtitle - blue-gray */
#section2 .content-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 192px;
    height: 4px;
    background: #bec8ce;
}

/* Blue subtitle text */
#section2 .content-title h3 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #45709b;
    text-align: center;
    line-height: 1.6;
    margin: 30px auto 0;
    max-width: 600px;
    text-transform: none;
    letter-spacing: 0;
}

#section2 .content-title h3::after {
    content: none;
}

#section2-content h3 {
    position: relative;
    padding: 0 0 17px;
}

#section2-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d35b27;
}

#section2-content {
    float: none;
    width: 100%;
    margin: 0;
}

#section2-row1 {
    display: flex;
    gap: 90px;
    width: 100%;
    margin: 0;
}

#section2-text1,
#section2-text2 {
    flex: 1;
    min-width: 0;
    margin: 0;
}

#section2-row1 h3 {
    color: #d35b27;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

#section2-row1 h3:after {
    content: '';
    background: #d35b27;
    position: absolute;
    height: 1px;
    width: 100%;
}

#section2-row1 h4 {
    font-family: 'Montserrat', sans-serif;
    color: #d35b27;
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 0;
    padding: 0 0 15px;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #d35b27;
}

#section2 p {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

#section2 li {
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 20px;
}

#section2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
}

#section2 .content-text p:last-child {
    margin: 0
}

@media (max-width: 1900px) {
    #section2 .content-title h2 {
        font-size: 88px;
    }
    #section2 .content-title h2 strong {
        font-size: 40px;
    }
    #section2 .content-title h3 {
        font-size: 22px;
    }
}

@media (max-width: 1800px) {
    #section2 .content-title h2 {
        font-size: 80px;
    }
    #section2 .content-title h2 strong {
        font-size: 37px;
    }
    #section2 .content-title h3 {
        font-size: 21px;
    }
    #section2 p {
        font-size: 15px;
        line-height: 28px;
    }
    #section2 li {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    #section2 .content-title h2 {
        font-size: 72px;
    }
    #section2 .content-title h2 strong {
        font-size: 34px;
    }
    #section2 .content-title h3 {
        font-size: 20px;
    }
    #section2 p {
        font-size: 14px;
        line-height: 26px;
    }
    #section2 li {
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    #section2 .content-title h2 {
        font-size: 64px;
    }
    #section2 .content-title h2 strong {
        font-size: 30px;
    }
    #section2 .content-title h3 {
        font-size: 18px;
    }
    #section2 p {
        font-size: 13px;
        line-height: 24px;
    }
    #section2 li {
        font-size: 13px;
    }
}

@media (min-width: 1199px) and (max-width:1299px) {
    #main #section2 {
        height: auto;
    }
}

/* ===== SECTION 2 TABLET ===== */

@media (max-width: 1299px) {
    #main #section2 {
        padding: 40px 30px 50px;
        margin: 0;
        height: auto;
    }

    #section2 .content-title {
        margin: 0 auto 30px;
    }

    .section2-skyline {
        max-width: 380px;
    }

    #section2 .content-title h2 {
        font-size: 54px;
        letter-spacing: 0.72em;
        margin: 0 auto 8px;
        padding-right: 0;
        line-height: 1.2;
    }

    #section2 .content-title h2 {
        padding-bottom: 24px;
    }

    #section2 .content-title h2 strong {
        font-size: 24px;
        letter-spacing: 0.18em;
        padding-right: 0;
    }

    #section2 .content-title h3 {
        font-size: 18px;
        max-width: 530px;
        margin: 20px auto 0;
        padding: 0;
        position: relative;
    }

    /* Text h3s in section 2 - centered on tablet */
    #section2-content h3 {
        text-align: center;
    }

    #section2-row1 {
        display: block;
    }

    #section2-text1,
    #section2-text2 {
        width: 100%;
    }

    #section2 p {
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }

    #section2-row1 h4 {
        text-align: center;
        font-size: 16px;
    }

    #section2 .button {
        color: #d35b27 !important;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        background: none !important;
        padding: 0;
        text-align: center;
        display: table;
        margin: 0 auto;
    }

    #section2-text2 {
        overflow: visible;
        max-height: none;
        margin: 0;
    }

    #section2.open .button {
        display: none !important;
    }
}

/* ===== SECTION 2 MOBILE ===== */

@media (max-width: 767px) {
    #main #section2 {
        padding: 40px 20px 50px;
        margin: 0;
        height: auto;
    }

    #section2 .content-title {
        margin: 0 auto 25px;
    }

    .section2-skyline {
        max-width: 90%;
        margin-bottom: 12px;
    }

    #section2 .content-title h2 {
        font-size: 44px;
        letter-spacing: 0.12em;
        margin: 0 auto 8px;
        padding-right: 0.12em;
    }

    #section2 .content-title h2 strong {
        font-size: 24px;
        letter-spacing: 0.1em;
        padding-right: 0.1em;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #section2 .content-title h3 {
        font-size: 18px;
        font-weight: 700;
    }

    #section2-row1 {
        display: block;
        margin: 0;
    }

    #section2 p {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }

    #section2-row1 h4 {
        font-size: 16px;
        text-align: center;
    }

    #section2-text2 {
        max-height: 0;
        overflow: hidden;
    }

    #section2.open #section2-text2 {
        max-height: none;
        overflow: visible;
    }

    #section2.open .button,
    #section2.open #section2-button {
        display: none !important;
    }

    #section2 .button,
    #section2-button {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        color: #5f86ae !important;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        display: block;
        margin: 20px auto;
        text-decoration: underline !important;
        text-underline-offset: 0.15em;
        background: none;
        border: none;
        padding: 0;
        height: auto;
        line-height: 1;
    }
}

/* ===== HOME SECTION3 ===== */

#section3 {
  padding: 100px 100px 80px;
  background: url(images/bg-testimonials.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

#section3 .container {
  max-width: 1620px;
  position: relative;
  z-index: 1;
}

#section3-title {
  margin: 0 auto 50px;
  position: relative;
  float: none;
  width: 100%;
  text-align: center;
}

#section3-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0 auto 27px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#section3-title h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #cfdae0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 auto 10px;
  position: relative;
  padding-bottom: 16px;
}

#section3-title h3 strong {
  color: #fe7032;
  font-weight: 400;
}

/* White line under subtitle */
#section3-title h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 466px;
  max-width: 80%;
  height: 1px;
  background: #fff;
}

/* Testimonials container */
#testimonials {
  position: relative;
  padding: 0;
}

/* White outline frame around cards */
#section3-slider {
  clear: both;
  margin: 0 auto 40px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 40px 50px;
  position: relative;
}

#section3-slider .slick-list {
  margin: 0;
  padding: 0;
}

#section3-slider .slick-track {
  padding: 0;
}

/* Individual testimonial */
#section3 .testimonial {
  padding: 0 21px;
}

#section3 .testimonial-content {
  height: auto;
  min-height: 648px;
  position: relative;
  background: #ebebeb;
  padding: 35px 10% 30px;
  border: none;
  box-shadow: none;
}

#section3 .testimonial-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#section3 .testimonial-quote {
  border-left: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
  flex: 1;
}

#section3 .testimonial-quote:before {
  content: none;
}

/* Stars at top of card */
#section3 .testimonial-stars {
  margin: 0 auto 20px;
  display: block;
  height: 37px;
  width: auto;
}

#section3 .testimonial-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #45709b;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 20px;
}

#section3 .testimonial-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #050f15;
  padding: 0;
  text-align: center;
  margin: 0 0 20px;
  height: auto;
}

/* Name with separator line above */
#section3 .testimonial-name {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #032855;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: none;
}

/* Short line separator above name */
#section3 .testimonial-name::before {
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  background: #8f8f8e;
  margin: 0 auto 12px;
}

#section3 .testimonial-source {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #4c4c4c;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  border-bottom: none;
  background: none;
}

#section3 .testimonial-source::after {
  content: none;
}

/* Slider arrows - positioned outside cards */
#section3-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 32px;
  height: 36px;
  font-size: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

#section3-slider .slick-prev {
  left: -60px;
  background: url(images/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%) scaleX(-1);
}

#section3-slider .slick-next {
  right: -60px;
  background: url(images/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
}

#section3-slider .slick-prev::before,
#section3-slider .slick-next::before {
  content: none;
}

#section3-slider .slick-prev:hover,
#section3-slider .slick-next:hover {
  opacity: 0.7;
}

/* Hide dots */
#section3-slider .slick-dots {
  display: none !important;
}

/* Button */
#section3 .button {
  margin: 0 auto;
  line-height: 24px;
  padding: 18px 80px;
  border-radius: 42px;
  display: table;
  background: rgba(255, 255, 255, 0.31);
  border: 2px solid #d35b27;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}

#section3 .button strong {
  display: block;
  font-weight: 700;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

#section3 .button em {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #032855;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  text-transform: lowercase;
}

#section3 .button:hover {
  background: rgba(255, 255, 255, 0.95);
}

#section3 .button:hover strong {
  color: #032855;
}

#section3 .button:hover em {
  color: #fa773d;
}

/* ===== SECTION 3 RESPONSIVE ===== */

@media (max-width: 1900px) {
  #section3-title h2 {
    font-size: 58px;
  }
  #section3 .testimonial-title {
    font-size: 22px;
  }
  #section3 .testimonial-text {
    font-size: 15px;
  }
}

@media (max-width: 1800px) {
  #section3-title h2 {
    font-size: 52px;
  }
  #section3 .testimonial-title {
    font-size: 21px;
  }
  #section3 .testimonial-text {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  #section3-title h2 {
    font-size: 46px;
  }
  #section3 .testimonial-title {
    font-size: 20px;
  }
  #section3 .testimonial-text {
    font-size: 14px;
  }
  #section3-slider {
    padding: 35px 40px;
  }
  #section3-slider .slick-prev {
    left: -50px;
  }
  #section3-slider .slick-next {
    right: -50px;
  }
}

@media (max-width: 1400px) {
  #section3-title h2 {
    font-size: 40px;
  }
  #section3 .testimonial-title {
    font-size: 19px;
  }
  #section3 .testimonial-text {
    font-size: 13px;
  }
  #section3-slider {
    padding: 30px 35px;
  }
  #section3-slider .slick-prev {
    left: -45px;
  }
  #section3-slider .slick-next {
    right: -45px;
  }
}

/* ===== SECTION 3 TABLET ===== */

@media (max-width: 1299px) {
  #section3 {
    padding: 60px 20px 50px;
  }

  #section3-title {
    margin: 0 auto 30px;
  }

  #section3-title h2 {
    font-size: 30px;
    letter-spacing: 0.16em;
  }

  #section3-title h3 {
    font-size: 18px;
  }

  #section3-slider {
    padding: 20px 15px;
    text-align: center;
    margin: 0 auto 0;
  }

  /* Arrows below slider on tablet - using images */
  #testimonials {
    position: relative;
    padding: 0 0 100px;
  }

  #section3-slider .slick-prev,
  #section3-slider .slick-next {
    position: absolute;
    top: auto;
    bottom: -58px;
    transform: none;
    width: 23px;
    height: 26px;
    z-index: 5;
  }

  #section3-slider .slick-prev {
    left: calc(50% - 68px);
    right: auto;
  }

  #section3-slider .slick-next {
    right: calc(50% - 68px);
    left: auto;
  }

  #section3-slider .slick-prev::before,
  #section3-slider .slick-next::before {
    content: none;
  }

  #section3-slider .slick-prev {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 23px 26px;
    transform: scaleX(-1);
  }

  #section3-slider .slick-next {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 23px 26px;
  }

  #section3 .testimonial {
    padding: 0 4px;
  }

  #section3 .testimonial-content {
    min-height: 580px;
    padding: 25px 15px 25px;
  }

  #section3 .testimonial-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 12px;
  }

  #section3 .testimonial-text {
    font-size: 14px;
    line-height: 1.7;
  }

  #section3 .testimonial-stars {
    height: 27px;
  }

  #section3 .button {
    width: 270px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section3 .button strong {
    font-size: 14px;
  }

  #section3 .button em {
    font-size: 14px;
  }
}

/* ===== SECTION 3 MOBILE ===== */

@media (max-width: 767px) {
  #section3 {
    padding: 48px 19px 59px;
  }

  #section3-title {
    margin: 0 auto 25px;
  }

  #section3-title h2 {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  #section3-title h3 {
    font-size: 16px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  #section3-title h3 {
    padding-bottom: 11px;
  }

  #section3-title h3::after {
    width: 100%;
    max-width: none;
  }

  #section3-slider {
    padding: 24px;
    margin: 0 auto;
    text-align: center;
  }

  /* Arrows below slider on mobile - using images */
  #testimonials {
    position: relative;
    padding: 0 0 60px;
  }

  #section3-slider .slick-prev,
  #section3-slider .slick-next {
    position: absolute;
    top: auto;
    bottom: -48px;
    transform: none;
    width: 17px;
    height: 20px;
    z-index: 5;
  }

  #section3-slider .slick-prev {
    left: calc(50% - 47px);
    right: auto;
  }

  #section3-slider .slick-next {
    right: calc(50% - 47px);
    left: auto;
  }

  #section3-slider .slick-prev::before,
  #section3-slider .slick-next::before {
    content: none;
  }

  #section3-slider .slick-prev {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
    transform: scaleX(-1);
  }

  #section3-slider .slick-next {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
  }

  #section3 .testimonial {
    padding: 0;
    margin: 0;
  }

  #section3 .testimonial-content {
    min-height: auto;
    height: 640px;
    padding: 30px 20px 25px;
  }

  #section3 .testimonial-title {
    font-size: 18px;
    line-height: 1.4;
  }

  #section3 .testimonial-text {
    font-size: 14px;
    line-height: 1.7;
  }

  #section3 .testimonial-stars {
    height: 27px;
  }

  /* Name separator line: below name, not above */
  #section3 .testimonial-name {
    padding: 0;
  }

  #section3 .testimonial-name::before {
    content: none;
  }

  #section3 .testimonial-name::after {
    content: '';
    display: block;
    width: 58px;
    height: 1px;
    background: #d35b27;
    margin: 25px auto 0;
  }

  #section3 .testimonial-source {
    margin-top: 22px;
  }

  /* 30px between arrows and button */
  #buttons {
    margin-top: 30px;
  }

  #section3 .button {
    width: 268px;
    height: 59px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section3 .button strong {
    font-size: 14px;
  }

  #section3 .button em {
    font-size: 14px;
  }
}


/* ===== HOME SECTION4 ===== */

#main #section4 {
  padding: 150px 60px 60px;
  margin: 0;
  width: 100%;
  position: relative;
  background: url(images/bg-pattern.jpg) repeat;
}

#main #section4 .container {
  max-width: 1690px;
  padding: 0;
  position: relative;
}

/* Header: title+button on left, text on right */
#section4-header {
  display: flex;
  gap: 80px;
  margin: 0 0 60px;
  align-items: flex-start;
}

#main #section4-title {
  flex-shrink: 0;
  width: 520px;
  padding: 0;
  position: relative;
  text-align: right;
}

#main #section4-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  line-height: 1.15;
  color: #032855;
  text-align: right;
  letter-spacing: 0;
  margin: 0 0 30px;
  font-weight: 300;
}

/* Section 4 button */
#main #section4 .button {
  display: inline-block;
  padding: 18px 85px;
  border-radius: 42px;
  background: rgba(3, 40, 85, 0.75);
  border: 2px solid #d35b27;
  text-decoration: none;
  text-align: center;
}

#main #section4 .button strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #cfdae0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#main #section4 .button em {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  color: #032855;
  text-transform: lowercase;
}

#main #section4 .button:hover {
  background: rgba(255, 255, 255, 0.88);
}

#main #section4 .button:hover strong {
  color: #032855;
}

.section4-text {
  flex: 1;
  min-width: 0;
  padding: 10px 0 0;
}

.section4-text p {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 48px;
  color: #010101;
  margin: 0;
}

/* Team members grid */
#team-members {
  width: 100%;
}

#team-members .team-member {
  position: relative;
  padding: 0 10px;
}

#team-members .team-member a {
  text-decoration: none !important;
  display: block;
}

/* Attorney image */
#team-members .team-member-image {
  height: 620px;
  overflow: hidden;
  margin: 0;
  position: relative;
  display: block;
}

/* Blue overlay - starts at bottom, grows on hover */
#team-members .team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 137px;
  background: rgba(3, 40, 85, 0.89);
  padding: 32px 20px 20px 60px;
  z-index: 2;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

#team-members .team-member:hover .team-member-info {
  height: 100%;
}

#team-members .team-member-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none !important;
}

#team-members .team-member-name:after {
  content: none;
}

#team-members .team-member-job-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  text-transform: none;
  position: relative;
}

#team-members .team-member-job-title:before {
  content: none;
}

/* Hover text - hidden by default, shown on hover */
.team-member-hover-text {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #d35b27;
  text-align: left;
  margin: 10px 0 0;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

#team-members .team-member:hover .team-member-hover-text {
  opacity: 1;
}

/* On hover, hide job title, show hover text */
#team-members .team-member:hover .team-member-job-title {
  display: none;
}

/* "Read more about" link - hidden on desktop, shown on tablet */
.team-member-link-text {
  display: none;
}

.team-member-link-text a {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #d35b27;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid #d35b27;
  cursor: pointer;
  padding: 0 0 4px;
  margin: 12px 0 0;
}

/* Achievements */
.team-member-achievements {
  padding: 20px 0 0;
  margin: 20px 0 0;
}

.team-member-achievements .achievement {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 0 0 0 24px;
  position: relative;
  margin: 0 0 25px;
}

.team-member-achievements .achievement::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #45709b;
}

/* Mobile slider arrows */
#section4-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 18px;
  height: 21px;
  font-size: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

#section4-slider .slick-prev {
  left: -5px;
}

#section4-slider .slick-next {
  right: -5px;
}

#section4-slider .slick-prev::before,
#section4-slider .slick-next::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #cfdae0;
  border-bottom: 3px solid #cfdae0;
}

#section4-slider .slick-prev::before {
  transform: rotate(135deg);
}

#section4-slider .slick-next::before {
  transform: rotate(-45deg);
}

/* ===== SECTION 4 RESPONSIVE ===== */

@media(max-width: 1800px) {
  #main #section4-title h2 {
    font-size: 66px;
  }
  .section4-text p {
    font-size: 22px;
    line-height: 44px;
  }
  #team-members .team-member-image {
    height: 560px;
  }
}

@media(max-width: 1600px) {
  #main #section4-title h2 {
    font-size: 60px;
  }
  .section4-text p {
    font-size: 20px;
    line-height: 40px;
  }
  #team-members .team-member-image {
    height: 500px;
  }
  #team-members .team-member-name {
    font-size: 24px;
  }
  #team-members .team-member-job-title {
    font-size: 20px;
  }
}

@media(max-width: 1400px) {
  #main #section4-title h2 {
    font-size: 54px;
  }
  #main #section4-title {
    width: 360px;
  }
  .section4-text p {
    font-size: 18px;
    line-height: 36px;
  }
  #team-members .team-member-image {
    height: 450px;
  }
  #team-members .team-member-name {
    font-size: 22px;
  }
  #team-members .team-member-job-title {
    font-size: 18px;
  }
}

/* ===== SECTION 4 TABLET ===== */

@media (max-width: 1299px) {
  #main #section4 {
    padding: 70px 20px 58px;
  }
  #main #section4 .container {
    padding: 0;
    max-width: 100%;
  }

  #section4-header {
    display: flex;
    gap: 30px;
    margin: 0 0 40px;
  }

  #main #section4-title {
    width: 280px;
    flex-shrink: 0;
    text-align: center;
  }

  #main #section4-title h2 {
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 20px;
  }

  #main #section4 .button {
    background: #5a80a6;
    width: 270px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0 auto;
  }

  #main #section4 .button strong {
    font-size: 14px;
  }

  #main #section4 .button em {
    font-size: 14px;
  }

  .section4-text {
    flex: 1;
    min-width: 0;
  }

  .section4-text p {
    font-size: 16px;
    line-height: 32px;
  }

  #section4-slider {
    max-width: 730px;
    margin: 0 auto;
  }

  #team-members .team-member {
    padding: 0 13px;
  }

  #team-members .team-member-image {
    height: 282px;
    margin: 0 0 23px;
  }

  #team-members .team-member-info {
    height: 82px;
    padding: 12px 10px;
  }

  #team-members .team-member-name {
    font-size: 18px;
  }

  #team-members .team-member-job-title {
    font-size: 16px;
  }

  /* Show "Read more" links on tablet */
  .team-member-link-text {
    display: block;
    text-align: center;
  }

  /* Hide achievements on tablet - toggled via JS */
  .team-member-achievements {
    display: none;
  }

  .team-member-achievements.active {
    display: block;
  }

  .team-member-achievements .achievement {
    font-size: 12px;
    line-height: 1.6;
  }

  /* Hide hover effects on tablet */
  #team-members .team-member:hover .team-member-info {
    height: 82px;
  }
  .team-member-hover-text {
    display: none;
  }
  #team-members .team-member:hover .team-member-job-title {
    display: block;
  }
}

/* ===== SECTION 4 MOBILE ===== */

@media (max-width: 767px) {
  #main #section4 {
    padding: 45px 20px 56px;
    background: none;
  }
    
  #main #section4:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 580px;
    background: url(images/bg-pattern.jpg) repeat;
  }


    
  #main #section4 .container {
    padding: 0;
  }

  #section4-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 0 30px;
  }

  #main #section4-title {
    width: 100%;
    margin: 0 auto;
    display: contents;
  }

  #main #section4-title h2 {
    font-size: 43px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 300px;
    order: 1;
  }

  .section4-text {
    text-align: center;
    order: 2;
  }

  .section4-text p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }

  #main #section4 .button {
    margin: 0 auto;
    order: 3;
    width: 268px;
    height: 59px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    background: #5a80a6;
  }

  #main #section4 .button strong {
    font-size: 14px;
  }

  #main #section4 .button em {
    font-size: 14px;
  }

  #team-members .team-member {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 30px;
  }

  #team-members .team-member a {
    text-decoration: none !important;
    display: table;
    margin: 0 auto;
  }

  #team-members .team-member-image {
    width: 227px;
    height: 282px;
    margin: 0 auto 25px;
  }

  #team-members .team-member-info {
    height: auto;
    padding: 18px 15px;
  }

  #team-members .team-member-name {
    font-size: 18px;
  }

  #team-members .team-member-job-title {
    font-size: 16px;
  }

  /* Show "Read more" links on mobile */
  .team-member-link-text {
    display: block;
    text-align: center;
    margin-top: 25px;
    white-space: nowrap;
  }

  /* Hide achievements on mobile - toggled via JS */
  .team-member-achievements {
    display: none;
  }

  .team-member-achievements.active {
    display: block;
  }

  .team-member-achievements .achievement {
    font-size: 12px;
    line-height: 1.6;
  }

  /* Hide hover effects on mobile */
  #team-members .team-member:hover .team-member-info {
    height: auto;
  }
  .team-member-hover-text {
    display: none;
  }
  #team-members .team-member:hover .team-member-job-title {
    display: block;
  }

  /* Slider - centered with max-width */
  #section4-slider {
    max-width: 295px;
    margin: 0 auto;
    position: relative;
  }

  /* Slider arrows - match other sections */
  #section4-slider .slick-arrow {
    width: 17px;
    height: 20px;
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
  }

  #section4-slider .slick-prev::before,
  #section4-slider .slick-next::before {
    content: none;
  }

  #section4-slider .slick-prev {
    left: -25px;
    transform: translateY(-50%) scaleX(-1);
  }

  #section4-slider .slick-next {
    right: -25px;
  }
}

/* ===== SECTION5 ===== */

#main #section5 {
  padding: 100px 100px 80px;
  width: 100%;
  position: relative;
  background: url(images/bg-case-results.jpg) center center no-repeat;
  background-size: cover;
}

#main #section5 .container {
  max-width: 1620px;
  position: relative;
  z-index: 1;
}

#section5-title {
  margin: 0 auto 104px;
  text-align: center;
}

#section5-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

/* Case results slider container */
#case-results {
  position: relative;
  padding: 0;
  margin: 0 0 80px;
}

#section5-slider {
  position: relative;
}

#section5-slider .slick-list {
  padding: 0;
}

/* Individual case result card */
#section5 .case-result {
  padding: 0 20px;
}

#section5 .case-result-content {
  background: rgba(255, 255, 255, 0.80);
  padding: 20px;
  height: 480px;
}

#section5 .case-result-inner {
  border: 1px solid #a99f9b;
  padding: 40px 30px 45px;
  text-align: center;
  height: 100%;
}

#section5 .case-result-info {
  text-align: center;
}

/* Dollar amount */
#section5 .case-result-amount {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #032855;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
}

/* Orange divider */
#section5 .case-result-amount::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 81px;
  height: 5px;
  background: #d35b27;
}

/* Case type title */
#section5 .case-result-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #45709b;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 20px;
  letter-spacing: 0;
}

/* Description text */
#section5 .case-result-text {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #010101;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

/* Slider arrows */
#section5-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 32px;
  height: 36px;
  font-size: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

#section5-slider .slick-prev {
  left: -60px;
  background: url(images/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%) scaleX(-1);
}

#section5-slider .slick-next {
  right: -60px;
  background: url(images/icon-arrow-white.png) center center no-repeat;
  background-size: contain;
}

#section5-slider .slick-prev::before,
#section5-slider .slick-next::before {
  content: none;
}

#section5-slider .slick-prev:hover,
#section5-slider .slick-next:hover {
  opacity: 0.7;
}

/* Hide dots */
#section5-slider .slick-dots {
  display: none !important;
}

/* Button */
#section5 .button {
  display: table;
  margin: 0 auto;
  padding: 18px 80px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.31);
  border: 2px solid #d35b27;
  text-decoration: none;
  text-align: center;
}

#section5 .button strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#section5 .button em {
  display: block;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #032855;
  text-transform: lowercase;
}

#section5 .button:hover {
  background: rgba(255, 255, 255, 0.95);
}

#section5 .button:hover strong {
  color: #032855;
}

#section5 .button:hover em {
  color: #fa773d;
}

/* ===== SECTION 5 RESPONSIVE ===== */

@media (max-width: 1900px) {
  #section5-title h2 {
    font-size: 58px;
  }
  #section5 .case-result-amount {
    font-size: 54px;
  }
}

@media (max-width: 1800px) {
  #section5-title h2 {
    font-size: 52px;
  }
  #section5 .case-result-amount {
    font-size: 48px;
  }
  #section5 .case-result-title {
    font-size: 17px;
  }
  #section5 .case-result-text {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  #section5-title h2 {
    font-size: 46px;
  }
  #section5 .case-result-amount {
    font-size: 42px;
  }
  #section5 .case-result-title {
    font-size: 16px;
  }
  #section5 .case-result-text {
    font-size: 15px;
  }
  #section5-slider .slick-prev {
    left: -50px;
  }
  #section5-slider .slick-next {
    right: -50px;
  }
}

@media (max-width: 1400px) {
  #section5-title h2 {
    font-size: 40px;
  }
  #section5 .case-result-amount {
    font-size: 38px;
  }
  #section5 .case-result-title {
    font-size: 15px;
  }
  #section5 .case-result-text {
    font-size: 14px;
  }
}

/* ===== SECTION 5 TABLET ===== */

@media (max-width: 1299px) {
  #main #section5 {
    padding: 60px 20px 50px;
  }

  #section5-title {
    margin: 0 auto;
  }

  #section5-title h2 {
    font-size: 35px;
    margin-bottom: 60px;
    letter-spacing: 0.16em;
  }

  #section5 .case-result {
    padding: 0 4px;
  }

  #section5 .case-result-content {
    padding: 15px;
    height: 342px;
    box-sizing: border-box;
  }

  #section5 .case-result-inner {
    padding: 25px 15px 30px;
  }

  #section5 .case-result-amount {
    font-size: 33px;
  }

  #section5 .case-result-amount {
    padding-bottom: 19px;
  }

  #section5 .case-result-amount::after {
    width: 61px;
    height: 4px;
  }

  #section5 .case-result-title {
    font-size: 15px;
    margin: 15px 0 12px;
  }

  #section5 .case-result-text {
    font-size: 14px;
  }

  /* Arrows below slider */
  #case-results {
    position: relative;
    padding: 0 0 30px;
  }

  #section5-slider {
    text-align: center;
  }

  #section5-slider .slick-prev,
  #section5-slider .slick-next {
    position: absolute;
    top: auto;
    bottom: -58px;
    transform: none;
    width: 23px;
    height: 26px;
    z-index: 5;
  }

  #section5-slider .slick-prev {
    left: calc(50% - 68px);
    right: auto;
  }

  #section5-slider .slick-next {
    right: calc(50% - 68px);
    left: auto;
  }

  #section5-slider .slick-prev::before,
  #section5-slider .slick-next::before {
    content: none;
  }

  #section5-slider .slick-prev {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 23px 26px;
    transform: scaleX(-1);
  }

  #section5-slider .slick-next {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 23px 26px;
  }

  #section5 .button {
    width: 270px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section5 .button strong {
    font-size: 14px;
  }

  #section5 .button em {
    font-size: 14px;
  }
}

/* ===== SECTION 5 MOBILE ===== */

@media (max-width: 767px) {
  #main #section5 {
    padding: 60px 20px;
  }

  #section5-title {
    margin: 0 auto;
  }

  #section5-title h2 {
    font-size: 30px;
    letter-spacing: 0.04em;
    margin-bottom: 58px;
  }

  #section5 .case-result {
    padding: 0 10px;
  }

  #section5 .case-result-content {
    padding: 15px;
  }

  #section5 .case-result-inner {
    padding: 25px 15px 30px;
  }

  #section5 .case-result-amount {
    font-size: 33px;
  }

  #section5 .case-result-amount::after {
    width: 61px;
    height: 4px;
  }

  #section5 .case-result-title {
    font-size: 15px;
  }

  #section5 .case-result-text {
    font-size: 14px;
  }

  /* Arrows below card on mobile - using images */
  #case-results {
    position: relative;
    padding: 0 0 60px;
  }

  #section5-slider {
    text-align: center;
  }

  #section5-slider .slick-prev,
  #section5-slider .slick-next {
    position: absolute;
    top: auto;
    bottom: -48px;
    transform: none;
    width: 17px;
    height: 20px;
    z-index: 5;
  }

  #section5-slider .slick-prev {
    left: calc(50% - 47px);
    right: auto;
  }

  #section5-slider .slick-next {
    right: calc(50% - 47px);
    left: auto;
  }

  #section5-slider .slick-prev::before,
  #section5-slider .slick-next::before {
    content: none;
  }

  #section5-slider .slick-prev {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
    transform: scaleX(-1);
  }

  #section5-slider .slick-next {
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
  }

  #section5 .button {
    width: 268px;
    height: 59px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section5 .button strong {
    font-size: 14px;
  }

  #section5 .button em {
    font-size: 14px;
  }
}

/* ===== HOME SECTION6 ===== */

#main #section6 {
  padding: 80px 60px 100px;
  margin: 0;
  width: 100%;
  z-index: 2;
  position: relative;
  background: #fff;
  float: left;
}

#main #section6 .container {
  max-width: 1420px;
}

/* Title area: sun icon + PORTLAND text side by side */
#section6-title {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin: 0 0 60px;
}

.section6-sun {
  display: block;
  max-width: 412px;
  height: auto;
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

.section6-title-text {
  flex: 1;
}

#main #section6 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 94px;
  font-weight: 300;
  color: #032855;
  letter-spacing: 0.52em;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}

#main #section6 h2 strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #45709b;
  letter-spacing: 0.08em;
  text-transform: none;
  line-height: 1.4;
  margin: 5px 0 0;
}

/* Two-column layout: sidebar left, text right */
#section6-row {
  display: flex;
  gap: 110px;
}

#section6-sidebar {
  flex-shrink: 0;
  width: 420px;
  order: -1;
}

#section6-text {
  flex: 1;
  min-width: 0;
}

/* Practice areas sidebar */
.practice-areas-heading {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #45709b;
  margin: 0 0 15px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 17px;
  padding-left: 38px;
  text-align: left;
}

/* Orange line under heading */
.practice-areas-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d35b27;
}

#practice-areas .practice-area {
  border-bottom: 1px solid #d3d2d2;
  padding: 0;
}

#practice-areas .practice-area a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #032855;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 24px 0 24px 85px;
  position: relative;
  line-height: 1.4;
}

/* Arrow bullet */
#practice-areas .practice-area a::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #cfdae0;
}

#practice-areas .practice-area a:hover {
  color: #d35b27;
}

/* Section 6 button */
#section6 .button {
  display: inline-block;
  padding: 18px 50px;
  border-radius: 42px;
  background: #45709b;
  border: 2px solid #d35b27;
  text-decoration: none;
  text-align: center;
  margin: 30px 0 0;
}

#section6 .button strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#section6 .button em {
  display: block;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #d35b27;
  text-transform: lowercase;
}

#section6 .button:hover {
  background: #032855;
}

#section6 .button:hover strong {
  color: #fff;
}

/* Text column */
#main #section6-text {
  width: auto;
  float: none;
}

#main #section6-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #d35b27;
  margin: 0 0 15px;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: none;
  padding: 0;
}

#main #section6-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0 0 20px;
}

#main #section6-text ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

#main #section6-text ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  position: relative;
}

#main #section6-text ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}

/* ===== SECTION 6 RESPONSIVE ===== */

@media (max-width: 1800px) {
  #main #section6 h2 {
    font-size: 82px;
  }
  #main #section6 h2 strong {
    font-size: 40px;
  }
}

@media (max-width: 1600px) {
  #main #section6 h2 {
    font-size: 72px;
  }
  #main #section6 h2 strong {
    font-size: 36px;
  }
  #section6-sidebar {
    width: 360px;
  }
}

@media (max-width: 1400px) {
  #main #section6 h2 {
    font-size: 64px;
  }
  #main #section6 h2 strong {
    font-size: 32px;
  }
  #section6-sidebar {
    width: 320px;
  }
  #section6-row {
    gap: 40px;
  }
}

/* ===== SECTION 6 TABLET ===== */

@media (min-width: 768px) and (max-width: 1299px) {
  #main #section6 {
    padding: 50px 30px 60px;
  }

  #section6-title {
    align-items: flex-end;
    gap: 20px;
    margin: 0 0 40px;
  }

  .section6-sun {
    max-width: 240px;
  }

  #main #section6 h2 {
    font-size: 42px;
    letter-spacing: 0.52em;
  }

  #main #section6 h2 strong {
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  #section6-row {
    display: flex;
    gap: 30px;
  }

  #section6-sidebar {
    width: 280px;
    order: -1;
  }

  #section6-text {
    flex: 1;
  }

  .practice-areas-heading {
    font-size: 26px;
  }

  #practice-areas .practice-area a {
    font-size: 14px;
    padding: 14px 0 14px 33px;
    line-height: 1.3;
  }

  #practice-areas .practice-area a::before {
    left: 8px;
  }

  #main #section6-text h3 {
    font-size: 16px;
    text-align: left;
  }

  #main #section6-text p {
    font-size: 14px;
    line-height: 26px;
  }

  #section6 .button {
    width: 270px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section6 .button strong {
    font-size: 14px;
  }

  #section6 .button em {
    font-size: 14px;
  }
}

/* ===== SECTION 6 MOBILE ===== */

@media (max-width: 767px) {
  #main #section6 {
    padding: 40px 20px 50px;
  }

  #section6-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin: 0 0 30px;
  }

  .section6-sun {
    max-width: 90%;
    margin: 0 auto;
  }

  #main #section6 h2 {
    font-size: 42px;
    letter-spacing: 0.1em;
    text-align: center;
  }

  #main #section6 h2 strong {
    font-size: 25px;
    letter-spacing: 0.08em;
  }

  #section6-row {
    display: block;
  }

  #section6-sidebar {
    width: 100%;
    order: 0;
    margin: 40px 0 0;
  }

  #section6-text {
    width: 100%;
  }

  .practice-areas-heading {
    font-size: 26px;
    padding-left: 38px;
  }

  #practice-areas .practice-area a {
    font-size: 14px;
    padding: 14px 0 14px 24px;
  }

  #practice-areas .practice-area a::before {
    left: 0;
  }

  #main #section6-text h3 {
    font-size: 16px;
    text-align: center;
  }

  #main #section6-text p {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
  }

  #section6 .button {
    width: 268px;
    height: 59px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 20px auto 0;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section6 .button strong {
    font-size: 14px;
  }

  #section6 .button em {
    font-size: 14px;
  }
}

/* ===== SECTION 7 - WHY CHOOSE ===== */

#main #section7 {
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0;
  float: left;
  clear: both;
  z-index: 2;
  background: none;
}

/* Hero image at top */
.section7-image {
  width: 100%;
  line-height: 0;
}

.section7-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Reasons area with pattern bg */
.section7-reasons-wrap {
  background: url(images/bg-pattern.jpg) repeat;
  padding: 90px 40px 100px;
}

#main #section7 .container {
  max-width: 1800px;
  margin: 0 auto;
}

#section7-reasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

#main #section7-title {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
  background: transparent;
  box-shadow: none;
}

#main #section7-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  color: #032855;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#section7 .reason {
  background: #fff;
  padding: 0 5px 5px;
  text-align: left;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  height: auto;
  position: relative;
}

#section7 .reason:hover {
  background: #eaecec;
}

#section7 .reason-info {
  padding: 58px 25px 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
  align-content: start;
  align-items: start;
}

#section7 .reason-number {
  margin: 0;
  position: relative;
  width: auto;
  padding: 0 10px 0 0;
  grid-row: 1 / 3;
}

#section7 .reason-number span {
  font-family: 'Montserrat', sans-serif;
  color: #45709b;
  font-weight: 300;
  font-size: 110px;
  line-height: 0.8;
  opacity: 1;
  position: relative;
  z-index: 1;
  float: none;
  background: none;
  padding: 0;
}

#section7 .reason-number:before,
#section7 .reason-number:after {
  content: none;
}

#section7 .reason h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  color: #d35b27;
  text-align: left;
  margin: 0 0 12px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
}

#section7 .reason h3::after {
  content: none;
}

#section7 .reason-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  text-align: left;
}

#section7 .reason-text p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

/* ===== SECTION 7 RESPONSIVE ===== */

@media (max-width: 1900px) {
  #main #section7-title h2 {
    font-size: 58px;
  }
  #section7 .reason-number span {
    font-size: 100px;
  }
}

@media (max-width: 1800px) {
  #main #section7-title h2 {
    font-size: 52px;
  }
  #section7 .reason-number span {
    font-size: 90px;
  }
  #section7 .reason-text,
  #section7 .reason-text p {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (max-width: 1600px) {
  #main #section7-title h2 {
    font-size: 46px;
  }
  #section7 .reason-number span {
    font-size: 80px;
  }
  #section7 .reason h3 {
    font-size: 16px;
  }
  #section7 .reason-text,
  #section7 .reason-text p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 1400px) {
  #main #section7-title h2 {
    font-size: 40px;
  }
  #section7 .reason-number span {
    font-size: 72px;
  }
  #section7 .reason h3 {
    font-size: 15px;
  }
  #section7 .reason-text,
  #section7 .reason-text p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* ===== SECTION 7 TABLET ===== */

@media (min-width: 768px) and (max-width: 1299px) {
  .section7-reasons-wrap {
    padding: 50px 20px 60px;
  }

  #section7-reasons {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  #main #section7-title {
    padding: 0 0 30px;
  }

  #main #section7-title h2 {
    font-size: 35px;
    letter-spacing: 0.16em;
  }

  #section7 .reason {
    padding: 20px 25px;
  }

  #section7 .reason-info {
    padding: 0;
  }

  #section7 .reason-number span {
    font-size: 60px;
  }

  #section7 .reason h3 {
    font-size: 16px;
  }

  #section7 .reason-text,
  #section7 .reason-text p {
    font-size: 14px;
    line-height: 26px;
  }
}

/* ===== SECTION 7 MOBILE ===== */

@media (max-width: 767px) {
  .section7-reasons-wrap {
    padding: 40px 20px 50px;
  }

  #main #section7 .container {
    display: block;
  }

  #main #section7-title-mobile {
    margin: 0 0 25px;
    padding: 0;
    background: none;
  }

  #main #section7-title-mobile h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.25;
    margin: 0 auto;
    color: #032855;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #section7-reasons-mobile {
    position: relative;
    padding: 0;
    margin: 0 0 60px;
  }

  #section7-reasons-mobile .reason {
    margin: 0 10px;
    height: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    background: #fff;
  }

  #section7-reasons-mobile .reason-info {
    padding: 23px 20px;
  }

  #section7-reasons-mobile .reason-number span {
    font-family: 'Montserrat', sans-serif;
    color: #45709b;
    font-weight: 300;
    font-size: 100px;
    line-height: 0.8;
    opacity: 1;
  }

  #section7-reasons-mobile .reason h3 {
    font-size: 16px;
    margin: 0 0 12px;
    text-align: left;
  }

  #section7-reasons-mobile .reason h3::after {
    content: none;
  }

  #section7-reasons-mobile .reason-text,
  #section7-reasons-mobile .reason-text p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }

  /* Slider arrows */
  #section7-reasons-mobile .slick-dots {
    display: none !important;
  }

  #section7-reasons-mobile .slick-arrow {
    position: absolute;
    bottom: -48px;
    z-index: 5;
    width: 17px;
    height: 20px;
    font-size: 0;
    border: none;
    background: url(images/icon-arrow-white.png) center center no-repeat;
    background-size: 17px 20px;
    cursor: pointer;
    padding: 0;
  }

  #section7-reasons-mobile .slick-prev {
    left: calc(50% - 47px);
    transform: scaleX(-1);
  }

  #section7-reasons-mobile .slick-next {
    right: calc(50% - 47px);
  }

  #section7-reasons-mobile .slick-prev::before,
  #section7-reasons-mobile .slick-next::before {
    content: none;
  }
}

/* ===== HOME section8 ===== */

#section8 {
  clear: both;
  width: 100%;
  position: relative;
  float: left;
  margin: 0;
  background: #fff;
  padding: 100px 100px 60px;
}

#section8 .container {
  max-width: 1680px;
}

#section8-awards {
  clear: both;
  width: 100%;
  position: relative;
}

#section8-awards h3 {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #d35b27;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 80px;
  text-align: left;
  padding: 0;
  border-bottom: none;
}

#section8-slider {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}

#section8-awards .award {
  height: 150px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

#section8-awards .award img {
  display: inline-block;
  max-height: 150px;
  max-width: 200px;
  width: auto;
}

/* Arrows */
#section8-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 32px;
  height: 36px;
  font-size: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

#section8-slider .slick-prev {
  left: -60px;
  background: url(images/icon-arrow-blue.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%) scaleX(-1);
}

#section8-slider .slick-next {
  right: -60px;
  background: url(images/icon-arrow-blue.png) center center no-repeat;
  background-size: contain;
}

#section8-slider .slick-prev::before,
#section8-slider .slick-next::before {
  content: none;
}

#section8-slider .slick-prev:hover,
#section8-slider .slick-next:hover {
  opacity: 0.7;
}

/* Hide dots */
#section8-slider .slick-dots {
  display: none !important;
}

/* Section 8 Tablet */
@media (min-width: 768px) and (max-width: 1299px) {
  #section8 {
    padding: 40px 80px;
  }
  #section8-awards h3 {
    font-size: 18px;
    margin: 0 0 30px;
  }
  #section8-awards .award {
    height: 100px;
  }
  #section8-awards .award img {
    max-height: 100px;
    max-width: 150px;
  }
  #section8-slider .slick-arrow {
    width: 23px;
    height: 26px;
    background-size: 23px 26px;
  }
  #section8-slider .slick-prev {
    left: -45px;
  }
  #section8-slider .slick-next {
    right: -45px;
  }
}

/* Section 8 Mobile */
@media (max-width: 767px) {
  #section8 {
    padding: 40px 40px;
  }
  #section8-awards h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 25px;
  }
  #section8-awards .award {
    height: 100px;
  }
  #section8-awards .award img {
    max-height: 100px;
    max-width: 150px;
  }
  #section8-slider .slick-arrow {
    width: 17px;
    height: 20px;
    background-size: 17px 20px;
  }
  #section8-slider .slick-prev {
    left: -15px;
  }
  #section8-slider .slick-next {
    right: -15px;
  }
}

/* ===== SECTION 9 ===== */

#main #section9 {
  padding: 0;
  background: #f4f5f4;
  float: left;
  width: 100%;
  position: relative;
}

.section9-wrap {
  display: flex;
  align-items: stretch;
}

/* Left image */
.section9-image {
  width: 37.25%;
  flex-shrink: 0;
  line-height: 0;
}

.section9-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right content */
.section9-content {
  flex: 1;
  min-width: 0;
  padding: 120px 80px 80px 180px;
}

#main #section9-title {
  margin: 0 0 40px;
  text-align: left;
}

#main #section9-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 60px;
  color: #032855;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
}

#section9-faqs {
  display: block;
  margin: 0 0 40px;
  max-width: 780px;
}

.faq-item {
  border-bottom: 1px solid #d3d2d2;
  padding: 0 0 0 20px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
}

.faq-question:hover .faq-question-text {
  color: #d35b27;
}

.faq-question-text {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  flex: 1;
  padding-right: 15px;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-toggle {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #d35b27;
  font-weight: 900;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-toggle {
  font-size: 0;
}

.faq-item.active .faq-toggle::after {
  content: '–';
  font-size: 18px;
  font-weight: 900;
  color: #d35b27;
}

.faq-answer {
  display: none;
  padding: 0 0 20px;
}

.faq-answer p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

/* Button */
#section9 .button {
  display: inline-block;
  margin: 0;
  padding: 13px 80px;
  border-radius: 42px;
  background: #45709b;
  border: 2px solid #d35b27;
  text-decoration: none;
  text-align: center;
}

#section9 .button strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#section9 .button em {
  display: block;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #f36d33;
  text-transform: lowercase;
}

#section9 .button:hover {
  background: #032855;
}

#section9 .button:hover strong {
  color: #fff;
}

/* ===== SECTION 9 RESPONSIVE ===== */

@media (max-width: 1900px) {
  #main #section9-title h2 {
    font-size: 54px;
  }
  .faq-question-text {
    font-size: 17px;
  }
}

@media (max-width: 1800px) {
  #main #section9-title h2 {
    font-size: 48px;
  }
  .section9-content {
    padding: 120px 60px 60px 130px;
  }
  .faq-question-text {
    font-size: 16px;
  }
}

@media (max-width: 1600px) {
  #main #section9-title h2 {
    font-size: 42px;
  }
  .section9-content {
    padding: 50px 50px 50px 60px;
  }
  .faq-question-text {
    font-size: 15px;
  }
}

@media (max-width: 1400px) {
  #main #section9-title h2 {
    font-size: 38px;
  }
  .section9-content {
    padding: 40px 40px 40px 50px;
  }
  .faq-question-text {
    font-size: 14px;
  }
}

/* ===== SECTION 9 TABLET ===== */

@media (min-width: 768px) and (max-width: 1299px) {
  .section9-wrap {
    display: flex;
  }

  .section9-image {
    width: 37.25%;
  }

  .section9-content {
    padding: 30px 30px 30px 40px;
  }

  #main #section9-title h2 {
    font-size: 36px;
    margin: 0 0 15px;
  }

  #main #section9-title {
    margin: 0 0 20px;
  }

  .faq-question {
    padding: 14px 0;
  }

  .faq-question-text {
    font-size: 14px;
  }

  #section9 .button {
    width: 270px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section9 .button strong {
    font-size: 14px;
  }

  #section9 .button em {
    font-size: 14px;
  }
}

/* ===== SECTION 9 MOBILE ===== */

@media (max-width: 767px) {
  .section9-wrap {
    display: block;
  }

  .section9-image {
    width: 100%;
  }

  .section9-image img {
    height: auto;
  }

  .section9-content {
    padding: 30px 20px 40px;
  }

  #main #section9-title {
    margin: 0 0 15px;
    text-align: center;
  }

  #main #section9-title h2 {
    font-size: 36px;
    text-align: center;
  }

  .faq-question {
    padding: 14px 0;
  }

  .faq-question-text {
    font-size: 14px;
  }

  .faq-answer,
  .faq-answer p {
    font-size: 14px;
  }

  #section9 .button {
    width: 268px;
    height: 59px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
  }

  #section9 .button strong {
    font-size: 14px;
  }

  #section9 .button em {
    font-size: 14px;
  }
}

/* ===== FOOTER ===== */

#colophon {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 0;
}

/* Footer Form Section */
#footer-top {
  background: url(images/bg-footer.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
}

#footer-form-section {
  padding: 150px 40px 210px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
#footer-form-section .container {
  max-width: 1550px;
}

/* Grey outline frame */
#footer-form-overlay {
  border: 1px solid #9c9c9c;
  background: transparent;
  padding: 100px 9% 80px;
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
}

#footer-form-title {
  text-align: center;
  margin: 0 0 70px;
  position: relative;
}
#footer-form-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 72px;
  color: #cfdae0;
  margin: 0 0 25px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
#footer-form-title h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #d35b27;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#footer-form-fields {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
#footer-form-inner {
  width: 100%;
}
#footer-form-section .gform_wrapper {
  overflow: visible;
  margin: 0;
  width: 100%;
  max-width: 100%;
  clear: both;
}
#footer-form-section .gform_body {
  width: 100%;
  float: left;
  margin: 0 0 50px;
}
#footer-form-section .gform_wrapper label {
  display: none !important;
}
#footer-form-section .gfield {
  position: relative;
  list-style: none;
}
#footer-form-section .gfield_input_label {
  color: #032855;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
  text-transform: none;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer-form-section .active .gfield_input_label {
  opacity: 0;
}

/* Hide (Required) validation text */
#footer-form-section .gfield_required,
#footer-form-section .gfield_required_asterisk,
#footer-form-section .gfield_required_custom,
#footer-form-section .gform_validation_container,
#footer-form-section .gfield_description.validation_message,
#footer-form-section .ginput_container_name label,
#footer-form-section .ginput_container_name .gform-field-label {
  display: none !important;
}

/* Hide character counter */
#footer-form-section .charleft,
#footer-form-section .ginput_counter,
#footer-form-section .ginput_counter_tinymce,
#footer-form-section .gfield_description:not(.validation_message) {
  display: none !important;
}

#footer-form-section .ginput_container {
  position: relative;
  width: 100%;
  height: 70px !important;
  overflow: visible;
  border: none;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.80);
}

/* Name field container - needs to be full width with sub-fields inside */
#footer-form-section #field_1_1 .ginput_container,
#footer-form-section #field_1_1 .ginput_container_name {
  height: auto !important;
  background: none;
  display: flex;
  gap: 38px;
}

#footer-form-section #field_1_1 .ginput_container_name .name_first,
#footer-form-section #field_1_1 .ginput_container_name .name_last {
  flex: 1;
  background: rgba(255, 255, 255, 0.80);
  height: 70px;
}

#footer-form-section input[type="text"],
#footer-form-section input[type="tel"] {
  float: left;
  width: 100% !important;
  padding: 22px 20px !important;
  color: #032855;
  font-family: 'Lato', sans-serif;
  font-size: 16px !important;
  line-height: 1;
  margin: 0 !important;
  border-radius: 0;
  height: 70px !important;
  letter-spacing: 0.04em;
  background: transparent;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
  border: 0;
  position: relative;
  z-index: 2;
  text-transform: none;
}
#footer-form-section input[type="email"] {
  float: left;
  width: 100% !important;
  padding: 22px 20px !important;
  color: #032855;
  font-family: 'Lato', sans-serif;
  font-size: 16px !important;
  line-height: 1;
  margin: 0 !important;
  border-radius: 0;
  height: 70px !important;
  letter-spacing: 0.04em;
  background: transparent;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
  border: 0;
  position: relative;
  z-index: 2;
  text-transform: none;
}

/* Placeholder text styling */
#footer-form-section ::placeholder {
  text-transform: none;
  color: #032855;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 1;
}
#footer-form-section textarea {
  float: left;
  width: 100% !important;
  padding: 22px 20px !important;
  color: #032855;
  font-family: 'Lato', sans-serif;
  font-size: 16px !important;
  line-height: 1.5;
  margin: 0 !important;
  border-radius: 0;
  box-sizing: border-box;
  text-align: left;
  height: 176px !important;
  font-weight: 400;
  border: 0;
  background: transparent;
  resize: none;
  text-transform: none;
}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
  position: relative;
}

#footer-form-section #gform_fields_1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 38px;
  row-gap: 26px;
  list-style: none;
}

#footer-form-section #field_1_1 .ginput_container_name legend,
#footer-form-section #input_1_1 legend {
  display: none !important;
}

/* Force phone container and input to fill width */
#footer-form-section .ginput_container_phone {
  width: 100% !important;
  height: 70px !important;
  background: rgba(255, 255, 255, 0.80);
}

#footer-form-section .ginput_container_phone input {
  width: 100% !important;
}

/* Force email container to fill width */
#footer-form-section .ginput_container_email {
  width: 100% !important;
  height: 70px !important;
  background: rgba(255, 255, 255, 0.80);
}

#footer-form-section .ginput_container_email input {
  width: 100% !important;
}

/* Form field layout - flex */
#footer-form-section #field_1_1 {
  position: relative;
  width: 100% !important;
  flex: 0 0 100%;
}
#footer-form-section #field_1_4 {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
#footer-form-section #field_1_2 {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
#footer-form-section #field_1_3 {
  position: relative;
  width: 100% !important;
  flex: 0 0 100%;
}
#footer-form-section #field_1_3 .ginput_container {
  height: 176px !important;
}
#footer-form-section .ginput_complex {
  margin: 0 !important;
}
#footer-form-section textarea {
  height: 176px !important;
}

/* Required text */
#footer-form-section .gform_body::after {
  content: 'all fields required *';
  display: block;
  clear: both;
  text-align: right;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fc773d;
  letter-spacing: 0.04em;
  padding: 10px 0 0;
}

/* Remove old dot pseudo-elements */
#footer-form-section .ginput_container::after {
  content: none;
}

/* Submit button */
#footer-form-section .gform_footer {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  clear: both;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer-form-section .gform_footer input.button,
#footer-form-section .gform_footer input[type=submit] {
  background: rgba(255, 255, 255, 0.31);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  height: 83px;
  width: 312px;
  display: inline-block;
  padding: 0 0 20px;
  border: 2px solid #d35b27;
  border-radius: 42px;
  cursor: pointer;
  transition: background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  position: relative;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

/* "click here" pseudo text below button text */
#footer-form-section .gform_footer::after {
  content: 'click here';
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #032855;
  text-transform: none;
  pointer-events: none;
  z-index: 3;
}

#footer-form-section .gform_footer input.button:hover,
#footer-form-section .gform_footer input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #45709b !important;
}

/* ===== Footer Info Section ===== */

#footer-info {
  float: left;
  width: 100%;
  background: none;
  padding: 0;
}

.footer-info-wrap {
  display: flex;
  align-items: stretch;
}

/* Blue content area - left side */
.footer-info-content {
  width: 44.1%;
  flex-shrink: 0;
  background: #032855;
  padding: 90px 60px 60px 120px;
}

/* Team image - right side */
.footer-image {
  flex: 1;
  min-width: 0;
  line-height: 0;
}

.footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Contact heading */
.footer-contact-heading h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 77px;
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 60px;
  text-transform: uppercase;
}

/* Phone */
.footer-phone {
  margin: 0 0 70px;
}

.footer-phone h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #fa6d30;
  text-transform: uppercase;
  margin: 0 0 5px;
  letter-spacing: 0;
}

.footer-phone h3::after {
  content: none;
}

.footer-phone .phone-number a {
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.footer-phone .phone-number a:hover {
  color: #fa6d30;
}

/* Offices - side by side */
.footer-offices {
  display: flex;
  gap: 50px;
  margin: 0 0 30px;
  padding: 0;
}

.footer-office h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #fe7032;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 0;
}

.footer-office h3::after {
  content: none;
}

.footer-office p {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 30px;
}

.footer-directions {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #5a8fc4;
  text-decoration: none;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-directions:hover {
  color: #fa6d30;
  text-decoration: none;
}

.footer-appointment {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: #5a8fc4;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 35px;
  align-items: flex-end;
  margin: 80px 0 0;
}

.social-icon {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  color: #fa6d30;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.social-icon:hover {
  color: #45709b;
}

.social-icon svg {
  display: block;
}

.social-x svg {
  width: 25px;
  height: 27px;
}

.social-facebook svg {
  width: 13px;
  height: 26px;
}

.social-facebook {
  margin-right: 5px;
}

.social-linkedin svg {
  width: 27px;
  height: 26px;
}

.social-google svg {
  width: 26px;
  height: 28px;
}

/* ===== Footer Bottom ===== */

#footer-bottom {
  float: left;
  width: 100%;
  padding: 36px 40px;
  position: relative;
  background: #cfdae0;
  margin: 0;
}

#footer-bottom .container {
  max-width: 1600px;
  text-align: center;
}

#footer-bottom p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

#footer-bottom p a {
  color: #000;
  text-decoration: none;
}

#footer-bottom p a:hover {
  color: #d35b27;
}

#footer-bottom .footer-credit {
  color: #000;
}

/* ===== FOOTER INFO RESPONSIVE ===== */

@media (max-width: 1900px) {
  .footer-info-content {
    padding: 80px 50px 50px 80px;
  }
  .footer-contact-heading h2 {
    font-size: 68px;
  }
  .footer-office p {
    font-size: 22px;
  }
  .footer-directions,
  .footer-appointment {
    font-size: 22px;
  }
  .footer-phone .phone-number a {
    font-size: 32px;
  }
}

@media (max-width: 1600px) {
  .footer-info-content {
    padding: 60px 40px 50px 60px;
  }
  .footer-contact-heading h2 {
    font-size: 60px;
  }
  .footer-office p {
    font-size: 20px;
  }
  .footer-directions,
  .footer-appointment {
    font-size: 20px;
  }
  .footer-phone .phone-number a {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .footer-info-content {
    padding: 50px 30px 40px 50px;
  }
  .footer-contact-heading h2 {
    font-size: 52px;
  }
  .footer-office p {
    font-size: 18px;
  }
  .footer-directions,
  .footer-appointment {
    font-size: 18px;
  }
  .footer-phone .phone-number a {
    font-size: 28px;
  }
}

/* ===== FOOTER TABLET ===== */
@media (min-width: 768px) and (max-width: 1299px) {
  /* Footer form */
  #footer-form-section {
    padding: 50px 20px;
  }
  #footer-form-overlay {
    padding: 40px 30px 50px;
  }
  #footer-form-title h2 {
    font-size: 43px;
  }
  #footer-form-section .ginput_container {
    height: 70px !important;
  }
  #footer-form-section input[type="text"],
  #footer-form-section input[type="tel"],
  #footer-form-section input[type="email"] {
    height: 70px !important;
    padding: 20px 15px !important;
    font-size: 16px !important;
  }
  #footer-form-section textarea {
    font-size: 16px !important;
    padding: 20px 15px !important;
    height: 151px !important;
  }
  #footer-form-section .gfield_input_label {
    font-size: 16px;
    top: 22px;
    left: 15px;
  }
  #footer-form-section #field_1_1 {
    width: 100% !important;
  }
  #footer-form-section #field_1_1 .ginput_container_name {
    gap: 20px;
  }
  #footer-form-section #field_1_1 .ginput_container_name .name_first,
  #footer-form-section #field_1_1 .ginput_container_name .name_last {
    height: 70px;
  }
  #footer-form-section #gform_fields_1 {
    column-gap: 20px;
    row-gap: 23px;
  }
  #footer-form-section #field_1_3 .ginput_container {
    height: 151px !important;
  }
  #footer-form-section .gform_body::after {
    font-size: 14px;
  }
  #footer-form-section .gform_footer input.button,
  #footer-form-section .gform_footer input[type=submit] {
    height: 70px;
    width: 260px;
    padding: 0 0 15px;
  }
  #footer-form-section .gform_footer::after {
    bottom: 12px;
  }

  /* Footer info */
  .footer-info-wrap {
    display: block;
  }

  .footer-info-content {
    width: 100%;
    padding: 60px 40px;
    text-align: center;
  }

  .footer-contact-heading h2 {
    font-size: 77px;
    text-align: center;
  }

  .footer-phone {
    margin: 0 0 30px;
  }

  .footer-phone h3 {
    text-align: center;
  }

  .footer-phone .phone-number {
    text-align: center;
  }

  .footer-offices {
    justify-content: center;
    gap: 60px;
  }

  .footer-office {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-image {
    width: 100%;
  }

  .footer-image img {
    height: auto;
  }

  #footer-bottom p {
    white-space: normal;
  }

  #footer-bottom .footer-credit {
    display: block;
  }
}

/* ===== FOOTER MOBILE ===== */
@media (max-width: 767px) {
  /* Footer form */
  #footer-form-section {
    padding: 30px 15px;
  }
  #footer-form-overlay {
    padding: 30px 20px 40px;
  }
  #footer-form-title {
    margin: 0 0 30px;
  }
  #footer-form-title h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
  #footer-form-section #gform_fields_1 {
    flex-direction: column;
    gap: 13px;
  }
  #footer-form-section .ginput_container {
    height: 58px !important;
  }
  #footer-form-section input[type="text"],
  #footer-form-section input[type="tel"],
  #footer-form-section input[type="email"] {
    height: 58px !important;
    padding: 18px 15px !important;
    font-size: 14px !important;
  }
  #footer-form-section textarea {
    height: 139px !important;
    padding: 18px 15px !important;
    font-size: 14px !important;
  }
  #footer-form-section .gfield_input_label {
    font-size: 14px;
    top: 18px;
    left: 15px;
  }
  #footer-form-section #field_1_1 {
    width: 100%;
  }
  #footer-form-section #field_1_1 .ginput_container_name {
    flex-direction: column;
    gap: 13px;
  }
  #footer-form-section #field_1_1 .ginput_container_name .name_first,
  #footer-form-section #field_1_1 .ginput_container_name .name_last {
    width: 100%;
    height: 58px;
    margin: 0;
  }
  #footer-form-section #field_1_4 {
    width: 100% !important;
    flex: 0 0 100%;
  }
  #footer-form-section #field_1_2 {
    width: 100% !important;
    flex: 0 0 100%;
  }
  #footer-form-section #field_1_3 {
    width: 100% !important;
    flex: 0 0 100%;
  }
  #footer-form-section #field_1_3 .ginput_container {
    height: 139px !important;
  }
  #footer-form-section .gform_body::after {
    font-size: 14px;
  }
  #footer-form-section .gform_footer input.button,
  #footer-form-section .gform_footer input[type=submit] {
    height: 58px;
    width: 217px;
    padding: 0 0 15px;
    font-size: 14px;
  }
  #footer-form-section .gform_footer::after {
    bottom: 11px;
  }

  /* Footer info */
  .footer-info-wrap {
    display: block;
  }

  .footer-info-content {
    width: 100%;
    padding: 40px 25px;
    text-align: center;
  }

  .footer-contact-heading h2 {
    font-size: 39px;
    text-align: center;
    margin: 0 0 25px;
  }

  .footer-phone {
    margin: 0 0 25px;
  }

  .footer-phone h3 {
    text-align: center;
  }

  .footer-phone .phone-number {
    text-align: center;
  }

  .footer-phone .phone-number a {
    font-size: 34px;
  }

  .footer-offices {
    display: block;
    margin: 0 0 20px;
  }

  .footer-office {
    text-align: center;
    margin: 0 0 25px;
  }

  .footer-office p {
    font-size: 18px;
  }

  .footer-directions,
  .footer-appointment {
    font-size: 18px;
  }

  .footer-social {
    justify-content: center;
    margin: 20px 0 0;
  }

  .footer-image {
    width: 100%;
  }

  .footer-image img {
    height: auto;
  }

  #footer-bottom {
    padding: 20px 20px;
  }

  #footer-bottom p {
    font-size: 12px;
    white-space: normal;
  }

  #footer-bottom .footer-credit {
    display: block;
    font-size: 12px;
  }
}


/* ===== PAGE CONTENT ===== */

/* ===== INNER PAGE LAYOUT ===== */

#main #page-content {
  padding: 140px 90px 130px;
  margin-top: 0;
}

#page-content .container {
  max-width: 1380px;
  overflow: hidden;
}

#page-content a {
  color: #d35b27;
  font-weight: 700;
  text-decoration: none;
}

#page-content a:hover {
  text-decoration: underline;
}

#main #page-content img {
  margin: 10px 16px 15px 0;
	    float: left;
}

/* Sidebar - left column */
#secondary {
  float: left;
  width: 32.2%;
  padding: 0;
  margin: 0;
}

#secondary #sidebar {
  width: 100%;
  padding: 0;
  background: none;
}

#secondary .sidebar-skyline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 55px;
}

/* Sidebar widget - nav menu styled as practice areas */
#secondary .widget {
  margin: 0;
}

#secondary .widget .widgettitle,
#secondary .widget-title {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #45709b;
  margin: 0 0 15px;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 17px;
  padding-left: 38px;
  text-align: left;
}

#secondary .widget .widgettitle::after,
#secondary .widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d35b27;
}

#secondary .widget ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

#secondary .widget ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#secondary .widget ul li a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #032855;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 24px 0 24px 85px;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #cfdae0;
  text-align: left;
}

#secondary .widget ul li a::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #cfdae0;
}

#secondary .widget ul li a:hover {
  color: #d35b27;
}

#secondary .button {
  display: inline-block;
  padding: 18px 60px;
  border-radius: 42px;
  background: #45709b;
  border: 2px solid #d35b27;
  text-decoration: none !important;
  text-align: center;
  margin: 30px 0 0;
}

#secondary .button strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #cfdae0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#secondary .button em {
  display: block;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #d35b27;
  text-transform: lowercase;
}

#secondary .button:hover {
  background: #032855;
}

/* Main content - right column */
#primary {
  float: right;
  width: 59.4%;
  margin: 0;
  padding: 0;
  position: relative;
}

#primary h1 {
font-family: 'Montserrat', sans-serif;
    margin: 0 0 45px;
    color: #032855;
    font-size: 61px;
    line-height: 1.2;
    font-weight: 300;
    position: relative;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

#primary h1 strong {
  color: #45709b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
  font-size: 50px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: none;
}

#primary h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 700;
  color: #d35b27;
  text-transform: none;
}

#primary h3 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: 700;
  color: #45709b;
  letter-spacing: 0;
  text-transform: none;
}

#primary h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-weight: 700;
  color: #032855;
  text-transform: uppercase;
}

#primary h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 15px;
  font-weight: 700;
  color: #45709b;
  text-transform: none;
}

#primary p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #000;
  margin: 0 0 20px;
}

#page-content p:last-child {
  margin: 0;
}

/* ===== INNER PAGE RESPONSIVE ===== */

@media (max-width: 1600px) {
  #primary h1 {
    font-size: 78px;
  }
  #primary h1 strong {
    font-size: 44px;
  }
}

@media (max-width: 1400px) {
  #primary h1 {
    font-size: 68px;
  }
  #primary h1 strong {
    font-size: 40px;
  }
  #secondary {
    width: 32.2%;
  }
  #secondary .widget ul li a {
    font-size: 16px;
    padding: 20px 0 20px 60px;
  }
  #secondary .widget ul li a::before {
    left: 25px;
  }
}

@media (max-width: 1299px) {
  #main #page-content {
    padding: 40px 40px 90px;
    margin-top: 0;
  }
  #secondary {
    float: left;
    width: 35%;
  }
  #secondary .sidebar-skyline {
    max-width: 100%;
  }
  #primary {
    float: right;
    width: 60%;
  }
  #primary h1 {
    font-size: 52px;
    margin: 0 0 25px;
  }
  #primary h1 strong {
    font-size: 32px;
  }
  #primary h2 {
    font-size: 19px;
  }
  #primary h3 {
    font-size: 24px;
  }
  #primary h4 {
    font-size: 16px;
  }
  #secondary .widget ul li a {
    font-size: 14px;
    padding: 14px 0 14px 33px;
  }
  #secondary .widget ul li a::before {
    left: 8px;
  }
  #secondary .widget .widgettitle,
  #secondary .widget-title {
    font-size: 26px;
  }
  #secondary .button {
    width: 270px;
    height: 56px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
  }
  #secondary .button strong {
    font-size: 14px;
  }
  #secondary .button em {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #main #page-content {
    padding: 40px 20px;
  }
  #secondary {
    display: none;
  }
  #primary {
    float: none;
    width: 100%;
  }
  #primary h1 {
    font-size: 35px;
    margin: 0 0 18px;
    letter-spacing: 0.08em;
  }
  #primary h1 strong {
    font-size: 22px;
  }
  #primary h2 {
    font-size: 16px;
  }
  #primary h3 {
    font-size: 20px;
  }
  #primary h4 {
    font-size: 14px;
  }
  #primary p {
    font-size: 14px;
    line-height: 1.8;
  }
  #secondary .sidebar-skyline {
    max-width: 200px;
  }
  #secondary .widget .widgettitle,
  #secondary .widget-title {
    font-size: 26px;
    padding-left: 38px;
  }
  #secondary .widget ul li a {
    font-size: 14px;
    padding: 14px 0 14px 24px;
  }
  #secondary .widget ul li a::before {
    left: 0;
  }
  #secondary .button {
    width: 268px;
    height: 59px;
  }
  #secondary .button strong {
    font-size: 14px;
  }
  #secondary .button em {
    font-size: 14px;
  }
}

/* ===== ATTORNEY ===== */

.page-template-page-attorney #secondary {
  float: left;
  width: 26%;
  margin: 0;
  background: none;
}
.page-template-page-attorney #primary {
  float: right;
  margin: 0;
  width: 60%;
}
.page-template-page-attorney #secondary img {
  margin: 0 0 20px !important;
}

/* ===== ATTORNEY HERO ===== */

.page-template-page-attorney #banner {
  background: linear-gradient(135deg, #45709b 0%, #032855 100%);
  height: 760px;
  padding: 0;
  align-items: stretch;
}

.page-template-page-attorney #banner .hero-slider,
.page-template-page-attorney #banner .hero-slide {
  display: none;
}

.attorney-hero-container {
  max-width: 1180px;
  display: flex;
  align-items: flex-end;
  padding: 0;
  position: relative;
  z-index: 2;
}

.attorney-hero-image {
  flex-shrink: 0;
  width: 50%;
  line-height: 0;
  align-self: flex-end;
  text-align: right;
  position: relative;
}

.attorney-hero-image img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 25%;
  bottom: 0;
}

.attorney-hero-info {
  flex: 1;
  padding: 360px 0 180px;
}

#banner .attorney-hero-info h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  line-height: 1.2;
  white-space: normal;
  text-shadow: none;
  text-align: left;
}

.attorney-hero-title {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6ca4dc;
  margin: 0 0 30px;
  text-align: left;
}

.attorney-hero-links {
  margin: 0;
}

.attorney-hero-links .attorney-link {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 23px 40px;
  border-top: 1px solid #48688d;
}

.attorney-hero-links .attorney-link:hover {
  color: #eb672d;
}

.attorney-hero-links .attorney-link img {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}

/* ===== ATTORNEY HERO RESPONSIVE ===== */

@media (max-width: 1299px) {
  .attorney-hero-container {
    max-width: 100%;
    padding: 0 30px;
  }

  .attorney-hero-info {
    padding: 120px 0;
  }

  #banner .attorney-hero-info h1 {
    font-size: 38px;
  }

  .attorney-hero-title {
    font-size: 20px;
  }

  .attorney-hero-links .attorney-link {
    font-size: 16px;
    padding: 18px 30px;
  }
}

@media (max-width: 767px) {
  .attorney-hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }

  .attorney-hero-image {
    width: 70%;
    order: 1;
  }

  .attorney-hero-info {
    padding: 60px 0 0;
    order: 0;
  }

  #banner .attorney-hero-info h1 {
    font-size: 30px;
  }

  .attorney-hero-title {
    font-size: 18px;
  }

  .attorney-hero-links .attorney-link {
    justify-content: center;
    font-size: 16px;
    padding: 16px 20px;
  }
}

/* ===== ATTORNEY PAGE STYLES ===== */

#attorney-practice-areas {

}
#attorney-background {
  
}
#attorney-groups {
  
}
.page-template-page-attorney #secondary h3 {
  color: #45709b;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  font-size: 28px;
  padding: 0 0 10px;
  position: relative;
}
.page-template-page-attorney #secondary h4 {
  color: #000;
  text-transform: none;
  font-size: 16px;
  position: relative;
}
.page-template-page-attorney #secondary h3:after {
  content:'';
  background: #45709b;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
}
.page-template-page-attorney #primary h3 {
  color: #d35b27;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#primary blockquote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #d35b27;
  line-height: 1.6;
}

.page-template-page-attorney #primary .attorney-details h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #032855;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #858484;
}


.page-template-page-attorney #secondary ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}
.page-template-page-attorney #secondary li {
  padding: 0 0 0 20px;
  position: relative;
}
.page-template-page-attorney #primary h2 {
  color: #032855;
  font-size: 45px;
  font-style: normal;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 40px;
  font-weight: 500;
}
.page-template-page-attorney #primary h2:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #CCC;
}
#attorney-info {
  padding: 30px;
  box-shadow: rgba(0,0,0,0.3) 0px 0px 12px;
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
#attorney-job-title {
  float: left;
  width: 33.33%;
  text-align: center;
  color: #45709b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: relative;
  padding: 5px 0 0;
}
#attorney-job-title:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  height: 70px;
  width: 1px;
  background: #CCC;
  margin: -35px 0 0;
}
#attorney-phone {
  float: left;
  width: 33.33%;
  position: relative;
}
#attorney-phone:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  height: 70px;
  width: 1px;
  background: #CCC;
  margin: -35px 0 0;
}
#phone-number {
  max-width: 110px;
  margin: 0 auto;
}
#attorney-phone strong {
  background: url(images/icon-phone-number.png) center left no-repeat;
  padding: 0 0 0 25px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: inline-block;
}
#attorney-phone span {
  display: block;
  color: #032855;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#attorney-social {
  float: left;
  width: 33.33%;
  position: relative;
  padding: 0 30px;
}
#social {
  max-width: 130px;
  margin: 0 auto;
}
#social strong {
  background: url(images/icon-social.png) center left no-repeat;
  padding: 0 0 0 25px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
  margin: 0;
}
#attorney-social-linkedin {
  font-size: 0px;
  height: 22px;
  width: 20px;
  display: inline-block;
  background: url(images/social-linkedin.png) 0px 0px no-repeat;
  cursor: pointer;
  margin: 0 5px;
}
#attorney-social-linkedin:hover {
  background: url(images/social-linkedin.png) 0px -30px no-repeat;
}
#attorney-social-instagram {
  font-size: 0px;
  height: 22px;
  width: 20px;
  display: inline-block;
  background: url(images/social-instagram.png) 0px 0px no-repeat;
  cursor: pointer;
  margin: 0 5px;
}
#attorney-social-instagram:hover {
  background: url(images/social-instagram.png) 0px -30px no-repeat;
}
#attorney-social-facebook {
  font-size: 0px;
  height: 22px;
  width: 10px;
  display: inline-block;
  background: url(images/social-facebook.png) 0px 0px no-repeat;
  cursor: pointer;
  margin: 0 5px;
}
#attorney-social-facebook:hover {
  background: url(images/social-facebook.png) 0px -30px no-repeat;
}
#attorney-social-youtube {
  font-size: 0px;
  height: 22px;
  width: 24px;
  display: inline-block;
  background: url(images/social-youtube.png) 0px 0px no-repeat;
  cursor: pointer;
  margin: 0 5px;
}
#attorney-social-youtube:hover {
  background: url(images/social-youtube.png) 0px -30px no-repeat;
}

@media(max-width: 1299px) {
  .page-template-page-attorney #secondary {
  display: none;
  }
  .page-template-page-attorney #primary {
  width: 100%;
  }
  #attorney-areas-of-practice {
    
  }
  #attorney-background {
    
  }
  #attorney-groups {
    
  }
  .page-template-page-attorney #secondary h3 {
  }
  .page-template-page-attorney #secondary ul {
  }
  .page-template-page-attorney #secondary li {
  }
  .page-template-page-attorney #primary h2 {
    
  }
  #attorney-info {
    
  }
  #attorney-job-title {
    
  }
  #attorney-phone {
    
  }
  #attorney-social {
    
  }
  #attorney-social-linkedin {
    
  }
  #attorney-social-facebook {
    
  }
  #attorney-social-instagram {
    
  }
  #attorney-social-youtube {
    
  }
}

@media(max-width: 767px) {
  .page-template-page-attorney #secondary {
  }
  .page-template-page-attorney #primary {
  }
  #attorney-areas-of-practice {
    
  }
  #attorney-background {
    
  }
  #attorney-groups {
    
  }
  .page-template-page-attorney #secondary h3 {
  }
  .page-template-page-attorney #secondary ul {
  }
  .page-template-page-attorney #secondary li {
  }
  .page-template-page-attorney #primary h2 {
    font-size: 36px;
  }
  #attorney-info {
    
  }
  #attorney-job-title {
    width: 100%;
    margin: 0 0 30px;
  }
  #attorney-job-title:after {
    content: none;
  }
  #attorney-phone {
    width: 100%;
    margin: 0 0 30px;
  }
  #attorney-phone:after {
    content: none;
  }
  #attorney-social {
    width: 100%;
  }
  #attorney-social-linkedin {
    
  }
  #attorney-social-facebook {
    
  }
  #attorney-social-instagram {
    
  }
  #attorney-social-youtube {
    
  }
}

/* ===== POSTS ===== */

#posts {
  width: 100%;
  clear: both;
  margin: 0;
}
#posts .post {
  width: 100%;
  clear: both;
  margin: 0 0 60px;
}
#posts .post:last-child {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
#main .post .entry-title {
  text-align: left;
  border-bottom: 0px;
  padding: 0;
  margin: 0 0 25px;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0px;
  text-transform: none;
  color: #032855;
}
#main .post .entry-title a {
  font-weight: 400;
}
#main .post .entry-title a:hover {
  text-decoration: none;
}
#main .post .entry-meta {
  width: 100%;
  clear: both;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: relative;
}
#main .post .entry-meta a {
  font-weight: 400;
  color: #000;
}
#main .post .entry-meta a:hover {
  font-weight: 600;
  text-decoration: none;
}
#main .post .entry-content {
  width: 100%;
  clear: both;
}
#main .post .entry-content ul {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
}
#main .post .entry-content ol {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
}
#main .posts-nav {
  float: left;
  width: 100%;
  margin: 70px 0 0;
}
#main .posts-nav ul {
  margin: 0;
}
#main .posts-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  clear: none;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#main #primary .posts-nav ul li:before {
  content: none;
}
#main .posts-nav ul li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
  border: 1px solid #000;
  padding: 10px 10px;
}
#main .posts-nav-links {
  float: left;
}
#main .posts-nav-links > div {
  position: relative;
}
#main .posts-nav-links .prev-link:after {
  content: '';
  position: absolute;
  height: 14px;
  width: 1px;
  right: 0px;
  top: 5px;
}
#main .posts-nav-links a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding: 0 14px 0 0;
}
#main .posts-nav-links a.next-link:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  right: 0px;
}

/* ===== SIDEBAR ===== */

#secondary .widget {
  float: left;
  width: 100%;
  clear: both;
  font-size: 15px;
  position: relative;
  z-index: 2;
  padding: 0;
}
#secondary .widget:last-child {
}
#secondary .widget_nav_menu {background: none;}
#secondary .widget h3 {
  width: 100%;
  clear: both;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: none;
  margin: 0 0 30px;
  height: auto;
  position: relative;
  color: #45709b;
}
#secondary .widget ul {
  width: 100%;
  clear: both;
  margin: 0;
  float: left;
  padding: 6px 23px;
  position: relative;
  z-index: 2;
  background: #fff;
}
#secondary li {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: none;
}
#secondary li:last-child {
  margin: 0;
  border-bottom: none;
}
#secondary li a {
  display: block;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 22px 0;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.03px;
  text-decoration: none !important;
  position: relative;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
}
#secondary li:hover > a {
  color: #d35b27;
  font-weight: 700;
}
#secondary li:last-child a {
  border-bottom: 0px;
}

/* ===== CASE STUDIES ===== */

#case-studies-title h1 {
  color: #032855;
  margin: 0 0 60px;
}
#case-studies-title h1 em {
  position: relative;
  padding: 0 0 5px;
}
#case-studies-title h1 em:after {
  content: '';
  background: #d3d2d2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 6px;
  width: 100%;
}
#case-studies .case-study {
  float: left;
  width: 33.33%;
  height: 370px;
  background: #f4f5f4;
  padding: 60px 30px;
}
#case-studies .case-study:nth-child(2n+2) {
  background: #f4f5f4;
}
#case-studies .case-study-title {
  color: #032855;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 30px;
  text-align: center;
  position: relative;
  margin: 0 0 20px;
}
#case-studies .case-study-title:after {
  content: '';
  background: #45709b;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 70px;
  height: 7px;
  margin: 0 0 0 -35px;
}
#case-studies .case-study-text {
  text-align: center;
  margin: 0 0 30px;
}
#case-studies .case-study-link {
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #45709b;
  font-size: 16px;
  text-transform: uppercase;
}

@media(max-width: 1299px) {
  #case-studies .case-study {
    width: 50%;
    height: 370px;
    padding: 60px 30px;
  }
}

@media(max-width: 767px) {
  #case-studies .case-study {
    width: 100%;
    height: 370px;
    padding: 60px 30px;
  }
}

/* ===== PRACTICE AREAS ===== */

#practice-areas-title {
  margin: 0 0 108px;
}
#practice-areas-title h1 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: #032855;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 39px;
  position: relative;
}
#practice-areas-title h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 192px;
  height: 4px;
  background: #bec8ce;
}
.page-template-page-practice-areas #practice-areas {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.page-template-page-practice-areas #practice-areas > div {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-page-practice-areas #practice-areas > div h3 {
  display: none;
}
.page-template-page-practice-areas #practice-areas > div:last-child {
  margin: 0;
}
.page-template-page-practice-areas #practice-areas ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
}
.page-template-page-practice-areas #practice-areas li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  width: calc(25% - 53px);
  box-sizing: border-box;
}
.page-template-page-practice-areas #page-content #practice-areas li a {
  color: #000;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 20px 0;
  float: left;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  line-height: 1;
  border-bottom: 1px solid #cfdae0;
  text-transform: uppercase;
}
.page-template-page-practice-areas #page-content #practice-areas li a:hover {
  color: #eb672d;
  background: none;
  font-weight: 700;
}
.page-template-page-practice-areas #practice-areas > div:last-child ul {
  margin: 0;
}

@media (max-width: 1299px) {
  #practice-areas-title {
      margin: 0 0 60px;
  }
  .page-template-page-practice-areas #practice-areas {
    padding: 50px 8%;
  }
  .page-template-page-practice-areas #practice-areas ul {
    column-gap: 30px;
  }
  .page-template-page-practice-areas #practice-areas li {
    width: calc(33.33% - 20px);
    margin: 0 0 10px;
  }
  .page-template-page-practice-areas #page-content #practice-areas li a {
    font-size: 14px;
  }
  .page-template-page-practice-areas #practice-areas-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .page-template-page-practice-areas #practice-areas-title {
    margin: 0 0 30px;
  }
  .page-template-page-practice-areas #practice-areas-title h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-template-page-practice-areas #practice-areas > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-template-page-practice-areas #practice-areas > div:last-child {
    margin: 0;
  }
  .page-template-page-practice-areas #practice-areas li {
    margin: 0;
    width: 100%;
  }
  .page-template-page-practice-areas #page-content #practice-areas li a {
    padding: 20px 0;
  }
}
/* ===== ERROR 404 ===== */
.error404 #page-content h1 {
  text-align: center;
  font-size: 46px;
  line-height: 60px;
  margin: 0 0 200px;
}
.error404 #page-content p {
  text-align: center;
}

#primary ::before
 {
    display: none;
}

.page-template-default #banner-text,
.blog #banner-text,
.post-template-default #banner-text,
.page-template-page-practice-areas #banner-text,
.page-template-template-bike-landing #banner-text,
.page-template-template-construction-landing #banner-text,
.page-template-template-drunk-landing #banner-text,
.page-template-template-motorcycle-landing #banner-text {
    margin: -60px auto 0;
}


@media (min-width: 1299px) {
.page-car-accident-lawyer-portland #masthead {
  height: 891px;
}
}

p.blockquotecar {
    background: #ffffff !important;
    border-left: 6px solid #b35f3a !important; /* Matches your orange-ish accent color */
    padding: 30px 40px !important;
    margin: 40px 0 !important;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft, modern shadow */
    font-style: normal !important;
}

p.blockquotecar p {
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    color: #333 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
.page-id-67 #banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 116px 50px 0;
    color: #fff;
    height: 500px;
    background: none;
    overflow: hidden;
}	
	.page-id-67 header#masthead {
    height: 600px!important;
}
}
img.size-full.alignnone {
    float: none !important;
}