﻿/* @link https://utopia.fyi/type/calculator?c=360,16,1.15,1200,16,1.3,5,1,1400-992-576-768-360&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

:root {
    --step--1: clamp(0.7692rem, 0.9126rem + -0.1911vw, 0.8696rem);
    --step-0: clamp(1rem, 1rem + 0vw, 1rem);
    --step-1: clamp(1.15rem, 1.0857rem + 0.2857vw, 1.3rem);
    --step-2: clamp(1.3225rem, 1.165rem + 0.7vw, 1.69rem);
    --step-3: clamp(1.5209rem, 1.2311rem + 1.2879vw, 2.197rem);
    --step-4: clamp(1.749rem, 1.2745rem + 2.1088vw, 2.8561rem);
    --step-5: clamp(2.0114rem, 1.2821rem + 3.2411vw, 3.7129rem);
}

h1 {
    font-size: var(--step-5);
}

h2 {
    font-size: var(--step-4);
}

.fh2 {
    font-size: var(--step-4);
    font-family: 'Marcellus', serif !important;
    font-weight: 400;
}

h3 {
    font-size: var(--step-3);
}

.fh3 {
    font-size: var(--step-3);
    font-family: 'Marcellus', serif !important;
    font-weight: 400;
}

h4 {
    font-size: var(--step-2);
}

h5 {
    font-size: var(--step-1);
}

h6 {
    font-size: var(--step-0);
}

.article-card__title {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.upload-file-box {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.footer-heading {
    font-family: 'Marcellus', serif !important;
}

.larger-side-text {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

.upload-file-box.uploaded {
    border: 1px solid #fff;
    border-radius: 28px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-block;
}

.p2alttext {
    font-family: 'Marcellus', serif !important;
}

.fluted-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .fluted-wrapper img {
        display: block;
        width: 100%;
    }

.fluted-canvas {
    display: none;
}

.fluted-panes {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%; 
    height: 100%;
    display: flex;
    z-index: 2;
    pointer-events: none;
}

.fluted-pane {
    flex: 1;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 100%;
    transform: perspective(3000px) rotateY(171deg);
}

.nav-link {
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

::selection {
    background: #9E0126;
    color: #ffffff;
}

.new-black-text {
    color: #363630 !important;
}

body {
    background-color: #363530 !important;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

html, body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus', serif !important;
    font-weight:400;
}

h1, h2, h3, h4, h5, h6, a,
p{
    color: #fff !important; 
}

p{
    margin-bottom:0 !important;
}

.home-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1400px; 

    background-image: url("/images/bg-image.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}

    .home-bg header,
    .home-bg .navbar {
        background: transparent !important;
    }

.header-button {
    background: rgba(255, 255, 255, 0.50);
    color: #20201D !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px !important;
    letter-spacing: 1.6px;
    position: relative; 
}

    .header-button:hover {
        background: rgba(255, 255, 255, 0.50);
        color: #20201D !important;
    }

    .header-button span {
        display: inline-block;
        transition: transform 0.3s ease;
        letter-spacing: 1.6px;
    }

    .header-button:hover span {
        transform: translateX(-20px) !important;
    }

  
    .header-button:hover::after {
        opacity: 1;
        transform: translateX(0) !important;
    }

.navbar-toggler {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.burger-lines {
    width: 28px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .burger-lines span {
        height: 3px;
        width: 100%;
        background: #fff; 
        border-radius: 2px;
    }

.cta-btn-drop {
    background: rgba(32, 32, 29, 0.50);
    font-size: 16px;
    padding: 10px 85px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}


    .cta-btn-drop span {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .cta-btn-drop::after {
        content: "\f061";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

 
    .cta-btn-drop:hover {
        background: rgba(32, 32, 29, 0.50);
    }

       
        .cta-btn-drop:hover span {
            transform: translateX(-55px); 
        }

      
        .cta-btn-drop:hover::after {
            opacity: 1;
            transform: translateX(0);
        }

.home-box {
    width: 100%;
    height: 566px;
    background: #BDBBB0;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}


    .home-box-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.home-box-title,
.home-box p {
    position: relative;
    z-index: 2;
}

.home-box-title {
    margin: 0 0 12px 0;
    font-size: 35px;
    font-weight: 400;
    color: black !important;
}
.icon-row {
    gap: 10px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(138, 137, 124, 0.75) 0%, rgba(54, 54, 48, 0.75) 103.12%);
    display: flex;
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

    .icon-circle img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        position: relative;
        z-index: 2;
    }
.homebox-card__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 4;
}

.homebox-card__cta-text {
    font-weight: 600;
    color: black  !important;
    margin: 0;
    transition: color .3s ease;
}

.homebox-card__cta-arrow {
    width: 20px;
    height: auto;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .3s ease, transform .3s ease;
    position: relative;
    z-index: 4;
}


.home-box-link:hover .homebox-card__cta-text {
    color:#9E0126 !important;
}

.home-box-link:hover .homebox-card__cta-arrow {
    opacity: 1;
    transform: translateX(0);
}
.icon-text {
    font-weight: 500;
    color: #fff;
}
.purple-section {
    width: 100%;
    background-image: url('/images/purple.jpg'); 
    background-size: cover;
    
    background-repeat: no-repeat;
   
}
.purple-section-block {
    width: 100%;
    background-image: url('/images/purple.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
}
    .purple-section-tes {
        width: 100%;
        background-image: url('/images/purple.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
.purple-section-fees {
    width: 100%;
    background-image: url('/images/purple.jpg');
    background-size: cover;
   
    background-repeat: no-repeat;
}
.review-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    
   
    color: #fff;
    border-radius: 4px;
    width: fit-content;
}

.review-strip__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.review-strip__stars {
    display: flex;
    gap: 4px;
    line-height: 0;
}

.review-strip__star {
    width: 24px;
    height: 24px;
    display: block;
}

.review-strip__logo {
    height: 24px; 
    width: auto;
    display: block;
}
.article-card__image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
    transition: background-color 0.3s ease;
}


.article-card__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.article-card__date-pill {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #BDBBB0BF;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    line-height: 1;
    line-height: 16px; 
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.name-pill {
    display: inline-block;
    background: rgba(32, 32, 29, 0.50);
    color: #fff;
    padding: 10px 26px;
    border-radius: 999px; 
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
   
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration:none;
}
.name-pill-clone {
    
}
.pad-for-name{
    margin-bottom:30px;
}
.name-pill-tes {
    display: inline-block;
    background: rgba(32, 32, 29, 0.50);
    color: #fff;
    padding: 10px 26px;
    border-radius: 999px; 
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.name-pill-department-pill{
        display: inline-block;
        background: rgba(32, 32, 29, 0.50);
        color: #fff;
        padding: 10px 26px;
        border-radius: 999px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 1.6px;
        text-transform: uppercase;

        }
.header-section-temp {
     background-image: url("/images/ribbed-glass-bg 1 (1).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; 
}
.lg-red-section {
    width: 100%;
    background-image: url(/images/redbgbg.jpg); 
    background-size: cover;
  
    background-repeat: no-repeat;
}
.lg-red-section-con {
    width: 100%;
    background-image: url(/images/redbgbg.jpg);
    background-size: cover;
  
    background-repeat: no-repeat;
}
.custom-input {
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #FFF;
    padding: 12px 30px 12px 30px;
    color:white;
}
.custom-input :focus {
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #FFF;
    padding: 12px 30px 12px 30px;
}
    .custom-input::placeholder {
        color: rgba(255, 255, 255, 0.50);
        opacity: 1; 
    }
.form-control:focus {
    background-color: transparent;
    border: 1px solid #FFF;
    color: white;
    box-shadow: none;
}
.submit-btn-cont {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    padding: 10px 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    backdrop-filter: blur(2px);
}
    .submit-btn-cont span {
        display: inline-block;
        transition: transform 0.3s ease;
        font-weight: 600;
        letter-spacing: 1.6px;
    }
.custom-input:hover {
    background-color: transparent !important;
    border-radius: 24px !important;
    border: 1px solid #FFF !important;
    padding: 12px 30px 12px 30px !important;
    color: white !important;
}

    .submit-btn-cont::after {
        content: "\f061"; 
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        color:black
    }
.cus-con-drop {
    color: white;
  
    padding: 10px 20px;
}
.cus-con-drop:hover {
    color: white;
    border-radius: 24px;
    border: 1px solid #fff;
    padding: 10px 20px;
}

.submit-btn-cont:hover {
    background: rgba(255, 255, 255, 0.50);
}

    
        .submit-btn-cont:hover span {
            transform: translateX(-35px); 
        }

    
        .submit-btn-cont:hover::after {
            opacity: 1;
            transform: translateX(0);
        }
.about-us-icon-triple {
    border-radius: 51px;
    background: linear-gradient(90deg, rgba(138, 137, 124, 0.75) 0%, rgba(54, 54, 48, 0.75) 103.12%);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 72px;
}

.team-card {
    margin: 0;
}

    .team-card > div {
        padding: 0;
    }


.team-text {
    background-color: #4c4c43;
    display: flex;
    align-items: center;
    border-radius: 0px 10px 10px 0px
}

    .team-text h3 {
        margin-bottom: 10px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px; 
    }
    .team-text .p3 {
        margin-bottom: 10px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px; 
    }
    .team-text .role {
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 16px; 
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }
.role {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.6px;
}

.team-text .department {
}

ul li::marker {
    color: #9E0126;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:10px 0px 0px 10px
}

.team-text-inner {
    padding: 20px;
    color: #ffffff;
}

.department-filter {
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #FFF;
    backdrop-filter: blur(2px);
    color: white;
    padding: 10px 30px 10px 30px;
    width:100%;
}

.card-image {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    height:100%
}

.child-card:hover .card-image {
    transform: scale(1.02);
}

@media (max-width: 991.98px) {
    .card-image {
        aspect-ratio: 1 / 1;
    }
}

.parent-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center; 
}

    .card-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 180deg, rgba(189, 187, 176, 0.00) 40%, #BDBBB0 85% );
        z-index: 2;
        pointer-events: none;
    }

.area-box {
    background: #4C4C43;
    border-radius: 10px;
    color: white;
    height: 100%;
}

    .area-box h4 {
        margin-bottom: 10px;
    }

.faq-box {
    background: #4C4C43;
    border-radius: 10px;
    overflow: hidden;
    padding:30px;
}

.faq-header {
    background: transparent;
    border: none;
    color: white;
  
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between; /* pushes icon right */
    align-items: center;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding:0px
}

    .faq-header:focus {
        outline: none;
        box-shadow: none;
    }

.faq-body {
   padding-top:20px;
    color: white;
}
.faq-icon {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}

/* Rotate when expanded */
button[aria-expanded="true"] .faq-icon {
    transform: rotate(270deg);
}

.vac-box {
    
    padding: 2rem;
    width: 100%;
    border-radius: 10px;
    background: #4C4C43;
  
    justify-content: space-between;
    align-items: center;
    
}

.vac-title {
    margin: 0;
    font-weight: 400;
}

.vac-box .btn {
    white-space: nowrap;
}

.file-upload-wrapper {
    width: 100%;
    border: 2px dotted #ccc;
    border-radius: 24px;
    padding: 22px 16px;
    text-align: center;
    cursor: pointer;
    display: block;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
}

    .file-upload-wrapper:hover {
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(2px);
    }

.file-input {
    display: none;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.upload-icon-circle {
    width: 48px;
    height: 47px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.38) 103.12% );
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.upload-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.upload-subtext {
    font-size: 16px;
    color: #777;
    margin: 0;
    font-weight: 400;
}
.article-card {
   
    transition: all 0.3s ease;
   
}

.article-card__title,
.article-card_READ {
    transition: color 0.3s ease;
}

.article-card_READ {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #C5C4BF !important;
    letter-spacing: 1.6px;
}

.read-arrow {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.article-card:hover {
    background: #20201D;
    border-radius: 10px;
}

    .article-card:hover .article-card__title,
    .article-card:hover .article-card_READ {
        color: #fff !important;
    }

    .article-card:hover .read-arrow {
        opacity: 1;
        transform: translateX(0);
    }

.custom-pagination-wrapper {
    display: flex;
    justify-content: center;
}

.custom-pagination {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-page-link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .custom-page-link:not(.chevron) {
        border-radius: 24px;
        background: rgba(32, 32, 29, 0.50);
        backdrop-filter: blur(2px);
    }

    .custom-page-link.active {
        background: rgba(255, 255, 255, 0.50) !important;
        color: #000 !important;
    }

@media (max-width: 768px) {

    .vac-box {
        flex-direction: column;
        align-items: flex-start;
    }

        .vac-box .btn {
            margin-top: 1rem;
        }
}

.header-sec {
    padding: 78px 0 78px 0;
}

.article-card__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 32px; 
}

.larger-side-text {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
}

.trip-icon {
    width: 40px;
    height: 40px;
}

.about-us-icon-triple {
    height: 70px;
    width: 70px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.flow-viewport {
   
    width: 100%;
}

.flow-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

@media (max-width: 767.98px) {
    .flow-viewport {
        overflow: hidden;
        
    }

    .flow-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.box {
    width: 100%;
    height: 240px;
    border-radius: 10px;
    background: #4C4C43;
    color: white;
    padding: 35px 35px 30px 35px;
    position: relative;
}

.history-padding {
    padding-top: 77px;
}

.circle-arrow {
    width: 40px;
    height: 40px;
}

.card-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 30px;
    display: flex;
    flex-direction: column;
    z-index: 3; 
}

.a120pad {
    padding-top: 65px;
}

.area-employ {
    padding-top: 80px;
}
.area-box {
    padding: 37px 35px 37px 35px;
}

.faq-question {
    padding-right: 40px;
}

.faq-pad {
    padding-top: 80px;
}

.padding-top-work-for-us {
    padding-top: 85px
}

.padding-top-work-for-us-des {
    padding-top: 60px
}

.vacancies-section {
    margin-top: 80px;
}

.header-section-temp {
    background-image: url("/images/ribbed-glass-bg 1 (1).png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top; 
    background-size: 100% 1000px;
}

.nav-logo {
    width: 275px;
    height: 55px;
}

.homeswipe-slide {
    width: 264px;
    height: 264px;
}

.homeswipe-box {
    position: relative;
    width: 264px;
    height: 264px;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767.98px) {

    .mobile-article-carousel {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

        .mobile-article-carousel .article-card {
            flex: 0 0 85% !important;
            min-width: 72% !important;
            max-width: 72% !important;
            width: auto !important; 
        }

        .mobile-article-carousel::-webkit-scrollbar {
            display: none;
        }

    .add-fluid-cont {
        max-width: 100% !important;
        width: 100%;
        padding-right: 0;
        padding-left: calc(max(var(--container-pad), (100vw - var(--container-max)) / 2 + var(--container-pad)));
    }
}

.dep-filt-row {
    margin-bottom: 45px;
}

.margin-law-experts {
    margin-top: 70px
}

.about-side-pad-sub {
    padding-bottom: 90px;
}

.new-text-padd {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .nav-logo {
        width: 260px;
        height: 50px;
    }
    
}

@media (min-width: 768px) {
    .new-text-padd{
        padding-bottom:0px;
    }
    .about-side-pad-sub {
        padding-bottom: 90px;
    }
    .pad-for-name {
        margin-bottom: 0px;
    }
    .dep-filt-row {
        margin-bottom: 0px;
    }
    .homeswipe-slide {
        width: 472px;
        height: 299px;
    }

    .homeswipe-box {
        position: relative;
        width: 472px;
        height: 299px;
        padding: 30px;
        border-radius: 10px;
        overflow: hidden;
    }
    .area-employ {
        padding-top: 0px;
    }

    .a120pad {
        padding-top: 100px;
    }

    .team-text h3 {
        margin-bottom: 10px;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px; 
    }
    .team-text .p3 {
        margin-bottom: 10px;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }
    .circle-arrow {
        width: 50px;
        height: 50px;
    }

    .trip-icon {
        width: 50px;
        height: 50px;
    }

    .name-pill {
        display: inline-block;
        background: rgba(32, 32, 29, 0.50);
        color: #fff;
        padding: 13px 28px;
        border-radius: 999px; 
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }

    .name-pill-department-pill {
        margin-bottom: 55px;
    }

    .name-pill-clone {
        margin-bottom: 30px;
    }

    .flow-item {
        flex: 0 0 89%;
        display: flex;
        align-items: center;
        position: relative; 
    }

        .flow-item:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 12%;
            top: 50%;
            transform: translate(50%, -50%);
            width: 120px;
            height: 2px;
            background-color: #aaa;
        }

    .box {
        width: 472px;
        height: 280px;
        border-radius: 10px;
        background: #4C4C43;
        color: white;
        padding: 35px 35px 30px 35px;
        position: relative;
    }

    .history-padding {
        padding-top: 117px;
    }

    .about-us-icon-triple {
        height: 90px;
        width: 90px;
        margin-bottom: 35px;
    }

    h1 {
        font-weight: 400;
    }

    .larger-side-text {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
    }

    .team-text-inner {
        padding: 0 20px 20px 20px;
        color: #ffffff;
    }

    .header-sec {
        padding: 110px 0 110px 0;
    }

    .name-pill {
        margin-bottom: 36px;
    }

    .about-side-pad {
        padding-bottom: 0px
    }

    .about-us-icon-triple {
        height: 90px;
        width: 90px;
        margin-top: 58px;
    }

    .about-side-pad {
        padding-bottom: 80px;
    }

    .area-box {
        padding: 37px 35px 37px 35px;
    }

    .faq-pad {
        padding-top: 120px;
    }

    .faq-question {
        padding-right: 100px;
    }

    .faq-body {
        color: white;
        padding-top: 20px;
    }

    .article-card__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px; 
    }

    .vacancies-section {
        margin-top: 100px;
    }

    .padding-top-work-for-us {
        padding-top: 60px
    }

    .padding-top-work-for-us-des {
        padding-top: 40px
    }

    .header-section-temp {
        background-image: url("/images/ribbed-glass-bg 1 (1).png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top; 
        background-size: 100% 1300px;
    }

    .nav-logo {
        width: 360px;
        height: 60px;
    }

    .home-box {
        width: 100%;
        background: #BDBBB0;
        border-radius: 10px;
        padding: 30px;
        position: relative;
        overflow: hidden;
    }

    .margin-law-experts {
        margin-top: 102px
    }

    .team-dropdown {
        min-width: 267px;
    }

    .dep-filt-row {
        margin-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .header-button::after {
        content: "\f061"; /* fa-arrow-right */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        opacity: 0;
        transform: translateX(-40px) !important;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .home-box {
        width: 100%;
        height: 566px;
        background: #BDBBB0;
        border-radius: 10px;
        padding: 50px;
        position: relative;
        overflow: hidden;
    }

    .nav-logo {
        width: 293px;
        height: 60px;
    }

    .padding-top-work-for-us {
        padding-top:0px
    }

    .padding-top-work-for-us-des {
        padding-top: 0px
    }

    .pad-right-text{
        padding-right:150px;
    }

    .card-content {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        display: flex;
        flex-direction: column;
        z-index: 3; 
    }

    .about-us-icon-triple {
        height: 90px;
        width: 90px;
        margin-bottom: 38px;
        margin-top: 0px;
    }

    .box {
        width: 550px;
        height: 300px;
        border-radius: 10px;
        background: #4C4C43;
        color: white;
        padding: 35px 35px 30px 35px;
        position: relative;
    }

    .flow-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 17%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 180px;
        height: 2px;
        background-color: #aaa;
    }
   
    .header-section-temp {
        background-image: url("/images/ribbed-glass-bg 1 (1).png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top; 
        background-size: 100% 1300px;
    }
    
    .about-side-pad-icon {
        padding-bottom: 80px;
    }

    .about-side-pad-sub {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .margin-law-experts{
        margin-top:110px
    }

    .vacancies-section {
        margin-top: 120px;
    }

    .article-card__title {
        font-size: 27px;
        font-weight: 700;
        line-height: 41px; 
    }

    .faq-body {
        color: white;
        padding-top:20px;
    }

    .faq-box {
        background: #4C4C43;
        border-radius: 10px;
        overflow: hidden;
        padding: 37px 30px 34px 30px;
    }

    .purple-section-tes {
        margin-top: 120px;
        padding: 84px 0 90px 0;
    }

    .area-box {
        padding: 37px 35px 37px 35px;
    }

    .flow-item {
        flex: 0 0 77%;
        display: flex;
        align-items: center;
        position: relative;
    }

    .team-text-inner {
        padding: 40px;
        color: #ffffff;
    }
   
    .name-pill {
        margin-bottom: 36px;
    }

    .name-pill-tes {
        margin-bottom: 27px;
    }

    .header-sec{
        padding:110px 0 110px 0;
    }

    .larger-side-text {
        font-size: 27px;
        font-style: normal;
        font-weight: 700;
        line-height: 41px;
    }

    .about-side-divide {
        padding-right: 100px;
    }

    .about-side-pad{
        padding-bottom:80px
    }

    .about-us-icon-triple {
        height: 90px;
        width: 90px;
        margin-bottom: 38px;
        margin-top: 0px;
    }

    .a120pad{
        padding-top:100px;
    }

    h1 {
      
        font-weight:400;
    }
    
    .history-padding {
        padding-top: 123px;
    }

    .flow-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 18%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 270px;
        height: 2px;
        background-color: #aaa;
    }
     
        .department-filter {
            padding: 10px 30px 10px 20px;
        }

        .team-text h3 {
            margin-bottom: 25px;
            font-size: 35px;
            font-style: normal;
            font-weight: 400;
            line-height: 53px;
        }

    .team-text .p3 {
        margin-bottom: 25px;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 53px; 
    }

        .dep-filt-row {
            margin-bottom: 60px;
        }

        .area-employ {
            padding-top: 40px;
        }

        .faq-pad {
            padding-top: 125px;
        }

        .about-side-pad-icon {
            padding-bottom: 80px;
        }

        .about-side-pad-sub {
            padding-bottom: 120px;
        }

        .header-section-temp {
            background-image: url("/images/ribbed-glass-bg 1 (1).png");
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center top; 
            background-size: 100% 1300px;
        }
    }

@media (min-width: 1400px) {
    
    .header-section-temp {
        background-image: url("/images/ribbed-glass-bg 1 (1).png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top; 
        background-size: 100% 1400px;
    }

    .flow-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 23%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 380px;
        height: 2px;
        background-color: #aaa;
    }

    .article-card__title {
        font-size: 27px;
        font-weight: 700;
        line-height: 41px; 
    }
    
    h2{
        font-size:45px;
    }
    
    .home-box-title {
        margin: 0 0 12px 0;
        font-size: 35px;
        font-weight:400;
       
    }
   
    .about-side-divide{
        padding-right:200px
    }
}


.flow-wrapper {
    overflow: hidden;
}

.flow-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.team-image {
    overflow: hidden;
    border-radius: 12px 0px 0px 12px; 
}

    .team-image img {
        transition: transform 0.4s ease, filter 0.4s ease;
    }

.team-card:hover .team-image img {
    transform: scale(1.08);
    filter: grayscale(100%);
}   


.flow-item:last-child .box::after {
    display: none;
}

.red-section {
    width: 100%;
    background-image: url('/images/red.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.red-section-footer {
    width: 100%;
    background-image: url('/images/red.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 82px;
    padding: 110px 0;
}

.cta-btn-footer {
    background: rgba(32, 32, 29, 0.5);
    font-size: 16px;
    padding: 10px 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    backdrop-filter: blur(2px);
    white-space: nowrap;
}

    .cta-btn-footer span {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .cta-btn-footer::after {
        content: "\f061"; /* fa-arrow-right */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .cta-btn-footer:hover {
        background: linear-gradient(90deg, hsla(60, 6%, 20%, 1) 0%, hsla(60, 5%, 12%, 1) 100%);
    }

        .cta-btn-footer:hover span {
            transform: translateX(-35px); 
        }

        .cta-btn-footer:hover::after {
            opacity: 1;
            transform: translateX(0);
        }

.text-black {
    color: #4C4C43 !important;
}

.footer-list {
    list-style: none; 
    padding-left: 0; 
    margin: 0; 
    font-weight:500
}

.footer-list a {
    list-style: none; 
    padding-left: 0;
    margin: 0; 
    text-decoration:none;
}

    .footer-list li {
        margin-bottom: 12px; 
    }

.footer-divider {
    width: 100%;
    height: 1px; 
    background-color: #000; 
    margin: 30px 0 56px 0; 
    opacity: 0.15; 
}

.footer-divider-2 {
    width: 100%;
    height: 1px; 
    background-color: #000; 
    margin: 44px 0 36px 0; 
    opacity: 0.15; 
}

.logo-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
}

.logo-item-final {
    height: 80px; 
}

    .logo-item-final img {
        height: 80px; 
        width: auto;
        object-fit: contain;
    }

.logo-item img {
    height: 110px; 
    width: auto;
    object-fit: contain;
}

.-footer {
    margin-top: 80px;
    padding: 110px 0;
}

.footer-logo {
    width: 258px;
    height: 65px;
}

.logo-row {
    padding-bottom: 30px;
}

.top-row-padding-footer {
    padding-top: 46px;
    padding-bottom: 43px;
}

@media (min-width: 576px) {

    .footer-divider {
        width: 100%;
        height: 1px;
        background-color: #000; 
        margin: 36px 0 55px 0; 
        opacity: 0.15; 
    }

    .footer-divider-2 {
        width: 100%;
        height: 1px; 
        background-color: #000; 
        margin: 44px 0 40px 0; 
        opacity: 0.15; 
    }
   
    .footer-logo {
        width: 258px;
        height: 65px;
    }

    .red-section-footer {
        margin-top: 120px;
        padding: 120px 0;
    }

    .top-row-padding-footer {
        padding-top: 45px;
        padding-bottom: 43px;
    }

    .logo-row{
        padding-bottom:30px;
    }
}

@media (min-width: 768px) {

    .logo-row {
        display: flex;
        flex-wrap: wrap; 
        gap: 20px;
        padding-bottom: 50px;
    }

    .logo-item-final {
        height: 80px; 
    }

        .logo-item-final img {
            height: 80px; 
            width: auto;
            object-fit: contain;
        }

    .logo-item img {
        height: 110px; 
        width: auto;
        object-fit: contain;
    }
    
    .red-section-footer {
        margin-top: 120px;
        padding: 120px 0;
    }

    .top-row-padding-footer {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .footer-divider {
        width: 100%;
        height: 1px; 
        background-color: #000; 
        margin: 48px 0 83px 0; 
        opacity: 0.15; 
    }

    .footer-divider-2 {
        width: 100%;
        height: 1px; 
        background-color: #000;
        margin: 63px 0 83px 0; 
        opacity: 0.15; 
    }

    .footer-logo {
        width: 358px;
        height: 100px;
    }
   
}

@media (min-width: 992px) {

    .logo-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .logo-item-final {
        height: 100px; 
    }

        .logo-item-final img {
            height: 100px; 
            width: auto;
            object-fit: contain;
        }

    .logo-item img {
        height: 120px;
        width: auto;
        object-fit: contain;
    }

    .footer-logo {
        width: 358px;
        height: 100px;
    }

    .red-cus-con {
        max-width: 850px;
        margin: auto;
    }

    .banner-title {
        padding-right: 10px;
        line-height: 62px; 
    }

    .red-section-footer {
        padding: 128px 0 118px 0;
    }

    .top-row-padding-footer {
        padding-top: 36px;
        padding-bottom: 10px;
    }

    .footer-divider {
        width: 100%;
        height: 1px; 
        background-color: #000; 
        margin: 77px 0; 
        opacity: 0.15; 
    }

    .footer-divider-2 {
        width: 100%;
        height: 1px; 
        background-color: #000; 
        margin: 63px 0; 
        opacity: 0.15; 
    }
}

@media (min-width: 1200px) {
    .temp-pad {
        padding-right: 50px;
    }

    .red-section-footer {
        margin-top: 120px;
        padding: 120px 0 130px 0;
    }

    .top-row-padding-footer {
        padding-top: 36px;
        padding-bottom: 10px;
    }

    .footer-divider {
        margin: 76px 0;
    }

    .footer-divider-2 {
        margin: 64px 0 86px 0;
    }

    .logo-row {
        display: flex;
        flex-wrap: wrap; 
        gap: 30px;
        padding-bottom: 70px;
    }

    .banner-title {
        padding-right: 80px
    }

    .red-cus-con {
        max-width: 1050px;
        margin: auto;
    }

}

@media (min-width: 1400px) {
    .red-cus-con {
        max-width: 1250px;
        margin: auto;
    }

    .banner-title {
        padding-right: 70px;
    }

    .red-section-footer {
        margin-top: 120px;
        padding: 120px 0 105px 0;
    }
    
    .footer-heading{
        font-size:20px;
    }

    .footer-divider {
        margin: 77px 0 80px 0;
    }
    .footer-divider-2 {
        margin: 66px 0 87px 0;
    }
    .top-row-padding-footer{
        padding-top:36px;
        padding-bottom:10px;
    }
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cus-con-about {
        padding: 0 150px 0 150px;
        max-width:none !important
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cus-con-about-home {
        padding: 0 170px 0 170px;  
    }
}

.homeswipe-box {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.homeswipe-image {
    position: absolute;
    inset: 0;
    z-index: 1;
}

    .homeswipe-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 30px;
    }

    .homeswipe-image::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 10px;
        background: linear-gradient(to bottom, #BDBBB0 0%, rgba(189, 187, 176, 1) 28%, rgba(189, 187, 176, 0) 60%);
        z-index: 2;
    }

.homeswipe-title,
.homeswipe-cta {
    position: relative;
    z-index: 3;
}

.homeswipe-title {
    color: #20201D !important;
}

.homeswipe-cta {
    color: #9E0126 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; 
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration:none
}

.homeswipe-nav button {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
}

    .homeswipe-nav button:focus,
    .homeswipe-nav button:active {
        outline: none;
        box-shadow: none;
    }

.homeswipe-arrow {
    width: 38px; 
    height: 38px;
    display: block;
    cursor: pointer;
}

.homeswipe-arrow-left {
    transform: rotate(180deg);
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

    .fade-up.show {
        opacity: 1;
        transform: translateY(0);
    }

.home-header {
    padding-top: 130px;
    padding-bottom: 10px;
}

.cta-btn-news-picked {
    background: rgba(32, 32, 29, 0.50);
    font-size: 16px;
    padding: 10px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
}

    .cta-btn-news-picked span {
        display: inline-block;
        transition: transform 0.3s ease;
        letter-spacing: 1.6px;
    }

    .cta-btn-news-picked::after {
        content: "\f061"; /* fa-arrow-right */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        opacity: 0;
        transform: translateX(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .cta-btn-news-picked:hover {
        background: linear-gradient(90deg, hsla(60, 6%, 20%, 1) 0%, hsla(60, 5%, 12%, 1) 100%);
    }

        .cta-btn-news-picked:hover span {
            transform: translateX(-20px); 
        }

        .cta-btn-news-picked:hover::after {
            opacity: 1;
            transform: translateX(0);
        }

.homeswipe-mobile {
    padding-top: 70px;
    padding-bottom: 75px
}

.about-home-text {
    margin-bottom: 38px;
}

.purple-section {
    margin-top: 80px;
    padding: 83px 0 86px 0;
}

.purple-section-block {
    margin-top: 35px;
    padding: 83px 0 86px 0;
}

.purple-section-fees {
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 83px 0 86px 0;
}

.review-strip__logo {
    height: 28px; 
    width: auto;
    display: block;
}

.latest-articles {
    padding-top: 92px;
}

.latest-news {
    margin-bottom: 20px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #BDBBB0 !important;
    border-color: #fff !important;
    color: #fff;
}

.article-structure {
    margin-top: 66px;
}

.name-pill-department-pill.active {
    background: #fff;
    color: #000 !important;
}

.review-strip {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    border-radius: 4px;
    width: fit-content; 
}

@media (min-width: 576px) {

    .homeswipe-arrow {
        width: 40px; 
        height: 40px;
        display: block;
        cursor: pointer;
    }

    .icon-row {
        gap: 10px;
    }

    .homeswipe-slide {
        width: 446px;
        height: 282px;
    }

    .homeswipe-box {
        position: relative;
        width: 446px;
        height: 282px;
        padding: 38px;
        border-radius: 10px;
        overflow: hidden;
    }

    .home-header {
        padding-top: 128px;
        padding-bottom: 15px;
        line-height: 58px; 
    }

    .homeswipe-mobile {
        padding-top: 120px;
        padding-bottom: 125px
    }

    .about-home-text {
        margin-bottom: 38px;
    }
    
    .purple-section {
        margin-top: 120px;
        padding: 83px 0 86px 0;
    }

    .purple-section-block {
        margin-top: 100px;
        padding: 83px 0 86px 0;
    }

    .purple-section-fees {
        margin-bottom: 120px;
        padding: 83px 0 86px 0;
    }

    .review-strip__logo {
        height: 28px;
        width: auto;
        display: block;
    }

    .latest-articles {
        padding-top: 123px;
    }

    .latest-news {
        margin-bottom: 26px;
    }
    
    :root {
        --container-max:540px;
        --container-pad: 1px;
    }

}


@media (min-width: 768px) {
    .btn-check:checked + .btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
    :not(.btn-check) + .btn:active {
        background-color: transparent !important;
        border-color: #fff !important;
        color: #fff;
    }

    .review-strip {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        border-radius: 4px;
        width: fit-content;
    }
 
    .home-header {
        padding-top: 195px;
        padding-bottom: 20px;
        line-height: 1.2;
    }

    .homeswipe-mobile {
        padding-top: 73px;
        padding-bottom: 130px
    }

    .homeswipe-slide {
        width: 472px;
        height: 299px;
    }

    .homeswipe-box {
        position: relative;
        width: 472px;
        height: 299px;
        padding: 34px;
        border-radius: 10px;
        overflow: hidden;
    }

    .about-home-text {
        margin-bottom: 48px;
    }

    .purple-section {
        margin-top: 120px;
        padding: 130px 0 122px 0;
    }

    .purple-section-block {
        margin-top: 74px;
        padding: 130px 0 122px 0;
    }

        .purple-section-fees {
            margin-bottom: 83px;
            padding: 123px 0 122px 0;
            margin-top: 83px;
        }

        .review-strip__logo {
            height: 30px; 
            width: auto;
            display: block;
        }

        .cta-btn-news-picked {
            background: rgba(32, 32, 29, 0.50);
            font-size: 16px;
            padding: 10px 85px;
            color: #fff;
            position: relative;
            overflow: hidden;
            transition: background 0.3s ease;
        }
            
            .cta-btn-news-picked span {
                display: inline-block;
                transition: transform 0.3s ease;
            }
            
            .cta-btn-news-picked::after {
                content: "\f061"; /* fa-arrow-right */
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                right: 18px;
                opacity: 0;
                transform: translateX(-40px);
                transition: opacity 0.3s ease, transform 0.3s ease;
            }
          
            .cta-btn-news-picked:hover {
                background: rgba(32, 32, 29, 0.50);
            }
               
                .cta-btn-news-picked:hover span {
                    transform: translateX(-55px); 
                }
          
                .cta-btn-news-picked:hover::after {
                    opacity: 1;
                    transform: translateX(0);
                }

        .latest-articles {
            padding-top: 118px;
        }

        .latest-news {
            margin-bottom: 26px;
        }

        .article-structure {
            margin-top: 66px;
        }

        .icon-row {
            gap: 10px;
        }

    }

@media (min-width: 992px) {
  
    .about-home-text {
        margin-bottom: 60px;
    }

    .home-header {
        padding-top: 62px;
        padding-bottom: 20px;
    }

    .trio-box {
        padding-top: 120px;
        padding-bottom: 125px
    }

    .home-box {
        width: 100%;
        height: 406px;
        padding: 40px 35px 35px 35px;
        position: relative;
        overflow: hidden;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .home-box-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
     
        overflow: hidden;

    }
      
        .home-box-image::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(to bottom, #BDBBB0 0%, rgba(189, 187, 176, 1) 0%, rgba(189, 187, 176, 0) 55%);
        }

    .purple-section {
        margin-top: 120px;
        padding: 93px 0 85px 0;
    }

    .purple-section-block {
        margin-top: 100px;
        padding: 93px 0 85px 0;
    }

    .purple-section-fees {
        margin-bottom: 83px;
        padding: 123px 0 122px 0;
        margin-top: 83px;
    }

        .review-strip__logo {
            height: 28px; 
            width: auto;
            display: block;
            gap: 6px;
        }

        .latest-articles {
            padding-top: 118px;
        }

        .cta-btn-news-picked {
            background: rgba(32, 32, 29, 0.50);
            font-size: 16px;
            padding: 10px 85px;
            color: #fff;
            position: relative;
            overflow: hidden;
            transition: background 0.3s ease;
        }
         
            .cta-btn-news-picked span {
                display: inline-block;
                transition: transform 0.3s ease;
            }
          
            .cta-btn-news-picked::after {
                content: "\f061"; /* fa-arrow-right */
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                position: absolute;
                right: 18px;
                opacity: 0;
                transform: translateX(-40px);
                transition: opacity 0.3s ease, transform 0.3s ease;
            }

            .cta-btn-news-picked:hover {
                background: rgba(32, 32, 29, 0.50);
            }

                .cta-btn-news-picked:hover span {
                    transform: translateX(-55px); 
                }
    
                .cta-btn-news-picked:hover::after {
                    opacity: 1;
                    transform: translateX(0);
                }

        .latest-news {
            margin-bottom: 26px;
        }

        .icon-row {
            gap: 10px;
        }
    }

@media (min-width: 1200px) {

    .article-structure{
        margin-top:60px;
    }

    .about-home-text {
        margin-bottom: 0;
    }

    .home-header {
        padding-top: 63px;
        padding-bottom: 30px;
    }

    .trio-box {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .home-box {
        width: 100%;
        height: 486px;
        padding: 40px 40px 35px 40px;
        position: relative;
        overflow: hidden;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .home-box-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

        .home-box-image::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(to bottom, #BDBBB0 0%, rgba(189, 187, 176, 1) 0%, rgba(189, 187, 176, 0) 55%);
        }

    .review-strip__logo {
        height: 28px; /* adjust to match your bar */
        width: auto;
        display: block;
    }
   
    .purple-section {
        margin-top: 105px;
        padding: 93px 0 88px 0;
    }

    .purple-section-fees {
        margin-bottom: 120px;
        padding: 80px 0 78px 0;
        margin-top: 140px;
    }

    .purple-section-block {
        margin-top: 75px;
        padding: 93px 0 88px 0;
    }

    .latest-articles {
        padding-top: 125px;
    }

    .cta-btn-news-picked {
        background: rgba(32, 32, 29, 0.50);
        font-size: 16px;
        padding: 10px 85px;
        color: #fff;
        position: relative;
        overflow: hidden;
        transition: background 0.3s ease;
    }

        .cta-btn-news-picked span {
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .cta-btn-news-picked::after {
            content: "\f061"; /* fa-arrow-right */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 18px;
            opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .cta-btn-news-picked:hover {
            background: rgba(32, 32, 29, 0.50);
        }

            .cta-btn-news-picked:hover span {
                transform: translateX(-55px); 
            }

            .cta-btn-news-picked:hover::after {
                opacity: 1;
                transform: translateX(0);
            }

    .latest-news {
        margin-bottom: 26px;
    }

    .icon-row {
        gap: 10px;
    }

}

@media (min-width: 1400px) {

    .icon-row {
        gap: 10px;
    }

    .home-header {
        padding-top: 55px;
        padding-bottom:30px;
    }

    .trio-box {
        padding-top: 120px;
        padding-bottom:136px
    }

    .home-box {
        width: 100%;
        height: 566px;
        padding: 40px;
    }

    .home-box-image {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .purple-section {
        margin-top: 120px;
        padding: 123px 0 120px 0;
    }

    .purple-section-block {
        margin-top: 100px;
        padding: 123px 0 120px 0;
    }

    .purple-section-fees {
        margin-bottom: 122px;
        margin-top: 140px;
        padding: 123px 0 120px 0;
    }

    .review-strip__logo {
        height: 30px; /* adjust to match your bar */
        width: auto;
        display: block;
    }

    .cta-btn-news-picked {
        background: rgba(32, 32, 29, 0.50);
        font-size: 16px;
        padding: 10px 85px;
       
    }

        .cta-btn-news-picked span {
            display: inline-block;
            transition: transform 0.3s ease;
        }

        .cta-btn-news-picked::after {
           
            position: absolute;
            right: 18px;
            opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .cta-btn-news-picked:hover {
            background: rgba(32, 32, 29, 0.50);
        }

            .cta-btn-news-picked:hover span {
                transform: translateX(-55px);
            }

            .cta-btn-news-picked:hover::after {
                opacity: 1;
                transform: translateX(0);
            }

    .latest-news{
        margin-bottom:26px;
    }

    .latest-articles {
        padding-top: 130px;
    }

}

.team-dropdown .dropdown-menu {
    margin-top: 12px; 
}

.custom-dropdown {
    background: #20201D;
    border-radius: 28px;
    border: none;
    padding: 5px;
    min-width: 100%;
}

    .custom-dropdown .dropdown-item {
        color: #fff;
        padding: 10px 20px;
    }

        .custom-dropdown .dropdown-item:hover {
            border: 1px solid;
            border-radius: 28px;
        }

        .custom-dropdown .dropdown-item:hover {
            background-color: #111;
            color: #fff;
        }

.department-filter:hover {
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #FFF;
    backdrop-filter: blur(2px);
    color: white;
    width: 100%;
}

.home-box-image {
    overflow: hidden;
}

    .home-box-image::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 2; 
    }

    .home-box-image img {
        position: relative;
        z-index: 1; 
        transition: transform 0.3s ease;
    }

.home-box-link:hover .home-box-image img {
    transform: scale(1.05);
}

.mobile-close-btn {
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
}

        .mobile-close-btn span {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 3px;
            background: #363630;
            transform-origin: center;
        }

            .mobile-close-btn span:first-child {
                transform: rotate(45deg);
            }

            .mobile-close-btn span:last-child {
                transform: rotate(-45deg);
            }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #BDBBB0;
        z-index: 10;
        transform: translateY(-100%);
        transition: transform 0.4s ease;
        overflow-y: auto;
        padding: 15px 15px 15px 15px;
        overflow-x:hidden;
    }

        .mobile-menu.active {
            transform: translateY(0);
        }

        .mobile-menu.active {
            transform: translateX(0);
        }

    .no-scroll {
        overflow: hidden;
    }

    .mobile-nav {
        list-style: none;
        padding: 0 15px;
    }

    .mobile-link-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-link {
        text-decoration: none;
        font-weight: 400;
        color: #363630 !important;
    }

        .mobile-link a {
            text-decoration: none;
            font-weight: 600;
            color: #363630 !important;
        }

    .expand-icon {
        width: 45px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .mobile-submenu {
        list-style: none;
        padding-left: 15px;
        margin-top: 15px;
        display: none;
    }

        .mobile-submenu a {
            color: #363630 !important;
        }

        .mobile-submenu li {
            padding: 8px 0;
        }

        .mobile-submenu a {
            text-decoration: none;
            font-size: 20px;
            color: #363630;
        }

        .mobile-submenu.open {
            display: block;
        }

    .mega-menu {
        left: 0;
        right: 0;
       
        padding-top: 60px;
        padding-bottom: 120px;
        background: rgba(189, 187, 176, 0.75);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .mega-item h3 {
        font-weight: 400;
        margin-bottom: 15px;
        color: #363630 !important;

    }

.mega-item .p3 {
    font-weight: 400;
    margin-bottom: 15px;
    color: #363630 !important;
}

.mega-menu h3 {
    color: #363630 !important;
    font-weight: 400;
}

.mega-menu .p3 {
    color: #363630 !important;
    font-weight: 400;
}

    .mega-item p {
        font-size: 16px;
        margin-bottom: 20px !important;
        color: #363630 !important;
        font-weight:500 !important;
    }

    .mega-link {
        text-decoration: none;
        font-weight: 600;
        
        
        color: #9E0126 !important;
    }

        .mega-link:hover {
            text-decoration: underline;
        }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-icon {
        transition: transform 0.3s ease;
        font-size: 10px;
        padding-left: 3px;
    }

    .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
        transform: rotate(180deg);
    }

    #topContainer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(32, 32, 29, 0.75);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: -1;
        height: 90px;
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    #mainNavigation {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .nav-hidden {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

    #topContainer.scrolled::before {
        opacity: 1;
    }

.lg-red-section {
    padding: 80px 0;
    margin-top:30px;
}

.lg-red-section-con {
    padding: 80px 0;
    margin-bottom:65px;
}

.h2-pad-bot {
    padding-bottom: 40px;
}

.locations-section {
    margin-bottom: 103px;
}

.mobile-filter {
    width: 100%;
    border-radius: 24px;
    background: #BDBBB0;
    backdrop-filter: blur(2px);
    border: none;
    padding: 12px 20px;
}

.mobile-filter:hover {
    width: 100%;
    border-radius: 24px;
    background: #BDBBB0;
    backdrop-filter: blur(2px);
    border: none;
    padding: 12px 20px;
}

.mobile-item {
    border-bottom: 1px solid rgb(142 141 141 / 82%);
    padding: 22px 0 12px 0;
}

.mobile-top-bar {
    padding: 0 15px 10px 15px;
}

.bot-burger-pad {
    padding: 10px 15px 0px 15px;
}

.bot-burger-pad-2 {
    padding: 30px 15px 40px 15px;
}

.article-card__date-pill_case {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #BDBBB0BF;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    line-height: 1;
    line-height: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

    @media (min-width: 768px) {

        .bot-burger-pad {
            padding: 45px 15px 0px 15px;
        }

        .mobile-item {
            border-bottom: 1px solid rgb(142 141 141 / 82%);
            padding: 45px 0 28px 0;
        }
        .mobile-top-bar {
            padding-bottom: 30px;
        }

    }

.phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 33px !important;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px); 
}

.phone-pill:hover span {
    transform: translateX(-13px) !important;
}

.phone-icon {
    width: 15px;
    height: 15px;
    filter: brightness(0);
}

.home-bg {
    height: 900px;
}

@media (min-width: 576px) {

    .home-bg {
        height: 1000px;
    }

}

.custom-table td {
    white-space: normal;
    word-break: break-word;
}

    .custom-table td.larger-table {
        width: 22%;
    }

    .custom-table td:not(.larger-table) {
        width: calc(78% / 6);
    }

.table-one-row:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-one-row:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-one-row {
    background-color: #4C4C43;
    border-bottom: 1px solid #6C6C60;
    margin: 0;
    color: #fff !important;
    padding: 23px 15px 23px 15px;
}

.fees-pad-bot {
    padding-bottom: 65px;
}

.custom-box {
    border-radius: 10px;
    background: #4C4C43;
    padding: 20px;
}

@media (min-width: 768px) {

    .table-one-row {
        background-color: #4C4C43;
        border-bottom: 1px solid #6C6C60;
        margin: 0;
        color: #fff !important;
        padding: 0
    }

    .lg-red-section {
        padding: 120px 0;
        margin-top: 65px;
    }

    .lg-red-section-con {
        padding: 120px 0;
        margin-bottom: 120px;
    }

    .h2-pad-bot {
        padding-bottom: 60px;
    }

    .locations-section {
        margin-bottom: 103px;
    }

    .home-bg {
        height: 1050px; /* or whatever height you need */
    }

    .table-one-col {
        padding: 25px 20px 25px 20px;
        color: #fff;
    }

    .table-one-col2 {
        padding: 20px 20px 20px 20px;
        color: #fff;
    }

    .fees-pad-bot {
        padding-bottom: 85px;
    }

    .custom-box {
        border-radius: 10px;
        background: #4C4C43;
        padding: 20px;
    }

}

    @media (min-width: 992px) {

        .home-bg {
            height: 1400px; 
        }
    }

    @media (min-width: 1200px) {

        .fees-pad-bot{
            padding-bottom:104px;
        }
       
        .table-one-row {
            background-color: #4C4C43;
            border-bottom: 1px solid #6C6C60;
            margin: 0;
            color: #fff !important;
        }

        .table-one-col {
            padding: 23px 40px 23px 40px;
            color:#fff;
            
        }

        .table-one-col2 {
            padding: 23px 40px 23px 40px;
            color: #fff;
        }

        .table-one-row:last-child {
            border-bottom: none;
        }

        .custom-table-wrapper {
            background: #4C4C43;
            border-radius: 10px;
            overflow: hidden;
            padding: 5px 0px 5px 0px;
        }

        .custom-table {
            color: #fff;
            text-align: center;
            table-layout: fixed;
            width: 100%;
        }

            .custom-table td {
                padding: 15px 20px 15px 20px;
                background-color: transparent;
                color: #fff;
                border-bottom: none;
                white-space: normal;
                text-wrap:balance;
            }

        .article-card__date-pill_case {
            position: absolute;
            top: 40px;
            left: 40px;
            background: #BDBBB0BF;
            color: #000;
            font-size: 16px;
            font-weight: 600;
            padding: 10px 18px;
            border-radius: 50px;
            line-height: 1;
            line-height: 16px;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }

        .lg-red-section {
            padding: 120px 0;
        }

        .lg-red-section-con {
            padding: 120px 0;
            margin-bottom:120px;
        }

        .h2-pad-bot{
            padding-bottom:60px;
        }

        .locations-section{
            margin-bottom:103px;

        }

    }

@media (max-width: 575.98px) {

    .width100below{
        width:100%;
    }

}

.letter-spacing-all {
    letter-spacing: 1.6px;
    text-transform: uppercase;
    
}

.p1 {
    font-size: var(--step-5) !important;
}

.p2 {
    font-size: var(--step-4) !important;
    font-family: 'Marcellus', serif !important;
    font-weight: 400;
}

.p3 {
    font-size: var(--step-3) !important;
    font-family: 'Marcellus', serif !important;
}

.p4 {
    font-size: var(--step-2) !important;
}

.p5 {
    font-size: var(--step-1) !important;
}

.p6 {
    font-size: var(--step-0) !important;
}

.expand-icon {
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .expand-icon.rotate {
        transform: rotate(180deg);
    }


.article-meta-head {
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.name-pill a.breadcrumb-link {
    text-decoration: none;
    color: inherit;
}

    .name-pill a.breadcrumb-link:hover {
        text-decoration: none;
        color: inherit;
    }

.name-pill-department-pill {
    cursor: pointer;
    transition: 0.3s ease;
}

    .name-pill-department-pill.active {
        background: #fff;
        color: #000;
    }

.mobile-filter {
    width: 100%;
    border-radius: 24px;
    background: #BDBBB0;
    backdrop-filter: blur(2px);
    border: none;
    padding: 12px 20px;
}

.dropdown-toggle::after {
    display: none !important;
}

.faq-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.staff-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.article-text-block .article-subheading {
    margin-bottom: 1.5rem;
}

    .article-text-block .article-richtext ul li::marker {
        color: #9E0126;
    }

.name-pill-department-pill {
    cursor: pointer;
    transition: 0.3s ease;
}

    .name-pill-department-pill.active {
        background: #fff;
        color: #000;
    }

.mobile-filter {
    width: 100%;
    border-radius: 24px;
    background: #BDBBB0;
    backdrop-filter: blur(2px);
    border: none;
    padding: 12px 20px;
}

.large-text-quote .quote-wrapper {
    border-left: 2px solid #6C6C60; 
    padding-left: 2rem;
}

.custom-input-select {
    color: #fff;
    border: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.sbr{
    border-radius:10px;
}

@media (min-width: 992px) {

    .foys-mega-dropdown {
        position: static !important;
    }

    .foys-mega-wrapper {
        left: 0;
        right: 0;
        top: 100%;
        height: 18px;
    }

        .foys-mega-wrapper .foys-mega-menu {
            display: block !important;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.25s ease, visibility 0.25s ease;
            margin-top: 18px;
        }

    .foys-mega-dropdown:hover .foys-mega-wrapper .foys-mega-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nav-link {
        transition: transform 0.2s ease;
    }

    .foys-mega-dropdown:hover > .nav-link {
        transform: translateY(-2px);
    }

    .nav-link .nav-text {
        position: relative;
        display: inline-block;
    }

        .nav-link .nav-text::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 100%;
            height: 1px;
            background: #BDBBB0;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.25s ease;
        }

    .nav-link:hover .nav-text::after,
    .nav-link:focus .nav-text::after {
        transform: scaleX(1);
    }

    .foys-mega-dropdown:hover .nav-text::after,
    .foys-mega-dropdown:focus-within .nav-text::after {
        transform: scaleX(1);
    }

    .foys-mega-dropdown .dropdown-icon {
        display: inline-block;
        transition: transform 0.25s ease;
    }

    .foys-mega-dropdown:hover .dropdown-icon {
        transform: rotate(180deg);
    }
}

.scrollable-dropdown {
    max-height: 300px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #fff #20201D;
}

    .scrollable-dropdown::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable-dropdown::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 20px;
    }

    .scrollable-dropdown::-webkit-scrollbar-thumb {
        background: #20201D;
        border-radius: 20px;
        transition: background 0.3s ease;
    }

        .scrollable-dropdown::-webkit-scrollbar-thumb:hover {
            background: #363630;
        }

.custom-dropdown.scrollable-dropdown,
.scrollable-dropdown {
    max-height: 300px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.btn-red {
    --bg: rgba(158, 1, 38, 0.5);
    --bg-hover: linear-gradient(90deg, rgba(158, 1, 38, 0.5), rgba(158, 1, 38, 1));
}

.btn-black {
    --bg: rgba(32, 32, 29, 0.5);
    --bg-hover: linear-gradient(90deg, rgba(32, 32, 29, 0.5), hsla(60, 5%, 12%, 1));
}

.btn-grey {
    --bg: rgba(255, 255, 255, 0.50);
    --bg-hover: linear-gradient(90deg, #BDBBB0 0%, #8A897C 100%);
}

.cta-btn {
    background: var(--bg);
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    padding: 10px 42px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    border:0;
}

    .cta-btn span {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .cta-btn::after {
        content: "\f061";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 18px;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transform: translateX(-20px);
    }

    .cta-btn:hover {
        background: var(--bg-hover);
    }

        .cta-btn:hover span {
            transform: translateX(-20px);
        }

        .cta-btn:hover::after {
            opacity: 1;
            transform: translateX(0);
        }

@media (min-width: 768px) {

    .cta-btn {
        padding: 10px 85px;
    }
 
}

.letter-spacing-cta{
    letter-spacing:1.6px;
    font-weight:600;
    
}

.w-20px {
    width: 20px;
}

.w-20pxall {
    width: 20px;
    height: 20px;
}

.w-30px {
    width: 30px;
    height: 30px;
}

.border-rad-10{
    border-radius:10px;
}

.fw-600{
    font-weight:600;
}

.fw-500{
    font-weight:500;
}

.fw-300{
    font-weight:300;
}

.case-cus-pad-10 {
    padding: 0px 10px 10px 10px;
}

.homebox-card__cta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.homebox-card__cta-text {
    margin: 0;
    transition: color .3s ease;
}

.homebox-card__cta-arrow {
    width: 20px;
    height: auto;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .3s ease, transform .3s ease;
}

.hov-trig:hover .homebox-card__cta-arrow {
    opacity: 1;
    transform: translateX(0);
}

.hov-trig:hover .homebox-card__cta-text {
    color: #9E0126 !important;
}
.max-width1000{
    max-width:1000px
}

.required-text {
    display: none;
    color: white;
    font-size: 12px;
    margin-left: 8px;
    font-weight: 400;
    background: #20201d;
    border-radius: 50px;
    padding: 3px 10px;
}

    .required-text.show {
        display: inline;
    }

.input-error {
    border: 1px solid white !important;
    box-shadow: 0 0 0 3px black;
}

.form-control.custom-input:focus,
.btn.custom-input:focus,
.file-input:focus {
    box-shadow: 0 0 0 4px rgba(255,255,255,0.25) !important;
    outline: none !important;
}

.pad-bot-50{
    padding-bottom:50px;
}

.mega-item-border-pad {
    border-right: 1px solid #BDBBB0;
    padding-right: 8px;
}

.burger-phone-color {
    color: #20201D !important;
}

.burger-phone-svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

.padding-bot-70{
    padding-top:70px;
}

.font-size-12{
    font-size:12px;
}

@media (max-width: 991.98px) {

    .cta-btn {
        background: var(--bg-hover);
    }

        .cta-btn span {
            transform: translateX(-20px);
        }

        .cta-btn::after {
            opacity: 1;
            transform: translateX(0);
        }
    .header-button:hover::after {
        opacity: 1;
        transform: translateX(0) !important;
    }
}

.icon-wrap-custom {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.icon-img-custom {
    width: 22px;
    height: 22px;
    vertical-align: top;
}

.footer-divider-line27 {
    border-bottom: 1px solid #6C6C60;
}

.pad-10-law-inner {
    padding: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.staff-item {
    transition: all 0.3s ease;
    display: block;
}

    .staff-item:hover {
        background: #20201D;
        border-radius: 10px;
    }