/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #666666;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: justify;
    cursor: url("../img/gavel-cursor1.png") 4 4, auto;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    font-style: italic;
    color: #121518;
}

a {
    color: #454545;
    transition: .3s;
    cursor: url("../img/gavel-cursor1.png") 4 4, pointer;
}

a:hover,
a:active,
a:focus {
    color: #aa9166;
    outline: none;
    text-decoration: none;
}

button,
input,
textarea,
select,
.btn {
    cursor: url("../img/gavel-cursor1.png") 4 4, pointer;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #aa9166;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #aa9166;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #000000;
}

.top-bar .logo {
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

.top-bar .logo .logo-text {
    display: inline-block;
    margin: 0;
    color: #aa9166;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    font-style: normal;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: 'EB Garamond', serif;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    margin: 0;
}

.top-bar .text h2 a {
    color: inherit;
    text-decoration: none;
}

.top-bar .text h2 a:hover {
    color: #aa9166;
}

.top-bar .text p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 90px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    font-size: 22px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #aa9166;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }

    .top-bar .social {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .top-bar {
        height: auto;
        padding: 10px 0;
    }

    .top-bar .top-bar-right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top-bar .logo .logo-text {
        font-size: 32px;
        line-height: 36px;
    }

    .top-bar .text {
        display: none;
    }

    .top-bar .text h2 {
        font-size: 18px;
    }

    .top-bar .text p {
        font-size: 12px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    padding: 20px 0;
    transition: .3s;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #aa9166;
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #aa9166;
    border-radius: 0;
}

.nav-bar .btn:hover {
    background: #aa9166;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 20px 60px;
    }

    .nav-bar.nav-sticky {
        padding: 10px 60px;
    }

    .nav-bar,
    .nav-bar .navbar {
        background: #121518 !important;
    }

    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {

    .nav-bar,
    .nav-bar .navbar {
        padding: 3px 0;
        background: #121518 !important;
    }

    .nav-bar a.nav-link {
        padding: 5px;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 25px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border: 2px solid #aa9166;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: #121518;
    background: #aa9166;
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel .carousel-caption p {
        font-size: 20px;
    }

    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
    }

    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .carousel {
        height: 60vh;
        min-height: 60vh;
    }

    .carousel .carousel-inner,
    .carousel .carousel-item {
        height: 60vh;
        min-height: 60vh;
    }

    .carousel .carousel-item img {
        height: 60vh;
        min-height: 60vh;
        object-fit: cover;
        display: block;
    }

    .carousel .carousel-caption {
        position: absolute;
        inset: 0;
        height: 100%;
        justify-content: flex-end;
        padding: 0 15px 25px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
    }

}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #aa9166;
}

.page-header h2 {
    position: relative;
    color: #121518;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #121518;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #121518;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }

    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 1;
}


@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}

/*******************************/
/******** Top Feature CSS ******/
/*******************************/
.feature-top {
    position: relative;
    background: #121518;
    margin-bottom: 45px;
}

.feature-top .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 575.98px) {
    .feature-top .col-md-3:nth-child(1n) {
        border-right: none;
    }

    .feature-top .col-md-3:last-child {
        border-bottom: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .feature-top .col-md-3:nth-child(2n) {
        border-right: none;
    }

    .feature-top .col-md-3:nth-child(3n),
    .feature-top .col-md-3:nth-child(4n) {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .feature-top .col-md-3 {
        border-bottom: none;
    }

    .feature-top .col-md-3:nth-child(4n) {
        border-right: none;
    }
}

.feature-top .feature-item {
    padding: 30px 0;
    text-align: center;
}

.feature-top .feature-item i {
    color: #aa9166;
    font-size: 35px;
    margin-bottom: 10px;
}

.feature-top .feature-item h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.feature-top .feature-item p {
    color: #999999;
    margin: 0;
    font-size: 18px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-text p {
    font-size: 16px;
}

.about-story {
    position: relative;
}

.about .about-text {
    font-size: 16px;
    line-height: 1.8;
}

.about .about-text::after {
    content: "";
    display: block;
    clear: both;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #121518;
    background: #aa9166;
}

.about .about-hero {
    float: left;
    width: min(44%, 460px);
    margin: 0 36px 20px 0;
}

.about .about-hero img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    box-shadow: 0 20px 45px rgba(18, 21, 24, 0.12);
}

.about-vision,
.about-belief {
    position: relative;
    width: 100%;
    padding: 20px 0 45px;
}

.about-vision-card {
    padding: 28px 26px;
    border-radius: 20px;
    background: linear-gradient(180deg, #c9ad7d 0%, #aa9166 100%);
    color: #121518;
    border: 1px solid rgba(18, 21, 24, 0.12);
    box-shadow: 0 14px 32px rgba(18, 21, 24, 0.08);
}

.about-vision-card h3 {
    margin: 0 0 18px;
    font-size: 30px;
    font-weight: 700;
}

.about-vision-list {
    margin: 0;
    padding-left: 22px;
    column-count: 2;
    column-gap: 36px;
}

.about-vision-list li {
    margin-bottom: 14px;
    break-inside: avoid;
    font-size: 16px;
    line-height: 1.7;
}

.about-belief-content {
    padding: 34px 36px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(18, 21, 24, 0.08);
}

.about-belief-content p {
    font-size: 16px;
    line-height: 1.8;
}

.about .about-text .about-quote,
.about-belief-content .about-quote {
    margin: 25px 0;
    padding: 20px 24px;
    border-left: 4px solid #aa9166;
    background: #f7f3ed;
}

.about .about-text .about-quote p,
.about-belief-content .about-quote p {
    margin: 0;
    font-style: italic;
}

@media (max-width: 767.98px) {
    .about .about-hero {
        float: none;
        width: 100%;
        margin: 0 0 24px;
    }

    .about-vision-card {
        padding: 24px 22px;
    }

    .about-vision-card h3 {
        font-size: 26px;
    }

    .about-vision-list {
        column-count: 1;
    }

    .about-belief-content {
        padding: 26px 22px;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .row {
    row-gap: 30px;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    background: #121518;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service .service-icon {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}

.service .service-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    background: #121518;
    transition: .5s;
}

.service .service-item:hover .service-icon i {
    margin-top: -15px;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 30px;
    font-weight: 600;
    color: #aa9166;
}

.service .service-item p {
    margin: 0;
    color: #999999;
    padding: 0 25px 25px 25px;
    font-size: 18px;
    flex: 1;
}

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******** Counter CSS **********/
/*******************************/
.counter-section {
    position: relative;
    width: 100%;
    padding: 45px 0;
    background: #ffffff;
}

.counter-shell {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    padding: 25px;

    border-radius: 20px;
    background: #aa9166;
}

.counter-column h3 {
    color: #121518;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    text-align: left;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.counter-cell {
    text-align: center;
    padding: 12px 10px;
    background: #0a0b0c;
    border: 1px solid rgba(170, 145, 102, 0.35);
    border-radius: 16px;
    color: #ffffff;
}

.counter-value {
    color: #aa9166;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.counter-number {
    font-size: 28px;
    font-weight: 700;
    color: #aa9166;
}

.counter-unit {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #cccccc;
}

.counter-label {
    color: #cccccc;
    font-size: 20px;
    font-weight: 600;
    font-family: 'EB Garamond', serif;
}

.counter-divider {
    width: 1px;
    background: #0a0b0c;
}

@media (max-width: 991.98px) {
    .counter-shell {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .counter-divider {
        display: none;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.feature .feature-item {
    margin-bottom: 30px;
    border-radius: 20px;
}

.feature .feature-icon {
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121518;
    border-radius: 20px 20px 0 0;
}

.feature .feature-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    background: #000000;
    transition: .5s;
}

.feature .feature-item:hover .feature-icon i {
    margin-right: -15px;
}

.feature .feature-item h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.feature .feature-item h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #aa9166;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}

.feature .feature-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.feature .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature .feature-img.feature-img--home {
    padding: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
}

.feature .feature-img.feature-img--home img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.practice-intro .section-header,
.practice-areas .section-header {
    text-align: left;
}

.practice-intro .section-header h2,
.practice-areas .section-header h2 {
    white-space: normal;
}

.practice-intro p {
    font-size: 17px;
    line-height: 1.85;
}

.practice-areas .row {
    row-gap: 30px;
}

.practice-areas .service-item {
    text-align: left;
    overflow: hidden;
    margin-bottom: 0;
}

.practice-areas .service-icon {
    height: 120px;
}

.practice-areas .service-icon i {
    width: 84px;
    height: 84px;
    padding: 14px 0;
    font-size: 50px;
}

.practice-areas .service-item h3 {
    padding: 22px 24px 12px;
    font-size: 24px;
    line-height: 1.3;
}

.practice-areas .service-item ul {
    margin: 0;
    padding: 0 24px 26px 44px;
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.75;
    flex: 1;
}

.practice-areas .service-item li {
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .practice-areas .service-item h3 {
        font-size: 21px;
    }

    .practice-areas .service-item ul {
        padding: 0 20px 24px 38px;
    }
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .row {
    row-gap: 30px;
}

.team .team-item {
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team .team-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.team .team-img.team-img--placeholder {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.team .team-text {
    position: relative;
    padding: 20px 15px 20px 15px;
    text-align: center;
    background: #121518;
    border-radius: 0 0 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 600;
    color: #aa9166;
}

.team .team-text p {
    margin: 0;
    color: #999999;
}

.team .team-social {
    position: absolute;
    width: calc(100% - 60px);
    height: 50px;
    top: -25px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aa9166;
    font-size: 0;
    transition: .5s;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    text-align: center;
    color: #121518;
    transition: .3s;
}

.team .team-social a:last-child {
    margin-right: 0;
}

.team .team-social a:hover {
    color: #ffffff;
}


/*******************************/
/******** About Gallery ********/
/*******************************/
.about-gallery {
    position: relative;
    width: 100%;
    padding: 30px 0 60px 0;
}

.about-gallery-marquee {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding: 10px 0;
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.about-gallery-track {
    display: flex;
    gap: 16px;
    align-items: center;
    width: max-content;
    animation: about-gallery-scroll 35s linear infinite;
}

.about-gallery-track img {
    width: 240px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    cursor: zoom-in;
}

@keyframes about-gallery-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .about-gallery-track {
        animation-duration: 28s;
    }

    .about-gallery-track img {
        width: 200px;
        height: 140px;
    }
}

@media (max-width: 575.98px) {
    .about-gallery-track {
        animation-duration: 22s;
    }

    .about-gallery-track img {
        width: 170px;
        height: 120px;
    }
}

.about-gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    padding: 20px;
}

.about-gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.about-gallery-lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    background: #ffffff;
}

.about-gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #121518;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-gallery-lightbox-prev {
    left: 20px;
}

.about-gallery-lightbox-next {
    right: 20px;
}

.about-gallery-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    background: #ffffff;
    color: #121518;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .faqs-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #121518;
}

.faqs .faqs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 767.98px) {
    .faqs .faqs-img {
        margin-bottom: 30px;
        height: auto;
    }
}

.faqs .card {
    margin-bottom: 15px;
    padding-top: 15px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #aa9166;
}

.faqs .card:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #aa9166;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    width: 100%;
    color: #121518;
    font-size: 18px;
    line-height: 40px;
}

.faqs .card-header a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    background: #121518;
    color: #aa9166;
    font-weight: 700;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #121518;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.faqs .card-body {
    padding: 15px 0 0 0;
    font-size: 16px;
    border: none;
    background: #ffffff;
}

.faqs a.btn {
    position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    border: 2px solid #aa9166;
    border-radius: 0;
    background: #121518;
    transition: .3s;
}

.faqs a.btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

@media (max-width: 767.98px) {
    .testimonial .testimonials-carousel {
        width: 100%;
        left: 0;
        right: 0;
    }
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    padding: 30px;
    background: #121518;
    overflow: hidden;
}


.testimonial .testimonial-item .col-12+.col-12 {
    margin-top: 20px;
}

.testimonial .testimonial-item img {
    width: 100%;
}

.testimonial .testimonial-item h2 {
    color: #aa9166;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial .testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.testimonial .testimonial-stars {
    color: #f2c94c;
    font-size: 14px;
}

.testimonial .testimonial-item p {
    color: #999999;
    font-size: 16px;
    margin: 0;
}

.testimonial .owl-nav,
.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aa9166;
}

.testimonial .owl-dot.active {
    background: #121518;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

@media (max-width: 767.98px) {
    .blog .blog-carousel {
        width: 100%;
        left: 0;
        right: 0;
    }
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
    background: #ffffff;
    overflow: hidden;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-item img {
    width: 100%;
    margin-bottom: 25px;
}

.blog .blog-item h3 {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-item .meta {
    padding: 0 0 15px 0;
}

.blog .blog-item .meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #999999;
}

.blog .blog-item .meta i {
    margin: 0 2px 0 10px;
}

.blog .blog-item .meta i:first-child {
    margin-left: 0;
}

.blog .blog-item p {
    font-size: 16px;
}

.blog .blog-item a.btn {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    transition: .3s;
}

.blog .blog-item a.btn i {
    margin-left: 10px;
}

.blog .blog-item a.btn:hover {
    color: #121518;
}

.blog .owl-nav,
.blog .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.blog .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aa9166;
}

.blog .owl-dot.active {
    background: #121518;
}

.blog .pagination .page-link {
    color: #121518;
    border-radius: 0;
    border-color: #aa9166;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #121518;
    background: #aa9166;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Timeline CSS ********/
/*******************************/
.timeline {
    position: relative;
    padding: 45px 0;
}

.timeline .timeline-start {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

@media (max-width: 767.98px) {
    .timeline .timeline-start {
        width: 100%;
        left: 0;
        right: 0;
    }
}

.timeline .timeline-container {
    padding: 0 15px;
    position: relative;
    background: inherit;
    width: 50%;
    margin-top: -5px;
}

.timeline .timeline-container.left {
    left: 0;
}

.timeline .timeline-container.right {
    left: 50%;
}

.timeline .timeline-container::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #aa9166;
    z-index: 1;
}

.timeline .timeline-container.left::before {
    top: 0;
    right: 0;
}

.timeline .timeline-container.right::before {
    bottom: 0;
    left: 0;
}

.timeline .timeline-container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 5px;
    background: #aa9166;
    z-index: 1;
}

.timeline .timeline-container.left::after {
    bottom: 0;
    right: 0;
}

.timeline .timeline-container.right::after {
    top: 0;
    left: 0;
}

.timeline .timeline-container:first-child::before,
.timeline .timeline-container:last-child::before {
    display: none;
}

.timeline .timeline-container .timeline-content {
    padding: 30px;
    background: #121518;
    position: relative;
    border-right: 5px solid #aa9166;
}

.timeline .timeline-container.right .timeline-content {
    border-left: 5px solid #aa9166;
}

.timeline .timeline-container .timeline-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #aa9166;
}

.timeline .timeline-container .timeline-content h2 span {
    display: inline-block;
    margin-right: 15px;
    padding: 5px 10px;
    color: #121518;
    background: #aa9166;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.timeline .timeline-container .timeline-content p {
    margin: 0;
    font-size: 16px;
    color: #999999;
}

@media (max-width: 767.98px) {
    .timeline .timeline-container {
        width: 100%;
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .timeline .timeline-container:last-child {
        padding-bottom: 0;
    }

    .timeline .timeline-container.right {
        left: 0%;
    }

    .timeline .timeline-container.left::after,
    .timeline .timeline-container.right::after,
    .timeline .timeline-container.left::before,
    .timeline .timeline-container.right::before {
        width: 5px;
        height: 35px;
        left: 15px;
    }

    .timeline .timeline-container.left .timeline-content,
    .timeline .timeline-container.right .timeline-content {
        border-left: 5px solid #aa9166;
        border-right: none;
    }
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.portfolio #portfolio-flters,
.portfolio .portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #aa9166;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #121518;
    border: 2px solid #aa9166;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active,
.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
    background: #aa9166;
    color: #121518;
}

.portfolio--achievements .achievements-layout {
    align-items: flex-start;
}

.portfolio--achievements .achievements-sidebar {
    position: sticky;
    top: 90px;
    background: #ffffff;
    border: 1px solid rgba(18, 21, 24, 0.12);
    border-radius: 10px;
    padding: 18px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.portfolio--achievements .achievements-sidebar h3 {
    font-size: 24px;
    margin-bottom: 14px;
    font-style: normal;
}

.portfolio--achievements .achievements-filter-mobile {
    display: none;
}

.portfolio--achievements .achievements-filter-mobile label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #5f4f35;
}

.portfolio--achievements .achievements-filter-select {
    width: 100%;
    height: 42px;
    border: 1px solid rgba(18, 21, 24, 0.2);
    border-radius: 8px;
    background: #ffffff;
    color: #121518;
    padding: 0 12px;
    font-size: 14px;
}

.portfolio--achievements .achievements-filter-group + .achievements-filter-group {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(18, 21, 24, 0.08);
}

.portfolio--achievements .achievements-filter-group h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-style: normal;
    color: #121518;
}

.portfolio--achievements .portfolio-flters {
    margin: 0;
    text-align: left;
}

.portfolio--achievements .portfolio-flters li {
    display: block;
    margin: 6px 0;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1px solid rgba(170, 145, 102, 0.35);
    background: #f7f3ea;
    color: #5f4f35;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}

.portfolio--achievements .portfolio-flters li:hover,
.portfolio--achievements .portfolio-flters li.filter-active {
    background: #aa9166;
    color: #121518;
    border-color: #aa9166;
}

.portfolio--achievements .achievements-selected-filter-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid rgba(18, 21, 24, 0.1);
    border-left: 4px solid #aa9166;
    background: #f8f6f1;
    border-radius: 8px;
}

.portfolio--achievements .achievements-selected-filter-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #5f4f35;
}

.portfolio--achievements .achievements-selected-filter {
    margin: 0;
    font-size: 19px;
    font-style: normal;
    color: #121518;
}

@media (max-width: 991.98px) {
    .portfolio--achievements .achievements-sidebar {
        position: static;
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .portfolio--achievements .achievements-filter-mobile {
        display: block;
    }

    .portfolio--achievements .achievements-filter-group {
        display: none;
    }
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #121518;
    background: #aa9166;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .5s;
}

.portfolio .portfolio-item:hover {
    margin-top: -10px;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio figure {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0), rgba(0, 0, 0, 1) 90%);
}

.portfolio figure p {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}

.portfolio figure p::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

.portfolio figure a {
    font-family: 'EB Garamond', serif;
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    transition: .3s;
}

.portfolio figure a:hover {
    text-decoration: none;
    color: #ffffff;
}

.portfolio figure span {
    position: relative;
    color: #999999;
    font-size: 16px;
}

body.achievements-lightbox-open {
    overflow: hidden;
}

.achievements-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2200;
    padding: 20px;
}

.achievements-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.achievements-lightbox img {
    max-width: 92vw;
    max-height: 88vh;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    background: #ffffff;
}

.achievements-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #365d8d;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements-lightbox-prev {
    left: 16px;
}

.achievements-lightbox-next {
    right: 16px;
}

.achievements-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #365d8d;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/*********************************/
/******** News & Media CSS *******/
/*********************************/
.news-media {
    position: relative;
    padding: 45px 0;
    background: #ffffff;
}

.news-media-section {
    margin-top: 25px;
}

.news-media-gallery .news-media-card {
    margin-bottom: 30px;
    background: #f7f7f7;
    border: 1px solid #000000;
    padding: 10px;
    cursor: zoom-in;
}

.news-media-card img {
    width: 100%;
    height: auto;
    display: block;
}

.news-media-card figcaption {
    margin-top: 8px;
    font-size: 14px;
    color: #555555;
    text-align: center;
}

.news-media-card figcaption strong {
    display: block;
    color: #121518;
    font-size: 15px;
    font-weight: 600;
}

.news-media-card figcaption span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #555555;
}

.news-media-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    padding: 20px;
}

.news-media-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.news-media-lightbox img {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    transform-origin: center;
    transition: transform 0.2s ease;
    cursor: grab;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    background: #ffffff;
}

.news-media-lightbox img.is-panning {
    cursor: grabbing;
}

.news-media-lightbox-caption {
    margin-top: 12px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

.news-media-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: none;
    background: #ffffff;
    color: #121518;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.news-media-lightbox-actions {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
}

.news-media-lightbox-zoom {
    display: inline-block;
    background: #ffffff;
    color: #121518;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px;
    background: #121518;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 2px solid #aa9166;
    background: #121518;
    height: 100%;
}

.contact .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    background: #121518;
    margin-bottom: 30px;
    height: 100%;
}

.contact .service-icon {
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}

.contact .service-icon i {
    width: 100px;
    height: 100px;
    padding: 20px 0;
    text-align: center;
    font-size: 60px;
    color: #aa9166;
    background: #121518;
}

.contact .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 30px;
    font-weight: 600;
    color: #aa9166;
}

.contact .service-item p {
    margin: 0;
    color: #999999;
    padding: 0 25px 15px 25px;
    font-size: 18px;
}

.contact .service-item a {
    color: #999999;
}

.contact .service-item a:hover {
    color: #aa9166;
    text-decoration: none;
}

.contact .contact-item i {
    display: inline-block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #aa9166;
    border: 2px solid #aa9166;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 15px;
}

.contact .contact-text h2 {
    color: #aa9166;
    font-size: 25px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #999999;
    font-size: 16px;
}

.contact .row>[class*="col-"] {
    display: flex;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    margin-bottom: 30px;
}

.contact .contact-form input {
    height: 60px;
    border-radius: 0;
    border-width: 2px;
    border-color: #121518;
}

.contact .contact-form textarea {
    height: 190px;
    border-radius: 0;
    border-width: 2px;
    border-color: #121518;
}

.contact .contact-form .btn {
    padding: 16px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border: 2px solid #aa9166;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #121518;
    background: #aa9166;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 65px 0;
}

.single img {
    margin: 10px 0 15px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}

.legal-page {
    padding-top: 0;
}

.legal-shell {
    padding: 34px 36px;
    background: #ffffff;
    border: 1px solid rgba(18, 21, 24, 0.1);
    border-radius: 24px;
    box-shadow: 0 16px 36px rgba(18, 21, 24, 0.08);
}

.legal-page .section-header {
    text-align: left;
    margin-bottom: 28px;
}

.legal-page .section-header h2 {
    white-space: normal;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.85;
}

.legal-section + .legal-section {
    margin-top: 24px;
}

.legal-section h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-style: normal;
}

.legal-note {
    margin-top: 28px;
    padding: 20px 22px;
    background: #f7f3ed;
    border-left: 4px solid #aa9166;
}

@media (max-width: 767.98px) {
    .legal-shell {
        padding: 24px 22px;
    }

    .legal-section h3 {
        font-size: 24px;
    }
}


/*******************************/
/********** Newsletter *********/
/*******************************/
.newsletter {
    position: relative;
    max-width: 1100px;
    margin: 45px auto -140px auto;
    padding: 35px 20px;
    background: #aa9166;
    border-radius: 20px;
    z-index: 1;
}

.newsletter .section-header {
    margin-bottom: 25px;
}


.newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aa9166;
    background: #121518;
    border-radius: 0;
    border: 2px solid #aa9166;
    transition: .3s;
}

.newsletter .btn:hover {
    color: #121518;
    background: #aa9166;
}

.newsletter .location-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
    align-items: start;
}

.newsletter .location-map iframe {
    width: 100%;
    height: 240px;
    border: 0;
    border-radius: 4px;
}

.newsletter .location-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #121518;
    color: #aa9166;
    border: 2px solid #121518;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.newsletter .location-link:hover {
    background: #aa9166;
    color: #121518;
}

.newsletter .location-details {
    display: grid;
    gap: 12px;
}

.newsletter .location-card {
    background: #ffffff;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid rgba(18, 21, 24, 0.15);
}

.newsletter .location-card h3 {
    margin-bottom: 6px;
    font-size: 18px;
    font-style: normal;
}

.newsletter .location-card p {
    margin: 0;
    color: #333333;
}

@media (max-width: 991.98px) {
    .newsletter .location-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .newsletter {
        padding: 28px 16px;
    }

    .newsletter .location-map iframe {
        height: 220px;
    }
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 180px;
    background: #121518;
    color: #ffffff;
}

.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #999999;
}

.footer .footer-about h2,
.footer .footer-link h2,
.footer .footer-contact h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #aa9166;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #999999;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #aa9166;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #aa9166;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    background: #000000;
    font-size: 0;
    text-align: center;
}

.footer .footer-menu .f-menu a {
    color: #999999;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu .f-menu a:hover {
    color: #aa9166;
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px 15px;
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #aa9166;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}


/**********************************/
/******** Disclaimer Modal ********/
/**********************************/
body.disclaimer-locked {
    overflow: hidden;
}

body.about-gallery-lightbox-open {
    overflow: hidden;
}

.disclaimer-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(18, 21, 24, 0.85);
    z-index: 2000;
}

.disclaimer-dialog {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    max-height: 85vh;
    overflow-y: auto;
}

.disclaimer-dialog h3 {
    margin-bottom: 15px;
    font-style: normal;
}

.disclaimer-dialog p {
    color: #333333;
}

.disclaimer-dialog ul {
    padding-left: 18px;
    color: #333333;
}

.disclaimer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.disclaimer-actions .btn {
    padding: 10px 22px;
    border-radius: 4px;
    background: #aa9166;
    color: #121518;
    font-weight: 600;
}

.disclaimer-actions .btn:hover {
    background: #121518;
    color: #aa9166;
}

@media (max-width: 575.98px) {
    .disclaimer-dialog {
        padding: 20px;
        max-height: 80vh;
    }

    .disclaimer-actions {
        flex-direction: column;
    }
}


/**********************************/
/********** Team Modal ************/
/**********************************/
body.team-modal-open {
    overflow: hidden;
}

.team-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(18, 21, 24, 0.85);
    z-index: 2100;
}

.team-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 860px;
    max-height: 85vh;
    overflow-y: auto;
    background: #ffffff;
    padding: 30px 30px 20px 30px;
    border-radius: 6px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.team-modal-dialog h3 {
    margin-bottom: 5px;
    font-style: normal;
}

.team-modal-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.team-modal-photo {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background: #f2f2f2;
    overflow: hidden;
    flex: 0 0 auto;
}

.team-modal-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.team-modal-heading {
    flex: 1;
}

.team-modal-role {
    margin-bottom: 20px;
    color: #666666;
    font-weight: 600;
}

.team-modal-section {
    margin-bottom: 20px;
}

.team-modal-section h4 {
    margin-bottom: 8px;
    font-style: normal;
}

.team-modal-section ul {
    padding-left: 18px;
}

.team-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: #121518;
    color: #aa9166;
    font-size: 24px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
}

.team-modal-close:hover {
    background: #aa9166;
    color: #121518;
}

.team .team-item {
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .team-modal-dialog {
        padding: 24px 20px 16px 20px;
    }

    .team-modal-header {
        align-items: flex-start;
    }
}

/*******************************/
/********* Rounded UI **********/
/*******************************/
img {
    border-radius: 20px;
}

.service .service-item,
.portfolio .portfolio-wrap,
.team .team-item,
.feature .feature-img,
.news-media-card,
.location-card,
.contact .service-item,
.testimonial .testimonial-item,
.blog .blog-item,
.single .single-comment {
    border-radius: 20px;
}

.service .service-icon,
.news-media-card img,
.portfolio img,
.team .team-img img,
.feature .feature-img img,
.location-map iframe {
    border-radius: 20px;
}

.carousel .carousel-item img {
    border-radius: 0;
}

.attribution-note {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
}

.attribution-label {
    color: #666666;
    margin-right: 6px;
}

.attribution-tooltip {
    position: relative;
    display: inline-block;
    color: #aa9166;
    text-decoration: underline;
    cursor: pointer;
}

.attribution-tooltip:focus {
    outline: 2px dotted #aa9166;
    outline-offset: 2px;
}

.attribution-tooltip-content {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 320px;
    max-width: calc(100vw - 40px);
    padding: 10px 12px;
    background: #ffffff;
    color: #121518;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.attribution-tooltip:hover .attribution-tooltip-content,
.attribution-tooltip:focus .attribution-tooltip-content {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767.98px) {
    .contact .row {
        row-gap: 20px;
    }

    .contact .contact-item {
        margin-bottom: 0;
    }
}
