@media (min-width: 1200px) {
    .container {
        max-width: 1280px!important;
    }
}


/* WHY US – CARD BLOCK LAYOUT */


/* GRID */
.why-us-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Desktop: 4 × 2 */
  gap: 30px;
}




/* CARD */
.why-us-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border-top: 5px solid #1f3a8a;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-us-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111827;
}

.why-us-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

/* HOVER */
.why-us-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* TABLET (2 columns) */
@media (max-width: 1024px) {
  .why-us-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE (1 column) */
@media (max-width: 600px) {
  .why-us-wrap {
    padding: 40px 16px;
  }

  .why-us-grid {
    grid-template-columns: 1fr; /* 1 card per row */
    gap: 20px;
  }

  .why-us-card {
    padding: 26px 20px;
  }

  .why-us-card h3 {
    font-size: 17px;
  }

  .why-us-card p {
    font-size: 14px;
  }
}


/*public*/


.legal-resources-container {
        line-height: 1.6;
        color: #333;
      
        margin: 20px auto;
        padding: 20px;
        background-color: #fff;
    }

    .legal-resources-container h2 {
        color: #000; /* Dark Blue */
        border-bottom: 2px solid #e2e8f0;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 700;
    }

    .legal-resources-container h3 {
        color: #2c5282;
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
    }

    .legal-resources-container p {
        margin-bottom: 15px;
    }

    .legal-resources-container em {
        display: block;
        margin-bottom: 10px;
        color: #666;
        font-style: italic;
    }

    .legal-resources-container ul {
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .legal-resources-container li {
        margin-bottom: 8px;
    }

    /* Link Styling */
    .legal-resources-container a {
        color: #2b6cb0;
        text-decoration: underline;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .legal-resources-container a:hover {
        color: #c53030; /* Red on hover */
        text-decoration: none;
    }

    .disclaimer-box {
        background-color: #f7fafc;
        border-left: 5px solid #2d3748;
        padding: 15px;
        margin-bottom: 30px;
        font-size: 1.1em;
    }

    .resource-section {
        margin-bottom: 5px;
        padding: 10px 0;
    }

    hr {
        border: 0;
        height: 1px;
        background: #eee;
        margin: 40px 0;
    }


input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    height: 20px!important;
    text-align: left !important;
}


.home-team .slide-item .caption {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
    padding-right:100px!important;
    position: relative;
}




body.postid-2240 #jp-relatedposts,
body.postid-1775 #jp-relatedposts,
body.postid-1621 #jp-relatedposts,
body.postid-1771 #jp-relatedposts,
body.postid-1773 #jp-relatedposts,
body.postid-1619 #jp-relatedposts,
body.postid-1604 #jp-relatedposts,

body.postid-2240 .practice-post-object,
body.postid-1775 .practice-post-object,
body.postid-1621 .practice-post-object,
body.postid-1771 .practice-post-object,
body.postid-1773 .practice-post-object,
body.postid-1619 .practice-post-object,
body.postid-1604 .practice-post-object,

body.postid-2240 .form-section,
body.postid-1775 .form-section,
body.postid-1621 .form-section,
body.postid-1771 .form-section,
body.postid-1773 .form-section,
body.postid-1619 .form-section,
body.postid-1604 .form-section,

body.postid-2240 .contact-form-section,
body.postid-1775 .contact-form-section,
body.postid-1621 .contact-form-section,
body.postid-1771 .contact-form-section,
body.postid-1773 .contact-form-section,
body.postid-1619 .contact-form-section,
body.postid-1604 .contact-form-section,

body.postid-2240 .pagination-practice,
body.postid-1775 .pagination-practice,
body.postid-1621 .pagination-practice,
body.postid-1771 .pagination-practice,
body.postid-1773 .pagination-practice,
body.postid-1619 .pagination-practice,
body.postid-1604 .pagination-practice {
    display: none !important;
}


.col-md-7 {
        width: 100%;
    }

.title-section {
   
    margin-bottom: 22px;
}

.title-section h5 {
   font-size: 45px!important;
}

.form-section, .contact-form-section {
  
    padding: 35px;
}




/* Make all fields full width */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
}

/* Set consistent height for input fields */
.wpcf7-form input {
    height: 45px;
}

/* Set consistent height for textarea */
.wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

/* Make submit button full width and same height */
.wpcf7-form .button {
    width: 100%;
    height: 100%!important;
}



.legal-resources-container a {
    color: #0000EE;
    text-decoration: underline!important;
}

.legal-resources-container a:hover {
    color: #0000EE;
    text-decoration: underline!important;
}

