/*
Theme Name: Fixxsystems Block Theme
Theme URI: 
Author: Stanley Yeo
Author URI: https://stanleyyeo.com
Description: A custom Wordpress block theme based on create-block-theme.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fixxsystems-block-theme
Tags: 
*/

body {
  font-family: 'Roboto', Arial, sans-serif;
}

h1 {
  font-size: 4.375em;
  font-size: calc(30px + (70 - 30) * ((100vw - 320px) / (1200 - 320)));
  letter-spacing: -0.025em;
}

h2 {
  font-size: 2.1875em;
  font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (1200 - 320)));
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.5625em;
  font-size: calc(18px + (25 - 18) * ((100vw - 320px) / (1200 - 320)));
  letter-spacing: 0.005em;
  font-weight: 400;
}

h4 {
  font-size: 1.3125em;
  font-size: calc(18px + (21 - 18) * ((100vw - 320px) / (1200 - 320)));
  letter-spacing: 0.01em;
}

h5 {
  font-size: 1.125em;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1200 - 320)));
}

h6 {
  font-size: 1rem;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
  font-style: bold;
}

.caption {
  font-size: 0.75em;
  letter-spacing: 0.05em;
}

.btn {
  font-size: 0.875em;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1200 - 320)));
  letter-spacing: 0.1em;
}

p {
  font-size: 1rem;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));
  padding-bottom: 1.5rem;
  letter-spacing: 0.025em;
}

a {
  text-decoration: none;
}

/* Navigation bar */
.wp-block-group.alignfull {
  max-width: 75rem;
  /* Ensure the bar spans full width */
  margin: 0 auto;
}

.wp-block-group .wp-block-row {
  display: flex;
  /* Ensure horizontal alignment */
  justify-content: space-between;
  /* Space out logo and navigation */
  align-items: center;
  /* Vertically align items */
}

.wp-block-navigation__container {
  gap: 0;
}

.wp-block-navigation a {
  transition: all 0.3s ease;
  /* Smooth transition */
  padding: 1rem;
}

.wp-block-navigation .wp-block-navigation__container a:hover {
  color: #f6e7a1;
  /* Change text color */
}

ul.mobile-nav {
  margin: 0 2rem 2rem 0;
}

ul.mobile-nav li:nth-child(n+2) {
  margin-left: 1rem;
}

ul.mobile-nav li a {
  padding: 1rem;
  display: flex;
  width: 100%;
}

/* Letter spacing */
.has-display-font-size {
  letter-spacing: -0.025em;
}

.has-heading1-font-size {
  letter-spacing: -0.01em;
}

.has-heading2-font-size {
  letter-spacing: 0.005em;
}

.has-title-font-size {
  letter-spacing: 0.01em;
}

.has-body-font-size {
  letter-spacing: 0.025em;
}

.has-caption-font-size {
  letter-spacing: 0.05em;
}

.has-button-font-size {
  letter-spacing: 0.1em;
}

/* Small (mobile) */
@media (min-width: 576px) {
  /* Styles for small screens */
}

/* Medium (tablet) */
@media (min-width: 768px) {
  /* Styles for medium screens */
}

/* Large (desktop) */
@media (min-width: 992px) {
  /* Styles for large screens */
}

/* X-Large */
@media (min-width: 1200px) {
  /* Styles for extra-large screens */
}

/* XX-Large */
@media (min-width: 1400px) {
  /* Styles for extra-extra-large screens */
}

/* Medium (tablet) and below: Show hamburger menu */
@media (min-width: 993px) {

  /* .wp-block-navigation.nav-header--mobile {
        display: none;
    } */
  .wp-block-navigation.getdave-responsive-navigation-block-is-mobile {
    display: none;
  }
}

/* Small (mobile): Hamburger menu remains visible */
@media (max-width: 992px) {

  /* .wp-block-navigation.nav-header--desktop {
        display: none;
    } */
  .wp-block-navigation.getdave-responsive-navigation-block-is-desktop {
    display: none;
  }

  .wp-block-navigation.getdave-responsive-navigation-block-is-mobile {
    display: block;
  }
}

.wp-block-navigation__responsive-container-open {
  padding: 1rem;
  /* Hamburger menu padding */
}

.header-bg {
  min-height: 40vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.header-bg--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow {
  width: 100% !important;
  max-width: 75rem;
  margin: 0 auto !important;
  position: relative;
  display: flex;
}

.header-tagline {
  /* width: 100%; */
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: normal;
  align-self: flex-start;
}

.section-wrapper {
  padding: 4rem 0;
}

.l-grey-bg {
  background-color: #f9f9f9;
}

.white-bg {
  background-color: #ffffff;
}

.container {
  max-width: 75rem;
  /* Ensure the container spans full width */
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}

.container h3 {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.3125em;
}

.title-line {
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  display: inline-block;
  font-weight: 300;
}

.title-line::after {
  content: "";
  display: block;
  margin: 2rem 0;
  height: 1px;
  width: 1rem;
  border-bottom: solid 1px #000000;
}

.cta-h3 {
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
  color: #000000;
  color: hsla(0, 0%, 0%, 0.57);
  padding-bottom: 2rem;
}

@media (min-width: 576px) {

  /* Styles for small screens */
  .wp-element-button {
    justify-content: start;
  }
}

/* Buttons */
.hollow-btn {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: normal;
  color: #000000;
  color: hsla(0, 0%, 0%, 0.57);

  display: inline-block;
  background: none;
  padding: .5rem 1rem;
  color: hsla(14, 59%, 31%, 1);
  border: solid 1px #7d3520;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.hollow-btn:hover,
.hollow-btn:focus {
  color: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.hollow-btn:after {
  content: " +";
}

.p-hollow-btn a {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: normal;
  color: #000000;
  color: hsla(0, 0%, 0%, 0.57);

  display: inline-block;
  background: none;
  padding: .5rem 1rem;
  color: hsla(14, 59%, 31%, 1);
  border: solid 1px #7d3520;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.p-hollow-btn a:hover,
.p-hollow-btn a:focus {
  color: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.p-hollow-btn a:after {
  content: " +";
}

.wp-element-button,
.d-btn,
.f-btn {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: normal;
  color: #000000;
  color: hsla(0, 0%, 0%, 0.57);

  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
  color: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}

.wp-element-button:hover,
.wp-element-button:focus {
  color: #f6e7a1;
  color: hsla(49, 83%, 80%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.f-btn:hover,
.f-btn:focus {
  color: #f6e7a1;
  color: hsla(49, 83%, 80%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.f-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}


.card-caption-wrapper {
  padding: 2rem;
  background: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  width: 100%;
}

.card-caption-wrapper h3 {
  color: #000000;
  padding: 0;
}

.card-caption-wrapper p {
  color: hsla(0, 0%, 0%, 0.57);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding: 0;
}

.gradient-overlay {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.gradient-overlay::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  /* background: linear-gradient( hsla(14, 59%, 31%, 0), hsla(14, 59%, 31%, .5) ); */
  transition: all 0.3s ease;
  /* Smooth transition */
}

.gradient-overlay::after {
  display: block;
  position: relative;
  margin-top: -9.375em;
  height: 9.375em;
  width: 100%;
  content: '';
  background: rgba(42, 0, 2, 0);
  background: -moz-linear-gradient(top, rgba(42, 0, 2, 0) 0%, rgba(42, 0, 2, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42, 0, 2, 0)), color-stop(100%, rgba(42, 0, 2, 0.5)));
  background: -webkit-linear-gradient(top, rgba(42, 0, 2, 0) 0%, rgba(42, 0, 2, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(42, 0, 2, 0) 0%, rgba(42, 0, 2, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(42, 0, 2, 0) 0%, rgba(42, 0, 2, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(42, 0, 2, 0) 0%, rgba(42, 0, 2, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a0002', endColorstr='#2a0002', GradientType=0);
}

.gradient-overlay h3 {
  z-index: 1;
  color: #ffffff;
  font-size: 1.3125em;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

/* Sticky */
.sticky-wrapper {
  width: 100%;
  background: #ffffff;
  background: hsla(0, 100%, 100%, 1);
  transition: all 0.3s ease;
  /* Smooth transition */
}

.sticky-wrapper.sticky {
  position: sticky;
  top: 0;
  z-index: 15;
}

.tabs-filter {
  width: 100%;
  background: #ffffff;
  background: hsla(0, 100%, 100%, 1);
  transition: all 0.3s ease;
  /* Smooth transition */
}

.tabs-filter ul {
  border: 0;
  background: transparent;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.tabs-content {
  border: 0;
  background: transparent;
  list-style: none;
}

.tabs-panel {
  padding: 0;
  display: none;
}

.tabs-title a {
  font-weight: 400;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  padding: 1.5rem;
  transition: all 0.3s ease;
  /* Smooth transition */
}

.tabs-title a.current,
.tabs-title a:active,
.tabs-title a:hover {
  color: #2a0002 !important;
  color: hsla(357, 100%, 8%, 1);
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
  background: #f9f9f9;
  background: hsla(0, 0%, 98%, 1);
  color: #2a0002;
  color: hsla(357, 100%, 8%, 1);
  outline: none;
}

/*--- Projects ---*/
.project-archive-wrapper {
  background-color: #f9f9f9;
  padding: 5rem 0;
}

.project-category-section h2 {
  margin: 4rem 0 0;
}

.featured-project-wrapper,
.project-figure-wrapper {
  position: relative;
  overflow: hidden;
}

.featured-project-wrapper {
  margin-bottom: 0;
}

.project-figure-wrapper {
  margin-bottom: 2rem;
}

.featured-project-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.featured-project-wrapper a:hover,
.project-figure-wrapper a:hover {
  color: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.featured-project-wrapper figure,
.project-figure-wrapper figure {
  height: 25vh;
  width: 100%;
}

.featured-project-wrapper img,
.project-figure-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-location {
  max-width: 75rem;
  margin: 2rem auto;
  text-align: center;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.5625em;
  display: flex;
  justify-content: center;
  font-weight: 300;
  position: relative;
  padding-bottom: 4rem;
}

.project-location::after {
  content: "";
  display: block;
  margin: 5rem 0;
  height: 1px;
  width: 1rem;
  border-bottom: solid 1px #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.featured-project-wrapper h2,
.featured-project-wrapper h3,
.project-figure-wrapper h3 {
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  display: inline-block;
  font-weight: 300;
  color: #000000;
  font-size: 1.5625em;
}

.featured-project-wrapper h2::after,
.featured-project-wrapper h3::after,
.project-figure-wrapper h3::after {
  content: "";
  display: block;
  margin: 2rem 0;
  height: 1px;
  width: 1rem;
  border-bottom: solid 1px #000000;
}

.featured-project-wrapper a:hover h2,
.featured-project-wrapper a:hover h3,
.project-figure-wrapper a:hover h3 {
  text-decoration: none;
}

.project-figure-wrapper a:hover span {
  color: #000000;
  color: hsla(0, 0%, 0%, 0.57);
}

.featured-project-wrapper a:hover .hollow-btn,
.project-figure-wrapper a:hover .hollow-btn {
  color: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.project-caption-wrapper {
  background: #ffffff;
  background: hsla(0, 100%, 100%, 1);
  padding: 4rem;
  transition: all 0.3s ease-in-out;
}

.project-caption-wrapper h3 {
  color: #000000;
  padding: 0;
  margin: 0;
  font-size: 1.5625em;
  letter-spacing: 0.005em;
  font-weight: 300;
  text-decoration: none;
}

.project-caption-wrapper span {
  font-size: 0.75em;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: hsla(0, 0%, 0%, 0.57);
  display: block;
  padding-bottom: 2rem;
}

.project-img-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.project-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

/*--- Grid ---*/
.grid-container {
  width: 100%;
  display: grid;
  align-items: stretch;
  /* Force children to fill row height */
}

/* Standard layout */
.grid-container.item-standard {
  grid-template-areas:
    "item1"
    "item2";
}

@media (min-width: 768px) {
  .grid-container.item-standard {
    grid-template-areas: "item1 item2";
  }
}

/* Reversed layout */
.grid-container.item-reverse {
  grid-template-areas:
    "item2"
    "item1";
}

/* Medium (tablet) */
@media (min-width: 768px) {
  .grid-container.item-reverse {
    grid-template-areas:
      "item1 item2";
  }
}

/* Grid 2fr 3fr */
.g2-3 {
  grid-template-columns: 1fr;
  grid-template-rows: unset;
  margin: 0 1rem;
  width: auto;
}

/* XX-Large */
@media (min-width: 1400px) {
  .g2-3 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .g2-3 {
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto;
    max-width: 75rem;
    margin: 0 auto;
  }
}

.g2-3 img {
  width: 100%;
  display: flex;
}

.grid-item-g2-3-l {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  min-width: 0;
  max-width: 100%;
  height: auto;
  grid-area: item1;
}

@media (min-width: 768px) {
  .grid-item-g2-3-l {
    grid-column: 1 / 2;
    grid-row: 1 / -1;
  }
}

.grid-item-g2-3-r {
  grid-column: 1 / -1;
  grid-row: 2 / -1;
  min-width: 0;
  max-width: 100%;
  height: auto;
  grid-area: item2;
}

@media (min-width: 768px) {
  .grid-item-g2-3-r {
    grid-column: 2 / -1;
    grid-row: 1 / -1;
  }
}

/* Grid 3fr 2fr */
.g3-2 {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  margin: 0 1rem;
  width: auto;
}

@media (min-width: 768px) {
  .g3-2 {
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto;
    max-width: 75rem;
    margin: 0 auto;
  }
}

/* XX-Large */
@media (min-width: 1400px) {
  .g3-2 {
    padding: 0;
  }
}

.g3-2 img {
  width: 100%;
  display: flex;
}

.grid-item-g3-2-l {
  grid-area: 1 / 1 / 2 / -1;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .grid-item-g3-2-l {
    grid-area: 1 / 1 / -1 / 2;
  }
}

.grid-item-g3-2-r {
  grid-area: 2 / 1 / 2 / -1;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .grid-item-g3-2-r {
    grid-area: 1 / 2 / -1 / -1;
  }
}

/* Footer */
.footer-links a {
  color: #ffffff;
  padding: 1rem 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  /* Smooth transition */
}

.copyright {
  /* width: 100%; */
  /* display: grid; */
  /* grid-row-gap: 0px; */
  position: relative;

  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  color: hsla(0, 100%, 100%, 0.57);
  padding: 2rem 1rem 5rem;
}

.copyright::before {
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  display: block;
  content: '';
  border-top: solid 1px #ffffff;
  border-color: hsla(0, 100%, 100%, 0.57);
}

p.copyright span {
  display: inline;
  white-space: nowrap;
}

.social-links {
  color: #ffffff;
}

/* Form */
select,
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
  border-width: 0 0 0.0625em 0;
  border-style: solid;
  border-color: hsla(0, 0%, 0%, 0.57);
  box-shadow: none;
  padding: 0;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  line-height: 3rem;
  transition: all 0.3s ease;
  /* Smooth transition */
}


select,
input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus {
  box-shadow: 0 1px 0 0 #2a0002;
  outline: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* // input::-webkit-calendar-picker-indicator {
//   display: none;
// }

// input[type="date"]::-webkit-input-placeholder {
//   visibility: hidden !important;
// } */

input[type='submit'] {
  cursor: pointer;
  border: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: normal;
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
  color: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}

input[type='submit']:hover,
input[type='submit']:focus {
  color: #f6e7a1;
  color: hsla(49, 83%, 80%, 1);
  background: #7d3520;
  background: hsla(14, 59%, 31%, 1);
}

.is-invalid-input:not(:focus) {
  margin-bottom: 1rem;
}

.form-error {
  margin-bottom: 2rem;
}

label {
  font-size: 0.875em;
}

.wpcf7-form p {
  margin: 0;
  padding: 0;
}

.wpcf7 textarea {
  height: 3rem;
}

.google-map-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.google-map-wrapper iframe {
  width: 100%;
  height: 450px;
  /* You can adjust this height as needed */
  display: block;
  border: none;
}

/* Masonry grid layout */
.success-stories-grid {
  column-count: 2;
  column-gap: .5rem;
  padding: 0 1rem;
}

/* Prevent content from breaking between columns */
.success-stories-grid .wp-block-post {
  break-inside: avoid;
  margin-bottom: .5rem;
}

.success-stories-grid h2 {
  font-family: 'Roboto', Arial, sans-serif;
  width: 100%;
  font-size: 1.3125em;
  letter-spacing: 0.005em;
  font-weight: 300;
}

.success-stories-grid h2::after {
  content: "";
  display: block;
  margin: 2rem 0;
  height: 1px;
  width: 1rem;
  border-bottom: solid 1px #000000;
}

.success-story-card-wrapper {
  padding: 2rem;
  background: #ffffff;
  color: hsla(0, 100%, 100%, 1);
  width: 100%;
}

.success-story-card-wrapper h2,
.success-story-card-wrapper p {
  color: #000000;
}

.success-story-card-wrapper p {
  display: flex;
  width: 100%;
}

.client-name {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  padding: 0;
}

.client-location {
  color: hsla(0, 0%, 0%, 0.57);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding: 0;
}

/* Tablet (2 columns) */
@media (max-width: 1024px) {
  .success-stories-grid {
    column-count: 2;
  }
}

/* Mobile (1 column) */
@media (max-width: 768px) {
  .success-stories-grid {
    column-count: 1;
  }
}