.progress, .progress-stacked {
  --bs-progress-font-size: 1rem;
}

.blog-quote {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pop-color);
    border-radius: 50px;
    padding-bottom: 10px;
    }

.btn-bubble {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 30px;
    }

.btn-bubble:hover {
    color: var(--accent-color);
    background: var(--pop-color);
    border: 1px solid var(--accent-color);
    }
  
.float-left {
  float: left;
  width: 30%;
  margin-right: 15px;
}

.text-highlight-light { 
  background-color: rgba(233, 232, 230,0.7);
  box-shadow: 0 0 30px 30px rgba(233, 232, 230,0.7);
}

.box-shadow { 
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 10%;
}

.text-highlight-red { 
  background-color: red;
  box-shadow: 0 0 30px 30px red;
}

.ptb-5 { 
  padding: 5% 0%;
}

.plr-5 { 
  padding: 0% 5%;
}

.skills .progress {
  height: auto;
}

.pb-20 {
  padding-bottom: 20px;
}

.m-20 {
  margin: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.hero .btn-secondary {
  color: var(--accent-color);
  background: var(--contrast-color);
  font-family: var(--heading-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  border: 1px solid var(--accent-color);
  transition: 0.5s;
  margin-top: 30px;
}

.hero .btn-secondary:hover {
  color: var(--contrast-color);
  background: var(--pop-color);
  border: 1px solid var(--accent-color);
}

.services .service-item.item-brand-colour-one i {
  color: #558BC6;
}

.services .service-item.item-brand-colour-one:hover .icon i {
  color: #fff;
}

.services .service-item.item-brand-colour-one:hover .icon path {
  fill: #558BC6;
}

.services .service-item.item-brand-colour-two i {
  color: #20C997;
}

.services .service-item.item-brand-colour-two:hover .icon i {
  color: #fff;
}

.services .service-item.item-brand-colour-two:hover .icon path {
  fill: #20C997;
}

.services .service-item.item-brand-colour-three i {
  color: #845EF7;
}

.services .service-item.item-brand-colour-three:hover .icon i {
  color: #fff;
}

.services .service-item.item-brand-colour-three:hover .icon path {
  fill: #845EF7;
}

.services .service-item.item-brand-colour-four i {
  color: #FF6B6B;
}

.services .service-item.item-brand-colour-four:hover .icon i {
  color: #fff;
}

.services .service-item.item-brand-colour-four:hover .icon path {
  fill: #FF6B6B;
}

.services .service-item.item-brand-colour-five i {
  color: #FFC048;
}

.services .service-item.item-brand-colour-five:hover .icon i {
  color: #fff;
}

.services .service-item.item-brand-colour-five:hover .icon path {
  fill: #FFC048;
}

.services .service-item.item-brand-colour-six i {
  color: #0984E3;
}

.services .service-item.item-brand-colour-six:hover .icon i {
  color: #fff;
}

.services .service-item.item-brand-colour-six:hover .icon path {
  fill: #0984E3;
}

.services .service-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures the card stretches to fill the row height */
    /* keep your existing padding/border-radius/etc here */
}

/* 2. Push the button to the bottom */
/* Replace '.btn' with your actual button class if different */
.service-item .btn-bubble, 
.service-item a.btn { 
    margin-top: auto; 
}

.insights-article {
  max-width: 800;
  margin: 0 auto; /* Centers it */
}

.middle {
  display: flex;
  align-items: center; /* This creates the vertical centering */
  justify-content: space-between; /* This handles the horizontal spacing */
}

.h3, h3 {
  font-size: 1.5rem;
}

.php-email-form .error-message {
  display: none;
  background: #ffffff;
  color: #df1529;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}