@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap");
.tw-fade {
opacity: 0;
transform: translateY(8px);
transition: opacity 0.35s ease, transform 0.35s ease;
will-change: opacity, transform;
}
.tw-fade.is-visible {
opacity: 1;
transform: translateY(0);
}
* {
box-sizing: border-box;
}
body {
font-family: "Poppins", Arial, Helvetica, sans-serif;
color: #414142;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img {
max-width: 100%;
height: auto;
}
a {
color: #543C6F;
text-decoration: none;
transition: all 0.25s ease;
}
a:hover {
color: #6B5B95;
}
:root :where(.is-layout-constrained) > * {
margin-top: 0 !important;
}
.wp-site-blocks {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.wp-site-blocks > * {
margin-block-start: 0 !important;
margin-block-end: 0 !important;
}
body {
padding: 0 !important;
margin: 0 !important;
}
.site-content .wp-block-button__link:hover, .site-content__main .wp-block-button__link:hover {
color: #ffffff !important;
background: #543C6F !important;
border-color: #543C6F !important;
}
@media (max-width: 600px) {
.wp-block-group.alignfull[style*="padding-top:50px"] {
padding-top: 25px !important;
padding-bottom: 50px !important;
}
.wp-block-group.alignfull[style*="padding-top:80px"] {
padding-top: 40px !important;
padding-bottom: 50px !important;
}
}
.site-container {
max-width: 1800px;
margin-left: auto;
margin-right: auto;
padding-left: 96px;
padding-right: 96px;
}
@media (max-width: 1450px) {
.site-container {
padding-left: 32px;
padding-right: 32px;
}
}
@media (max-width: 600px) {
.site-container {
padding-left: 16px;
padding-right: 16px;
}
}
.home-intro-wrap {
max-width: 1800px;
margin-left: auto;
margin-right: auto;
padding-left: 96px;
padding-right: 96px;
}
@media (max-width: 1450px) {
.home-intro-wrap {
padding-left: 32px;
padding-right: 32px;
}
}
@media (max-width: 600px) {
.home-intro-wrap {
padding-left: 16px;
padding-right: 16px;
}
}
.home-intro {
width: 60%;
font-size: 1.8em !important;
font-weight: 400 !important;
}
@media (max-width: 1200px) {
.home-intro {
width: 80%;
}
}
@media (max-width: 600px) {
.home-intro {
width: 100%;
font-size: 24px;
}
}
.narrow-width {
max-width: 60%;
}
@media (max-width: 1200px) {
.narrow-width {
max-width: 80%;
}
}
@media (max-width: 600px) {
.narrow-width {
max-width: 100%;
}
}
.site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6 {
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: 500;
color: #543C6F;
line-height: 1.3;
margin: 32px 0 12px;
letter-spacing: -0.5px;
}
.site-content h2:first-child, .site-content h3:first-child, .site-content h4:first-child, .site-content h5:first-child, .site-content h6:first-child {
margin-top: 0;
}
.site-content h2 {
font-size: 23px;
margin-bottom: 1em;
}
@media (max-width: 1200px) {
.site-content h2 {
font-size: 21px;
}
}
@media (max-width: 600px) {
.site-content h2 {
font-size: 21px;
}
}
.site-content h3 {
font-size: 21px;
}
@media (max-width: 1200px) {
.site-content h3 {
font-size: 19px;
}
}
@media (max-width: 600px) {
.site-content h3 {
font-size: 19px;
}
}
.site-content h4 {
font-size: 19px;
}
@media (max-width: 1200px) {
.site-content h4 {
font-size: 18px;
}
}
.site-content h5 {
font-size: 17px;
color: #6B5B95;
}
.site-content h6 {
font-size: 16px;
color: #6B5B95;
}
.site-content p {
font-size: 16px;
line-height: 1.75em;
color: #414142;
margin: 0 0 1.6em;
}
.site-content strong, .site-content b {
font-weight: 600;
}
.site-content p.intro-text {
font-size: 19px;
font-weight: 500;
line-height: 1.6em;
}
.site-content ul, .site-content ol {
margin: 0 0 1.6em;
padding-left: 1.2em;
font-size: 16px;
}
.site-content ul li, .site-content ol li {
margin-bottom: 6px;
line-height: 1.75;
color: #414142;
font-size: 16px;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
margin: 10px 0 12px;
padding-left: 1.4em;
}
.site-content ul ul li, .site-content ul ol li, .site-content ol ul li, .site-content ol ol li {
margin-bottom: 4px;
}
.site-content ul {
list-style: disc;
}
.site-content ul ul {
list-style: circle;
}
.site-content ul ul ul {
list-style: square;
}
.site-content a {
color: #543C6F;
text-decoration: none;
border-bottom: 1px solid #6B5B95;
transition: color 0.2s ease;
}
.site-content a:hover {
color: #6B5B95;
border-bottom-color: transparent;
}
.site-content--sidebar {
display: flex;
gap: 96px;
}
@media (max-width: 1200px) {
.site-content--sidebar {
gap: 60px;
}
}
@media (max-width: 960px) {
.site-content--sidebar {
flex-direction: column;
}
}
.site-content--sidebar .site-content__main {
flex: 1;
min-width: 0;
}
.site-content--sidebar .site-content__main h2, .site-content--sidebar .site-content__main h3, .site-content--sidebar .site-content__main h4, .site-content--sidebar .site-content__main h5, .site-content--sidebar .site-content__main h6 {
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: 500;
color: #543C6F;
line-height: 1.3;
margin: 32px 0 12px;
letter-spacing: -0.5px;
}
.site-content--sidebar .site-content__main h2:first-child, .site-content--sidebar .site-content__main h3:first-child, .site-content--sidebar .site-content__main h4:first-child, .site-content--sidebar .site-content__main h5:first-child, .site-content--sidebar .site-content__main h6:first-child {
margin-top: 0;
}
.site-content--sidebar .site-content__main h2 {
font-size: 23px;
margin-bottom: 1em;
}
@media (max-width: 1200px) {
.site-content--sidebar .site-content__main h2 {
font-size: 21px;
}
}
@media (max-width: 600px) {
.site-content--sidebar .site-content__main h2 {
font-size: 21px;
}
}
.site-content--sidebar .site-content__main h3 {
font-size: 21px;
}
@media (max-width: 1200px) {
.site-content--sidebar .site-content__main h3 {
font-size: 19px;
}
}
@media (max-width: 600px) {
.site-content--sidebar .site-content__main h3 {
font-size: 19px;
}
}
.site-content--sidebar .site-content__main h4 {
font-size: 19px;
}
@media (max-width: 1200px) {
.site-content--sidebar .site-content__main h4 {
font-size: 18px;
}
}
.site-content--sidebar .site-content__main h5 {
font-size: 17px;
color: #6B5B95;
}
.site-content--sidebar .site-content__main h6 {
font-size: 16px;
color: #6B5B95;
}
.site-content--sidebar .site-content__main p {
font-size: 16px;
line-height: 1.75em;
color: #414142;
margin: 0 0 1.6em;
}
.site-content--sidebar .site-content__main strong, .site-content--sidebar .site-content__main b {
font-weight: 600;
}
.site-content--sidebar .site-content__main p.intro-text {
font-size: 19px;
font-weight: 500;
line-height: 1.6em;
}
.site-content--sidebar .site-content__main ul, .site-content--sidebar .site-content__main ol {
margin: 0 0 1.6em;
padding-left: 1.2em;
font-size: 16px;
}
.site-content--sidebar .site-content__main ul li, .site-content--sidebar .site-content__main ol li {
margin-bottom: 6px;
line-height: 1.75;
color: #414142;
font-size: 16px;
}
.site-content--sidebar .site-content__main ul ul, .site-content--sidebar .site-content__main ul ol, .site-content--sidebar .site-content__main ol ul, .site-content--sidebar .site-content__main ol ol {
margin: 10px 0 12px;
padding-left: 1.4em;
}
.site-content--sidebar .site-content__main ul ul li, .site-content--sidebar .site-content__main ul ol li, .site-content--sidebar .site-content__main ol ul li, .site-content--sidebar .site-content__main ol ol li {
margin-bottom: 4px;
}
.site-content--sidebar .site-content__main ul {
list-style: disc;
}
.site-content--sidebar .site-content__main ul ul {
list-style: circle;
}
.site-content--sidebar .site-content__main ul ul ul {
list-style: square;
}
.site-content--sidebar .site-content__main a {
color: #543C6F;
text-decoration: none;
border-bottom: 1px solid #6B5B95;
transition: color 0.2s ease;
}
.site-content--sidebar .site-content__main a:hover {
color: #6B5B95;
border-bottom-color: transparent;
}
.site-content--sidebar .site-content__main h2, .site-content--sidebar .site-content__main h3, .site-content--sidebar .site-content__main h4, .site-content--sidebar .site-content__main h5, .site-content--sidebar .site-content__main h6 {
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-weight: 500;
color: #543C6F;
line-height: 1.3;
margin: 40px 0 12px;
letter-spacing: -0.5px;
}
.site-content--sidebar .site-content__main h2 {
font-size: 23px;
}
.site-content--sidebar .site-content__main h3 {
font-size: 20px;
}
.site-content--sidebar .site-content__main h4 {
font-size: 18px;
}
.site-content--sidebar .site-content__main h5 {
font-size: 16px;
}
.site-content--sidebar .site-content__main h6 {
font-size: 15px;
}
.site-content--sidebar .site-content__sidebar {
flex: 0 0 35%;
min-width: 0;
}
@media (max-width: 960px) {
.site-content--sidebar .site-content__sidebar {
flex: none;
}
}
.site-content .wp-block-table, .site-content table:not(.wp-block-table table) {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.site-content table, .wp-block-table table {
min-width: 800px;
word-break: keep-all;
overflow-wrap: normal;
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 1px solid rgba(63, 42, 79, 0.12);
border-radius: 6px;
overflow: hidden;
margin: 0 0 1.6em;
font-size: 15px;
table-layout: auto;
}
.site-content table thead, .wp-block-table table thead {
border-bottom: none !important;
}
.site-content table th, .wp-block-table table th {
background: #3F2A4F;
color: #ffffff;
font-weight: 600;
text-align: left;
padding: 14px 20px;
min-width: 140px;
font-size: 14px;
letter-spacing: 0.02em;
border-bottom: 2px solid #543C6F;
}
.site-content table th:not(:last-child), .wp-block-table table th:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.site-content table td, .wp-block-table table td {
padding: 14px 20px;
min-width: 140px;
border: none;
border-bottom: 1px solid rgba(63, 42, 79, 0.08);
color: #414142;
vertical-align: top;
line-height: 1.5;
}
.site-content table tr:last-child td, .wp-block-table table tr:last-child td {
border-bottom: none;
}
.site-content table tbody tr:nth-child(even) td, .wp-block-table table tbody tr:nth-child(even) td {
background: rgba(63, 42, 79, 0.025);
}
.site-content table tbody tr:hover td, .wp-block-table table tbody tr:hover td {
background: rgba(84, 60, 111, 0.06);
transition: background 0.25s ease;
}
.site-content table tbody td:first-child, .wp-block-table table tbody td:first-child {
font-weight: 500;
color: #3F2A4F;
}
.social-share h3 {
color: #3F2A4F;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
margin: 0 0 12px;
}
.social-share__icons {
display: flex;
gap: 12px;
}
.social-share__icons a, .social-share__icons button {
width: 36px;
height: 36px;
border: 1px solid rgba(84, 60, 111, 0.25);
border-radius: 5px;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
color: #543C6F;
cursor: pointer;
transition: all 0.25s ease;
padding: 0;
}
.social-share__icons a:hover, .social-share__icons button:hover {
border-color: rgba(84, 60, 111, 0.5);
background: rgba(84, 60, 111, 0.04);
color: #3F2A4F;
}
.social-share__icons svg {
display: block;
}
.social-share__copy.is-copied {
border-color: #00B792;
background: rgba(0, 183, 146, 0.06);
color: #00B792;
}
.sidebar-panel {
background-color: #cae1d866;
border-left: 3px solid #543C6F;
border-radius: 0 8px 8px 0;
overflow: hidden;
}
.sidebar-panel ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.sidebar-panel ul li {
margin-bottom: 0;
}
.sidebar-panel p {
margin: 0;
}
.sidebar-panel h3, .sidebar-panel h4, .sidebar-panel h5 {
margin-top: 0;
}
.sidebar-panel__section {
padding: 24px 28px;
border-bottom: 1px solid rgba(65, 65, 66, 0.1);
}
.sidebar-panel__section:last-child {
border-bottom: none;
}
.sidebar-panel__heading {
color: #543C6F;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
margin: 0 0 12px;
}
.sidebar-panel__address {
font-size: 15px;
color: #414142;
line-height: 1.7;
margin: 0 0 4px !important;
}
.sidebar-panel__links .sidebar-panel__address + a {
margin-top: 8px;
}
.sidebar-panel__links a {
display: flex;
align-items: center;
gap: 8px;
padding: 4px 0;
color: #414142;
font-size: 15px;
font-weight: 400;
text-decoration: none;
border-bottom: none;
transition: all 0.2s ease;
}
.sidebar-panel__links a::before {
content: "";
display: inline-block;
width: 5px;
height: 5px;
border: solid #414142;
border-width: 0 1.5px 1.5px 0;
transform: rotate(-45deg);
flex-shrink: 0;
transition: transform 0.2s ease;
}
.sidebar-panel__links a:hover {
color: #543C6F;
padding-left: 4px;
}
.sidebar-panel__links a:hover::before {
transform: translateX(2px) rotate(-45deg);
}
.sidebar-panel__links a:last-child {
border-bottom: none;
padding-bottom: 0;
}
.sidebar-panel__cta .sidebar-panel__cta-text {
font-size: 15px;
color: #414142;
line-height: 1.6;
margin-bottom: 16px !important;
}
.sidebar-panel__cta .sidebar-panel__cta-buttons {
display: flex;
flex-direction: column;
gap: 8px;
}
.sidebar-panel__cta .sidebar-panel__btn {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px 20px;
border-radius: 5px;
font-size: 15px;
font-weight: 500;
font-family: "Poppins", Arial, Helvetica, sans-serif;
text-decoration: none;
border: none;
transition: all 0.25s ease;
cursor: pointer;
letter-spacing: 0.02em;
}
.sidebar-panel__cta .sidebar-panel__btn--phone {
background-color: #543C6F;
color: #ffffff;
border: 1px solid #543C6F;
}
.sidebar-panel__cta .sidebar-panel__btn--phone:hover {
background-color: transparent;
color: #543C6F;
}
.sidebar-panel__cta .sidebar-panel__btn--enquiry {
background-color: transparent;
color: #543C6F;
border: 1px solid #543C6F;
}
.sidebar-panel__cta .sidebar-panel__btn--enquiry:hover {
background-color: #543C6F;
color: #ffffff;
}
.sidebar-accreditations {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
}
.sidebar-accreditations img {
height: 50px;
width: auto;
object-fit: contain;
}
.sidebar-panel .sidebar-key-contacts, .sidebar-panel .sidebar-services, .sidebar-panel .social-share {
margin: 0;
}
.sidebar-panel .sidebar-key-contacts h3, .sidebar-panel .sidebar-services h3, .sidebar-panel .social-share h3 {
color: #543C6F;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
margin: 0 0 20px;
}
.sidebar-contact {
background-color: #cae1d866;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 15px;
padding: 40px 20px;
border-radius: 8px;
}
.sidebar-contact p, .sidebar-contact a {
margin-bottom: 0;
font-size: 22px;
font-weight: 500;
color: #543C6F;
border-bottom: none;
}
.sidebar-contact a:hover {
border-bottom: none;
color: #6B5B95;
}
.sidebar-contact .sidebar-contact__item {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
}
@media (max-width: 1300px) {
.sidebar-contact .sidebar-contact__item a {
font-size: 16px;
}
}
.sidebar-contact .sidebar-contact__cta {
background-color: #543C6F;
color: #ffffff;
padding: 20px 40px;
display: block;
text-align: center;
border-radius: 5px;
transition: ease all 0.2s ease;
border: 1px solid transparent;
font-size: 16px;
font-weight: 500;
}
@media (max-width: 1550px) {
.sidebar-contact .sidebar-contact__cta {
font-size: 16px;
}
}
.sidebar-contact .sidebar-contact__cta:hover {
background-color: transparent;
color: #543C6F;
border: 1px solid #543C6F;
}
.sidebar-services h3 {
color: #3F2A4F;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
margin: 0 0 12px;
}
.sidebar-services ul {
list-style: none;
padding-left: 0;
margin: 0;
}
.sidebar-services ul li {
margin-bottom: 0;
}
.sidebar-services ul li a {
display: flex;
align-items: center;
gap: 8px;
padding: 10px 0;
color: #543C6F;
font-size: 15px;
font-weight: 400;
text-decoration: none;
border-bottom: 1px solid rgba(63, 42, 79, 0.06);
transition: all 0.2s ease;
}
.sidebar-services ul li a::before {
content: "";
display: inline-block;
width: 5px;
height: 5px;
border: solid #6B5B95;
border-width: 0 1.5px 1.5px 0;
transform: rotate(-45deg);
flex-shrink: 0;
transition: transform 0.2s ease;
}
.sidebar-services ul li a:hover {
color: #6B5B95;
padding-left: 4px;
}
.sidebar-services ul li a:hover::before {
transform: translateX(2px) rotate(-45deg);
}
.sidebar-services ul li.is-active a {
color: #3F2A4F;
font-weight: 500;
}
.sidebar-services ul li.is-active a::before {
border-color: #3F2A4F;
}
.sidebar-services ul li:last-child a {
border-bottom: none;
}
.sidebar-contact-box {
background-color: #EAF1F6;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 15px;
padding: 32px 24px;
border-radius: 8px;
}
.sidebar-contact-box p, .sidebar-contact-box a {
margin-bottom: 0;
font-weight: 500;
color: #543C6F;
}
.sidebar-contact-box__item {
display: flex;
align-items: center;
gap: 10px;
}
.sidebar-contact-box__item a {
font-size: 16px;
}
.sidebar-contact-box__cta {
background-color: #543C6F;
color: #ffffff;
padding: 14px 32px;
display: block;
text-align: center;
border-radius: 5px;
transition: all 0.25s ease;
border: 1px solid transparent;
font-size: 16px;
font-weight: 500;
width: 100%;
}
.sidebar-contact-box__cta:hover {
background-color: transparent;
color: #543C6F;
border: 1px solid #543C6F;
}
.sidebar-cta-btn {
display: block;
text-align: center;
background: #543C6F;
color: #ffffff;
padding: 16px 24px;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
font-family: "Poppins", Arial, Helvetica, sans-serif;
text-decoration: none;
border: 2px solid #543C6F;
transition: all 0.25s ease;
letter-spacing: 0.02em;
}
.sidebar-cta-btn:hover {
background: transparent;
color: #543C6F;
border-color: #543C6F;
}
.sidebar-phone-strip {
display: flex;
flex-direction: column;
gap: 0;
}
.sidebar-phone-strip .sidebar-phone-strip__label {
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #909090;
margin-bottom: 12px;
}
.sidebar-phone-strip a {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0;
font-size: 16px;
font-weight: 500;
color: #543C6F;
text-decoration: none;
border-bottom: 1px solid rgba(63, 42, 79, 0.06);
transition: all 0.2s ease;
}
.sidebar-phone-strip a svg {
flex-shrink: 0;
}
.sidebar-phone-strip a:hover {
color: #6B5B95;
padding-left: 4px;
}
.sidebar-phone-strip a:last-child {
border-bottom: none;
}
.sidebar-office-card h3 {
color: #3F2A4F;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.12em;
margin: 0 0 12px;
}
.sidebar-office-card p {
font-size: 15px;
color: #414142;
line-height: 1.7;
margin: 0 0 16px;
}
.sidebar-office-card__contact {
display: flex;
flex-direction: column;
gap: 8px;
}
.sidebar-office-card__contact a {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: #543C6F;
text-decoration: none;
transition: color 0.2s ease;
}
.sidebar-office-card__contact a:hover {
color: #6B5B95;
}
.sidebar-office-card__hours {
width: 100%;
border-collapse: collapse;
}
.sidebar-office-card__hours td {
font-size: 15px;
color: #414142;
padding: 6px 0;
border-bottom: 1px solid rgba(63, 42, 79, 0.06);
}
.sidebar-office-card__hours td:last-child {
text-align: right;
font-weight: 500;
color: #543C6F;
}
.sidebar-office-card__hours tr:last-child td {
border-bottom: none;
}
.sidebar-office-card--hours h3 {
margin-bottom: 16px;
}
.sidebar-office-card--featured {
position: relative;
}
.sidebar-office-card__badge {
display: inline-block;
background: #543C6F;
color: #ffffff;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.06em;
padding: 4px 10px;
border-radius: 3px;
margin-bottom: 12px;
}
.sidebar-office-card__link {
display: inline-block;
margin-top: 16px;
font-size: 15px;
font-weight: 500;
color: #543C6F;
text-decoration: none;
transition: color 0.2s ease;
}
.sidebar-office-card__link:hover {
color: #6B5B95;
}
.contact-widget__trigger {
position: fixed;
bottom: 24px;
right: 24px;
z-index: 9999;
display: flex;
align-items: center;
gap: 10px;
background: #543C6F;
color: #ffffff;
border: none;
border-bottom: none;
border-radius: 50px;
padding: 14px 24px;
font-size: 16px;
font-weight: 500;
font-family: "Poppins", Arial, Helvetica, sans-serif;
text-decoration: none;
cursor: pointer;
box-shadow: 0 4px 20px rgba(63, 42, 79, 0.3);
transition: all 0.3s ease;
}
.contact-widget__trigger svg {
flex-shrink: 0;
}
.contact-widget__trigger:hover {
background: #3F2A4F;
color: #ffffff;
border-bottom: none;
transform: translateY(-2px);
box-shadow: 0 8px 30px rgba(63, 42, 79, 0.4);
}
.page-id-31 .contact-widget__trigger, .page-template-contact .contact-widget__trigger {
display: none;
}
@media (max-width: 600px) {
.contact-widget__trigger {
bottom: 16px;
right: 16px;
padding: 14px;
border-radius: 50%;
}
.contact-widget__trigger span {
display: none;
}
}
.services-grid-eyebrow {
max-width: 1800px;
margin-left: auto;
margin-right: auto;
padding-left: 96px;
padding-right: 96px;
font-size: 18px;
font-weight: 400;
color: #707070;
margin-bottom: 16px;
}
@media (max-width: 1450px) {
.services-grid-eyebrow {
padding-left: 32px;
padding-right: 32px;
}
}
@media (max-width: 600px) {
.services-grid-eyebrow {
padding-left: 16px;
padding-right: 16px;
}
}
.home-services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
@media (max-width: 960px) {
.home-services-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
}
@media (max-width: 600px) {
.home-services-grid {
grid-template-columns: 1fr;
}
}
.home-service-card {
background: #ffffff;
border: 1px solid rgba(63, 42, 79, 0.06);
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: flex;
flex-direction: column;
text-decoration: none;
border-bottom: 2px solid rgba(63, 42, 79, 0.06);
position: relative;
}
.home-service-card::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #CAE1D8;
transition: width 0.4s ease;
}
.home-service-card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 40px rgba(63, 42, 79, 0.08);
border-bottom: 2px solid transparent;
}
.home-service-card:hover::after {
width: 100%;
}
.home-service-card:hover .home-service-card__link {
color: #6B5B95;
}
.home-service-card:hover .home-service-card__link svg {
transform: translateX(3px);
}
.home-service-card__img {
height: 260px;
overflow: hidden;
position: relative;
}
.home-service-card__img-bg {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
transition: transform 0.5s ease;
}
.home-service-card:hover .home-service-card__img-bg {
transform: scale(1.05);
}
.home-service-card__img-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(63, 42, 79, 0.15) 0%, rgba(63, 42, 79, 0.5) 100%);
transition: background 0.25s ease;
}
.home-service-card:hover .home-service-card__img-overlay {
background: linear-gradient(180deg, rgba(63, 42, 79, 0.1) 0%, rgba(63, 42, 79, 0.35) 100%);
}
.home-service-card__body {
padding: 20px 24px 24px;
display: flex;
flex-direction: column;
flex: 1;
}
.home-service-card__title {
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-size: 21px;
font-weight: 500;
line-height: 1.4;
color: #3F2A4F;
margin: 0 0 10px;
transition: color 0.2s ease;
}
.home-service-card:hover .home-service-card__title {
color: #6B5B95;
}
.home-service-card__desc {
font-size: 15px;
color: #909090;
line-height: 1.6;
margin: 0 0 16px;
}
.home-service-card__link {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 13px;
font-weight: 500;
color: #543C6F;
text-decoration: none;
margin-top: auto;
transition: all 0.2s ease;
border-bottom: none;
}
.home-service-card__link svg {
transition: transform 0.2s ease;
}
footer a {
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
transition: color 0.25s ease;
}
footer a:hover {
color: #ffffff;
}
footer li:hover a, footer p a:hover {
color: #ffffff !important;
}
footer .wp-block-button__link {
border: 1px solid currentColor;
}
footer .wp-block-button__link:hover {
background: #ffffff !important;
color: #3F2A4F !important;
border-color: #ffffff !important;
}
footer .wp-block-columns > .wp-block-column:first-child p {
max-width: 220px;
}
@media (max-width: 1200px) {
footer .wp-block-columns > .wp-block-column:first-child p {
max-width: none;
}
}
@media (max-width: 1450px) {
footer .wp-block-columns {
padding-left: 32px !important;
padding-right: 32px !important;
}
}
@media (max-width: 1200px) {
footer .wp-block-columns {
flex-wrap: wrap !important;
gap: 32px 24px;
}
footer .wp-block-columns .wp-block-column {
flex-basis: calc(50% - 12px) !important;
flex-grow: 0 !important;
}
}
@media (max-width: 600px) {
footer .wp-block-columns {
padding-left: 16px !important;
padding-right: 16px !important;
}
footer .wp-block-columns .wp-block-column {
flex-basis: 100% !important;
}
}
@media (max-width: 1450px) {
footer .wp-block-group[style*="border-top"] {
padding-left: 32px !important;
padding-right: 32px !important;
}
}
@media (max-width: 960px) {
footer .wp-block-group[style*="border-top"] {
flex-direction: column !important;
gap: 12px;
text-align: center;
}
}
@media (max-width: 600px) {
footer .wp-block-group[style*="border-top"] {
padding-left: 16px !important;
padding-right: 16px !important;
}
}
footer ul {
list-style: none !important;
padding-left: 0 !important;
}
footer .wp-block-button__link {
border: 1px solid currentColor;
}
.gform_wrapper {
max-width: 100%;
background-color: rgba(63, 42, 79, 0.03);
padding: 30px 32px !important;
border-radius: 5px;
}
.gform_wrapper .gform_required_legend, .gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_required {
display: none !important;
}
.gform_wrapper .gfield {
margin-bottom: 12px;
}
.gform_wrapper .gform_body .gfield_label {
color: #3F2A4F;
display: inline-block;
font-size: 15px;
font-weight: 400;
margin-bottom: 8px;
padding: 0;
letter-spacing: 0.02em;
}
.gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), .gform_wrapper textarea {
border: 1px solid rgba(63, 42, 79, 0.15) !important;
background-color: #ffffff !important;
transition: border-color 0.2s ease;
}
.gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus, .gform_wrapper textarea:focus {
border-color: rgba(84, 60, 111, 0.4) !important;
}
.gform_wrapper .ginput_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]), .gform_wrapper .ginput_container textarea {
width: 100%;
padding: 12px 16px !important;
border: 1px solid rgba(63, 42, 79, 0.15) !important;
border-radius: 5px !important;
font-size: 16px;
font-family: "Poppins", Arial, Helvetica, sans-serif;
color: #3F2A4F;
background-color: #ffffff !important;
transition: border-color 0.2s ease;
}
.gform_wrapper .ginput_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):focus, .gform_wrapper .ginput_container textarea:focus {
border-color: rgba(84, 60, 111, 0.4) !important;
outline: none !important;
box-shadow: none !important;
}
.gform_wrapper .ginput_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"])::placeholder, .gform_wrapper .ginput_container textarea::placeholder {
color: rgba(63, 42, 79, 0.4);
}
.gform_wrapper .ginput_container select {
color: #3F2A4F;
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-size: 16px;
width: 100%;
border: 1px solid rgba(63, 42, 79, 0.15);
border-radius: 5px;
background-color: #ffffff;
}
.gform_wrapper .ginput_container textarea {
min-height: 100px;
resize: vertical;
}
.gform_wrapper .ginput_container .ts-wrapper {
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-control {
padding: 12px 16px !important;
border: 1px solid rgba(63, 42, 79, 0.15) !important;
border-radius: 5px !important;
font-size: 16px;
color: #3F2A4F !important;
background-color: #ffffff !important;
box-shadow: none !important;
cursor: pointer;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-control .item {
color: #3F2A4F !important;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-control input {
color: #3F2A4F !important;
}
.gform_wrapper .ginput_container .ts-wrapper.focus .ts-control, .gform_wrapper .ginput_container .ts-wrapper .ts-control:focus {
border-color: rgba(84, 60, 111, 0.4) !important;
box-shadow: none !important;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-dropdown {
border: 1px solid rgba(63, 42, 79, 0.15) !important;
border-radius: 5px !important;
background-color: #ffffff !important;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-dropdown .option {
color: #3F2A4F;
font-size: 16px;
padding: 0.6em 1em;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-dropdown .option.active, .gform_wrapper .ginput_container .ts-wrapper .ts-dropdown .option:hover {
background-color: rgba(84, 60, 111, 0.06) !important;
color: #543C6F !important;
}
.gform_wrapper .ginput_container .ts-wrapper .ts-dropdown .option.selected {
background-color: rgba(84, 60, 111, 0.1) !important;
color: #543C6F !important;
}
.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
border-color: #d9534f !important;
}
.gform_wrapper .gfield_error .validation_message {
color: #d9534f !important;
font-size: 15px;
margin-top: 0.5em;
background-color: transparent !important;
border: none !important;
padding: 0 !important;
}
.gform_wrapper .ginput_container_consent {
margin-top: 16px !important;
}
.gform_wrapper .ginput_container_consent input[type="checkbox"] {
appearance: none !important;
-webkit-appearance: none !important;
width: 18px !important;
height: 18px !important;
min-width: 18px !important;
border: 1.5px solid rgba(63, 42, 79, 0.15) !important;
border-radius: 3px !important;
background: #ffffff !important;
cursor: pointer !important;
margin: 0 8px 0 0 !important;
transition: all 0.15s ease;
position: relative !important;
vertical-align: middle !important;
}
.gform_wrapper .ginput_container_consent input[type="checkbox"]:checked {
background: #3F2A4F !important;
border-color: #3F2A4F !important;
}
.gform_wrapper .ginput_container_consent input[type="checkbox"]:checked::after {
content: "" !important;
position: absolute;
left: 5px;
top: 1px;
width: 5px;
height: 10px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.gform_wrapper .ginput_container_consent .gfield_consent_label {
font-size: 15px !important;
font-weight: 400 !important;
color: #3F2A4F !important;
line-height: 1.5 !important;
}
.gform_wrapper .gform_fields {
grid-row-gap: 16px !important;
row-gap: 16px !important;
gap: 16px !important;
}
.gform_wrapper .gfield {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.gform_wrapper .gform_body .gfield_label {
margin-bottom: 4px !important;
padding-bottom: 0 !important;
}
.gform_wrapper .gsection {
border-bottom: 1px solid rgba(63, 42, 79, 0.08) !important;
padding-bottom: 8px !important;
margin-top: 20px !important;
margin-bottom: 12px !important;
}
.gform_wrapper .gsection .gsection_title {
font-size: 18px !important;
font-weight: 500 !important;
color: #543C6F !important;
}
.gform_wrapper .gf_progressbar_wrapper {
margin-bottom: 24px !important;
}
.gform_wrapper .gf_progressbar {
background: rgba(63, 42, 79, 0.06) !important;
border-radius: 20px !important;
overflow: hidden !important;
height: 6px !important;
box-shadow: none !important;
}
.gform_wrapper .gf_progressbar_percentage {
background: #543C6F !important;
border-radius: 20px !important;
height: 6px !important;
line-height: 6px !important;
font-size: 0 !important;
padding: 0 !important;
}
.gform_wrapper .gf_progressbar_percentage span {
display: none !important;
}
.gform_wrapper .gf_page_steps {
margin-bottom: 24px !important;
display: flex !important;
gap: 4px !important;
}
.gform_wrapper .gf_page_steps:empty {
display: none !important;
}
.gform_wrapper .gf_page_steps .gf_step {
flex: 1;
text-align: center;
font-size: 13px !important;
color: #909090 !important;
padding: 8px 4px !important;
border-bottom: 2px solid rgba(63, 42, 79, 0.08);
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
color: #543C6F !important;
font-weight: 500 !important;
border-bottom-color: #543C6F;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_number {
background-color: #543C6F !important;
color: #fff !important;
border-color: #543C6F !important;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed {
color: #6B5B95 !important;
border-bottom-color: #6B5B95;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
color: #6B5B95 !important;
background-color: transparent !important;
border-color: #6B5B95 !important;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_completed .gf_step_number::after {
display: none !important;
}
.gform_wrapper .gf_page_steps .gf_step span {
display: block;
}
.gform_wrapper .gform_body:has(.gform_page) + .gform_footer {
display: none !important;
}
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
margin-top: 20px !important;
padding: 0 !important;
display: flex !important;
justify-content: center !important;
gap: 12px !important;
align-items: center;
}
.gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="button"], .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper .gform_page_footer input[type="button"] {
background-color: #543C6F !important;
color: #ffffff !important;
border: 1px solid #543C6F !important;
padding: 14px 40px !important;
font-size: 15px !important;
font-weight: 500 !important;
font-family: "Poppins", Arial, Helvetica, sans-serif;
border-radius: 5px !important;
cursor: pointer;
transition: all 0.25s ease;
letter-spacing: 0.02em;
}
.gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_footer input[type="button"]:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input[type="button"]:hover {
background-color: transparent !important;
color: #543C6F !important;
transform: translateY(-1px);
}
.gform_wrapper .gform_footer input[type="submit"]:active, .gform_wrapper .gform_footer input[type="button"]:active, .gform_wrapper .gform_page_footer input[type="submit"]:active, .gform_wrapper .gform_page_footer input[type="button"]:active {
transform: translateY(0);
}
.gform_wrapper .gform_footer .gform_previous_button, .gform_wrapper .gform_page_footer .gform_previous_button {
background-color: transparent !important;
color: #543C6F !important;
border: 2px solid rgba(84, 60, 111, 0.25) !important;
}
.gform_wrapper .gform_footer .gform_previous_button:hover, .gform_wrapper .gform_page_footer .gform_previous_button:hover {
border-color: #543C6F !important;
background-color: transparent !important;
color: #543C6F !important;
}
.gform_wrapper .gform_confirmation_message {
background-color: rgba(63, 42, 79, 0.04);
border: none;
padding: 1.5em 2em;
font-size: 18px;
font-weight: 400;
color: #3F2A4F;
border-radius: 8px;
}
.search-results {
padding: 40px 0 80px;
}
.search-results__form {
margin-bottom: 40px;
}
.search-results__input-wrap {
display: flex;
align-items: center;
gap: 12px;
border: 1px solid rgba(63, 42, 79, 0.15);
border-radius: 8px;
padding: 4px 4px 4px 16px;
transition: border-color 0.2s ease;
}
.search-results__input-wrap:focus-within {
border-color: rgba(84, 60, 111, 0.4);
box-shadow: 0 0 0 3px rgba(63, 42, 79, 0.06);
}
.search-results__input-wrap svg {
flex-shrink: 0;
}
.search-results__input {
flex: 1;
border: none;
outline: none;
background: transparent;
font-family: "Poppins", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #3F2A4F;
padding: 12px 0;
}
.search-results__input::placeholder {
color: #909090;
}
.search-results__input::-webkit-search-cancel-button, .search-results__input::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none;
}
.search-results__clear {
background: none;
border: none;
color: #909090;
cursor: pointer;
padding: 8px;
display: flex;
align-items: center;
transition: color 0.2s ease;
}
.search-results__clear:hover {
color: #543C6F;
}
.search-results__list {
display: flex;
flex-direction: column;
}
.search-results__item {
display: flex;
gap: 16px;
padding: 20px 0;
border-bottom: 1px solid rgba(63, 42, 79, 0.06);
text-decoration: none;
transition: all 0.15s ease;
}
.search-results__item:hover {
padding-left: 8px;
}
.search-results__item:first-child {
padding-top: 0;
}
.search-results__thumb {
width: 56px;
height: 56px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
.search-results__content {
flex: 1;
min-width: 0;
}
.search-results__type {
display: inline-block;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #6B5B95;
margin-bottom: 4px;
}
.search-results__title {
font-size: 18px;
font-weight: 500;
color: #3F2A4F;
margin: 0 0 6px;
transition: color 0.2s ease;
}
.search-results__item:hover .search-results__title {
color: #6B5B95;
}
.search-results__excerpt {
font-size: 15px;
color: #909090;
margin: 0;
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.search-results__pagination {
margin-top: 40px;
display: flex;
gap: 4px;
align-items: center;
}
.search-results__pagination a, .search-results__pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 12px;
border: 1px solid rgba(63, 42, 79, 0.1);
border-radius: 5px;
font-size: 15px;
font-weight: 500;
color: #543C6F;
text-decoration: none;
transition: all 0.2s ease;
}
.search-results__pagination a:hover {
background: #543C6F;
color: #ffffff;
border-color: #543C6F;
}
.search-results__pagination span.current {
background: #543C6F;
color: #ffffff;
border-color: #543C6F;
}
.search-results__pagination .prev, .search-results__pagination .next {
min-width: auto;
}
.search-results__empty {
padding: 60px 0;
text-align: center;
}
.search-results__empty p {
font-size: 16px;
color: #909090;
margin: 0 0 8px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.search-results__empty-title {
font-size: 22px;
font-weight: 500;
color: #543C6F;
margin: 0 0 8px;
}
.search-results__tags {
justify-content: center;
}
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
body.no-scroll {
overflow: hidden;
}
body.no-scroll .contact-widget__trigger {
display: none;
}