.elementor-kit-12{--e-global-color-primary:#96713F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2e8e5bd5:#6EC1E4;--e-global-color-759fceea:#4054B2;--e-global-color-76144543:#23A455;--e-global-color-3a84bb57:#000;--e-global-color-106dcbb6:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#191C3B;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;line-height:1.7;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:#8B1C26;font-family:"Montserrat", Sans-serif;font-size:16px;}.elementor-kit-12 a:hover{color:#191C3B;}.elementor-kit-12 h1{color:#191C3B;font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-12 h2{color:#191C3B;font-family:"Poppins", Sans-serif;font-size:48px;font-weight:600;line-height:1.3;}.elementor-kit-12 h3{color:#191C3B;font-family:"Poppins", Sans-serif;font-size:28px;font-weight:500;line-height:1.3;}.elementor-kit-12 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:16.5px;line-height:1.6em;}.elementor-kit-12 h1{font-size:34px;}.elementor-kit-12 h2{font-size:28px;}.elementor-kit-12 h3{font-size:22px;}.elementor-kit-12 h4{font-size:22px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* PERFECT PORTAL - BRAND STYLING */

/* Boxes */
.pp-matter-type {
    background: #f8f9fb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 25px 15px !important;
    transition: all 0.3s ease !important;
    color: #1b1f3b !important;
}

/* Hover effect */
.pp-matter-type:hover {
    background: #ffffff !important;
    border-color: #a3263a !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

/* Text */
.pp-matter-type,
.pp-matter-type h3,
.pp-matter-type div {
    color: #1b1f3b !important;
    font-weight: 600 !important;
    text-align: center !important;
}

/* Buttons */
.pp-matter-type button,
.pp-matter-type .btn,
.pp-matter-type input[type="button"],
.pp-matter-type input[type="submit"] {
    background-color: #1b1f3b !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 18px !important;
    transition: 0.3s ease !important;
}

/* Button hover */
.pp-matter-type button:hover,
.pp-matter-type .btn:hover,
.pp-matter-type input[type="button"]:hover,
.pp-matter-type input[type="submit"]:hover {
    background-color: #a3263a !important;
    color: #ffffff !important;
}

/* Spacing between boxes */
.pp-matter-list-row {
    gap: 20px !important;
}

/* Mobile tidy up */
@media (max-width: 767px) {
    .pp-matter-list-row__item {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .pp-matter-type {
        min-height: auto !important;
        padding: 20px 15px !important;
    }
}/* End custom CSS */