/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
  font-size: 18px !important;
  font-weight: 300;
}

p {
  font-family: 'Jost', sans-serif;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
.cases li,
.testimonial-content,
.banner__tagline,
.testimonial-description,
.content__title {
  font-family: 'Jost', sans-serif;
}

.author-designation,
#block-views-blockother-cases-block-1 h2,
.block-views-blocksettled-case-menu-block-1 h2,
.tbm-link.level-1 {
  /* font-family: var(--bs-font-sans-serif); */
  font-family: 'Jost', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

/* #block-views-blockother-cases-block-1 h2 {
    font-weight: 500;
} */

p {
  color: black;
}

.container-fluid {
  margin: 0 !important;
}

.main-content {
  padding: 0 !important;
}

/* footer */

.footer {
  background-color: #102344;
  color: white;
  font-size: 0.9vw;
  font-weight: 300;
}

.footer li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer h3 {
  padding-top: 7px;
  margin-bottom: 27px;
  font-weight: 500;
  font-size: 24px;
}

.footer ul {
  padding: 0;
}

.footer a {
  color: white;
}

.footer-top {
  padding: 70px 0 50px;
}

.footer-top .address {
  margin: 40px 0;
}

#block-bottini-social .field--name-field-socials {
  display: flex;
  gap: 20px;
}

.copyright {
  background-color: black;
  font-size: 18px;
}

.copyright p {
  margin-bottom: 0;
  padding: 15px 0px;
  color: #fff;
}

.copyright .content {
  display: flex;
  justify-content: center;
}

.footer .list a:hover {
  text-decoration: underline;
  color: #fff;
  text-decoration-color: #dddddd;
  text-decoration-thickness: 1.3px;
}

.footer .footer-german {
  padding-top: 22px;
}

#block-bottini-contactinformationgermany .address {
  margin-bottom: 10px;
}

.footer .footer-about-us {
  display: flex;
  justify-content: center;
}

/* Header */

#header {
  padding: 0px 0;
  font-size: 1.1vw;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
}

#header .list {
  display: flex;
  gap: 50px;
  list-style: none;
  flex-direction: row;
}

#header a {
  color: black;
}

.node__meta {
  display: none;
}

#header .container-fluid {
  padding: 0;
}

.navbar {
  display: flex;
  gap: 0px;
  align-items: baseline;
  flex-direction: row;
}

.header-nav {
  display: flex;
  justify-content: space-between;
}

.header .tbm-nav .tbm-item--has-dropdown .tbm-link {
  position: relative;
}

.header .tbm-nav .tbm-item--has-dropdown .tbm-link.level-1::before {
  content: '\f078';
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  margin-top: 5px;
  font-size: 14px;
}

#header .tbm-nav .tbm-item.level-1:hover a.tbm-link.level-1,
#header .tbm-nav .tbm-item.level-1:hover span.tbm-link.level-1 {
  text-decoration: underline;
}

.navbar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.navbar-icon {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
}

.search-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(166.11deg,
      rgba(0, 1, 12, 0.82) 31.41%,
      rgba(0, 1, 12, 0.82) 129.2%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: -1;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.search {
  width: 90%;
  max-width: 800px;
}

.search-input-wrapper {
  position: relative;
  width: 100%;
}

.search-bar {
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  outline: none;
}

.search-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #bd102b;
  color: white;
  border: none;
  border-radius: 30px;
  width: 90px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-submit:hover {
  background: #9a0d23;
}

.search-icon {
  cursor: pointer;
  font-size: 20px;
}

.tbm-item.level-1 {
  border: none !important;
}

.tbm {
  background-color: white !important;
}

.tbm-link.level-1 {
  padding: 30px 2rem 30px 2rem !important;
  font-weight: 400;
  font-size: 20px;
}

.tbm-link.level-1:hover,
.tbm-link-container:hover .tbm-link,
.tbm-link.level-1:focus {
  background-color: white !important;
  color: #bd102b !important;
}

/* submenu */

.cases-list {
  margin-top: 7px;
  line-height: 1.4;
}

.block-views-blockother-cases-block-1 h2,
.block-views-blocksettled-case-menu-block-1 h2 {
  font-size: 1.1rem;
}

.tbm-submenu {
  padding: 1.5rem !important;
}

.tbm-subnav>.tbm-item>.tbm-link-container>.tbm-link {
  padding: 0 0 12px 0 !important;
  font-size: 1rem;
}

.tbm-subnav>.tbm-item:last-child>.tbm-link-container>.tbm-link {
  padding-bottom: 0 !important;
}

.tbm-center>.tbm-submenu {
  left: 42% !important;
}

#header .navbar .tbm-block .block .content .view .more-link {
  margin: 10px 0;
}

.tbm-column .view-content {
  position: relative;
  padding: 10px 0;
}

/*********Header and Submenu **********/

.node__content {
  margin-top: 0;
  font-size: 18px;
}

.header .header-nav .logo {
  display: flex;
  align-items: center;
}

.case-submenu-wrapper .tbm-column {
  position: relative;
}

.case-submenu-wrapper .tbm-column::before {
  content: '';
  background: #f1f1f1;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 50px;
}

.case-submenu-wrapper .tbm-column:last-child::before {
  display: none;
}

.header .tbm-submenu {
  border: 1px solid #eee;
}

#header .navbar .case-submenu-wrapper .more-link a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 500;
  background: #e01020;
  padding: 10px 15px;
  border-radius: 5px;
}

#header .navbar .case-submenu-wrapper .more-link a:hover {
  background: #c70f1e;
}

/*******Case Banner******/

.case-banner-heading {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.case-banner-heading h1 {
  margin-bottom: 0;
  font-size: 46px;
}

.case-banner-section {
  position: relative;
  height: 250px;
}

.case-banner-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span,
.banner-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #e01020;
}

/* sidebar */

.sidebar_second {
  width: 100%;
}

.sidebar_second .block {
  border: none !important;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1), 2px 2px 4px rgba(0, 0, 0, 0.05);
}

.node-content .sidebar_second .list {
  padding: 10px 0;
  margin-bottom: 0;
}

.node-content .sidebar_second a {
  font-size: 16px;
}

#header .navbar .tbm-block .block .content .view .more-link a {
  font-size: 0.9rem;
}

.node-content .sidebar_second a,
#header .navbar .tbm-block .block .content .view .more-link a {
  text-decoration: none;
  color: #4d4d8d;
  font-weight: 500;
}

.node-content .node__content .field--name-body a {
  color: #124a94;
  font-size: 1rem;
}

.node-content .sidebar_second .list a:hover,
.node-content .node__content .field--name-body a:hover,
#header .cases-list a:hover,
.page-view-other-cases .views-field-title span.field-content a:hover,
.page-view-other-cases span.field-content a:hover,
.node-content .node__content .field__item a:hover,
.page-view-join-action .field-content a:hover,
.tab-lists .lists a:hover,
.path-search .main-content .list-group-item h3 a:hover,
.attorney-list a:hover,
.list li a:hover,
.attorney-mail a:hover,
#header .navbar .tbm-block .block .content .view .more-link a:hover,
.page-view-other-cases .cases-content .title a:hover,
.page-view-other-cases .cases-content .read-more a:hover {
  color: #bd102b;
}

.node-content .sidebar_second .list li {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0px 24px 0px 30px;
  background: url('/themes/custom/bottini/assets/images/dot1.png') no-repeat left center;
  background-size: 10px 10px;
  background-position: 0 55%;
}

.node-content .sidebar_second .list li:last-child {
  margin-bottom: 0;
}

#block-bottini-othercasessidebar .content p {
  line-height: 1.5rem;
}

.sidebar .block {
  padding: 20px;
}

.sidebar_second .field--name-body {
  float: none;
}

.attorney-info .mail a {
  padding-right: 25px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAMAAAB4p3UoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxZGQxYmE1OS1iZjc5LTQ3MGMtYjJkNC01NjE4NzFhZDE4NmIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTRDRUM3QzQzQTNCMTFFQThBMzNGOTNDN0RBQTREMjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTRDRUM3QzMzQTNCMTFFQThBMzNGOTNDN0RBQTREMjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjMzNDc1MmUtMWIxYS00YTY2LWFkYTQtYjA4ZDE4NmQxNzk5IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YTAzNjU4ODUtM2ZhOC0xYjQzLTgyOTQtMjMzYmFhNmVlN2FiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4CjzcgAAAJlQTFRF++zt0jI60S42//7+0jE51T5F99vd+ePk/PLy4G512lJa9tja1DtD1kRL/vz843yC0Ccv3F1k+ubo/vn58sHF9tfZ6JKW9c7R7q+z8bq+0Cgv+N/h0Sw15YSK1kFJ66Cl4nqA4XJ40Ss010ZO8La666Kn9MrN65+k5YeM1UFI0i837rC03WBo7amt0zM76JWb542SziAn////HOb2ZgAAAIhJREFUeNpUz0cSwjAMBVC5pPdOh4SS0LHufzhs7ITJX2ne4kuClZgnBUFqhmNYTQQIJ/IKA4UXOVLQzXz4AfiZi0owTkJbgh0mMWpB3NMSy65Xo5Ezpy29HtgkT1IFjwCO21EWr0o37wYtd9qY7bn1UbLkzXRhbr2lbC74z5pwSOdv3U5fAQYAjrEg4Ebk06UAAAAASUVORK5CYII=) no-repeat;
  background-position: right 0px top 4px;
  background-size: 18px;
}

.mail a {
  color: #666;
  word-spacing: 5px;
  font-size: 1.1rem;
  font-weight: 400;
}

.mail a:hover {
  text-decoration: underline;
}

.attorney-info {
  position: relative;
}

.attorney-title {
  background-image: url;
}

.attorenys-user-list .attorney-info {
  text-align: center;
  padding: 20px;
}

.attorenys-user-list .attorney-content:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.5s;
}

/* main-content */

.title-bar {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}

.feather {
  transform: rotate(-4deg);
  display: none;
}

.title-text,
.page-view-other-cases .field-content a,
.page-view-other-cases .title-bar,
.page-view-other-cases .cases-content .case-type a,
.page-view-other-cases .cases-content .case-type {
  color: #333;
  margin-bottom: 0;
}

.page-view-other-cases .node-content .view-content .views-row,
.path-search .main-content .list-group-item,
.page-view-other-cases .other-cases {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  padding: 40px 0px;
}

.page-view-other-cases .node-content.view-content {
  padding: 0px 50px 0 12px;
}

.page-view-other-cases .views-field-title span.field-content a,
.page-view-other-cases span.field-content a,
.page-view-other-cases .views-field-title,
.page-view-join-action .field-content a,
.node-content .node__content .field__item a,
.path-search .main-content .list-group-item h3 a,
.attorney-list a,
.page-view-other-cases .cases-content .title a,
.page-view-other-cases .cases-content .read-more a {
  font-size: 18px;
  color: #124a94;
  margin-bottom: 16px;
}

.page-view-other-cases .field-content a,
.page-view-other-cases span.field-content a,
.view-other-cases .views-field .field-content,
.page-view-join-action .field-content a,
.node-content .node__content .field__item a,
.page-view-other-cases .cases-content .case-type a,
.page-view-other-cases .cases-content .case-type,
.page-view-other-cases .cases-content .summary,
.page-view-other-cases .cases-content .read-more a {
  font-size: 18px;
}

.page-view-other-cases .views-field-title span.field-content a,
.page-view-other-cases span.field-content a,
.page-view-other-cases .views-field-title,
.page-view-other-cases .field-content a,
.page-view-other-cases .field-content,
.node-content .node__content .field--name-body a,
.attorney-list a,
.footer a,
.mail a,
#header a,
.attorney-mail a,
.page-view-other-cases .cases-content .title a,
.page-view-other-cases .cases-content .case-type a,
.page-view-other-cases .cases-content .read-more a {
  text-decoration: none;
}

.page-node-15 #edit-your-name,
.page-node-15 #edit-your-email,
.page-node-15 #edit-phone,
#edit-company-name,
.page-node-15 #edit-first-name,
#edit-last-name,
.page-node-15 #edit-email,
.page-node-15 #edit-phone {
  width: 70%;
}

.page-node-33 .required.form-control,
.node-content .webform-button--submit,
.page-node-15 .form-control {
  border-radius: 0;
  margin-top: 8px;
}

.page-node-33 label,
.page-node-15 label,
#edit-accurate--wrapper-legend,
#edit-intent-to-sign--wrapper-legend {
  font-weight: 500;
}

.page-node-15 .form-check-label {
  font-weight: 400;
}

.node-content .webform-button--submit {
  width: fit-content;
  background-color: #a8062f;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
}

.webform-button--submit:hover {
  background-color: #da0a3f;
}

#webform-submission-webform-33-node-33-add-form,
#webform-submission-webform-15-node-15-add-form {
  padding-right: 20px;
}

.form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23bd102b'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border-color: #bd102b;
}

/* search page */

.path-search .js-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.path-search .js-form-wrapper,
.path-search .form-type-search {
  margin-bottom: 0 !important;
}

.path-search .form-type-search label,
#edit-help-link,
#edit-advanced {
  display: none;
}

.path-search .js-form-submit {
  background-color: #bd102b;
  color: #fff;
  border: 1px solid #bd102b;
}

.path-search .form-search,
.path-search .js-form-submit {
  padding: 15px 50px;
  border-radius: 0;
  width: fit-content;
  font-size: 1.1rem;
}

.path-search .form-search {
  background: #f9f9f9;
}

.path-search .main-content h2::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('/themes/custom/bottini/assets/images/feather.png') no-repeat center center;
  background-size: contain;
  margin-left: 20px;
  transform: rotate(-4deg);
}

.path-search .main-content .list-group {
  padding: 0 50px 0 0;
}

.path-search .search-form {
  margin: 100px 0 40px 0;
}

/* Attorney Page */

.page-node-21 .node__content .field--name-body p,
.attorney-img {
  overflow: hidden;
}

.image-style-wide,
.page-node-21 .node__content .field--name-body img,
.attorney-img img {
  height: 320px;
  width: 300px;
  object-fit: cover;
  transform: scale(1);
  transition: 1s transform ease;
}

.page-view-attorneys .node-content {
  margin: 50px 0;
}

.page-node-21 .node__content .field--name-body img:hover,
.attorney-img img:hover {
  transform: scale(1.1);
}

.page-node-21 .node__content .field--name-body img {
  display: block;
}

.page-node-21 .node__content .field--name-body,
.field--name-field-our-attorneys {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.page-node-21 .node-content .node__content .field--name-body a::before {
  display: none;
}

.our-attorney {
  position: relative;
  width: 225px;
  overflow: hidden;
}

.attorney-img {
  position: relative;
  overflow: hidden;
}

.field--name-field-our-attorneys .field__item .our-attorney .attorney-name a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.attorney-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
}

.our-attorney:hover .attorney-name {
  transform: translateY(0);
  opacity: 1;
}

.node--type-our-attorneys .node__content {
  margin-top: 20px;
}

.attorney-tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 74px;
  margin: 0px;
  background: linear-gradient(to right, #e5e9ec, #e5e9ec);
}

.attorney-tab::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 200vw;
  background: inherit;
  overflow: hidden;
}

.attorney-content .nav-pills .nav-link.active {
  background-color: inherit;
  color: black;
  border-radius: 0;
}

.attorney-content .nav-pills .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  color: #666e73;
  position: relative;
}

.attorney-content .nav-pills .nav-link.active::before {
  content: '';
  position: absolute;
  background-color: #ce222e;
  width: 100%;
  height: 5px;
  bottom: 0;
}

.attorney-content .nav-pills .nav-item {
  margin: 0 40px 0 0;
}

/* .page-node-185 .profile-img img    {
    height: auto;
    width: auto;
} */

.page-view-other-cases .sidebar .block {
  margin-top: 30px;
}

.node--type-our-attorneys .sidebar_second .block,
.page-view-other-cases .sidebar .block {
  box-shadow: none;
}

.node--type-our-attorneys .node-content .sidebar_second .list li,
.node--type-our-attorneys .node-content .sidebar_second a,
.page-view-other-cases .node-content .sidebar_second .list li,
.page-view-other-cases .node-content .sidebar_second a,
.page-view-other-cases .sidebar .block {
  background: none;
  font-size: 1.1vw;
  padding: 0;
}

.page-view-other-cases .sidebar .block {
  margin-left: 50px;
}

/******Attroneys Page********/

.attorney-banner {
  position: relative;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.attorney-banner::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to left, #102344, rgb(0 0 0 / 45%));
  width: 100%;
  height: 100%;
  right: 0;
}

.attorney-banner .attorney-list {
  margin-bottom: 10px;
  position: relative;
}

.attorney-banner .attorney-list a,
.attorney-banner .attorney-list a:hover {
  font-size: 46px;
  color: #fff;
}
.attorney-banner .attorney-list{
  font-size: 46px;
  color: #fff;
}

.attorney-banner .attorney-mail a {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}

.profile-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-img img {
  width: 400px;
  height: 380px;
  object-fit: cover;
}

.attorney-page-wrapper .tab-content {
  margin: 50px 0 70px;
}

.attorney-page-wrapper .sidebar_second {
  margin: 110px 0px 70px;
}

.attorney-page-wrapper .sidebar .block {
  padding: 25px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 5px;
  background: linear-gradient(to right,
      rgb(229 233 236 / 38%),
      rgb(229 233 236 / 40%));
}

.attorney-page-wrapper .sidebar ul.list li a {
  font-size: 18px;
  color: #2c2c2c;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0px;
  display: block;
}

.attorney-page-wrapper .sidebar ul.list li:last-child a {
  border: 0;
  padding-bottom: 0;
}

.attorney-page-wrapper .sidebar ul.list li:first-child a {
  padding-top: 0;
}

.attorney-page-wrapper .sidebar ul.list {
  padding: 0;
}

.attorney-page-wrapper .sidebar ul.list li {
  margin-bottom: 0;
}

.attorenys-user-list {
  margin-bottom: 24px;
}

.attorenys-user-list .attorney-img img {
  object-fit: cover;
  width: 100%;
  height: 390px;
}

.attorneys-profile-wrap {
  padding: 50px 0 25px;
}

/********Join Action********/

.page-view-join-action .case-page-wrapper .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.page-view-join-action .case-page-wrapper .view-content .views-row {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  width: 32%;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.page-view-join-action .case-page-wrapper .view-content .views-row:hover {
  background: linear-gradient(to right,
      rgb(229 233 236 / 27%),
      rgb(229 233 236 / 30%));
}

.page-view-join-action .case-page-wrapper .view-content .views-row .views-field-nid a {
  background: #e01020;
  padding: 8px 18px;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
}

.page-view-join-action .case-page-wrapper .view-content .views-row .views-field-nid a:hover {
  background: #c70f1e;
}

.page-view-join-action .case-page-wrapper .view-content .views-row .views-field-title {
  font-weight: 500;
}

.page-view-join-action .case-page-wrapper {
  padding: 50px 0px;
}

/********Admin Login********/

.administrator_do_not_touch_ #page-wrapper {
  margin-top: 80px;
}

/* Pages */
.content-bg .title-bar {
  background-color: #f6f7f8;
  padding: 20px;
  justify-content: start;
  margin-top: 50px;
}

.content-bg .title-bar .title-text {
  color: #333;
  word-spacing: 5px;
  letter-spacing: 5px;
}

.banner-title h2 {
  letter-spacing: 5px;
}

/*******Case*********/

.container {
  max-width: 1550px;
}

.case-page-wrapper {
  padding: 50px 0px;
}

.case-page-wrapper .case-heading {
  margin-bottom: 25px;
}

.case-page-wrapper .field--name-field-retention-agreement h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.case-page-wrapper .field--name-field-retention-agreement h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.case-page-wrapper #block-bottini-webform {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-item .form-control,
.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-item .form-select {
  border: 1px solid #ddd;
  height: 46px;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-item .form-control::placeholder {
  color: gray;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-item .form-control:focus,
.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-item .form-select:focus {
  box-shadow: none;
  border: 1px solid #bd102b;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form fieldset legend {
  font-size: 18px;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .fieldset-legend {
  margin-bottom: 15px;
  display: block;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form fieldset {
  margin: 0 !important;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-webform-type-radios {
  margin-bottom: 15px !important;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-webform-type-radios .form-check-label,
.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-type-checkbox .form-check-label {
  margin-left: 8px;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .form-check {
  margin-bottom: 8px;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .form-check-input[type='radio'],
.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-type-checkbox .form-check-input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-webform-type-radios .form-check-label {
  cursor: pointer;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .form-check-input[type='radio']:focus,
.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-type-checkbox .form-check-input[type='checkbox']:focus {
  box-shadow: none;
}

.case-page-wrapper #block-bottini-webform .webform-submission-submit-your-information-form .js-form-type-processed-text span {
  background-color: transparent !important;
}

.case-inner-wrapper {
  padding: 50px 0px;
}

.case-inner-wrapper .title-bar {
  margin-bottom: 30px;
}

.case-inner-wrapper .field__item img {
  border-radius: 8px;
}

.case-table-wrapper {
  padding: 50px 0px;
}

.table-striped-wrapper table thead tr th,
.case-page-wrapper table thead tr th {
  font-size: 20px !important;
  padding: 15px;
  color: #000 !important;
}

.table-striped-wrapper table tbody tr td,
.case-page-wrapper table tbody tr td {
  font-size: 18px;
  padding: 15px;
}

.table-striped-wrapper table tbody tr td.views-field-title a,
.case-page-wrapper table tbody tr td.views-field-title a {
  color: #000;
}

.table-striped-wrapper table tbody tr td.views-field-title a:hover,
.case-page-wrapper table tbody tr td.views-field-title a:hover {
  color: #c80022;
}

.case-page-wrapper table thead tr th:first-child {
  width: 25%;
}

.cases-foot-section h2 {
  font-size: 25px;
  padding: 0;
  margin-bottom: 10px;
}

.cases-foot-section p {
  margin-bottom: 0;
}

.cases-foot-section {
  background-color: #f6f7f8;
  padding: 25px;
  margin-top: 20px;
  border-radius: 5px;
}

.case-category-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.case-category-wrapper .case-category-list {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 25%;
  border-radius: 3px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 360px;
  position: relative;
}

.case-category-wrapper .case-category-list::before {
  content: '';
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.case-category-wrapper .case-category-list a {
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  padding: 25px;
  width: 100%;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.case-category-wrapper .case-category-list .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .case-category-wrapper .case-category-list:hover {
    background: linear-gradient(to right, rgb(229 233 236 / 27%), rgb(229 233 236 / 30%));
} */
.case-category-wrapper .case-category-list:hover a {
  text-decoration: underline;
}

/*Contact Us*/

.contact-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px;
  border-radius: 15px;
}

.contact-form .form h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.contact-form .form label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-form .form .form-control {
  height: 45px;
}

.contact-form .form .form-control:focus {
  box-shadow: none;
}

.contact-form .form textarea.form-control {
  height: 120px;
}

.contact-form .form .form-submit {
  border-radius: 5px;
}

.contact-form-section .map iframe {
  width: 100%;
  height: 360px;
}

.contact-form-section .contact-title {
  font-size: 28px;
}

.contact-form-section .contact-address {
  display: flex;
  width: 100%;
  gap: 25px;
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-form-section .contact-english,
.contact-form-section .contact-german {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  width: 48%;
  border-radius: 12px;
}

.contact-form-section .contact-address li {
  list-style: none;
  display: flex;
  margin-bottom: 8px;
}

.contact-form-section .contact-english span i,
.contact-form-section .contact-german span i {
  font-size: 16px;
  color: #da0a3f;
}

.contact-form-section .contact-english span,
.contact-form-section .contact-german span {
  margin-right: 15px;
}

.contact-form-section .contact-english p,
.contact-form-section .contact-german p {
  display: flex;
  font-size: 18px;
}

form .form-control:focus,
form .form-select:focus {
  box-shadow: none;
}

#block-bottini-mainpagecontent .field--type-text-with-summary ul {
  padding: 0;
}

#block-bottini-mainpagecontent .field--type-text-with-summary ul li {
  list-style: none;
  margin-bottom: 8px;
}

#block-bottini-mainpagecontent .field--type-text-with-summary ul li a {
  color: #000;
  position: relative;
  padding-left: 25px;
}

#block-bottini-mainpagecontent .field--type-text-with-summary ul li a:hover {
  color: #bd102b;
}

#block-bottini-mainpagecontent .field--type-text-with-summary ul li a::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
  position: absolute;
  margin-top: 2px;
  font-size: 14px;
  left: 0;
}

/* Area of Practice */

.area-icon img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.practice-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px 20px 25px;
  text-align: center;
  margin-bottom: 24px;
  border-radius: 5px;
  width: 100%;
}

.practice-wrapper:hover {
  background: rgb(189 16 43 / 2%);
}

.area-icon {
  margin-bottom: 20px;
}

.area-detail h5 {
  margin-bottom: 0;
}

.area-detail h5 a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.area-detail h5 a:hover {
  color: #bd102b;
}

.area-detail h3 {
  margin-bottom: 0;
}

.area-detail h3 a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.area-detail h3 a:hover {
  color: #bd102b;
}

.join-this-action {
  width: 150.95px;
}

/* Responsive styles */

@media (min-width: 1800px) {

  p,
  .sidebar .block .content {
    font-size: 18px;
  }

  .case-category-wrapper .case-category-list {
    width: 25%;
  }

  #block-bottini-contactinformationgermany {
    padding-top: 28px;
  }

  .footer h3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 20px !important;
  }

  h2 {
    font-size: clamp(24px, 3vw, 48px);
  }

  h4 {
    font-size: clamp(24px, 1.5vw, 48px);
  }

  .sidebar .block .content {
    font-size: 18px;
  }

  .our-attorney,
  .attorney-img img {
    width: 300px;
    height: 325px;
  }

  .attorney-tab::before {
    width: 112vw;
  }

  .case-banner-heading h1 {
    font-size: 38px;
  }

  .attorney-list a {
    font-size: 20px;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  #header .header-nav {
    display: flex;
    justify-content: space-between;
  }

  .header .header-nav .logo {
    max-width: 300px;
  }

  .header .tbm-link.level-1 {
    font-size: 18px;
  }

  .container {
    max-width: 1180px;
  }

  .footer li,
  .footer .field__item {
    font-size: 18px;
  }

  .attorney-tab::before {
    width: 111vw;
  }

  .attorney-page-wrapper .attorney-content .nav-pills .nav-link {
    font-size: 18px;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row {
    max-width: 31.333%;
  }

  .case-category-wrapper .case-category-list {
    width: 30%;
    height: 330px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .container {
    max-width: 1100px;
  }

  .attorney-tab::before {
    width: 111vw;
  }

  .attorney-page-wrapper .attorney-content .nav-pills .nav-link {
    font-size: 16px;
  }

  .attorney-page-wrapper .sidebar ul.list li a {
    font-size: 18px;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row {
    max-width: 47%;
  }

  .case-category-wrapper .case-category-list {
    width: 40%;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .header .header-nav .logo {
    max-width: 260px;
  }

  .case-banner-heading h1 {
    font-size: 40px;
  }

  .attorney-tab::before {
    width: 115vw;
  }

  .attorney-page-wrapper .attorney-content .nav-pills .nav-link,
  .attorney-page-wrapper .sidebar ul.list li a {
    font-size: 16px;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row {
    width: 48%;
  }

  .header .tbm-link.level-1 {
    font-size: 18px;
  }

  .footer-top .logo img {
    max-width: 280px;
  }

  .footer h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .attorney-tab {
    height: auto;
  }

  .attorney-page-wrapper .sidebar_second {
    margin: 200px 0px 70px;
  }

  .search-container i {
    font-size: 16px;
  }

  .case-category-wrapper .case-category-list {
    width: 46%;
  }

  #block-bottini-contactinformationgermany .address {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 840px;
  }

  .case-banner-heading h1 {
    font-size: 38px;
  }

  .case-submenu-wrapper {
    width: 720px !important;
  }

  .case-submenu-wrapper .tbm-column::before {
    right: 20px;
  }

  .attorney-tab::before {
    width: 100vw;
  }

  .attorney-tab {
    height: auto;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row {
    width: 48.33%;
  }

  .table-striped-wrapper table tbody tr td,
  .case-page-wrapper table tbody tr td {
    white-space: nowrap;
  }

  .footer-top {
    padding: 50px 0px;
  }

  .footer li,
  .footer .field__item {
    font-size: 18px;
  }

  .attorney-content .nav-pills .nav-link {
    min-height: 55px;
  }

  .attorney-banner {
    height: 400px;
  }

  .profile-img img {
    width: 350px;
  }

  .attorney-banner .attorney-title-wrap {
    height: 100%;
  }

  .attorney-page-wrapper .sidebar_second {
    margin: 0px 0px 70px;
  }

  .footer-address .logo img {
    max-width: 290px;
  }

  .case-category-wrapper .case-category-list {
    width: 45%;
    height: 300px;
  }

  .footer .footer-about-us {
    justify-content: start;
  }

  .contact-form {
    margin-bottom: 20px;
  }

  .header .tbm-link.level-1 {
    padding: 15px 30px 15px 10px !important;
    font-weight: 400;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #header .list {
    flex-direction: column;
  }

  .navbar {
    display: none;
    background: #ffffff;
    position: fixed;
    top: 16%;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .tbm-nav.level-0 {
    flex-direction: column !important;
  }

  .tbm-submenu-toggle {
    display: block !important;
  }

  .navbar.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .search-container i {
    display: none;
  }

  .search-bar {
    position: static;
    width: 100%;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #bd102b;
    border-radius: 2px;
    transform: none;
    transition: none;
  }

  #block-bottini-navmenu-2,
  #block-bottini-navmenu {
    width: 100%;
  }

  .navbar-toggle {
    display: block;
    padding: 0;
  }

  .header .tbm-nav .tbm-item--has-dropdown .tbm-link.level-1::before {
    display: none;
  }

  .header .search-container i {
    font-size: 14px;
  }

  .tbm-submenu {
    position: static !important;
    border: none !important;
    box-shadow: none !important;
  }

  .tbm-center>.tbm-submenu {
    transform: none !important;
  }

  .tbm-submenu-toggle:hover,
  .tbm-submenu-toggle:focus,
  .tbm-submenu-toggle {
    background-color: white !important;
  }

  .tbm-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .tbm-submenu {
    padding: 1rem !important;
  }

  #header {
    padding: 30px 0px;
  }

  #header .header-nav .logo img {
    max-width: 250px;
    max-width: 260px;
  }

  #header .navbar.show {
    top: 88px;
    padding: 0 15px;
  }

  .tbm-link.level-1 {
    padding: 30px !important;
    font-size: 18px;
  }

  #header .search-container {
    width: 100%;
    padding: 10px;
  }

  #header .search-container form {
    font-size: 16px;
  }

  .case-submenu-wrapper .tbm-column::before {
    display: none;
  }

  .case-submenu-wrapper .tbm-column {
    margin-bottom: 20px;
  }

  .search-container:hover .search-bar {
    width: 100%;
  }

  .node--type-webform .contact-form-section .justify-content-center {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 50px 0px;
  }

  #header .list {
    flex-direction: column;
  }

  .tbm-nav.level-0 {
    flex-direction: column !important;
    gap: 20px;
  }

  .footer .content {
    padding-left: 0px;
  }

  .footer,
  .header {
    overflow-x: hidden;
  }

  #block-bottini-content .content {
    padding: 0;
  }

  #block-views-blockother-cases-block-1 .views-element-container {
    margin-bottom: 10px;
  }

  .tbm-has-width {
    width: 250px !important;
  }

  .footer .footer-about-us {
    justify-content: start;
  }

  /***/
  p {
    font-size: 16px;
  }

  #header {
    padding: 15px 0px;
  }

  #header .header-nav .logo img {
    max-width: 250px;
  }

  #header .navbar.show {
    top: 50px;
    padding: 0;
  }

  .tbm-link.level-1 {
    padding: 10px !important;
  }

  .case-submenu-wrapper .tbm-column::before {
    display: none;
  }

  .case-banner-heading h1 {
    font-size: 30px;
  }

  .cases-foot-section {
    margin-bottom: 20px;
  }

  .footer li,
  .footer .field__item {
    font-size: 16px;
  }

  .attorney-tab::before {
    width: 101vw;
  }

  .attorney-tab {
    height: auto;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row .views-field-nid a {
    display: inline-block;
  }

  .page-view-join-action .case-page-wrapper .view-content {
    display: block;
  }

  .table-striped-wrapper table tbody tr td,
  .case-page-wrapper table tbody tr td {
    white-space: nowrap;
  }

  .attorney-banner {
    height: auto;
  }

  .profile-img {
    position: relative;
    text-align: center;
  }

  .profile-img img {
    width: 300px;
  }

  .attorney-info {
    width: 100%;
    text-align: center;
  }

  .attorney-banner .attorney-list {
    margin: 25px 0px;
  }

  .attorney-banner .attorney-list a {
    font-size: 32px;
  }

  .attorney-content .nav-pills .nav-link {
    width: 100%;
    justify-content: start;
  }

  .attorney-page-wrapper .sidebar_second {
    margin: 0px 0px 70px;
  }

  .attorney-tab::before {
    width: 100vw;
  }

  .header .tbm-nav .tbm-item--has-dropdown .tbm-link.level-1::before {
    display: none;
  }

  .case-submenu-wrapper {
    width: 100% !important;
  }

  .block-views-blockother-cases-block-1 h2,
  .block-views-blocksettled-case-menu-block-1 h2 {
    font-size: 16px;
    margin-bottom: 0;
  }

  #header .navbar .tbm-block .block .content .view .more-link a {
    font-size: 14px;
  }

  .footer-address .logo img {
    max-width: 270px;
  }

  .copyright p {
    font-size: 16px;
  }

  .footer h3 {
    font-size: 22px;
  }

  .case-category-wrapper .case-category-list {
    width: 48%;
    height: 290px;
  }

  .case-banner-section {
    height: 160px;
  }

  .case-category-wrapper {
    gap: 15px;
  }

  .case-category-wrapper .case-category-list a {
    font-size: 22px;
  }

  .attorneys-profile-wrap .view-content .col-xl-3 {
    width: 49%;
  }

  .cases-list {
    font-size: 14px;
  }

  .contact-form {
    margin-bottom: 20px;
  }

  .contact-form-section .contact-address {
    display: block;
  }

  .contact-form-section .contact-english,
  .contact-form-section .contact-german {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-top .address {
    margin: 20px 0;
  }

  .attorney-content .nav-pills .nav-item {
    margin: 0;
  }

  .case-submenu-wrapper .tbm-column {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  #header .list {
    gap: 30px;
    padding-left: 1.5rem;
    margin-bottom: 0;
  }

  .tbm-nav.level-0 {
    flex-direction: column !important;
    gap: 10px;
  }

  .tbm-column {
    margin-top: 10px !important;
  }

  .tbm-submenu {
    padding: 0 1rem !important;
  }

  .case-category-wrapper .case-category-list {
    width: 100%;
    height: 320px;
  }

  .attorneys-profile-wrap .view-content .col-xl-3 {
    width: 100%;
  }

  .page-view-join-action .case-page-wrapper .view-content .views-row {
    flex-direction: column;
  }
}

.node--type-webform .purchase-table--handle,
.webform-multiple-table--handle,
.form-item-purchase .tabledrag-toggle-weight-wrapper {

  display: none;
}

.form-item-sell .tabledrag-toggle-weight-wrapper {
  display: none;
}

.node--type-webform .webform-multiple-table td input[type="image"] {
  display: none;
}

.node--type-webform .form-item-purchase-add-more-items.mb-3,
.form-item-sell-add-more-items.mb-3 {
  display: none;
}

.node--type-webform [data-drupal-selector="edit-purchase-items"] thead tr th,
.node--type-webform [data-drupal-selector="edit-sell-items"] thead tr th {
  color: white !important;
  background-color: #737373;
  padding: 5px 0 5px 20px !important;
  font-size: 15px !important;
}

.node--type-webform [data-drupal-selector="edit-purchase-items"] tbody tr td input {
  border: 1px solid gray;
}

.node--type-webform [data-drupal-selector="edit-sell-items"] tbody tr td input {
  border: 1px solid gray;
}

.node--type-webform [data-drupal-selector="edit-purchase-items"] tbody tr td .form-type-textfield {
  margin-left: 10px;
  width: 50%;
}

.node--type-webform [data-drupal-selector="edit-sell-items"] tbody tr td .form-type-textfield {
  margin-left: 10px;
  width: 50%;
}

.node--type-webform [data-drupal-selector="edit-purchase-items"] td.webform-multiple-table--operations input,
.node--type-webform [data-drupal-selector="edit-sell-items"] td.webform-multiple-table--operations input {
  opacity: unset;
}


.node--type-webform [data-drupal-selector="edit-purchase-items"] td.webform-multiple-table--operations input:hover,
.node--type-webform [data-drupal-selector="edit-sell-items"] td.webform-multiple-table--operations input:hover {
  background-color: #ddd9d99c;
}

.node--type-webform [data-drupal-selector="edit-purchase-add-submit"],
.node--type-webform [data-drupal-selector="edit-sell-add-submit"] {
  width: 80px;
  background: white;
  color: black;
  border: 1px solid gray;
}

.node--type-webform [data-drupal-selector="edit-purchase-add-submit"]:hover,
.node--type-webform [data-drupal-selector="edit-sell-add-submit"]:hover {
  background-color: #c5c2c29c;
}

/** webform page **/

.path-webform .purchase-table--handle,
.webform-multiple-table--handle,
.form-item-purchase .tabledrag-toggle-weight-wrapper {

  display: none;
}

.form-item-sell .tabledrag-toggle-weight-wrapper {
  display: none;
}

.path-webform .webform-multiple-table td input[type="image"] {
  display: none;
}

.path-webform .form-item-purchase-add-more-items.mb-3,
.form-item-sell-add-more-items.mb-3 {
  display: none;
}

.path-webform [data-drupal-selector="edit-purchase-items"] thead tr th,
.path-webform [data-drupal-selector="edit-sell-items"] thead tr th {
  color: white !important;
  background-color: gray;
  padding: 5px 0 5px 20px !important;
  font-size: 15px !important;
}

.path-webform [data-drupal-selector="edit-purchase-items"] tbody tr td input {
  border: 1px solid gray;
}

.path-webform [data-drupal-selector="edit-sell-items"] tbody tr td input {
  border: 1px solid gray;
}

.path-webform [data-drupal-selector="edit-purchase-items"] tbody tr td .form-type-textfield {
  margin-left: 10px;
  width: 50%;
}

.path-webform [data-drupal-selector="edit-sell-items"] tbody tr td .form-type-textfield {
  margin-left: 10px;
  width: 50%;
}

.path-webform [data-drupal-selector="edit-purchase-items"] td.webform-multiple-table--operations input,
.path-webform [data-drupal-selector="edit-sell-items"] td.webform-multiple-table--operations input {
  opacity: unset;
}


.path-webform [data-drupal-selector="edit-purchase-items"] td.webform-multiple-table--operations input:hover,
.path-webform [data-drupal-selector="edit-sell-items"] td.webform-multiple-table--operations input:hover {
  background-color: #ddd9d99c;
}

.path-webform [data-drupal-selector="edit-purchase-add-submit"],
.path-webform [data-drupal-selector="edit-sell-add-submit"] {
  width: 80px;
  background: white;
  color: black;
  border: 1px solid gray;
}

.path-webform [data-drupal-selector="edit-purchase-add-submit"]:hover,
.path-webform [data-drupal-selector="edit-sell-add-submit"]:hover {
  background-color: #c5c2c29c;
}


/**new-retention-agreement **/



.new-retention-agreement label {
  font-weight: 500;
}

.new-retention-agreement input {
  border: 1px solid #b9b9b9;
}

.new-retention-agreement [data-drupal-selector="edit-last-name"] {
  width: 100% !important;
}

.new-retention{
  max-width: 450px;
    margin: auto;
}
.new-retention{
  max-width: 450px;
    margin: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}
  .new-retention-agreement [data-drupal-selector="edit-actions"] {
    text-align: center;
  }
  /** home page slider **/

  .slider-section {
  padding: 50px 0;
}

.slider-wrapper {
  position: relative;
  width: 100%;
}

.slider__slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.image-display {
  padding-right: 20px;
}

.image-display img{
  height: 110px;
}

.slider__slide .content  {
  margin-left: 15px;
}
.slider__slide .content__title { 
  margin-bottom: 12px;
  max-width: 90%;
  font-size:24px;
  font-weight: 700;
  line-height: 1.5;
}

.slider-section .content__paragraph {
  font-size: 18px;
  max-width: 100%;
  margin-bottom: 0;
}

.readmore_link {
  text-decoration: none;
  color: #d91e3b;
}


#sliderCarousel .owl-prev:hover,
#sliderCarousel .owl-next:hover, .legal__services .owl-prev:hover, .legal__services .owl-next:hover {
  opacity: 1;
}

#sliderCarousel .owl-prev,
#sliderCarousel .owl-next, .legal__services .owl-prev, .legal__services .owl-next {
  color: #d91e3b !important;
  border: 2px solid #d91e3b !important;
  cursor: pointer;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center; 
  align-items: center; 
}
#sliderCarousel .owl-prev.disabled, 
#sliderCarousel .owl-next.disabled, .legal__services .owl-prev.disabled, .legal__services .owl-next.disabled  {
  pointer-events: none;
  opacity: 0.3;
}
.legal__services .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.legal__services.owl-carousel .item {
  width: 100%;
}
#sliderCarousel .owl-nav {
  background: #fff;
  position: absolute;
  top: 10%;
  right: 0;
  display: flex;
  transform: translateY(-50%);
  padding: 10px;
  gap: 10px;
} 
#sliderCarousel.featured-slider .owl-dots {
  display: none;
}

/* Responsive Styles */

@media (min-width: 1800px)  {
  .slider__slide .content__title { 
    font-size:25px;
  }
} 

@media (min-width: 1600px)  {
  .image-display img {
    height: 125px;
  }
}

@media (min-width: 1300px) and (max-width: 1599px) {
  .slider-section  .content__title {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-section  .content__title {
    font-size: 22px;
    line-height: 1.4;
  }
  .image-display img {
    height: auto;
  }
  .slider-section .content__paragraph {
    font-size: 18px;
  }
  .image-display {
    padding-left: 0;
  }
  #sliderCarousel .owl-nav {
    top: 5%;
  }
  .slider__slide .content__title p {
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-section {
    padding: 60px 0 50px;
  }
  .image-display img {
    height: auto;
  }
  .slider__slide .content__title {
    max-width: 80%;
  }
  .slider-section .content__paragraph {
    font-size: 16px;
  }
  #sliderCarousel .owl-nav {
    top: 5%;
  }
  #sliderCarousel .owl-dots {
    display: none;  
  }
}

@media (max-width: 767.98px) {
  .slider__slide .content {
    margin-left: 0px;
    margin-top: 15px;
  }
  #sliderCarousel .owl-prev,
  #sliderCarousel .owl-next {
    width: 27px;
    height: 27px;
  }
  #sliderCarousel .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 30px;
  }
  .slider-section {
    padding: 50px 0 30px;
  }
  .slider__slide .content__title { 
    font-size: 22px;
    max-width: 100%;
  }
  .slider-section .content__paragraph {
    font-size: 16px;
  }
  .slider__slide { 
    display: block;
  }
  #sliderCarousel .slider__slide .image-display {
    display: flex;
    justify-content: center;
  }
  #sliderCarousel .slider__slide .image-display img {
    width: auto;
  }
  #sliderCarousel .owl-stage-outer {
    padding: 30px 0 0;
  }
  #sliderCarousel .owl-dots {
    display: none;  
  }
}
@media (max-width: 576.98px) {
  .slider__slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .image-display {
    padding-right: 0px;
    width: 100%;
  }
  .image-display img {
    object-fit: cover;
}
  .content {
   padding-left: 0;
  }
} 
.content__paragraph P {
  -webkit-text-stroke-width: 0px;
  background-color: #fff;
  color: #000;
  display: inline !important;
  float: none;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 300;
  letter-spacing: normal;
  orphans: 2;
  text-align: start;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
}
/* Safari-only override */
.cases-section .tab button h5 {
  color: rgb(0,0,0) !important;
  -webkit-text-fill-color: rgb(0,0,0) !important;
}
/* ===== CAPTCHA block ===== */
.captcha {
  --cap-bg: #ffffff;
  --cap-border: #e6e8eb;
  --cap-text: #1f2937;
  --cap-muted: #6b7280;
  --cap-accent: #E00025; /* brand/red accent */
  --cap-focus: #2563eb;

  position: relative;
  margin: 1.5rem 0 2rem;
  padding: 1.25rem 1.25rem 1rem;
  border: 1px solid var(--cap-border);
  background: var(--cap-bg);
  box-shadow: 0 1px 0 rgba(16,24,40,.04), 0 1px 2px rgba(16,24,40,.06);
}

/* Legend as a floating title/pill */
.captcha .captcha__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cap-accent);
}

/* Label (math question) */
.captcha label[for="edit-captcha-response"] {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cap-text);
}

/* Input field */
.captcha input[name="captcha_response"] {
  height: 44px;
  max-width: 10rem;         /* keeps it compact */
  border-radius: 10px;
  border: 1px solid var(--cap-border);
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  transition: border-color .2s, box-shadow .2s, transform .05s ease-in-out;
  font-size: 1rem;
  margin-bottom: 15px;
}
.captcha .form-item-captcha-response.mb-3 {
  margin-bottom: 0 !important;
}

/* Focus/active */
.captcha input[name="captcha_response"]:focus {
  outline: none;
  border-color: var(--cap-focus);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

/* Tiny press feedback */
.captcha input[name="captcha_response"]:active {
  transform: translateY(1px);
}

/* Required asterisk color (Drupal adds .form-required) */
.captcha .form-required::after {
  background-image: none;
}
/* Helper text */
.captcha .description {
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: var(--cap-muted) !important;
}
.captcha input[name="captcha_response"]:focus {
  box-shadow: none;
  border-color: #000;
}
/* Block description under the field */
.captcha + .captcha__description,
.captcha .captcha__description {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--cap-muted);
}

/* Error states (works with Drupal/Bootstrap classes) */
.captcha .is-invalid,
.captcha input.error,
.captcha .form-item--error input {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.captcha .form-item--error label,
.captcha .form-item--error .description {
  color: #b91c1c;
}

/* Compact on very small screens */
@media (max-width: 480px) {
  .captcha {
    padding: 1rem;
  }
  .captcha .captcha__title {
    font-size: 0.82rem;
  }
  .captcha input[name="captcha_response"] {
    max-width: 100%;
  }
}

/* Optional: nice dark mode */
@media (prefers-color-scheme: dark) {
  .captcha {
    --cap-bg: #0b0f14;
    --cap-border: #1f2a37;
    --cap-text: #e5e7eb;
    --cap-muted: #9aa4b2;
    --cap-accent: #ff002a;
    background: var(--cap-bg);
    border-color: var(--cap-border);
    box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.4);
  }
  .captcha .captcha__title {
    background: var(--cap-bg);
    border-color: var(--cap-border);
  }
  .captcha input[name="captcha_response"] {
    background: #0f1620;
    border-color: var(--cap-border);
    color: var(--cap-text);
  }
  .captcha input[name="captcha_response"]:focus {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25);
  }
}


.recent-cases-block h3{
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)     
}
.settled-cases-block h3{
  font-size: 1rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.text-white,
.attorney-info,
.category-title {
  background: rgba(5, 5, 5, 0.005);
}
