/*
Theme Name: thekirklaw
Theme URI: madussarmm@gmail.com
Author: mudassar
Author URI: 
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: thekirklaw
Domain Path: /languages/
*/
.all_label {
  color: #fefefe;
  font-weight: bold;
  font-size: 1rem;
}
.faq_center{
	margin-right: -0.83333rem;
  margin-left: -0.83333rem;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* === Home hero (homepage only) – skyline as background === */
body.home .banner.full-width-banner {
  background-image: url("https://www.thekirklawfirm.com/wp-content/uploads/2025/12/skyline_resized_1600-1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
  padding: 5rem 1rem 4rem 1rem;  /* space above/below text */
}

/* Heading, message and buttons inside the hero */
body.home .banner.full-width-banner .banner-heading {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

body.home .banner.full-width-banner .banner-message {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 1.5rem auto;
}

body.home .banner.full-width-banner .button {
  margin: 0.5rem 0.5rem 0;
}




