:root {
    --bekenbeysolicitors-font: "Plus Jakarta Sans",sans-serif;
    --bekenbeysolicitors-heading-font: "Marcellus",serif;
    --bekenbeysolicitors-special-font: "Whisper",cursive;
    --bekenbeysolicitors-text: #5a6c7d;
    --bekenbeysolicitors-text-rgb: 90,108,125;
    --bekenbeysolicitors-text-dark: #4a5568;
    --bekenbeysolicitors-text-dark-rgb: 74,85,104;
    --bekenbeysolicitors-text-gray: #6b7280;
    --bekenbeysolicitors-text-gray-rgb: 107,114,128;
    --bekenbeysolicitors-base: #2563eb;
    --bekenbeysolicitors-base-rgb: 37,99,235;
    --bekenbeysolicitors-primary: #1a2332;
    --bekenbeysolicitors-primary-rgb: 26,35,50;
    --bekenbeysolicitors-gray: #f0f4f8;
    --bekenbeysolicitors-gray-rgb: 240,244,248;
    --bekenbeysolicitors-gray2: #e5e7eb;
    --bekenbeysolicitors-gray2-rgb: 229,231,235;
    --bekenbeysolicitors-white: #fff;
    --bekenbeysolicitors-white-rgb: 255,255,255;
    --bekenbeysolicitors-black: #000000;
    --bekenbeysolicitors-black-rgb: 0,0,0;
    --bekenbeysolicitors-black2: #1e293b;
    --bekenbeysolicitors-black2-rgb: 30,41,59;
    --bekenbeysolicitors-black3: #000;
    --bekenbeysolicitors-black3-rgb: 0,0,0;
    --bekenbeysolicitors-border-color: #d1d5db;
    --bekenbeysolicitors-border-color-rgb: 209,213,219;
    --bekenbeysolicitors-letter-space: 0.1em;
    --bekenbeysolicitors-letter-space-xl: 0.2em
}

body {
    font-family: var(--bekenbeysolicitors-font, "Plus Jakarta Sans", sans-serif);
    color: var(--bekenbeysolicitors-text,#838790);
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400
}

a {
    color: var(--bekenbeysolicitors-base,#c7954a);
    transition: .4s
}

    a, a:focus, a:hover, a:visited {
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--bekenbeysolicitors-heading-font, "Marcellus", serif);
    color: var(--bekenbeysolicitors-black,#0e0b06)
}

::placeholder {
    color: inherit;
    opacity: 1
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    padding-top: 100px
}

@media (max-width:991px) {
    .page-wrapper {
        padding-top: 80px
    }
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    --bs-gutter-x: 30px
}

.gutter-y-30 {
    --bs-gutter-y: 30px
}

.custom-cursor__cursor, .custom-cursor__cursor-two {
    position: fixed;
    z-index: 999991;
    pointer-events: none
}

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--bekenbeysolicitors-base,#c7954a);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px),-50%);
    transform: translate(calc(-50% + 5px),-50%)
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: .3;
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: width .3s,height .3s,opacity .3s;
    transition: width .3s,height .3s,opacity .3s
}

.page-index {
}

.preloader {
    background-color: var(--bekenbeysolicitors-black,#0e0b06);
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.preloader__image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-size: 60px auto;
    width: 100%;
    height: 100%
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #0d1f3d;
    padding: 0 95px;
    border-bottom: 1px solid rgba(var(--bekenbeysolicitors-white-rgb),.2);
    box-shadow: 0 3px 18px rgba(14,11,6,.1)
}

@media (max-width:1599px) {
    .main-header {
        padding: 0 15px
    }
}

@media (max-width:1299px) {
    .main-header {
        padding: 0 5px
    }

    .main-header__right {
        gap: 20px
    }

    .main-header__info {
        gap: 10px
    }
}

@media (max-width:1199px) {
    .main-header__inner {
        padding: 20px 0
    }

    .mobile-nav__btn {
        margin-left: 0
    }

    .main-header__right {
        gap: 20px;
        align-items: center;
        flex-wrap: nowrap
    }

    .main-header__btn {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-shrink: 0
    }
}

/* Tablet View - Keep buttons inline */
@media (min-width:768px) and (max-width:1199px) {
    .main-header__right {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        flex-wrap: nowrap
    }

    .main-header__btn {
        order: 1;
        margin-right: 0
    }

    .main-header__info {
        order: 2;
        display: none !important
    }

    .mobile-nav__btn {
        order: 3;
        margin-left: auto
    }
}

.sticky-header {
}

.sticky-header--normal {
}

.main-header__inner {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 5px;
    position: relative;
    flex-wrap: wrap
}

.main-header__logo {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-right: 100px
}

.main-header__nav {
    margin-left: 0;
    margin-right: auto
}

.main-header__right {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-left: auto
}

@media (max-width:1499px) {
    .main-header__right {
        gap: 30px
    }
}

@media (max-width:1299px) {
    .main-header__right {
        gap: 20px
    }
}

.main-header__info {
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width:1299px) {
    .main-header__info {
        gap: 10px
    }
}

.main-header__info__icon {
    width: 40px;
    height: 40px;
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    position: relative;
    color: var(--bekenbeysolicitors-white,#fff)
}

.main-header__info__icon__zoom {
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-header__info:hover .main-header__info__icon__zoom {
    animation: .25s ease-out iconsZoom
}

.main-header__info__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    margin: 3px 0 0;
    color: var(--bekenbeysolicitors-white,#fff)
}

.main-header__info a {
    font-size: 18px;
    line-height: 30px;
    font-family: var(--bekenbeysolicitors-heading-font, "Marcellus", serif);
    font-weight: 400;
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s;
    color: var(--bekenbeysolicitors-white,#fff)
}

    .main-header__info a:hover {
        background-size: 100% 1px;
        color: var(--bekenbeysolicitors-base,#c7954a)
    }

.main-header__btn {
}

    .main-header__btn .bekenbeysolicitors-btn {
        font-size: 14px
    }

        .main-header__btn .bekenbeysolicitors-btn > i {
            padding: 7px 20.5px
        }

        .main-header__btn .bekenbeysolicitors-btn > span {
            background-color: var(--bekenbeysolicitors-white,#fff)
        }

        .main-header__btn .bekenbeysolicitors-btn:hover {
            color: var(--bekenbeysolicitors-black,#0e0b06)
        }

.main-header__search {
    font-size: 24px;
    color: var(--bekenbeysolicitors-black,#0e0b06);
    transition: .5s;
    margin: 0 20px;
    line-height: 1em
}

    .main-header__search:hover {
        color: var(--bekenbeysolicitors-base,#c7954a)
    }

.main-menu .main-menu__list, .main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none
}

@media (min-width:1200px) {
    .main-menu .main-menu__list, .main-menu .main-menu__list ul {
        display: flex
    }
}

.main-menu .main-menu__list > li {
    padding-top: 34px;
    padding-bottom: 35px;
    position: relative
}

    .main-menu .main-menu__list > li + li {
        margin-left: 41px
    }

@media (max-width:1400px) {
    .main-menu .main-menu__list > li + li {
        margin-left: 35px
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .main-menu .main-menu__list > li + li {
        margin-left: 30px
    }
}

@media (max-width:1199px) {
    .main-header__inner {
        padding: 20px 0
    }
}

.main-menu .main-menu__list > li > a {
    font-size: 16px;
    font-family: var(--bekenbeysolicitors-heading-font, "Marcellus", serif);
    font-weight: 400;
    display: flex;
    align-items: center;
    position: relative;
    transition: .5s;
    color: var(--bekenbeysolicitors-white,#fff)
}

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: var(--bekenbeysolicitors-base,#c7954a);
    text-shadow: 0 0 .5px currentColor
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity .5s,visibility .5s,transform .7s;
    z-index: 99;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    padding: 15px 20px 11px;
    background-color: var(--bekenbeysolicitors-white,#fff)
}

.main-menu .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0)
}

.main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    margin-bottom: 5px
}

    .main-menu .main-menu__list li ul li:last-child {
        margin-bottom: 0
    }

    .main-menu .main-menu__list li ul li > a {
        color: var(--bekenbeysolicitors-text,#838790);
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        display: flex;
        padding: 8px 20px;
        transition: .4s;
        text-transform: capitalize
    }

        .main-menu .main-menu__list li ul li > a::after {
            position: absolute;
            right: 20px;
            top: 8px;
            border-radius: 0;
            font-size: 12px;
            font-weight: 600;
            font-family: "Font Awesome 5 Free";
            content: "\f054";
            color: var(--bekenbeysolicitors-white,#fff);
            visibility: hidden;
            opacity: 0;
            transition: .5s;
            transform: scale(0)
        }

    .main-menu .main-menu__list li ul li.current > a, .main-menu .main-menu__list li ul li:hover > a {
        background-color: var(--bekenbeysolicitors-primary,#19223a);
        color: var(--bekenbeysolicitors-white,#fff)
    }

        .main-menu .main-menu__list li ul li.current > a::after, .main-menu .main-menu__list li ul li:hover > a::after {
            visibility: visible;
            opacity: 1;
            transform: scale(1)
        }

    .main-menu .main-menu__list li ul li > ul {
        top: 0;
        left: calc(100% + 20px)
    }

        .main-menu .main-menu__list li ul li > ul.right-align {
            top: 0;
            left: auto;
            right: 100%
        }

        .main-menu .main-menu__list li ul li > ul ul {
            display: none
        }

.dropdown {
    position: relative
}

    .dropdown ul {
        display: none
    }

    .dropdown.active ul {
        display: block
    }

.dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    font-size: .7em;
    transition: transform .3s
}

.dropdown.active .dropdown-arrow {
    transform: rotate(180deg)
}

.bekenbeysolicitors-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0 !important;
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    color: var(--bekenbeysolicitors-white,#fff);
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    position: relative;
    overflow: hidden;
    text-align: center
}

    .bekenbeysolicitors-btn > i {
        padding: 13px 40px;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        perspective: 300px;
        transition: transform .5s;
        transform-origin: top center;
        transform: translateY(0) translateZ(0) scaleY(1) rotateX(0);
        background-color: var(--bekenbeysolicitors-base,#c7954a)
    }

    .bekenbeysolicitors-btn:hover > i {
        transform-origin: bottom center;
        transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg)
    }

    .bekenbeysolicitors-btn > span {
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .7s,top .7s;
        background-color: var(--bekenbeysolicitors-primary,#19223a);
        transform: translateY(0) translateZ(150px) scaleY(0) rotateX(90deg);
        perspective: 300px;
        transform-origin: bottom center
    }

    .bekenbeysolicitors-btn:hover > span {
        transition: transform .5s,top .5s;
        transform: translateY(0) translateZ(0) scaleY(1) rotateX(0)
    }

.mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3
}

    .mobile-nav__btn span {
        width: 100%;
        height: 2px;
        background-color: var(--bekenbeysolicitors-white,#fff)
    }

        .mobile-nav__btn span:nth-child(2) {
            margin-top: 4px;
            margin-bottom: 4px
        }

@media (min-width:1200px) {
    .mobile-nav__btn {
        display: none
    }

    .main-menu .main-menu__list, .main-menu .main-menu__list ul {
        display: flex
    }
}

.mobile-nav__toggler {
    cursor: pointer
}

.mobile-nav__wrapper {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform .5s .5s,visibility .5s .5s;
    visibility: hidden;
    position: fixed
}

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        transition: transform .5s,visibility .5s
    }

        .mobile-nav__wrapper.expanded .mobile-nav__content {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
            transition: opacity .5s .5s,visibility .5s .5s,transform .5s .5s
        }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bekenbeysolicitors-black,#0e0b06);
    opacity: .3;
    cursor: url(https://bekenbey.b-cdn.net/images/close.webp),auto
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--bekenbeysolicitors-primary,#19223a);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity .5s,visibility .5s,transform .5s
}

    .mobile-nav__content .logo-box {
        margin-bottom: 40px;
        display: flex
    }

.logo-box {
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: var(--bekenbeysolicitors-white,#fff)
}

    .mobile-nav__close:hover {
        color: var(--bekenbeysolicitors-base,#c7954a)
    }

.mobile-nav__container {
}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .mobile-nav__content .main-menu__list ul {
        display: none;
        border-top: 1px solid RGBA(var(--bekenbeysolicitors-white-rgb,255,255,255),.1)
    }

        .mobile-nav__content .main-menu__list ul li > a {
            padding-left: 1em
        }

    .mobile-nav__content .main-menu__list li:not(:last-child) {
        border-bottom: 1px solid RGBA(var(--bekenbeysolicitors-white-rgb,255,255,255),.1)
    }

    .mobile-nav__content .main-menu__list li > a {
        font-family: var(--bekenbeysolicitors-font, "Plus Jakarta Sans", sans-serif);
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        height: 46px;
        letter-spacing: var(--bekenbeysolicitors-letter-space,.1em);
        align-items: center;
        transition: .5s;
        color: var(--bekenbeysolicitors-white,#fff)
    }

    .mobile-nav__content .main-menu__list li a.expanded {
        color: var(--bekenbeysolicitors-base,#c7954a)
    }

    .mobile-nav__content .main-menu__list li a button {
        width: 30px;
        height: 30px;
        border: none;
        outline: 0;
        color: var(--bekenbeysolicitors-white,#fff);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: rotate(-90deg);
        transition: transform .5s;
        background-color: var(--bekenbeysolicitors-base,#c7954a)
    }

        .mobile-nav__content .main-menu__list li a button.expanded {
            transform: rotate(0);
            background-color: var(--bekenbeysolicitors-white,#fff);
            color: var(--bekenbeysolicitors-black,#0e0b06)
        }

.mobile-nav__container .dropdown > a .dropdown-arrow {
    float: right;
    margin-top: 3px
}

.mobile-nav__container .dropdown.active > a .dropdown-arrow {
    transform: rotate(180deg)
}

.mobile-nav__contact {
    margin-top: 20px;
    margin-bottom: 20px
}

    .mobile-nav__contact li {
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
        color: var(--bekenbeysolicitors-white,#fff)
    }

        .mobile-nav__contact li + li {
            margin-top: 15px
        }

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 12px;
            margin-right: 10px;
            background-color: var(--bekenbeysolicitors-base,#c7954a);
            color: var(--bekenbeysolicitors-white,#fff)
        }

        .mobile-nav__contact li a {
            color: inherit;
            transition: .5s
        }

            .mobile-nav__contact li a:hover {
                color: var(--bekenbeysolicitors-base,#c7954a)
            }

.mobile-nav__social {
    display: flex;
    align-items: center
}

    .mobile-nav__social a {
        font-size: 16px;
        transition: .5s;
        color: var(--bekenbeysolicitors-white,#fff)
    }

        .mobile-nav__social a + a {
            margin-left: 20px
        }

        .mobile-nav__social a:hover {
            color: var(--bekenbeysolicitors-base,#c7954a)
        }

.search-popup {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    pointer-events: none
}

.search-popup__overlay {
    display: none
}

.search-popup__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    background-color: var(--bekenbeysolicitors-white,#fff);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border-bottom: 2px solid var(--bekenbeysolicitors-border-color,#d1d5db);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity .35s,transform .35s,visibility 0s .35s,max-height .35s;
    transition: opacity .35s,transform .35s,visibility 0s .35s,max-height .35s;
    pointer-events: auto
}

.search-popup.active {
    pointer-events: auto
}

    .search-popup.active .search-popup__content {
        opacity: 1;
        visibility: visible;
        max-height: 150px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .35s,transform .35s,visibility,max-height .35s;
        transition: opacity .35s,transform .35s,visibility,max-height .35s
    }

.search-popup__form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px
}

    .search-popup__form input[type=search], .search-popup__form input[type=text] {
        width: 100%;
        background-color: var(--bekenbeysolicitors-gray,#f0f4f8);
        font-size: 16px;
        color: var(--bekenbeysolicitors-text,#5a6c7d);
        border: 2px solid var(--bekenbeysolicitors-border-color,#d1d5db);
        outline: 0;
        height: 60px;
        padding-left: 25px;
        padding-right: 70px;
        border-radius: 4px;
        -webkit-transition: border-color .3s;
        transition: border-color .3s
    }

        .search-popup__form input[type=search]:focus, .search-popup__form input[type=text]:focus {
            border-color: var(--bekenbeysolicitors-base,#2563eb)
        }

    .search-popup__form .bekenbeysolicitors-btn {
        padding: 0;
        width: 60px;
        height: 60px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: 15px;
        border-radius: 0 4px 4px 0
    }

@media (max-width:767px) {
    .search-popup__form {
        padding: 0 20px
    }

        .search-popup__form input[type=search], .search-popup__form input[type=text] {
            height: 50px;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 60px
        }

        .search-popup__form .bekenbeysolicitors-btn {
            width: 50px;
            height: 50px;
            font-size: 16px;
            right: 20px
        }
}

.search-toggler {
    cursor: pointer
}

.page-header {
    background-color: var(--bekenbeysolicitors-black,#0e0b06);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px
}

.page-header__bg, .page-header__bg2, .page-header__bg2::after, .page-header__bg::after, .page-header__shape {
    position: absolute;
    left: 0;
    top: 0
}

.page-header__bg, .page-header__bg2 {
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0
}

    .page-header__bg::after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(274.1deg,rgba(var(--bekenbeysolicitors-primary-rgb,25,34,58),.7) 23.26%,rgba(var(--bekenbeysolicitors-base-rgb,199,149,74),.7) 99.15%)
    }

    .page-header__bg2::after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.7);
        z-index: 1
    }

body.page-index .page-header__bg2 {
    background-image: none;
    background-color: #f2f6fa
}

    body.page-index .page-header__bg2::after {
        display: none
    }

body.page-index .page-header .sec-title__tagline div[style*="color: #fff"], body.page-index .page-header h1[style*="color: #fff"], body.page-index .page-header h4[style*="color: #fff"] {
    color: #1a2332 !important
}

body.page-index .page-header .hammer path {
    fill: #2563eb
}

body.page-index .page-header .bekenbeysolicitors-btn {
    background-color: #2563eb;
    color: #fff;
    border: 2px solid #2563eb
}

    body.page-index .page-header .bekenbeysolicitors-btn[style*="background-color: transparent"] {
        background-color: transparent !important;
        color: #2563eb !important;
        border: 2px solid #2563eb !important
    }

body.page-index .page-header div[style*="background-color: rgba(255, 255, 255, 0.1)"] {
    background-color: rgba(37,99,235,.05) !important;
    border: 1px solid rgba(37,99,235,.2) !important
}

body.page-index .page-header p[style*="color: #ededed"] {
    color: #5a6c7d !important
}

body.page-index .page-header .icon-success-1 {
    color: #fff !important
}

.page-header .container {
    position: relative;
    z-index: 1;
    text-align: center
}

.page-header__shape {
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0
}

@media (max-width:1199px) {
    .page-header {
        min-height: 450px
    }
}

@media (max-width:767px) {
    .page-header {
        padding-top: 100px;
        padding-bottom: 90px;
        min-height: auto
    }
}

.sec-title {
    position: relative;
    line-height: 1;
    padding-bottom: 30px
}

@media (min-width:768px) {
    .sec-title {
        padding-bottom: 48px;
        margin-top: -2px
    }
}

.sec-title__tagline {
    margin: 0 0 6px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--bekenbeysolicitors-text,#838790)
}

.sec-title.text-left .sec-title__tagline__border:last-of-type {
    display: none
}

.sec-title__title {
    margin: 0;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    font-family: var(--bekenbeysolicitors-heading-font, "Marcellus", serif)
}

    .sec-title__title span {
        color: var(--bekenbeysolicitors-base,#c7954a)
    }

@media (max-width:991px) {
    .sec-title__title {
        font-size: 40px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .sec-title__title {
        font-size: 36px;
        line-height: 40px
    }

        .sec-title__title br {
            display: none
        }
}

.sec-title__title--white {
    color: var(--bekenbeysolicitors-white,#fff)
}

.sec-title.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.hammer {
    width: 22px;
    height: 22px;
    fill: var(--bekenbeysolicitors-base,#c7954a)
}

    .hammer path:first-child, .hammer path:nth-child(2) {
        animation: 3s ease-in-out infinite hammerBounce
    }

    .hammer path:nth-child(3), .hammer path:nth-child(4), .hammer path:nth-child(5), .hammer path:nth-child(6) {
        transform-origin: center;
        animation: 3s ease-in-out infinite hammerStrike
    }

.work-process-table {
    padding: 80px 0;
    background-color: #fff
}

.work-process-table__grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 50px
}

.work-process-table__item {
    background-color: #f1f3f4;
    padding: 28px 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: .3s;
    text-align: center
}

    .work-process-table__item:hover {
        box-shadow: 0 6px 16px rgba(37,99,235,.15);
        transform: translateY(-3px);
        border-color: #2563eb
    }

.work-process-table__item__title {
    font-size: 18px;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 14px;
    line-height: 1.3;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.work-process-table__item__text {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 0
}

@media (min-width:1200px) {
    .work-process-table__grid {
        gap: 24px
    }

    .work-process-table__item {
        padding: 32px 22px
    }

    .work-process-table__item__title {
        font-size: 19px
    }

    .work-process-table__item__text {
        font-size: 15px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .work-process-table {
        padding: 60px 0
    }

    .work-process-table__grid {
        grid-template-columns: repeat(3,1fr);
        gap: 18px
    }

    .work-process-table__item {
        padding: 24px 18px
    }

    .work-process-table__item__title {
        font-size: 17px;
        min-height: 44px
    }

    .work-process-table__item__text {
        font-size: 13px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .work-process-table {
        padding: 55px 0
    }

    .work-process-table__grid {
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
        margin-top: 35px
    }

    .work-process-table__item {
        padding: 22px 16px
    }

    .work-process-table__item__title {
        font-size: 16px;
        min-height: 42px
    }

    .work-process-table__item__text {
        font-size: 13px
    }
}

@media (max-width:575px) {
    .work-process-table {
        padding: 50px 0
    }

    .work-process-table__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px
    }

    .work-process-table__item {
        padding: 20px 18px;
        text-align: left
    }

    .work-process-table__item__title {
        font-size: 17px;
        min-height: auto;
        justify-content: flex-start
    }

    .work-process-table__item__text {
        font-size: 14px
    }
}

.service-one {
    position: relative;
    padding: 120px 0 220px;
    background-color: var(--bekenbeysolicitors-primary,#19223a);
    counter-reset: count
}

    .service-one .sec-title__title {
        color: var(--bekenbeysolicitors-white,#fff)
    }

    .service-one .container-fluid {
        max-width: 1600px
    }

.service-one__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: color-burn
}

.service-one__item {
    position: relative;
    z-index: 2;
    counter-increment: count;
    transition: .5s;
    background-color: var(--bekenbeysolicitors-gray2,#ededed);
    padding: 36px 40px 40px;
    cursor: pointer
}

@media (max-width:1499px) {
    .service-one__item {
        padding: 36px 30px 40px
    }
}

.service-one__item:hover {
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    transform: translateY(-40px)
}

@media (max-width:1199px) {
    .service-one {
        padding-bottom: 120px
    }

    .service-one__item:hover {
        transform: translateY(-20px)
    }
}

@media (max-width:767px) {
    .service-one {
        padding: 80px 0
    }
}

.service-one__item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--bekenbeysolicitors-white,#fff)
}

.service-one__item__count {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--bekenbeysolicitors-white,#fff)
}

    .service-one__item__count::before {
        content: counters(count, ".", decimal-leading-zero);
        position: relative;
        display: inline-block
    }

.service-one__item:hover .service-one__item__count::before {
    color: #e60023 !important
}

.service-one__item__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
    max-width: 115px;
    color: var(--bekenbeysolicitors-primary,#19223a);
    transition: .1s
}

.service-one__item:hover .service-one__item__title, .service-one__item:hover .service-one__item__text {
    color: var(--bekenbeysolicitors-white,#fff)
}

.service-one__item__title a {
    color: inherit;
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

    .service-one__item__title a:hover {
        background-size: 100% 1px
    }

.service-one__item__text {
    margin-top: 20px;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    transition: .5s
}

.service-one__item__image {
    position: relative;
    overflow: hidden
}

    .service-one__item__image img {
        width: 100%;
        height: auto
    }

    .service-one__item__image::after {
        background: linear-gradient(90deg,rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),.2) 0,rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),.2) 77%,rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),.45) 92%,rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),0));
        content: "";
        height: 200%;
        left: -210%;
        opacity: 0;
        position: absolute;
        top: -50%;
        transition: .7s;
        width: 200%
    }

.service-one__item:hover .service-one__item__image::after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: .7s,.7s,.15s;
    transition-property: left,top,opacity;
    transition-timing-function: linear
}

.service-one__item__icon {
    width: 70px;
    height: 70px;
    background-color: var(--bekenbeysolicitors-primary,#19223a);
    color: var(--bekenbeysolicitors-white,#fff);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 35px;
    z-index: 99
}

.faq-one {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    counter-reset: count
}

@media (max-width:767px) {
    .faq-one {
        padding: 80px 0
    }
}

.faq-one__content {
    padding-right: 22px
}

@media (max-width:1199px) {
    .faq-one__content {
        padding-right: 0
    }
}

.faq-one__content .sec-title {
    padding-bottom: 28px
}

.faq-one__accordion {
    position: relative
}

    .faq-one__accordion .accrodion {
        position: relative;
        margin-top: 20px;
        transition: .5s;
        counter-increment: count
    }

    .faq-one__accordion .accrodion__number {
        padding: 18.2px 31px;
        border-right: 1px solid var(--bekenbeysolicitors-border-color,#d9d9d9);
        font-size: 18px;
        color: var(--bekenbeysolicitors-primary,#19223a);
        font-family: var(--bekenbeysolicitors-heading-font, "Marcellus", serif)
    }

        .faq-one__accordion .accrodion__number::before {
            content: counters(count, ".", decimal-leading-zero);
            position: relative;
            display: inline-block
        }

    .faq-one__accordion .accrodion-title {
        padding: 0 70px 0 0;
        border: 1px solid var(--bekenbeysolicitors-border-color,#d9d9d9);
        cursor: pointer;
        transition: .5s;
        display: flex;
        align-items: center
    }

        .faq-one__accordion .accrodion-title h4 {
            flex: 1;
            padding-left: 20px;
            text-transform: capitalize;
            margin: 0;
            transition: .5s;
            position: relative;
            font-weight: 400;
            font-size: 16px;
            color: var(--bekenbeysolicitors-primary,#19223a)
        }

    .faq-one__accordion .accrodion-title__icon {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translateY(-50%);
        transition: .5s
    }

        .faq-one__accordion .accrodion-title__icon::after, .faq-one__accordion .accrodion-title__icon::before {
            width: 2px;
            height: 12px;
            position: absolute;
            background-color: var(--bekenbeysolicitors-black,#0e0b06);
            top: 50%;
            left: 50%;
            content: "";
            transform: translate(-50%,-50%);
            transition: .5s;
            z-index: 2
        }

        .faq-one__accordion .accrodion-title__icon::after {
            width: 12px;
            height: 2px
        }

    .faq-one__accordion .active .accrodion-title {
        background-color: var(--bekenbeysolicitors-base,#c7954a);
        border-color: var(--bekenbeysolicitors-base,#c7954a)
    }

    .faq-one__accordion .active .accrodion__number {
        color: var(--bekenbeysolicitors-white,#fff);
        border-color: rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),.2)
    }

    .faq-one__accordion .active .accrodion-title h4 {
        color: var(--bekenbeysolicitors-white,#fff)
    }

    .faq-one__accordion .active .accrodion-title__icon {
        transform: translateY(-50%) rotate(45deg)
    }

        .faq-one__accordion .active .accrodion-title__icon::after, .faq-one__accordion .active .accrodion-title__icon::before {
            background-color: var(--bekenbeysolicitors-white,#fff)
        }

    .faq-one__accordion .accrodion-content .inner {
        padding: 30px 35px;
        border: 1px solid var(--bekenbeysolicitors-border-color,#d9d9d9)
    }

    .faq-one__accordion .accrodion-content p {
        margin: 0;
        font-weight: 500;
        line-height: 30px
    }

.bekenbeysolicitors-accrodion {
}

.accrodion {
}

.accrodion-title {
}

.accrodion__number {
}

.accrodion-title__icon {
}

.accrodion-content {
}

    .accrodion-content .inner {
    }

.blog-one {
    padding: 120px 0;
    position: relative
}

@media (max-width:767px) {
    .blog-one {
        padding: 80px 0
    }
}

.blog-one .blog-card__image__inner {
    height: 220px
}

    .blog-one .blog-card__image__inner img {
        height: 100%;
        object-fit: cover
    }

.blog-one .blog-card__title {
    min-height: 70px
}

.blog-card {
    position: relative;
    background-color: var(--bekenbeysolicitors-white,#fff);
    padding: 0;
    transition: .5s
}

    .blog-card:hover {
        box-shadow: 0 10px 30px 0 rgba(0,0,0,.06)
    }

.blog-card__content {
    position: relative;
    padding: 35px 29px 32px;
    border: 1px solid var(--bekenbeysolicitors-border-color,#d9d9d9);
    border-bottom: none;
    transition: .5s
}

.blog-card:hover .blog-card__content {
    border-color: var(--bekenbeysolicitors-primary,#19223a);
    background-color: var(--bekenbeysolicitors-primary,#19223a)
}

.blog-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px
}

.blog-card__user__img {
    width: 35px !important;
    height: 35px;
    border-radius: 50%
}

.blog-card__user__info {
}

.blog-card__user__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--bekenbeysolicitors-primary,#19223a);
    margin-bottom: 0;
    transition: .5s
}

.blog-card:hover .blog-card__user__name {
    color: var(--bekenbeysolicitors-white,#fff)
}

.blog-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px
}

.blog-card:hover .blog-card__title {
    color: var(--bekenbeysolicitors-white,#fff)
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 1px no-repeat;
    transition: .5s
}

    .blog-card__title a:hover {
        background-size: 100% 1px
    }

.blog-card__image {
    position: relative
}

.blog-card__image__inner {
    overflow: hidden;
    position: relative
}

.blog-card__image img {
    transition: .4s;
    background-size: cover;
    width: 100%
}

    .blog-card__image img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
        transform-origin: 100% 50% 0;
        transition: .5s;
        z-index: 3
    }

.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: rotate(-180deg)
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--bekenbeysolicitors-black-rgb,14,11,6),.5);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-10%);
    transition: opacity .6s,transform .6s
}

.blog-card:hover .blog-card__image__inner > a {
    opacity: 1;
    transform: translateY(0)
}

.blog-card__image__link::after, .blog-card__image__link::before {
    content: "";
    width: 32px;
    height: 2px;
    background-color: var(--bekenbeysolicitors-white,#fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.blog-card__image__link::after {
    transform: translate(-50%,-50%) rotate(90deg)
}

.blog-card__date {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10%;
    padding: 0 10px;
    line-height: 1.2em;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
    flex-direction: column;
    transition: .5s;
    background-color: var(--bekenbeysolicitors-primary,#19223a);
    color: var(--bekenbeysolicitors-white,#fff)
}

    .blog-card__date span {
        display: block;
        margin-bottom: 3px;
        font-size: 24px;
        letter-spacing: 0;
        font-family: var(--bekenbeysolicitors-heading-font, "Marcellus", serif)
    }

.blog-card:hover .blog-card__date {
    background-color: var(--bekenbeysolicitors-base,#c7954a)
}

.blog-card__meta {
    display: flex;
    align-items: center;
    margin: 0;
    background-color: var(--bekenbeysolicitors-gray2,#ededed);
    transition: .5s
}

.blog-card:hover .blog-card__meta {
    background-color: var(--bekenbeysolicitors-base,#c7954a)
}

.blog-card__meta li {
    color: var(--bekenbeysolicitors-text,#838790);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 9px 0;
    text-transform: capitalize
}

.blog-card:hover .blog-card__meta li, .blog-card:hover .blog-card__meta li i {
    color: var(--bekenbeysolicitors-white,#fff)
}

.blog-card__meta li:last-child {
    transition: .4s;
    border-left: 1px solid var(--bekenbeysolicitors-white,#fff)
}

.blog-card:hover .blog-card__meta li {
    border-color: rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),20%)
}

.blog-card__meta li i {
    transition: .4s;
    margin-right: 6px;
    color: var(--bekenbeysolicitors-base,#c7954a)
}

.blog-card__meta li a {
    color: inherit;
    transition: .5s
}

    .blog-card__meta li a:hover {
        background-size: 100% 1px
    }

.blog-one__carousel {
}

.bekenbeysolicitors-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s,visibility .5s
}

    .bekenbeysolicitors-owl__carousel--with-shadow .owl-item.active {
        opacity: 1;
        visibility: visible
    }

.bekenbeysolicitors-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px
}

    .bekenbeysolicitors-owl__carousel--basic-nav.owl-carousel .owl-nav button {
        border: none;
        outline: 0;
        width: 70px;
        height: 70px;
        margin: 0;
        padding: 0;
        opacity: 1;
        background-color: transparent;
        border: 1px solid var(--bekenbeysolicitors-white,#fff);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        border-radius: 50%;
        color: var(--bekenbeysolicitors-white,#fff);
        transition: .5s
    }

        .bekenbeysolicitors-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
            border-color: var(--bekenbeysolicitors-base,#c7954a);
            color: var(--bekenbeysolicitors-white,#fff);
            background-color: var(--bekenbeysolicitors-base,#c7954a)
        }

.bekenbeysolicitors-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    margin-top: 50px
}

.contact-one {
    position: relative;
    overflow: hidden
}

.contact-one__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 22.2%;
    height: 100%;
    opacity: .12;
    background-position: center center;
    background-size: cover
}

.contact-one__overlay {
    background: linear-gradient(90deg,var(--bekenbeysolicitors-gray2,#ededed) 33.55%,rgba(var(--bekenbeysolicitors-gray2-rgb,237,237,237),0) 100%);
    width: 273px;
    height: 100%;
    position: absolute;
    right: 12%;
    bottom: 0
}

.contact-one .sec-title {
    padding-left: 0
}

.contact-one__wrapper {
    position: relative;
    background-color: var(--bekenbeysolicitors-gray2,#ededed);
    padding: 80px 0 0
}

    .contact-one__wrapper .sec-title {
        margin-bottom: 40px
    }

@media (max-width:767px) {
    .contact-one .sec-title {
        padding: 0 15px
    }

    .contact-one__wrapper {
        padding: 60px 0 0
    }

        .contact-one__wrapper .sec-title {
            margin-bottom: 30px;
            padding: 0 15px
        }
}

.contact-one__form {
    position: relative;
    z-index: 2;
    padding: 50px 60px 70px;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width:1199px) {
    .contact-one__form {
        padding: 40px 40px 60px
    }
}

@media (max-width:768px) {
    .contact-one__form {
        padding: 30px 20px 50px
    }
}

.contact-one__form__bg-one {
    background: linear-gradient(180deg,var(--bekenbeysolicitors-base,#c7954a) 0,var(--bekenbeysolicitors-primary,#19223a) 100%);
    width: 230px;
    height: calc(100% + 60px);
    position: absolute;
    right: -40px;
    bottom: -30px
}

.contact-one__form__bg-two {
    background-color: var(--bekenbeysolicitors-white,#fff);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.contact-one__form .form-one__group {
    grid-gap: 7px
}

.contact-one__form .bootstrap-select > .dropdown-toggle, .contact-one__form input[type=email], .contact-one__form input[type=text], .contact-one__form textarea {
    height: 52px;
    background-color: transparent;
    border-bottom: 1px solid var(--bekenbeysolicitors-border-color,#d9d9d9);
    padding-left: 0
}

    .contact-one__form .bootstrap-select > .dropdown-toggle:focus, .contact-one__form input[type=email]:focus, .contact-one__form input[type=text]:focus, .contact-one__form textarea:focus {
        border-color: var(--bekenbeysolicitors-base,#c7954a)
    }

.contact-one__form textarea {
    height: 145px;
    padding-top: 20px
}

.contact-one__form .bekenbeysolicitors-btn, .contact-one__form .bekenbeysolicitors-btn > i {
    background-color: var(--bekenbeysolicitors-primary,#19223a)
}

.contact-one__form .bekenbeysolicitors-btn {
    margin-top: 13px
}

    .contact-one__form .bekenbeysolicitors-btn > span {
        background-color: var(--bekenbeysolicitors-base,#c7954a)
    }

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0
}

@media (min-width:576px) {
    .form-one__group {
        grid-template-columns: repeat(2,1fr)
    }
}

.form-one label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    margin: 0 0 18px;
    color: var(--bekenbeysolicitors-black,#0e0b06)
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1
}

.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type=email], .form-one input[type=text], .form-one textarea {
    display: block;
    width: 100%;
    height: 60px;
    background-color: var(--bekenbeysolicitors-gray2,#ededed);
    color: var(--bekenbeysolicitors-text,#838790);
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    border: none;
    border-radius: 0;
    outline: 0;
    font-family: var(--bekenbeysolicitors-font, "Plus Jakarta Sans", sans-serif);
    transition: .5s;
    padding: 0 30px
}

    .form-one .bootstrap-select > .dropdown-toggle:focus, .form-one input[type=email]:focus, .form-one input[type=text]:focus, .form-one textarea:focus {
        color: var(--bekenbeysolicitors-black,#0e0b06);
        font-weight: 500;
        border-color: var(--bekenbeysolicitors-white,#fff)
    }

.form-one textarea {
    height: 185px;
    padding-top: 20px
}

.form-one .bekenbeysolicitors-btn > i {
    border: none;
    padding: 12px 33px;
    background-color: var(--bekenbeysolicitors-base,#c7954a)
}

.contact-one__form.form-one .bekenbeysolicitors-btn > i {
    background-color: var(--bekenbeysolicitors-primary,#19223a)
}

.contact-form-validated {
}

.main-footer {
    position: relative;
    background-color: var(--bekenbeysolicitors-primary,#19223a)
}

    .main-footer .container {
        position: relative
    }

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .05;
    background-position: center center;
    background-size: cover
}

.main-footer__top {
    padding-top: 120px;
    padding-bottom: 113px
}

@media (max-width:767px) {
    .main-footer__top {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.main-footer__info {
    border-top: 1px solid var(--bekenbeysolicitors-base,#c7954a);
    margin-top: 40px;
    position: relative
}

.main-footer__info__inner {
    display: flex;
    gap: 30px
}

@media (max-width:768px) {
    .main-footer__info__inner {
        flex-wrap: wrap;
        gap: 20px 30px
    }
}

.main-footer__info__pin {
    width: 70px;
    height: 76px;
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    color: var(--bekenbeysolicitors-white,#fff);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-footer__info__icon {
    color: var(--bekenbeysolicitors-base,#c7954a)
}

.main-footer__info__location {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--bekenbeysolicitors-white,#fff);
    padding-top: 23px
}

@media (max-width:768px) {
    .main-footer__info__location {
        padding-left: 0
    }
}

.main-footer__info__list {
    margin-bottom: 0;
    padding-top: 23px;
    padding-left: 44px
}

@media (max-width:768px) {
    .main-footer__info__list {
        padding-left: 0;
        padding-top: 0
    }
}

.main-footer__info__item {
    display: flex;
    align-items: center;
    gap: 10px
}

.main-footer__info__content {
}

.main-footer__info__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 29.41px;
    color: var(--bekenbeysolicitors-white,#fff);
    margin-bottom: 0
}

    .main-footer__info__text a {
        color: inherit;
        background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 1px no-repeat;
        transition: .5s
    }

        .main-footer__info__text a:hover {
            background-size: 100% 1px;
            color: var(--bekenbeysolicitors-base,#c7954a)
        }

.main-footer__info__social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    height: 100%;
    position: relative
}

@media (max-width:991px) {
    .main-footer__info__social {
        justify-content: flex-start;
        margin-top: 10px
    }
}

.main-footer__info__social a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bekenbeysolicitors-white,#fff);
    font-size: 14px;
    transition: .5s;
    border-radius: 50%;
    color: var(--bekenbeysolicitors-white,#fff)
}

    .main-footer__info__social a i {
        position: relative;
        z-index: 2;
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .main-footer__info__social a:hover {
        background-color: var(--bekenbeysolicitors-base,#c7954a);
        border-color: var(--bekenbeysolicitors-base,#c7954a);
        color: var(--bekenbeysolicitors-white,#fff)
    }

        .main-footer__info__social a:hover i {
            animation: .4s forwards iconTranslateY
        }

.main-footer__bottom {
    text-align: center;
    background-color: #141b2f;
    padding: 25px 0;
    position: relative
}

@media (max-width:767px) {
    .main-footer__bottom {
        padding: 20px 0
    }

    .main-footer__bottom__inner {
        flex-direction: column;
        justify-content: center;
        gap: 15px
    }
}

.main-footer__bottom__inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.main-footer__copyright {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    color: var(--bekenbeysolicitors-white,#fff)
}

.footer-widget {
    margin-bottom: 40px;
    position: relative
}

.footer-widget--about {
}

.footer-widget--links {
}

.footer-widget--mail {
    padding: 24px 30px 26px;
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    margin-bottom: 0
}

    .footer-widget--mail .footer-widget__title {
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
        text-transform: none
    }

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 26px
}

.footer-widget__title {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 18px;
    color: var(--bekenbeysolicitors-white,#fff)
}

.footer-widget__text {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: var(--bekenbeysolicitors-white,#fff)
}

@media (min-width:1200px) {
    .footer-widget__text {
        max-width: 300px
    }
}

.footer-widget__links {
    margin-top: -3px;
    margin-bottom: -13px
}

    .footer-widget__links li {
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 6px;
        font-size: 16px;
        color: var(--bekenbeysolicitors-white,#fff);
        position: relative
    }

        .footer-widget__links li a {
            color: inherit;
            background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0 1px no-repeat;
            transition: .5s
        }

            .footer-widget__links li a:hover {
                background-size: 100% 1px;
                color: var(--bekenbeysolicitors-white,#fff)
            }

.footer-widget__newsletter {
    position: relative;
    width: 100%;
    margin: 24px 0 0
}

    .footer-widget__newsletter input[type=text] {
        width: 100%;
        display: block;
        border: none;
        outline: 0;
        height: 55px;
        background-color: var(--bekenbeysolicitors-white,#fff);
        color: #838790;
        font-size: 12px;
        font-weight: 500;
        padding-left: 21px;
        padding-right: 55px;
        transition: .5s
    }

        .footer-widget__newsletter input[type=text]:focus {
            color: var(--bekenbeysolicitors-text,#838790)
        }

    .footer-widget__newsletter button[type=submit] {
        background-color: var(--bekenbeysolicitors-primary,#19223a);
        width: 46px;
        height: 55px;
        border: none;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        color: var(--bekenbeysolicitors-base,#c7954a);
        transition: .5s
    }

        .footer-widget__newsletter button[type=submit] i {
            position: relative;
            z-index: 2;
            display: inline-block;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        .footer-widget__newsletter button[type=submit]:hover {
            background-color: var(--bekenbeysolicitors-primary,#19223a);
            color: var(--bekenbeysolicitors-white,#fff)
        }

            .footer-widget__newsletter button[type=submit]:hover i {
                animation: .4s forwards iconTranslateX
            }

.footer-widget__check {
    margin-top: 8px
}

    .footer-widget__check input[type=checkbox] {
        display: none
    }

    .footer-widget__check label {
        display: inline-block;
        padding-left: 30px;
        margin-right: 0;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        position: relative;
        line-height: 28px;
        color: var(--bekenbeysolicitors-white,#fff)
    }

        .footer-widget__check label a {
            color: inherit;
            text-decoration: underline
        }

        .footer-widget__check label span:before {
            position: absolute;
            top: 6px;
            left: 6px;
            display: block;
            content: "";
            width: 6px;
            height: 6px;
            background-color: var(--bekenbeysolicitors-white,#fff);
            border-radius: 50%;
            pointer-events: none;
            transform-origin: 66% 66%;
            transition: .15s ease-in-out;
            opacity: 0
        }

    .footer-widget__check input[type=checkbox] + label span {
        position: absolute;
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        vertical-align: middle;
        background: 0 0;
        cursor: pointer;
        transition: .3s;
        border: 1px solid rgba(var(--bekenbeysolicitors-white-rgb,255,255,255),.5)
    }

    .footer-widget__check input[type=checkbox]:checked + label span:before {
        opacity: 1
    }

.mc-form {
}

.mc-form__response {
}

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: 0 0;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: .2s;
    position: fixed;
    text-align: center
}

    .scroll-to-top.show {
        opacity: 1;
        visibility: visible;
        bottom: 70px
    }

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin-right: 8px
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    position: relative;
    overflow: hidden;
    background-color: var(--bekenbeysolicitors-base,#c7954a)
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bekenbeysolicitors-black,#0e0b06)
}

.scroll-to-target {
}

.chatbot-float-btn {
    position: fixed;
    bottom: 30px;
    right: 51px;
    width: 70px;
    height: 70px;
    background-color: var(--bekenbeysolicitors-base,#c7954a);
    color: var(--bekenbeysolicitors-white,#fff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 999;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    transition: .5s;
    border-radius: 50%;
    cursor: pointer
}

    .chatbot-float-btn:hover {
        background-color: var(--bekenbeysolicitors-primary,#19223a);
        transform: scale(1.1)
    }

    .chatbot-float-btn i {
        transition: .3s
    }

@media (max-width:991px) {
    .chatbot-float-btn {
        width: 60px;
        height: 60px;
        font-size: 24px;
        bottom: 20px;
        right: 20px
    }
}

.chatbot-panel__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--bekenbeysolicitors-black-rgb,0,0,0),.5);
    z-index: 997;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

    .chatbot-panel__overlay.active {
        opacity: 1;
        visibility: visible
    }

.chatbot-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background-color: var(--bekenbeysolicitors-white,#fff);
    z-index: 998;
    transition: right .5s;
    box-shadow: -5px 0 25px rgba(0,0,0,.2);
    overflow-y: auto
}

    .chatbot-panel.active {
        right: 0
    }

@media (max-width:991px) {
    .chatbot-panel {
        width: 100%;
        right: -100%
    }
}

.chatbot-panel__header {
    padding: 30px 40px;
    background-color: var(--bekenbeysolicitors-primary,#19223a);
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:991px) {
    .chatbot-panel__header {
        padding: 25px 30px
    }
}

.chatbot-panel__header__title {
    color: var(--bekenbeysolicitors-white,#fff);
    margin: 0;
    font-size: 24px;
    font-weight: 400
}

@media (max-width:767px) {
    .chatbot-panel__header__title {
        font-size: 20px
    }
}

.chatbot-panel__header__tagline {
    color: var(--bekenbeysolicitors-text-dark,#7782a0);
    font-size: 14px;
    margin-top: 5px
}

.chatbot-panel__close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--bekenbeysolicitors-text-dark,#7782a0);
    color: var(--bekenbeysolicitors-white,#fff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: .3s
}

    .chatbot-panel__close:hover {
        background-color: var(--bekenbeysolicitors-base,#c7954a);
        border-color: var(--bekenbeysolicitors-base,#c7954a)
    }

@media (max-width:767px) {
    .chatbot-panel__close {
        width: 35px;
        height: 35px;
        font-size: 18px
    }
}

.chatbot-panel__content {
    padding: 40px
}

@media (max-width:991px) {
    .chatbot-panel__content {
        padding: 30px 20px
    }
}

.chatbot-panel__form .form-one__group {
    grid-gap: 20px
}

.chatbot-panel__form .form-one__control input, .chatbot-panel__form .form-one__control textarea {
    background-color: var(--bekenbeysolicitors-gray2,#ededed);
    border-bottom: 1px solid var(--bekenbeysolicitors-border-color,#d9d9d9)
}

.chatbot-panel__form .bekenbeysolicitors-btn, .chatbot-panel__form .bekenbeysolicitors-btn > i {
    background-color: var(--bekenbeysolicitors-primary,#19223a)
}

.chatbot-panel__form .bekenbeysolicitors-btn {
    margin-top: 20px
}

    .chatbot-panel__form .bekenbeysolicitors-btn > span {
        background-color: var(--bekenbeysolicitors-base,#c7954a)
    }

.d-flex {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.flex-wrap {
    flex-wrap: wrap
}

.gap-2 {
    gap: 0.5rem
}

.gap-3 {
    gap: 1rem
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.list-unstyled {
    list-style: none;
    padding-left: 0
}

.wow {
}

.fadeInLeft {
}

.fadeInRight {
}

.fadeInUp {
}

.item {
}

.active {
}

.align-items-baseline {
    align-items: baseline
}

.mt-4 {
    margin-top: 1.5rem
}

.mt-lg-0 {
    margin-top: 0
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0
    }
}

.col-lg-6 {
}

.col-md-6 {
}

.col-xl-3 {
}

.col-xl-8 {
}

.col-xl-10 {
}

.col-xl-2 {
}

.col-xl-4 {
}

.row {
}

.container {
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

@keyframes hammerBounce {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(1px)
    }
}

@keyframes hammerStrike {
    0%,100% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-15deg)
    }
}

@keyframes iconTranslateX {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes iconsZoom {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1.75,1.75)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg)
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        transform: perspective(400px)
    }
}

@keyframes wobbleTop {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

/* Red Button Hover Effect */
.btn-red-hover {
    background-color: red !important;
    border: 2px solid #fff !important;
    transition: background-color 0.5s ease, border-color 0.5s ease
}

    .btn-red-hover > i {
        background-color: red !important;
        transition: background-color 0.5s ease
    }

    .btn-red-hover > span {
        background-color: var(--bekenbeysolicitors-black, #0e0b06) !important
    }

    .btn-red-hover:hover {
        background-color: var(--bekenbeysolicitors-black, #0e0b06) !important;
        border-color: #fff !important
    }

        .btn-red-hover:hover > i {
            background-color: var(--bekenbeysolicitors-black, #0e0b06) !important
        }

/* Mobile Responsive Styles - Must be at the end to override other styles */
@media (max-width:767px) {
    .main-header {
        padding: 0 15px !important
    }

    .main-header__inner {
        justify-content: space-between;
        padding: 15px 0
    }
    
    .main-header__logo {
        margin-right: auto
    }

    .main-header__right {
        display: flex !important;
        align-items: center;
        gap: 15px;
        margin-left: auto;
        flex-wrap: nowrap
    }

    .mobile-nav__btn {
        display: flex !important;
        margin-left: 0
    }

    /* Show main-header__btn container but hide bekenbeysolicitors-btn inside */
    .main-header__btn {
        display: flex !important;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap
    }

        .main-header__btn .bekenbeysolicitors-btn {
            display: none !important
        }

    .main-header__search {
        margin: 0 !important;
        display: flex !important;
        font-size: 22px
    }
        
        /* Keep language switcher visible in header on mobile */
        .main-header__btn .language-switcher {
            display: inline-flex;
            position: relative
        }

    .main-header__info {
        display: none !important
    }

    .main-header__user {
        display: none !important
    }

    /* Button responsive styles for mobile */
    .bekenbeysolicitors-btn {
        font-size: 14px !important;
        white-space: nowrap
    }

        .bekenbeysolicitors-btn > i {
            padding: 10px 20px !important;
            font-size: 14px !important
        }

        .bekenbeysolicitors-btn > span {
            font-size: 14px !important
        }

    /* Flex and gap adjustments for mobile */
    .d-flex {
        display: flex !important
    }

    .flex-wrap {
        flex-wrap: wrap !important
    }

    .gap-3 {
        gap: 0.75rem !important
    }
}

/* Mobile - Small screens (max-width: 576px) */
@media (max-width:576px) {
    .bekenbeysolicitors-btn {
        font-size: 12px !important
    }

        .bekenbeysolicitors-btn > i {
            padding: 8px 14px !important;
            font-size: 12px !important
        }

        .bekenbeysolicitors-btn > span {
            font-size: 12px !important
        }

    .gap-3 {
        gap: 0.5rem !important
    }
}

/* Mobile - Extra small screens (max-width: 400px) - Stack buttons if really needed */
@media (max-width:400px) {
    .d-flex.flex-wrap {
        flex-direction: column;
        align-items: stretch
    }

        .d-flex.flex-wrap .bekenbeysolicitors-btn {
            width: 100%;
            text-align: center
        }
}

/* ========================================
   Language Switcher Styles
   ======================================== */

/* Language Switcher Container */
.language-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

/* Language Toggle Button */
.language-switcher__toggle {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.language-switcher__toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

/* Language Dropdown */
.language-switcher__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.language-switcher.active .language-switcher__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Language Options */
.language-switcher__option {
    width: 100%;
    padding: 12px 18px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-switcher__option:hover {
    background: #f5f5f5;
}

.language-switcher__option.active {
    background: var(--bekenbeysolicitors-base, #c0934c);
    color: #fff;
}

.language-switcher__option .flag {
    font-size: 18px;
}

/* Tablet View - Keep language switcher inline */
@media (min-width: 768px) and (max-width: 1199px) {
    .language-switcher {
        display: inline-flex;
        position: relative;
    }
    
    .language-switcher__toggle {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .language-switcher__dropdown {
        min-width: 130px;
    }
}

/* Mobile View - Language switcher stays in header */
@media (max-width: 767px) {
    /* Language switcher inline in header */
    .main-header__btn .language-switcher {
        position: relative;
        display: inline-flex;
        margin: 0;
    }
    
    .language-switcher__toggle {
        width: 42px;
        height: 42px;
        font-size: 20px;
        border-color: rgba(255, 255, 255, 0.4);
    }
    
    .language-switcher__dropdown {
        top: calc(100% + 10px);
        bottom: auto;
        right: 0;
        min-width: 130px;
    }
    
    .language-switcher__option {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .language-switcher__option .flag {
        font-size: 16px;
    }
}

/* Extra Small Mobile - Adjust sizes */
@media (max-width: 575px) {
    .main-header {
        padding: 0 10px !important
    }
    
    .main-header__right {
        gap: 10px
    }
    
    .main-header__btn {
        gap: 10px
    }
    
    .main-header__search {
        font-size: 20px
    }
    
    .language-switcher__toggle {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    
    .language-switcher__dropdown {
        min-width: 120px;
    }
    
    .language-switcher__option {
        padding: 8px 12px;
        font-size: 13px;
    }
}