@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&family=Open+Sans:wght@400;600&display=swap');

:root {
  --primary: hsl(242, 39%, 32%);
  --secondary: hsl(270, 34%, 18%);
  --accent: hsl(218, 51%, 50%);
}

body{
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color: #fff;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
}
.navbar{
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-brand{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--primary) !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
.navbar-nav .nav-link{
  color: #222;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.navbar-nav .nav-link:hover{
  color: var(--accent);
}
.navbar-toggler{
  border-color: var(--primary);
}

#contact-body {
  background-color: #f8f9fa;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  padding: 52px 0;
}
#contact-body .container-narrow {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#contact-body h1, #contact-body h2, #contact-body h3 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
}
#contact-body .intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
#contact-body hr {
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
#contact-body .info-block {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 28px;
  margin-bottom: 40px;
}
#contact-body .info-block dt {
  font-weight: 700;
  color: hsl(270, 34%, 18%);
  margin-top: 14px;
}
#contact-body .info-block dt:first-child {
  margin-top: 0;
}
#contact-body .info-block dd {
  margin-bottom: 0;
  line-height: 1.6;
}
#contact-body .info-block a {
  color: hsl(218, 51%, 50%);
  text-decoration: underline;
}
#contact-body .info-block a:hover {
  color: hsl(242, 39%, 32%);
}
#contact-body .find-us-line {
  font-size: 0.95rem;
  margin-top: 10px;
  color: #444;
}
#contact-body form {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 32px;
}
#contact-body label {
  font-weight: 600;
  color: hsl(270, 34%, 18%);
  margin-bottom: 6px;
}
#contact-body .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
#contact-body .form-control:focus {
  border-color: hsl(218, 51%, 50%);
  box-shadow: 0 0 0 0.2rem rgba(48, 87, 158, 0.2);
}
#contact-body .btn-send {
  background-color: hsl(242, 39%, 32%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
#contact-body .btn-send:hover {
  background-color: hsl(218, 51%, 50%);
  color: #fff;
}
#contact-body .reply-note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 14px;
}
#contact-body .cta-line {
  text-align: center;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid #ddd;
}
#contact-body .cta-line a {
  display: inline-block;
  background-color: hsl(270, 34%, 18%);
  color: #fff;
  padding: 12px 26px;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
#contact-body .cta-line a:hover {
  background-color: hsl(218, 51%, 50%);
}
#contact-body table {
  width: 100%;
  margin-bottom: 0;
}
#contact-body table td {
  padding: 4px 8px;
  vertical-align: top;
}

footer.site-footer {
  background: hsl(270, 34%, 18%);
  color: #f0eef5;
  font-family: 'Open Sans', sans-serif;
  padding: 48px 0 24px;
  border-top: 4px solid hsl(218, 51%, 50%);
}
footer.site-footer h5 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}
footer.site-footer p, footer.site-footer li, footer.site-footer a {
  color: #e2dfeb;
}
footer.site-footer a {
  text-decoration: none;
}
footer.site-footer a:hover {
  color: hsl(218, 51%, 65%);
  text-decoration: underline;
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
footer.site-footer ul li {
  margin-bottom: 8px;
}
footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: hsl(242, 39%, 32%);
  color: #ffffff;
  margin-right: 8px;
  font-size: 1.1rem;
  border-radius: 0;
  transition: background 0.2s ease;
}
footer .footer-social a:hover {
  background: hsl(218, 51%, 50%);
  color: #ffffff;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 32px;
  padding-top: 16px;
  font-size: 0.85rem;
  color: #cfcbdc;
}
#consentPanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: hsl(270, 34%, 18%);
  color: #f0eef5;
  border-top: 3px solid hsl(218, 51%, 50%);
  font-family: 'Open Sans', sans-serif;
  max-height: 60vh;
  overflow-y: auto;
  padding: 16px 0;
}
#consentPanel h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 8px;
}
#consentPanel p, #consentPanel li {
  font-size: 0.85rem;
  color: #e2dfeb;
  margin-bottom: 6px;
}
#consentPanel ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
  padding: 8px 14px;
  border: none;
  width: 100%;
  transition: background 0.2s ease, color 0.2s ease;
  border-radius: 0;
}
.btn-accept-all {
  background: hsl(218, 51%, 50%);
  color: #ffffff;
}
.btn-accept-all:hover {
  background: hsl(218, 51%, 40%);
  color: #ffffff;
}
.btn-reject-optional {
  background: hsl(242, 39%, 32%);
  color: #ffffff;
}
.btn-reject-optional:hover {
  background: hsl(242, 39%, 24%);
  color: #ffffff;
}
.btn-manage {
  background: transparent;
  color: #e2dfeb;
  border: 1px solid #e2dfeb;
}
.btn-manage:hover {
  background: rgba(255,255,255,0.1);
  color: #ffffff;
}

.hero-section {
  background-color: #f8f9fa;
  padding: 52px 0;
}
.hero-column {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.hero-section h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(270, 34%, 18%);
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.hero-section h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: hsl(242, 39%, 32%);
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.hero-section p.lead-text {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: hsl(218, 51%, 50%);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.hero-btn:hover {
  background-color: hsl(242, 39%, 32%);
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 32px;
  border-radius: 0;
}

#about-us .about-section {
  background: #ffffff;
  color: #222;
  font-family: 'Open Sans', sans-serif;
  padding: 52px 0;
}
#about-us .about-section h1, #about-us .about-section h2, #about-us .about-section h3 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
}
#about-us .about-column {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 16px;
}
#about-us .about-section p {
  line-height: 1.75;
  margin-bottom: 18px;
  font-size: 1.02rem;
}
#about-us .about-section img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  margin: 24px 0;
}
#about-us .about-section hr {
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
#about-us .values-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 18px 0;
}
#about-us .values-list li {
  padding: 8px 0 8px 18px;
  border-left: 3px solid hsl(218, 51%, 50%);
  margin-bottom: 10px;
  background: #f8f9fa;
}
#about-us .values-list strong {
  color: hsl(270, 34%, 18%);
}
#about-us .team-heading {
  margin-top: 8px;
  margin-bottom: 20px;
}
#about-us .team-card {
  background: #f8f9fa;
  border: 1px solid #e2e2e2;
  padding: 20px;
  height: 100%;
}
#about-us .team-card h3 {
  font-size: 1.15rem;
  margin-bottom: 4px;
  color: hsl(242, 39%, 32%);
}
#about-us .team-role {
  font-weight: 600;
  color: hsl(218, 51%, 50%);
  font-size: 0.92rem;
  display: block;
  margin-bottom: 10px;
}
#about-us .team-card p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0;
}

.services-column {
    max-width: 760px;
    margin: 0 auto;
    padding: 52px 20px;
    background-color: #ffffff;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
}

.services-column h2 {
    font-family: 'Roboto', sans-serif;
    color: hsl(242, 39%, 32%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 14px;
}

.services-intro {
    color: #333333;
    font-size: 1.02rem;
    line-height: 1.65;
    margin-bottom: 36px;
    border-left: 3px solid hsl(218, 51%, 50%);
    padding-left: 16px;
}

.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #ddd;
}

.service-row:first-child {
    border-top: 1px solid #ddd;
}

.service-main {
    flex: 1;
}

.service-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: hsl(270, 34%, 18%);
    font-size: 1.12rem;
    margin: 0 0 6px 0;
}

.service-number {
    color: hsl(218, 51%, 50%);
    font-weight: 700;
    margin-right: 8px;
}

.service-desc {
    color: #444444;
    font-size: 0.96rem;
    line-height: 1.55;
    margin: 0;
}

.service-price {
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: hsl(242, 39%, 32%);
    font-size: 1.08rem;
    text-align: right;
    white-space: nowrap;
    padding-top: 2px;
}

.services-note {
    margin-top: 32px;
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .service-row {
        flex-direction: column;
        gap: 6px;
    }
    .service-price {
        text-align: left;
    }
}

#help {
  background-color: #ffffff;
  padding: 52px 0;
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}
#help .container {
  max-width: 760px;
}
#help h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 12px;
}
#help p.intro {
  color: #333333;
  margin-bottom: 36px;
  font-size: 1.02rem;
  line-height: 1.6;
}
#help .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 8px;
}
#help .accordion-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: hsl(270, 34%, 18%);
  background-color: #f8f9fa;
  border-radius: 0;
  box-shadow: none;
}
#help .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: hsl(242, 39%, 32%);
}
#help .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(218, 51%, 50%);
}
#help .accordion-button::after {
  filter: none;
}
#help .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#help .accordion-body {
  background-color: #ffffff;
  color: #333333;
  line-height: 1.65;
  font-size: 0.98rem;
}
#help a {
  color: hsl(218, 51%, 50%);
  text-decoration: underline;
}
#help a:hover {
  color: hsl(242, 39%, 32%);
}

#clients {
  background: #f8f9fa;
  padding: 52px 0;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
#clients .col-wrap {
  max-width: 760px;
  margin: 0 auto;
}
#clients h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
  font-weight: 700;
  border-radius: 0;
}
#clients .lead-text {
  color: #333;
  margin-bottom: 36px;
}
#clients .review-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 20px 22px;
  margin-bottom: 18px;
}
#clients .review-card.alt {
  background: hsl(270, 34%, 18%);
  color: #f8f9fa;
  border: none;
}
#clients .review-card.alt .review-name, #clients .review-card.alt .review-loc {
  color: #f8f9fa;
}
#clients .review-card.accent-border {
  border-left: 4px solid hsl(218, 51%, 50%);
}
#clients .review-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(242, 39%, 32%);
  margin-bottom: 0;
}
#clients .review-loc {
  font-size: 0.85rem;
  color: #555;
}
#clients .review-card.alt .review-loc {
  color: #d8d3ea;
}
#clients .stars {
  color: hsl(218, 51%, 50%);
  letter-spacing: 1px;
  font-size: 0.95rem;
}
#clients .review-card.alt .stars {
  color: #f0c419;
}
#clients .review-text {
  margin-top: 8px;
  margin-bottom: 6px;
}
#clients .review-meta {
  font-size: 0.8rem;
  color: #666;
}
#clients .review-card.alt .review-meta {
  color: #cfc9e6;
}
#clients .divider-line {
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

#enquiry {
  background-color: #f8f9fa;
  padding: 52px 0;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
#enquiry h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
  font-weight: 700;
}
#enquiry .narrow-col {
  max-width: 740px;
  margin: 0 auto;
}
#enquiry .contact-block {
  margin-bottom: 32px;
}
#enquiry dt {
  font-family: 'Roboto', sans-serif;
  color: hsl(270, 34%, 18%);
  font-weight: 700;
}
#enquiry dd {
  margin-bottom: 14px;
}
#enquiry a {
  color: hsl(218, 51%, 50%);
  text-decoration: underline;
}
#enquiry a:hover {
  color: hsl(242, 39%, 32%);
}
#enquiry .find-us {
  font-size: 0.95rem;
  color: #444;
  margin-top: -6px;
  margin-bottom: 20px;
}
#enquiry hr {
  border-top: 1px solid #ccc;
  margin: 36px 0;
}
#enquiry form {
  background-color: #fff;
  padding: 28px;
  border: 1px solid #ccc;
}
#enquiry label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(270, 34%, 18%);
  margin-bottom: 6px;
  display: block;
}
#enquiry .form-control {
  border-radius: 0;
  border: 1px solid #999;
  margin-bottom: 18px;
}
#enquiry .form-control:focus {
  border-color: hsl(218, 51%, 50%);
  box-shadow: none;
}
#enquiry button.btn-submit {
  background-color: hsl(242, 39%, 32%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#enquiry button.btn-submit:hover {
  background-color: hsl(218, 51%, 50%);
  color: #fff;
}
#enquiry table {
  width: 100%;
  border-collapse: collapse;
}
#enquiry table td {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
#enquiry table td.label-cell {
  width: 140px;
  font-weight: 700;
  color: hsl(270, 34%, 18%);
}

#important {
  background-color: #f8f9fa;
  padding: 48px 0;
  font-family: 'Open Sans', sans-serif;
}
#important .disclaimer-column {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#important h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
  font-weight: 700;
  font-size: 1.9rem;
  border-radius: 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#important h2 i {
  color: hsl(218, 51%, 50%);
  font-size: 1.6rem;
}
#important .disclaimer-box {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-left: 4px solid hsl(218, 51%, 50%);
  border-radius: 0;
  padding: 24px 28px;
}
#important p {
  color: #333333;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 0;
}



.thankyou-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, hsl(270, 34%, 18%) 0%, hsl(242, 39%, 32%) 100%);
  font-family: 'Open Sans', sans-serif;
  padding: 3rem 1rem;
}

.thankyou-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem 2.5rem;
  max-width: 620px;
  width: 100%;
  text-align: center;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.35);
}

.thankyou-icon-wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(218, 51%, 50%, 0.12);
  animation: pop 0.5s ease-out;
}

.thankyou-icon-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(218, 51%, 50%) 0%, hsl(242, 39%, 32%) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.5rem 1.5rem hsl(218, 51%, 50%, 0.4);
}

.thankyou-icon-circle svg {
  width: 40px;
  height: 40px;
  stroke: #ffffff;
}

@keyframes pop {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}

.thankyou-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(270, 34%, 18%);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.thankyou-text {
  color: #4a4a58;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.thankyou-note {
  background: hsl(242, 39%, 32%, 0.06);
  border-left: 4px solid hsl(218, 51%, 50%);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  text-align: left;
  margin: 1.5rem 0 2rem;
  font-size: 0.98rem;
  color: hsl(270, 34%, 18%);
}

.thankyou-note ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}

.thankyou-note li {
  margin-bottom: 0.35rem;
}

.btn-thankyou {
  background: hsl(242, 39%, 32%);
  border: none;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 0.75rem 2.25rem;
  border-radius: 0.6rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.4rem 1rem hsl(242, 39%, 32%, 0.35);
}

.btn-thankyou:hover {
  background: hsl(218, 51%, 50%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 0.6rem 1.4rem hsl(218, 51%, 50%, 0.45);
}

@media (max-width: 576px) {
  .thankyou-card {
    padding: 2rem 1.5rem;
  }
  .thankyou-heading {
    font-size: 1.6rem;
  }
}

#services-section {
  font-family: 'Open Sans', sans-serif;
  color: #2a2a2a;
  background: #fff;
  padding: 52px 0;
}
#services-section .col-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
#services-section h1 {
  font-family: 'Roboto', sans-serif;
  color: hsl(242, 39%, 32%);
  font-size: 2rem;
  margin-bottom: 12px;
  border-radius: 0;
}
#services-section .intro {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 40px;
  color: #333;
}
#services-section h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(270, 34%, 18%);
  font-size: 1.35rem;
  margin-top: 44px;
  margin-bottom: 12px;
  border-radius: 0;
}
#services-section .sub-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 8px;
}
#services-section .service-list {
  margin-top: 28px;
  border-top: 1px solid #ddd;
}
#services-section .service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
#services-section .service-row .num {
  font-family: 'Roboto', sans-serif;
  color: hsl(218, 51%, 50%);
  font-weight: 700;
  margin-right: 10px;
}
#services-section .service-title-block {
  flex: 1 1 500px;
}
#services-section .service-title-block h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  color: hsl(242, 39%, 32%);
  margin: 0 0 6px 0;
  display: inline;
}
#services-section .service-desc {
  display: block;
  font-size: 0.95rem;
  color: #444;
  margin-top: 6px;
  line-height: 1.6;
}
#services-section .service-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(270, 34%, 18%);
  font-size: 1.05rem;
  white-space: nowrap;
  margin-left: auto;
  padding-left: 16px;
}
#services-section .terms-box {
  margin-top: 44px;
  padding: 20px;
  background: #f5f5f5;
  border-left: 3px solid hsl(218, 51%, 50%);
  border-radius: 0;
}
#services-section .terms-box h2 {
  margin-top: 0;
}
#services-section .terms-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}
#services-section .terms-box li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #333;
}
#services-section .cta-block {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #ddd;
  text-align: left;
}
#services-section .cta-block p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}
#services-section .btn-cta {
  display: inline-block;
  background: hsl(218, 51%, 50%);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 0;
  border: none;
}
#services-section .btn-cta:hover {
  background: hsl(242, 39%, 32%);
  color: #fff;
}
@media (max-width: 576px) {
  #services-section .service-row {
    flex-direction: column;
  }
  #services-section .service-price {
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
  }
}
